Class X14ConditionalFormatting
java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14ConditionalFormatting
Represents a conditional formatting definition (x14:conditionalFormatting element).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getPivot()Gets whether the conditional formatting applies to a pivot table.getRules()Gets the conditional formatting rules.Gets the cell ranges the formatting applies to (xm:sqref element).voidSets whether the conditional formatting applies to a pivot table.voidsetSequenceOfReferences(String sequenceOfReferences)Sets the cell ranges the formatting applies to (xm:sqref element).toString()
-
Constructor Details
-
X14ConditionalFormatting
public X14ConditionalFormatting()Instantiates a new x14 conditional formatting.
-
-
Method Details
-
clone
-
toString
-
getPivot
Gets whether the conditional formatting applies to a pivot table.- Returns:
- whether the conditional formatting applies to a pivot table
-
setPivot
Sets whether the conditional formatting applies to a pivot table.- Parameters:
pivot- the new pivot flag
-
getRules
Gets the conditional formatting rules.- Returns:
- the conditional formatting rules
-
getSequenceOfReferences
Gets the cell ranges the formatting applies to (xm:sqref element).- Returns:
- the cell ranges the formatting applies to
-
setSequenceOfReferences
Sets the cell ranges the formatting applies to (xm:sqref element).- Parameters:
sequenceOfReferences- the new cell ranges the formatting applies to
-