com.aspose.cells

Class PivotFormatCondition

  • java.lang.Object
    • com.aspose.cells.PivotFormatCondition
public class PivotFormatCondition 
extends java.lang.Object

Represents a PivotTable Format Condition in PivotFormatCondition Collection.

Property Getters/Setters Summary
FormatConditionCollectiongetFormatConditions()
Get formatconditions for the pivot talbe condition format .
intgetRuleType()
void
setRuleType(intvalue)
           Get and set rule type for the pivot talbe condition format . The value of the property is PivotConditionFormatRuleType integer constant.
intgetScopeType()
void
setScopeType(intvalue)
           Get and set scope type for the pivot talbe condition format . The value of the property is PivotConditionFormatScopeType integer constant.
 

    • Property Getters/Setters Detail

      • getScopeType/setScopeType

        public int getScopeType() / public void setScopeType(int value)
        
        Get and set scope type for the pivot talbe condition format . The value of the property is PivotConditionFormatScopeType integer constant.
      • getRuleType/setRuleType

        public int getRuleType() / public void setRuleType(int value)
        
        Get and set rule type for the pivot talbe condition format . The value of the property is PivotConditionFormatRuleType integer constant.
      • getFormatConditions

        public FormatConditionCollection getFormatConditions()
        
        Get formatconditions for the pivot talbe condition format .

    setScopeType

    public voidsetScopeType(intvalue)
    
    Get and set scope type for the pivot talbe condition format . The value of the property is PivotConditionFormatScopeType integer constant.

    setRuleType

    public voidsetRuleType(intvalue)
    
    Get and set rule type for the pivot talbe condition format . The value of the property is PivotConditionFormatRuleType integer constant.