Class PredecessorDrawingElementReference
java.lang.Object
com.independentsoft.office.drawing.extensions.PredecessorDrawingElementReference
- All Implemented Interfaces:
IExtensionContent
Represents the predecessor drawing element reference extension
(
a16:predDERef) that references the predecessor drawing element by its
creation id (uri {147F2762-F138-4A5C-976F-8EAC2B608ADB}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new predecessor drawing element reference.Instantiates a new predecessor drawing element reference. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PredecessorDrawingElementReference
public PredecessorDrawingElementReference()Instantiates a new predecessor drawing element reference. -
PredecessorDrawingElementReference
public PredecessorDrawingElementReference(InternalXMLStreamReader reader) throws XMLStreamExceptionInstantiates a new predecessor drawing element reference.- 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
-
getPred
Gets the predecessor drawing element creation id.- Returns:
- the predecessor drawing element creation id
-
setPred
Sets the predecessor drawing element creation id.- Parameters:
pred- the new predecessor drawing element creation id
-