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.
    • Method Detail

      • getTypeList

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

        @Deprecated
        CTDocPartType[] getTypeArray()
        Deprecated.
        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
      • xgetAll

        STOnOff xgetAll()
        Gets (as xml) the "all" attribute
      • isSetAll

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

        void setAll​(STOnOff.Enum all)
        Sets the "all" attribute
      • xsetAll

        void xsetAll​(STOnOff all)
        Sets (as xml) the "all" attribute
      • unsetAll

        void unsetAll()
        Unsets the "all" attribute