Class TableStyleConditionalFormatting
java.lang.Object
com.independentsoft.office.word.tables.TableStyleConditionalFormatting
The Class TableStyleConditionalFormatting.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new table style conditional formatting.Instantiates a new table style conditional formatting. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanChecks if is apply first column.booleanChecks if is apply first row.booleanChecks if is apply last column.booleanChecks if is apply last row.booleanChecks if is do not apply column banding.booleanChecks if is do not apply row banding.voidsetApplyFirstColumn(boolean applyFirstColumn)Sets the apply first column.voidsetApplyFirstRow(boolean applyFirstRow)Sets the apply first row.voidsetApplyLastColumn(boolean applyLastColumn)Sets the apply last column.voidsetApplyLastRow(boolean applyLastRow)Sets the apply last row.voidsetDoNotApplyColumnBanding(boolean doNotApplyColumnBanding)Sets the do not apply column banding.voidsetDoNotApplyRowBanding(boolean doNotApplyRowBanding)Sets the do not apply row banding.toString()
-
Constructor Details
-
TableStyleConditionalFormatting
public TableStyleConditionalFormatting()Instantiates a new table style conditional formatting. -
TableStyleConditionalFormatting
Instantiates a new table style conditional formatting.- Parameters:
value- the value
-
-
Method Details
-
clone
-
toString
-
isApplyFirstRow
public boolean isApplyFirstRow()Checks if is apply first row.- Returns:
- true, if is apply first row
-
setApplyFirstRow
public void setApplyFirstRow(boolean applyFirstRow)Sets the apply first row.- Parameters:
applyFirstRow- the new apply first row
-
isApplyLastRow
public boolean isApplyLastRow()Checks if is apply last row.- Returns:
- true, if is apply last row
-
setApplyLastRow
public void setApplyLastRow(boolean applyLastRow)Sets the apply last row.- Parameters:
applyLastRow- the new apply last row
-
isApplyFirstColumn
public boolean isApplyFirstColumn()Checks if is apply first column.- Returns:
- true, if is apply first column
-
setApplyFirstColumn
public void setApplyFirstColumn(boolean applyFirstColumn)Sets the apply first column.- Parameters:
applyFirstColumn- the new apply first column
-
isApplyLastColumn
public boolean isApplyLastColumn()Checks if is apply last column.- Returns:
- true, if is apply last column
-
setApplyLastColumn
public void setApplyLastColumn(boolean applyLastColumn)Sets the apply last column.- Parameters:
applyLastColumn- the new apply last column
-
isDoNotApplyRowBanding
public boolean isDoNotApplyRowBanding()Checks if is do not apply row banding.- Returns:
- true, if is do not apply row banding
-
setDoNotApplyRowBanding
public void setDoNotApplyRowBanding(boolean doNotApplyRowBanding)Sets the do not apply row banding.- Parameters:
doNotApplyRowBanding- the new do not apply row banding
-
isDoNotApplyColumnBanding
public boolean isDoNotApplyColumnBanding()Checks if is do not apply column banding.- Returns:
- true, if is do not apply column banding
-
setDoNotApplyColumnBanding
public void setDoNotApplyColumnBanding(boolean doNotApplyColumnBanding)Sets the do not apply column banding.- Parameters:
doNotApplyColumnBanding- the new do not apply column banding
-