Interface CTTableStyleInfo

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getName

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

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • isSetName

      boolean isSetName()
      True if has "name" attribute
    • setName

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

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • unsetName

      void unsetName()
      Unsets the "name" attribute
    • getShowFirstColumn

      boolean getShowFirstColumn()
      Gets the "showFirstColumn" attribute
    • xgetShowFirstColumn

      XmlBoolean xgetShowFirstColumn()
      Gets (as xml) the "showFirstColumn" attribute
    • isSetShowFirstColumn

      boolean isSetShowFirstColumn()
      True if has "showFirstColumn" attribute
    • setShowFirstColumn

      void setShowFirstColumn(boolean showFirstColumn)
      Sets the "showFirstColumn" attribute
    • xsetShowFirstColumn

      void xsetShowFirstColumn(XmlBoolean showFirstColumn)
      Sets (as xml) the "showFirstColumn" attribute
    • unsetShowFirstColumn

      void unsetShowFirstColumn()
      Unsets the "showFirstColumn" attribute
    • getShowLastColumn

      boolean getShowLastColumn()
      Gets the "showLastColumn" attribute
    • xgetShowLastColumn

      XmlBoolean xgetShowLastColumn()
      Gets (as xml) the "showLastColumn" attribute
    • isSetShowLastColumn

      boolean isSetShowLastColumn()
      True if has "showLastColumn" attribute
    • setShowLastColumn

      void setShowLastColumn(boolean showLastColumn)
      Sets the "showLastColumn" attribute
    • xsetShowLastColumn

      void xsetShowLastColumn(XmlBoolean showLastColumn)
      Sets (as xml) the "showLastColumn" attribute
    • unsetShowLastColumn

      void unsetShowLastColumn()
      Unsets the "showLastColumn" attribute
    • getShowRowStripes

      boolean getShowRowStripes()
      Gets the "showRowStripes" attribute
    • xgetShowRowStripes

      XmlBoolean xgetShowRowStripes()
      Gets (as xml) the "showRowStripes" attribute
    • isSetShowRowStripes

      boolean isSetShowRowStripes()
      True if has "showRowStripes" attribute
    • setShowRowStripes

      void setShowRowStripes(boolean showRowStripes)
      Sets the "showRowStripes" attribute
    • xsetShowRowStripes

      void xsetShowRowStripes(XmlBoolean showRowStripes)
      Sets (as xml) the "showRowStripes" attribute
    • unsetShowRowStripes

      void unsetShowRowStripes()
      Unsets the "showRowStripes" attribute
    • getShowColumnStripes

      boolean getShowColumnStripes()
      Gets the "showColumnStripes" attribute
    • xgetShowColumnStripes

      XmlBoolean xgetShowColumnStripes()
      Gets (as xml) the "showColumnStripes" attribute
    • isSetShowColumnStripes

      boolean isSetShowColumnStripes()
      True if has "showColumnStripes" attribute
    • setShowColumnStripes

      void setShowColumnStripes(boolean showColumnStripes)
      Sets the "showColumnStripes" attribute
    • xsetShowColumnStripes

      void xsetShowColumnStripes(XmlBoolean showColumnStripes)
      Sets (as xml) the "showColumnStripes" attribute
    • unsetShowColumnStripes

      void unsetShowColumnStripes()
      Unsets the "showColumnStripes" attribute