Class ConditionalFormatting
java.lang.Object
com.independentsoft.office.spreadsheet.ConditionalFormatting
The Class ConditionalFormatting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the reference.getRules()Gets the rules.booleanChecks if is pivot table.voidsetPivotTable(boolean isPivotTable)Sets the pivot table.voidsetReference(String reference)Sets the reference.toString()
-
Constructor Details
-
ConditionalFormatting
public ConditionalFormatting()Instantiates a new conditional formatting.
-
-
Method Details
-
clone
-
toString
-
getRules
Gets the rules.- Returns:
- the rules
-
isPivotTable
public boolean isPivotTable()Checks if is pivot table.- Returns:
- true, if is pivot table
-
setPivotTable
public void setPivotTable(boolean isPivotTable)Sets the pivot table.- Parameters:
isPivotTable- the new pivot table
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-