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.
  • Field Details

  • Method Details

    • getColList

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

      CTColumn[] getColArray()
      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

      Object getEqualWidth()
      Gets the "equalWidth" attribute
    • xgetEqualWidth

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetEqualWidth()
      Gets (as xml) the "equalWidth" attribute
    • isSetEqualWidth

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

      void setEqualWidth(Object equalWidth)
      Sets the "equalWidth" attribute
    • xsetEqualWidth

      void xsetEqualWidth(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff equalWidth)
      Sets (as xml) the "equalWidth" attribute
    • unsetEqualWidth

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

      Object getSpace()
      Gets the "space" attribute
    • xgetSpace

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetSpace()
      Gets (as xml) the "space" attribute
    • isSetSpace

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

      void setSpace(Object space)
      Sets the "space" attribute
    • xsetSpace

      void xsetSpace(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure space)
      Sets (as xml) the "space" attribute
    • unsetSpace

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

      BigInteger getNum()
      Gets the "num" attribute
    • xgetNum

      STDecimalNumber xgetNum()
      Gets (as xml) the "num" attribute
    • isSetNum

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

      void setNum(BigInteger num)
      Sets the "num" attribute
    • xsetNum

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

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

      Object getSep()
      Gets the "sep" attribute
    • xgetSep

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetSep()
      Gets (as xml) the "sep" attribute
    • isSetSep

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

      void setSep(Object sep)
      Sets the "sep" attribute
    • xsetSep

      void xsetSep(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff sep)
      Sets (as xml) the "sep" attribute
    • unsetSep

      void unsetSep()
      Unsets the "sep" attribute