java.lang.Object
com.aspose.cells.PivotFormatCondition
public class PivotFormatCondition
| Property Getters/Setters Summary | ||
|---|---|---|
FormatConditionCollection | getFormatConditions() | |
| Get formatconditions for the pivot table condition format . | ||
int | getRuleType() | |
void | setRuleType(int) | |
| Get and set rule type for the pivot table condition format . The value of the property is PivotConditionFormatRuleType integer constant. | ||
int | getScopeType() | |
void | setScopeType(int) | |
| Get and set scope type for the pivot table condition format . The value of the property is PivotConditionFormatScopeType integer constant. | ||
| Method Summary | ||
|---|---|---|
void | addColumnAreaCondition(PivotField columnField) | |
| Adds PivotTable conditional format limit in the column fields. | ||
void | addColumnAreaCondition(java.lang.String fieldName) | |
| Adds PivotTable conditional format limit in the column fields. | ||
void | addDataAreaCondition(PivotField dataField) | |
| Adds PivotTable conditional format limit in the data fields. | ||
void | addDataAreaCondition(java.lang.String fieldName) | |
| Adds PivotTable conditional format limit in the data fields. | ||
void | addRowAreaCondition(PivotField rowField) | |
| Adds PivotTable conditional format limit in the row fields. | ||
void | addRowAreaCondition(java.lang.String fieldName) | |
| Adds PivotTable conditional format limit in the row fields. | ||
void | setConditionalAreas() | |
| Sets conditional areas of PivotFormatCondition object. | ||
| Property Getters/Setters Detail |
|---|
getScopeType/setScopeType | |
public int getScopeType() / public void setScopeType(int value) | |
getRuleType/setRuleType | |
public int getRuleType() / public void setRuleType(int value) | |
getFormatConditions | |
public FormatConditionCollection getFormatConditions() | |
| Method Detail |
|---|
addDataAreaCondition | |
public void addDataAreaCondition(java.lang.String fieldName) | |
fieldName - The name of PivotField.addDataAreaCondition | |
public void addDataAreaCondition(PivotField dataField) | |
dataField - The PivotField in the data fields.addRowAreaCondition | |
public void addRowAreaCondition(java.lang.String fieldName) | |
fieldName - The name of PivotField.addRowAreaCondition | |
public void addRowAreaCondition(PivotField rowField) | |
rowField - The PivotField in the row fields.addColumnAreaCondition | |
public void addColumnAreaCondition(java.lang.String fieldName) | |
fieldName - The name of PivotField.addColumnAreaCondition | |
public void addColumnAreaCondition(PivotField columnField) | |
columnField - The PivotField in the column fields.setConditionalAreas | |
public void setConditionalAreas()
throws java.lang.Exception | |