Interface CTConditionalFormat

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getPivotAreas

      CTPivotAreas getPivotAreas()
      Gets the "pivotAreas" element
    • setPivotAreas

      void setPivotAreas(CTPivotAreas pivotAreas)
      Sets the "pivotAreas" element
    • addNewPivotAreas

      CTPivotAreas addNewPivotAreas()
      Appends and returns a new empty "pivotAreas" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getScope

      STScope.Enum getScope()
      Gets the "scope" attribute
    • xgetScope

      STScope xgetScope()
      Gets (as xml) the "scope" attribute
    • isSetScope

      boolean isSetScope()
      True if has "scope" attribute
    • setScope

      void setScope(STScope.Enum scope)
      Sets the "scope" attribute
    • xsetScope

      void xsetScope(STScope scope)
      Sets (as xml) the "scope" attribute
    • unsetScope

      void unsetScope()
      Unsets the "scope" attribute
    • getType

      STType.Enum getType()
      Gets the "type" attribute
    • xgetType

      STType xgetType()
      Gets (as xml) the "type" attribute
    • isSetType

      boolean isSetType()
      True if has "type" attribute
    • setType

      void setType(STType.Enum type)
      Sets the "type" attribute
    • xsetType

      void xsetType(STType type)
      Sets (as xml) the "type" attribute
    • unsetType

      void unsetType()
      Unsets the "type" attribute
    • getPriority

      long getPriority()
      Gets the "priority" attribute
    • xgetPriority

      XmlUnsignedInt xgetPriority()
      Gets (as xml) the "priority" attribute
    • setPriority

      void setPriority(long priority)
      Sets the "priority" attribute
    • xsetPriority

      void xsetPriority(XmlUnsignedInt priority)
      Sets (as xml) the "priority" attribute