Interface CTTableStyles

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTableStyleList

      List<CTTableStyle> getTableStyleList()
      Gets a List of "tableStyle" elements
    • getTableStyleArray

      CTTableStyle[] getTableStyleArray()
      Gets array of all "tableStyle" elements
    • getTableStyleArray

      CTTableStyle getTableStyleArray(int i)
      Gets ith "tableStyle" element
    • sizeOfTableStyleArray

      int sizeOfTableStyleArray()
      Returns number of "tableStyle" element
    • setTableStyleArray

      void setTableStyleArray(CTTableStyle[] tableStyleArray)
      Sets array of all "tableStyle" element
    • setTableStyleArray

      void setTableStyleArray(int i, CTTableStyle tableStyle)
      Sets ith "tableStyle" element
    • insertNewTableStyle

      CTTableStyle insertNewTableStyle(int i)
      Inserts and returns a new empty value (as xml) as the ith "tableStyle" element
    • addNewTableStyle

      CTTableStyle addNewTableStyle()
      Appends and returns a new empty value (as xml) as the last "tableStyle" element
    • removeTableStyle

      void removeTableStyle(int i)
      Removes the ith "tableStyle" element
    • 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
    • getDefaultTableStyle

      String getDefaultTableStyle()
      Gets the "defaultTableStyle" attribute
    • xgetDefaultTableStyle

      XmlString xgetDefaultTableStyle()
      Gets (as xml) the "defaultTableStyle" attribute
    • isSetDefaultTableStyle

      boolean isSetDefaultTableStyle()
      True if has "defaultTableStyle" attribute
    • setDefaultTableStyle

      void setDefaultTableStyle(String defaultTableStyle)
      Sets the "defaultTableStyle" attribute
    • xsetDefaultTableStyle

      void xsetDefaultTableStyle(XmlString defaultTableStyle)
      Sets (as xml) the "defaultTableStyle" attribute
    • unsetDefaultTableStyle

      void unsetDefaultTableStyle()
      Unsets the "defaultTableStyle" attribute
    • getDefaultPivotStyle

      String getDefaultPivotStyle()
      Gets the "defaultPivotStyle" attribute
    • xgetDefaultPivotStyle

      XmlString xgetDefaultPivotStyle()
      Gets (as xml) the "defaultPivotStyle" attribute
    • isSetDefaultPivotStyle

      boolean isSetDefaultPivotStyle()
      True if has "defaultPivotStyle" attribute
    • setDefaultPivotStyle

      void setDefaultPivotStyle(String defaultPivotStyle)
      Sets the "defaultPivotStyle" attribute
    • xsetDefaultPivotStyle

      void xsetDefaultPivotStyle(XmlString defaultPivotStyle)
      Sets (as xml) the "defaultPivotStyle" attribute
    • unsetDefaultPivotStyle

      void unsetDefaultPivotStyle()
      Unsets the "defaultPivotStyle" attribute