Class ExtensionList
java.lang.Object
com.independentsoft.office.drawing.ExtensionList
Represents an extension list (
a:extLst, c:extLst,
dgm:extLst or wp:extLst) - the OOXML container for
application extensions. A present instance with no extensions round-trips as
an empty element.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new extension list.ExtensionList(InternalXMLStreamReader reader)Instantiates a new extension list. -
Method Summary
-
Constructor Details
-
ExtensionList
public ExtensionList()Instantiates a new extension list. -
ExtensionList
Instantiates a new extension list.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
-
toXml
To xml.- Parameters:
qualifiedName- the qualified element name to emit- Returns:
- the string
-
toXml
To xml.- Parameters:
qualifiedName- the qualified element name to emitdeclarations- extra namespace declarations for the start tag- Returns:
- the string
-
toString
-
getExtensions
Gets the extensions in this list.- Returns:
- the extensions
-