DisplayFormatSectionInfo
Overview
DisplayFormatSectionInfo is a class in Aspose.Cells FOSS for Java.
Holds metadata about a single section of a number format code string.
This class provides 8 methods for working with DisplayFormatSectionInfo objects in Java programs.
Available methods include: getConditionOperator, getConditionValue, getHasCondition, getRaw, setConditionOperator, setConditionValue, setHasCondition, setRaw.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: conditionOperator, conditionValue, hasCondition, raw.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
raw | String | Read | Returns the raw. |
hasCondition | boolean | Read | Returns the condition. |
conditionOperator | String | Read | Returns the condition operator. |
conditionValue | double | Read | Returns the condition value. |
Methods
| Signature | Description |
|---|---|
getRaw() → String | Returns the raw. |
setRaw(raw: String) | Sets the raw. |
getHasCondition() → boolean | Returns the condition. |
setHasCondition(hasCondition: boolean) | Sets the condition. |
getConditionOperator() → String | Returns the condition operator. |
setConditionOperator(conditionOperator: String) | Sets the condition operator. |
getConditionValue() → double | Returns the condition value. |
setConditionValue(conditionValue: double) | Sets the condition value. |