Class SvgBlip
java.lang.Object
com.independentsoft.office.drawing.extensions.SvgBlip
- All Implemented Interfaces:
IExtensionContent
Represents the SVG blip extension (
asvg:svgBlip) that references the SVG
image part through the host part's relationships (r:embed)
(uri {96DAC541-7B7A-43D3-8B79-37D633B846F1}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSvgBlip()Instantiates a new svg blip.SvgBlip(InternalXMLStreamReader reader)Instantiates a new svg blip. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the relationship id (r:embed) of the SVG image part, resolved against the host part's relationships.voidsetRelationshipId(String value)Sets the relationship id (r:embed) of the SVG image part, resolved against the host part's relationships.toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
RELATIONSHIP_NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SvgBlip
public SvgBlip()Instantiates a new svg blip. -
SvgBlip
Instantiates a new svg blip.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getRelationshipId
Gets the relationship id (r:embed) of the SVG image part, resolved against the host part's relationships.- Returns:
- the relationship id
-
setRelationshipId
Sets the relationship id (r:embed) of the SVG image part, resolved against the host part's relationships.- Parameters:
value- the new relationship id
-