Class PictureAttributionSourceUrl
java.lang.Object
com.independentsoft.office.drawing.extensions.PictureAttributionSourceUrl
- All Implemented Interfaces:
IExtensionContent
Represents the picture attribution source URL extension
(
a1611:picAttrSrcUrl) that references the attribution source hyperlink
through the host part's relationships (r:id)
(uri {837473B0-CC2E-450A-ABE3-18F120FF3D39}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new picture attribution source url.Instantiates a new picture attribution source url. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the relationship id (r:id) of the attribution source hyperlink, resolved against the host part's relationships.voidsetRelationshipId(String value)Sets the relationship id (r:id) of the attribution source hyperlink, 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
-
PictureAttributionSourceUrl
public PictureAttributionSourceUrl()Instantiates a new picture attribution source url. -
PictureAttributionSourceUrl
Instantiates a new picture attribution source url.- 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:id) of the attribution source hyperlink, resolved against the host part's relationships.- Returns:
- the relationship id
-
setRelationshipId
Sets the relationship id (r:id) of the attribution source hyperlink, resolved against the host part's relationships.- Parameters:
value- the new relationship id
-