All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getFormulaList

      List<String> getFormulaList()
      Gets a List of "formula" elements
    • getFormulaArray

      String[] getFormulaArray()
      Gets array of all "formula" elements
    • getFormulaArray

      String getFormulaArray(int i)
      Gets ith "formula" element
    • xgetFormulaList

      List<STFormula> xgetFormulaList()
      Gets (as xml) a List of "formula" elements
    • xgetFormulaArray

      STFormula[] xgetFormulaArray()
      Gets (as xml) array of all "formula" elements
    • xgetFormulaArray

      STFormula xgetFormulaArray(int i)
      Gets (as xml) ith "formula" element
    • sizeOfFormulaArray

      int sizeOfFormulaArray()
      Returns number of "formula" element
    • setFormulaArray

      void setFormulaArray(String[] formulaArray)
      Sets array of all "formula" element
    • setFormulaArray

      void setFormulaArray(int i, String formula)
      Sets ith "formula" element
    • xsetFormulaArray

      void xsetFormulaArray(STFormula[] formulaArray)
      Sets (as xml) array of all "formula" element
    • xsetFormulaArray

      void xsetFormulaArray(int i, STFormula formula)
      Sets (as xml) ith "formula" element
    • insertFormula

      void insertFormula(int i, String formula)
      Inserts the value as the ith "formula" element
    • addFormula

      void addFormula(String formula)
      Appends the value as the last "formula" element
    • insertNewFormula

      STFormula insertNewFormula(int i)
      Inserts and returns a new empty value (as xml) as the ith "formula" element
    • addNewFormula

      STFormula addNewFormula()
      Appends and returns a new empty value (as xml) as the last "formula" element
    • removeFormula

      void removeFormula(int i)
      Removes the ith "formula" element
    • getColorScale

      CTColorScale getColorScale()
      Gets the "colorScale" element
    • isSetColorScale

      boolean isSetColorScale()
      True if has "colorScale" element
    • setColorScale

      void setColorScale(CTColorScale colorScale)
      Sets the "colorScale" element
    • addNewColorScale

      CTColorScale addNewColorScale()
      Appends and returns a new empty "colorScale" element
    • unsetColorScale

      void unsetColorScale()
      Unsets the "colorScale" element
    • getDataBar

      CTDataBar getDataBar()
      Gets the "dataBar" element
    • isSetDataBar

      boolean isSetDataBar()
      True if has "dataBar" element
    • setDataBar

      void setDataBar(CTDataBar dataBar)
      Sets the "dataBar" element
    • addNewDataBar

      CTDataBar addNewDataBar()
      Appends and returns a new empty "dataBar" element
    • unsetDataBar

      void unsetDataBar()
      Unsets the "dataBar" element
    • getIconSet

      CTIconSet getIconSet()
      Gets the "iconSet" element
    • isSetIconSet

      boolean isSetIconSet()
      True if has "iconSet" element
    • setIconSet

      void setIconSet(CTIconSet iconSet)
      Sets the "iconSet" element
    • addNewIconSet

      CTIconSet addNewIconSet()
      Appends and returns a new empty "iconSet" element
    • unsetIconSet

      void unsetIconSet()
      Unsets the "iconSet" 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
    • getType

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

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

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

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

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

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

      long getDxfId()
      Gets the "dxfId" attribute
    • xgetDxfId

      STDxfId xgetDxfId()
      Gets (as xml) the "dxfId" attribute
    • isSetDxfId

      boolean isSetDxfId()
      True if has "dxfId" attribute
    • setDxfId

      void setDxfId(long dxfId)
      Sets the "dxfId" attribute
    • xsetDxfId

      void xsetDxfId(STDxfId dxfId)
      Sets (as xml) the "dxfId" attribute
    • unsetDxfId

      void unsetDxfId()
      Unsets the "dxfId" attribute
    • getPriority

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

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

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

      void xsetPriority(XmlInt priority)
      Sets (as xml) the "priority" attribute
    • getStopIfTrue

      boolean getStopIfTrue()
      Gets the "stopIfTrue" attribute
    • xgetStopIfTrue

      XmlBoolean xgetStopIfTrue()
      Gets (as xml) the "stopIfTrue" attribute
    • isSetStopIfTrue

      boolean isSetStopIfTrue()
      True if has "stopIfTrue" attribute
    • setStopIfTrue

      void setStopIfTrue(boolean stopIfTrue)
      Sets the "stopIfTrue" attribute
    • xsetStopIfTrue

      void xsetStopIfTrue(XmlBoolean stopIfTrue)
      Sets (as xml) the "stopIfTrue" attribute
    • unsetStopIfTrue

      void unsetStopIfTrue()
      Unsets the "stopIfTrue" attribute
    • getAboveAverage

      boolean getAboveAverage()
      Gets the "aboveAverage" attribute
    • xgetAboveAverage

      XmlBoolean xgetAboveAverage()
      Gets (as xml) the "aboveAverage" attribute
    • isSetAboveAverage

      boolean isSetAboveAverage()
      True if has "aboveAverage" attribute
    • setAboveAverage

      void setAboveAverage(boolean aboveAverage)
      Sets the "aboveAverage" attribute
    • xsetAboveAverage

      void xsetAboveAverage(XmlBoolean aboveAverage)
      Sets (as xml) the "aboveAverage" attribute
    • unsetAboveAverage

      void unsetAboveAverage()
      Unsets the "aboveAverage" attribute
    • getPercent

      boolean getPercent()
      Gets the "percent" attribute
    • xgetPercent

      XmlBoolean xgetPercent()
      Gets (as xml) the "percent" attribute
    • isSetPercent

      boolean isSetPercent()
      True if has "percent" attribute
    • setPercent

      void setPercent(boolean percent)
      Sets the "percent" attribute
    • xsetPercent

      void xsetPercent(XmlBoolean percent)
      Sets (as xml) the "percent" attribute
    • unsetPercent

      void unsetPercent()
      Unsets the "percent" attribute
    • getBottom

      boolean getBottom()
      Gets the "bottom" attribute
    • xgetBottom

      XmlBoolean xgetBottom()
      Gets (as xml) the "bottom" attribute
    • isSetBottom

      boolean isSetBottom()
      True if has "bottom" attribute
    • setBottom

      void setBottom(boolean bottom)
      Sets the "bottom" attribute
    • xsetBottom

      void xsetBottom(XmlBoolean bottom)
      Sets (as xml) the "bottom" attribute
    • unsetBottom

      void unsetBottom()
      Unsets the "bottom" attribute
    • getOperator

      Gets the "operator" attribute
    • xgetOperator

      Gets (as xml) the "operator" attribute
    • isSetOperator

      boolean isSetOperator()
      True if has "operator" attribute
    • setOperator

      void setOperator(STConditionalFormattingOperator.Enum operator)
      Sets the "operator" attribute
    • xsetOperator

      void xsetOperator(STConditionalFormattingOperator operator)
      Sets (as xml) the "operator" attribute
    • unsetOperator

      void unsetOperator()
      Unsets the "operator" attribute
    • getText

      String getText()
      Gets the "text" attribute
    • xgetText

      XmlString xgetText()
      Gets (as xml) the "text" attribute
    • isSetText

      boolean isSetText()
      True if has "text" attribute
    • setText

      void setText(String text)
      Sets the "text" attribute
    • xsetText

      void xsetText(XmlString text)
      Sets (as xml) the "text" attribute
    • unsetText

      void unsetText()
      Unsets the "text" attribute
    • getTimePeriod

      STTimePeriod.Enum getTimePeriod()
      Gets the "timePeriod" attribute
    • xgetTimePeriod

      STTimePeriod xgetTimePeriod()
      Gets (as xml) the "timePeriod" attribute
    • isSetTimePeriod

      boolean isSetTimePeriod()
      True if has "timePeriod" attribute
    • setTimePeriod

      void setTimePeriod(STTimePeriod.Enum timePeriod)
      Sets the "timePeriod" attribute
    • xsetTimePeriod

      void xsetTimePeriod(STTimePeriod timePeriod)
      Sets (as xml) the "timePeriod" attribute
    • unsetTimePeriod

      void unsetTimePeriod()
      Unsets the "timePeriod" attribute
    • getRank

      long getRank()
      Gets the "rank" attribute
    • xgetRank

      XmlUnsignedInt xgetRank()
      Gets (as xml) the "rank" attribute
    • isSetRank

      boolean isSetRank()
      True if has "rank" attribute
    • setRank

      void setRank(long rank)
      Sets the "rank" attribute
    • xsetRank

      void xsetRank(XmlUnsignedInt rank)
      Sets (as xml) the "rank" attribute
    • unsetRank

      void unsetRank()
      Unsets the "rank" attribute
    • getStdDev

      int getStdDev()
      Gets the "stdDev" attribute
    • xgetStdDev

      XmlInt xgetStdDev()
      Gets (as xml) the "stdDev" attribute
    • isSetStdDev

      boolean isSetStdDev()
      True if has "stdDev" attribute
    • setStdDev

      void setStdDev(int stdDev)
      Sets the "stdDev" attribute
    • xsetStdDev

      void xsetStdDev(XmlInt stdDev)
      Sets (as xml) the "stdDev" attribute
    • unsetStdDev

      void unsetStdDev()
      Unsets the "stdDev" attribute
    • getEqualAverage

      boolean getEqualAverage()
      Gets the "equalAverage" attribute
    • xgetEqualAverage

      XmlBoolean xgetEqualAverage()
      Gets (as xml) the "equalAverage" attribute
    • isSetEqualAverage

      boolean isSetEqualAverage()
      True if has "equalAverage" attribute
    • setEqualAverage

      void setEqualAverage(boolean equalAverage)
      Sets the "equalAverage" attribute
    • xsetEqualAverage

      void xsetEqualAverage(XmlBoolean equalAverage)
      Sets (as xml) the "equalAverage" attribute
    • unsetEqualAverage

      void unsetEqualAverage()
      Unsets the "equalAverage" attribute