Interface CTChartsheetPr

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTabColor

      CTColor getTabColor()
      Gets the "tabColor" element
    • isSetTabColor

      boolean isSetTabColor()
      True if has "tabColor" element
    • setTabColor

      void setTabColor(CTColor tabColor)
      Sets the "tabColor" element
    • addNewTabColor

      CTColor addNewTabColor()
      Appends and returns a new empty "tabColor" element
    • unsetTabColor

      void unsetTabColor()
      Unsets the "tabColor" element
    • getPublished

      boolean getPublished()
      Gets the "published" attribute
    • xgetPublished

      XmlBoolean xgetPublished()
      Gets (as xml) the "published" attribute
    • isSetPublished

      boolean isSetPublished()
      True if has "published" attribute
    • setPublished

      void setPublished(boolean published)
      Sets the "published" attribute
    • xsetPublished

      void xsetPublished(XmlBoolean published)
      Sets (as xml) the "published" attribute
    • unsetPublished

      void unsetPublished()
      Unsets the "published" attribute
    • getCodeName

      String getCodeName()
      Gets the "codeName" attribute
    • xgetCodeName

      XmlString xgetCodeName()
      Gets (as xml) the "codeName" attribute
    • isSetCodeName

      boolean isSetCodeName()
      True if has "codeName" attribute
    • setCodeName

      void setCodeName(String codeName)
      Sets the "codeName" attribute
    • xsetCodeName

      void xsetCodeName(XmlString codeName)
      Sets (as xml) the "codeName" attribute
    • unsetCodeName

      void unsetCodeName()
      Unsets the "codeName" attribute