PivotFormatCondition
Inheritance: java.lang.Object
public class PivotFormatCondition
Represents a PivotTable Format Condition in PivotFormatCondition Collection.
Remarks
NOTE: This class is now obsolete. Instead, please use PivotConditional class. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced.
Example
Methods
Method | Description |
---|---|
addColumnAreaCondition(PivotField columnField) | Adds PivotTable conditional format limit in the column fields. |
addColumnAreaCondition(String fieldName) | Adds PivotTable conditional format limit in the column fields. |
addDataAreaCondition(PivotField dataField) | Adds PivotTable conditional format limit in the data fields. |
addDataAreaCondition(String fieldName) | Adds PivotTable conditional format limit in the data fields. |
addRowAreaCondition(PivotField rowField) | Adds PivotTable conditional format limit in the row fields. |
addRowAreaCondition(String fieldName) | Adds PivotTable conditional format limit in the row fields. |
equals(Object arg0) | |
getClass() | |
getFormatConditions() | Get conditions for the pivot table conditional format . |
getRuleType() | Gets rule type for the pivot table condition format . |
getScopeType() | Gets scope type for the pivot table conditional format . |
hashCode() | |
notify() | |
notifyAll() | |
setConditionalAreas() | Sets conditional areas of PivotFormatCondition object. |
setRuleType(int value) | Sets rule type for the pivot table condition format . |
setScopeType(int value) | Sets scope type for the pivot table conditional format . |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
addColumnAreaCondition(PivotField columnField)
public void addColumnAreaCondition(PivotField columnField)
Adds PivotTable conditional format limit in the column fields.
Parameters:
Parameter | Type | Description |
---|---|---|
columnField | PivotField | The PivotField in the column fields. |
addColumnAreaCondition(String fieldName)
public void addColumnAreaCondition(String fieldName)
Adds PivotTable conditional format limit in the column fields.
Parameters:
Parameter | Type | Description |
---|---|---|
fieldName | java.lang.String | The name of PivotField. |
addDataAreaCondition(PivotField dataField)
public void addDataAreaCondition(PivotField dataField)
Adds PivotTable conditional format limit in the data fields.
Parameters:
Parameter | Type | Description |
---|---|---|
dataField | PivotField | The PivotField in the data fields. |
addDataAreaCondition(String fieldName)
public void addDataAreaCondition(String fieldName)
Adds PivotTable conditional format limit in the data fields.
Parameters:
Parameter | Type | Description |
---|---|---|
fieldName | java.lang.String | The name of PivotField. |
addRowAreaCondition(PivotField rowField)
public void addRowAreaCondition(PivotField rowField)
Adds PivotTable conditional format limit in the row fields.
Parameters:
Parameter | Type | Description |
---|---|---|
rowField | PivotField | The PivotField in the row fields. |
addRowAreaCondition(String fieldName)
public void addRowAreaCondition(String fieldName)
Adds PivotTable conditional format limit in the row fields.
Parameters:
Parameter | Type | Description |
---|---|---|
fieldName | java.lang.String | The name of PivotField. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFormatConditions()
public FormatConditionCollection getFormatConditions()
Get conditions for the pivot table conditional format .
Returns: FormatConditionCollection
getRuleType()
public int getRuleType()
Gets rule type for the pivot table condition format .
See PivotConditionFormatRuleType.
Returns: int
getScopeType()
public int getScopeType()
Gets scope type for the pivot table conditional format .
See PivotConditionFormatScopeType.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setConditionalAreas()
public void setConditionalAreas()
Sets conditional areas of PivotFormatCondition object.
setRuleType(int value)
public void setRuleType(int value)
Sets rule type for the pivot table condition format .
See PivotConditionFormatRuleType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setScopeType(int value)
public void setScopeType(int value)
Sets scope type for the pivot table conditional format .
See PivotConditionFormatScopeType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |