Interface CTColumns

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getColList

        java.util.List<CTColumn> getColList()
        Gets a List of "col" elements
      • getColArray

        @Deprecated
        CTColumn[] getColArray()
        Deprecated.
        Gets array of all "col" elements
      • getColArray

        CTColumn getColArray​(int i)
        Gets ith "col" element
      • sizeOfColArray

        int sizeOfColArray()
        Returns number of "col" element
      • setColArray

        void setColArray​(CTColumn[] colArray)
        Sets array of all "col" element
      • setColArray

        void setColArray​(int i,
                         CTColumn col)
        Sets ith "col" element
      • insertNewCol

        CTColumn insertNewCol​(int i)
        Inserts and returns a new empty value (as xml) as the ith "col" element
      • addNewCol

        CTColumn addNewCol()
        Appends and returns a new empty value (as xml) as the last "col" element
      • removeCol

        void removeCol​(int i)
        Removes the ith "col" element
      • getEqualWidth

        STOnOff.Enum getEqualWidth()
        Gets the "equalWidth" attribute
      • xgetEqualWidth

        STOnOff xgetEqualWidth()
        Gets (as xml) the "equalWidth" attribute
      • isSetEqualWidth

        boolean isSetEqualWidth()
        True if has "equalWidth" attribute
      • setEqualWidth

        void setEqualWidth​(STOnOff.Enum equalWidth)
        Sets the "equalWidth" attribute
      • xsetEqualWidth

        void xsetEqualWidth​(STOnOff equalWidth)
        Sets (as xml) the "equalWidth" attribute
      • unsetEqualWidth

        void unsetEqualWidth()
        Unsets the "equalWidth" attribute
      • getSpace

        java.math.BigInteger getSpace()
        Gets the "space" attribute
      • xgetSpace

        STTwipsMeasure xgetSpace()
        Gets (as xml) the "space" attribute
      • isSetSpace

        boolean isSetSpace()
        True if has "space" attribute
      • setSpace

        void setSpace​(java.math.BigInteger space)
        Sets the "space" attribute
      • xsetSpace

        void xsetSpace​(STTwipsMeasure space)
        Sets (as xml) the "space" attribute
      • unsetSpace

        void unsetSpace()
        Unsets the "space" attribute
      • getNum

        java.math.BigInteger getNum()
        Gets the "num" attribute
      • isSetNum

        boolean isSetNum()
        True if has "num" attribute
      • setNum

        void setNum​(java.math.BigInteger num)
        Sets the "num" attribute
      • xsetNum

        void xsetNum​(STDecimalNumber num)
        Sets (as xml) the "num" attribute
      • unsetNum

        void unsetNum()
        Unsets the "num" attribute
      • xgetSep

        STOnOff xgetSep()
        Gets (as xml) the "sep" attribute
      • isSetSep

        boolean isSetSep()
        True if has "sep" attribute
      • setSep

        void setSep​(STOnOff.Enum sep)
        Sets the "sep" attribute
      • xsetSep

        void xsetSep​(STOnOff sep)
        Sets (as xml) the "sep" attribute
      • unsetSep

        void unsetSep()
        Unsets the "sep" attribute