Class DesignElement
java.lang.Object
com.independentsoft.office.drawing.extensions.DesignElement
- All Implemented Interfaces:
IExtensionContent
Represents the design-element extension (
p16:designElem) that marks a
shape as generated by PowerPoint Designer
(uri {386F3935-93C4-4BCD-93E2-E3B085C9AB24}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new design element.DesignElement(InternalXMLStreamReader reader)Instantiates a new design element. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DesignElement
public DesignElement()Instantiates a new design element. -
DesignElement
Instantiates a new design element.- 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
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-