Interface CTTableStyle

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTableStyleElementList

      List<CTTableStyleElement> getTableStyleElementList()
      Gets a List of "tableStyleElement" elements
    • getTableStyleElementArray

      CTTableStyleElement[] getTableStyleElementArray()
      Gets array of all "tableStyleElement" elements
    • getTableStyleElementArray

      CTTableStyleElement getTableStyleElementArray(int i)
      Gets ith "tableStyleElement" element
    • sizeOfTableStyleElementArray

      int sizeOfTableStyleElementArray()
      Returns number of "tableStyleElement" element
    • setTableStyleElementArray

      void setTableStyleElementArray(CTTableStyleElement[] tableStyleElementArray)
      Sets array of all "tableStyleElement" element
    • setTableStyleElementArray

      void setTableStyleElementArray(int i, CTTableStyleElement tableStyleElement)
      Sets ith "tableStyleElement" element
    • insertNewTableStyleElement

      CTTableStyleElement insertNewTableStyleElement(int i)
      Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" element
    • addNewTableStyleElement

      CTTableStyleElement addNewTableStyleElement()
      Appends and returns a new empty value (as xml) as the last "tableStyleElement" element
    • removeTableStyleElement

      void removeTableStyleElement(int i)
      Removes the ith "tableStyleElement" element
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      XmlString xgetName()
      Gets (as xml) the "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(XmlString name)
      Sets (as xml) the "name" attribute
    • getPivot

      boolean getPivot()
      Gets the "pivot" attribute
    • xgetPivot

      XmlBoolean xgetPivot()
      Gets (as xml) the "pivot" attribute
    • isSetPivot

      boolean isSetPivot()
      True if has "pivot" attribute
    • setPivot

      void setPivot(boolean pivot)
      Sets the "pivot" attribute
    • xsetPivot

      void xsetPivot(XmlBoolean pivot)
      Sets (as xml) the "pivot" attribute
    • unsetPivot

      void unsetPivot()
      Unsets the "pivot" attribute
    • getTable

      boolean getTable()
      Gets the "table" attribute
    • xgetTable

      XmlBoolean xgetTable()
      Gets (as xml) the "table" attribute
    • isSetTable

      boolean isSetTable()
      True if has "table" attribute
    • setTable

      void setTable(boolean table)
      Sets the "table" attribute
    • xsetTable

      void xsetTable(XmlBoolean table)
      Sets (as xml) the "table" attribute
    • unsetTable

      void unsetTable()
      Unsets the "table" attribute
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute