DisplayFormatSectionInfo
概述
DisplayFormatSectionInfo 是 Aspose.Cells FOSS for Java 中的一个类。
保存关于数字格式代码字符串单个部分的元数据。
属性
| 名称 | 类型 | 访问 | 描述 |
|---|---|---|---|
raw | String | 读取 | 返回原始。 |
hasCondition | boolean | 读取 | 返回条件。 |
conditionOperator | String | 读取 | 返回条件运算符。 |
conditionValue | double | 读取 | 返回条件值。 |
方法
| Signature | Description |
|---|---|
getRaw() → String | 返回原始值。 |
setRaw(raw: String) | 设置原始值。 |
getHasCondition() → boolean | 返回条件。 |
setHasCondition(hasCondition: boolean) | 设置条件。 |
getConditionOperator() → String | 返回条件运算符。 |
setConditionOperator(conditionOperator: String) | 设置条件运算符。 |
getConditionValue() → double | 返回条件值。 |
setConditionValue(conditionValue: double) | 设置条件值。 |