public class PivotFormatCondition
extends java.lang.Object
Remarks
NOTE: This class is now obsolete. Instead, please usePivotConditionalFormat class.
This method will be removed 12 months later since December 2024.
Aspose apologizes for any inconvenience you may have experienced.
Example
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnAreaCondition(PivotField columnField)
Deprecated.
Adds PivotTable conditional format limit in the column fields.
|
void |
addColumnAreaCondition(java.lang.String fieldName)
Deprecated.
Adds PivotTable conditional format limit in the column fields.
|
void |
addDataAreaCondition(PivotField dataField)
Deprecated.
Adds PivotTable conditional format limit in the data fields.
|
void |
addDataAreaCondition(java.lang.String fieldName)
Deprecated.
Adds PivotTable conditional format limit in the data fields.
|
void |
addRowAreaCondition(PivotField rowField)
Deprecated.
Adds PivotTable conditional format limit in the row fields.
|
void |
addRowAreaCondition(java.lang.String fieldName)
Deprecated.
Adds PivotTable conditional format limit in the row fields.
|
FormatConditionCollection |
getFormatConditions()
Deprecated.
Get conditions for the pivot table conditional format .
|
int |
getRuleType()
Deprecated.
Gets rule type for the pivot table condition format .
|
int |
getScopeType()
Deprecated.
Gets scope type for the pivot table conditional format .
|
void |
setConditionalAreas()
Deprecated.
Sets conditional areas of PivotFormatCondition object.
|
void |
setRuleType(int value)
Deprecated.
Sets rule type for the pivot table condition format .
|
void |
setScopeType(int value)
Deprecated.
Sets scope type for the pivot table conditional format .
|
public void addDataAreaCondition(java.lang.String fieldName)
fieldName - The name of PivotField.public void addDataAreaCondition(PivotField dataField)
dataField - The PivotField in the data fields.public void addRowAreaCondition(java.lang.String fieldName)
fieldName - The name of PivotField.public void addRowAreaCondition(PivotField rowField)
rowField - The PivotField in the row fields.public void addColumnAreaCondition(java.lang.String fieldName)
fieldName - The name of PivotField.public void addColumnAreaCondition(PivotField columnField)
columnField - The PivotField in the column fields.public void setConditionalAreas()
public int getScopeType()
public void setScopeType(int value)
public int getRuleType()
public void setRuleType(int value)
public FormatConditionCollection getFormatConditions()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.