Interface CTConditionalFormatting

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTConditionalFormatting
    extends XmlObject
    An XML CT_ConditionalFormatting(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getCfRuleList

        java.util.List<CTCfRule> getCfRuleList()
        Gets a List of "cfRule" elements
      • getCfRuleArray

        @Deprecated
        CTCfRule[] getCfRuleArray()
        Deprecated.
        Gets array of all "cfRule" elements
      • getCfRuleArray

        CTCfRule getCfRuleArray​(int i)
        Gets ith "cfRule" element
      • sizeOfCfRuleArray

        int sizeOfCfRuleArray()
        Returns number of "cfRule" element
      • setCfRuleArray

        void setCfRuleArray​(CTCfRule[] cfRuleArray)
        Sets array of all "cfRule" element
      • setCfRuleArray

        void setCfRuleArray​(int i,
                            CTCfRule cfRule)
        Sets ith "cfRule" element
      • insertNewCfRule

        CTCfRule insertNewCfRule​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cfRule" element
      • addNewCfRule

        CTCfRule addNewCfRule()
        Appends and returns a new empty value (as xml) as the last "cfRule" element
      • removeCfRule

        void removeCfRule​(int i)
        Removes the ith "cfRule" 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
      • getPivot

        boolean getPivot()
        Gets the "pivot" attribute
      • xgetPivot

        XmlBoolean xgetPivot()
        Gets (as xml) the "pivot" attribute
      • isSetPivot

        boolean isSetPivot()
        True if has "pivot" attribute
      • setPivot

        void setPivot​(boolean pivot)
        Sets the "pivot" attribute
      • xsetPivot

        void xsetPivot​(XmlBoolean pivot)
        Sets (as xml) the "pivot" attribute
      • unsetPivot

        void unsetPivot()
        Unsets the "pivot" attribute
      • getSqref

        java.util.List getSqref()
        Gets the "sqref" attribute
      • xgetSqref

        STSqref xgetSqref()
        Gets (as xml) the "sqref" attribute
      • isSetSqref

        boolean isSetSqref()
        True if has "sqref" attribute
      • setSqref

        void setSqref​(java.util.List sqref)
        Sets the "sqref" attribute
      • xsetSqref

        void xsetSqref​(STSqref sqref)
        Sets (as xml) the "sqref" attribute
      • unsetSqref

        void unsetSqref()
        Unsets the "sqref" attribute