Interface CTExtensionListModify

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTExtensionListModify extends XmlObject
An XML CT_ExtensionListModify(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getExtList

      List<CTExtension> getExtList()
      Gets a List of "ext" elements
    • getExtArray

      CTExtension[] getExtArray()
      Gets array of all "ext" elements
    • getExtArray

      CTExtension getExtArray(int i)
      Gets ith "ext" element
    • sizeOfExtArray

      int sizeOfExtArray()
      Returns number of "ext" element
    • setExtArray

      void setExtArray(CTExtension[] extArray)
      Sets array of all "ext" element
    • setExtArray

      void setExtArray(int i, CTExtension ext)
      Sets ith "ext" element
    • insertNewExt

      CTExtension insertNewExt(int i)
      Inserts and returns a new empty value (as xml) as the ith "ext" element
    • addNewExt

      CTExtension addNewExt()
      Appends and returns a new empty value (as xml) as the last "ext" element
    • removeExt

      void removeExt(int i)
      Removes the ith "ext" element
    • getMod

      boolean getMod()
      Gets the "mod" attribute
    • xgetMod

      XmlBoolean xgetMod()
      Gets (as xml) the "mod" attribute
    • isSetMod

      boolean isSetMod()
      True if has "mod" attribute
    • setMod

      void setMod(boolean mod)
      Sets the "mod" attribute
    • xsetMod

      void xsetMod(XmlBoolean mod)
      Sets (as xml) the "mod" attribute
    • unsetMod

      void unsetMod()
      Unsets the "mod" attribute