Interface CTDocPartTypes

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTypeList

      List<CTDocPartType> getTypeList()
      Gets a List of "type" elements
    • getTypeArray

      CTDocPartType[] getTypeArray()
      Gets array of all "type" elements
    • getTypeArray

      CTDocPartType getTypeArray(int i)
      Gets ith "type" element
    • sizeOfTypeArray

      int sizeOfTypeArray()
      Returns number of "type" element
    • setTypeArray

      void setTypeArray(CTDocPartType[] typeArray)
      Sets array of all "type" element
    • setTypeArray

      void setTypeArray(int i, CTDocPartType type)
      Sets ith "type" element
    • insertNewType

      CTDocPartType insertNewType(int i)
      Inserts and returns a new empty value (as xml) as the ith "type" element
    • addNewType

      CTDocPartType addNewType()
      Appends and returns a new empty value (as xml) as the last "type" element
    • removeType

      void removeType(int i)
      Removes the ith "type" element
    • getAll

      Object getAll()
      Gets the "all" attribute
    • xgetAll

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetAll()
      Gets (as xml) the "all" attribute
    • isSetAll

      boolean isSetAll()
      True if has "all" attribute
    • setAll

      void setAll(Object all)
      Sets the "all" attribute
    • xsetAll

      void xsetAll(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff all)
      Sets (as xml) the "all" attribute
    • unsetAll

      void unsetAll()
      Unsets the "all" attribute