Interface CTNumbering

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTNumbering
    extends XmlObject
    An XML CT_Numbering(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • getNumPicBulletList

        java.util.List<CTNumPicBullet> getNumPicBulletList()
        Gets a List of "numPicBullet" elements
      • getNumPicBulletArray

        @Deprecated
        CTNumPicBullet[] getNumPicBulletArray()
        Deprecated.
        Gets array of all "numPicBullet" elements
      • getNumPicBulletArray

        CTNumPicBullet getNumPicBulletArray​(int i)
        Gets ith "numPicBullet" element
      • sizeOfNumPicBulletArray

        int sizeOfNumPicBulletArray()
        Returns number of "numPicBullet" element
      • setNumPicBulletArray

        void setNumPicBulletArray​(CTNumPicBullet[] numPicBulletArray)
        Sets array of all "numPicBullet" element
      • setNumPicBulletArray

        void setNumPicBulletArray​(int i,
                                  CTNumPicBullet numPicBullet)
        Sets ith "numPicBullet" element
      • insertNewNumPicBullet

        CTNumPicBullet insertNewNumPicBullet​(int i)
        Inserts and returns a new empty value (as xml) as the ith "numPicBullet" element
      • addNewNumPicBullet

        CTNumPicBullet addNewNumPicBullet()
        Appends and returns a new empty value (as xml) as the last "numPicBullet" element
      • removeNumPicBullet

        void removeNumPicBullet​(int i)
        Removes the ith "numPicBullet" element
      • getAbstractNumList

        java.util.List<CTAbstractNum> getAbstractNumList()
        Gets a List of "abstractNum" elements
      • getAbstractNumArray

        @Deprecated
        CTAbstractNum[] getAbstractNumArray()
        Deprecated.
        Gets array of all "abstractNum" elements
      • getAbstractNumArray

        CTAbstractNum getAbstractNumArray​(int i)
        Gets ith "abstractNum" element
      • sizeOfAbstractNumArray

        int sizeOfAbstractNumArray()
        Returns number of "abstractNum" element
      • setAbstractNumArray

        void setAbstractNumArray​(CTAbstractNum[] abstractNumArray)
        Sets array of all "abstractNum" element
      • setAbstractNumArray

        void setAbstractNumArray​(int i,
                                 CTAbstractNum abstractNum)
        Sets ith "abstractNum" element
      • insertNewAbstractNum

        CTAbstractNum insertNewAbstractNum​(int i)
        Inserts and returns a new empty value (as xml) as the ith "abstractNum" element
      • addNewAbstractNum

        CTAbstractNum addNewAbstractNum()
        Appends and returns a new empty value (as xml) as the last "abstractNum" element
      • removeAbstractNum

        void removeAbstractNum​(int i)
        Removes the ith "abstractNum" element
      • getNumList

        java.util.List<CTNum> getNumList()
        Gets a List of "num" elements
      • getNumArray

        @Deprecated
        CTNum[] getNumArray()
        Deprecated.
        Gets array of all "num" elements
      • getNumArray

        CTNum getNumArray​(int i)
        Gets ith "num" element
      • sizeOfNumArray

        int sizeOfNumArray()
        Returns number of "num" element
      • setNumArray

        void setNumArray​(CTNum[] numArray)
        Sets array of all "num" element
      • setNumArray

        void setNumArray​(int i,
                         CTNum num)
        Sets ith "num" element
      • insertNewNum

        CTNum insertNewNum​(int i)
        Inserts and returns a new empty value (as xml) as the ith "num" element
      • addNewNum

        CTNum addNewNum()
        Appends and returns a new empty value (as xml) as the last "num" element
      • removeNum

        void removeNum​(int i)
        Removes the ith "num" element
      • getNumIdMacAtCleanup

        CTDecimalNumber getNumIdMacAtCleanup()
        Gets the "numIdMacAtCleanup" element
      • isSetNumIdMacAtCleanup

        boolean isSetNumIdMacAtCleanup()
        True if has "numIdMacAtCleanup" element
      • setNumIdMacAtCleanup

        void setNumIdMacAtCleanup​(CTDecimalNumber numIdMacAtCleanup)
        Sets the "numIdMacAtCleanup" element
      • addNewNumIdMacAtCleanup

        CTDecimalNumber addNewNumIdMacAtCleanup()
        Appends and returns a new empty "numIdMacAtCleanup" element
      • unsetNumIdMacAtCleanup

        void unsetNumIdMacAtCleanup()
        Unsets the "numIdMacAtCleanup" element