Class ExtensionList

java.lang.Object
com.independentsoft.office.drawing.ExtensionList

public class ExtensionList extends Object
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 Details

  • Method Details

    • clone

      public ExtensionList clone()
      Overrides:
      clone in class Object
    • toXml

      public String toXml(String qualifiedName)
      To xml.
      Parameters:
      qualifiedName - the qualified element name to emit
      Returns:
      the string
    • toXml

      public String toXml(String qualifiedName, String declarations)
      To xml.
      Parameters:
      qualifiedName - the qualified element name to emit
      declarations - extra namespace declarations for the start tag
      Returns:
      the string
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getExtensions

      public List<Extension> getExtensions()
      Gets the extensions in this list.
      Returns:
      the extensions