Class X14ConditionalFormattingValueObject
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14ConditionalFormattingValueObject
Represents a conditional formatting value object (x14:cfvo element).
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new x14 conditional formatting value object. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the formula (xm:f element).Gets whether the threshold is "greater than or equal" instead of "greater than".getType()Gets the value object type (e.g.voidsetFormula(String formula)Sets the formula (xm:f element).voidsetGreaterThanOrEqual(Boolean greaterThanOrEqual)Sets whether the threshold is "greater than or equal" instead of "greater than".voidSets the value object type (e.g.toString()
-
Constructor Details
-
X14ConditionalFormattingValueObject
public X14ConditionalFormattingValueObject()Instantiates a new x14 conditional formatting value object.
-
-
Method Details
-
clone
-
toString
-
getType
Gets the value object type (e.g. "min", "max", "percent", "formula", "autoMin", "autoMax").- Returns:
- the value object type
-
setType
Sets the value object type (e.g. "min", "max", "percent", "formula", "autoMin", "autoMax").- Parameters:
type- the new value object type
-
getGreaterThanOrEqual
Gets whether the threshold is "greater than or equal" instead of "greater than".- Returns:
- whether the threshold is "greater than or equal" instead of "greater than"
-
setGreaterThanOrEqual
Sets whether the threshold is "greater than or equal" instead of "greater than".- Parameters:
greaterThanOrEqual- the new greater than or equal flag
-
getFormula
Gets the formula (xm:f element).- Returns:
- the formula
-
setFormula
Sets the formula (xm:f element).- Parameters:
formula- the new formula
-