DisplayFormatSectionInfo
Overview
DisplayFormatSectionInfo is a class in Aspose.Cells FOSS for Java.
Holds metadata about a single section of a number format code string.
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. |