Class TableStyle
java.lang.Object
com.independentsoft.office.spreadsheet.tables.TableStyle
The Class TableStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Gets the name.booleanChecks if is show column stripes.booleanChecks if is show first column.booleanChecks if is show last column.booleanChecks if is show row stripes.voidSets the name.voidsetShowColumnStripes(boolean showColumnStripes)Sets the show column stripes.voidsetShowFirstColumn(boolean showFirstColumn)Sets the show first column.voidsetShowLastColumn(boolean showLastColumn)Sets the show last column.voidsetShowRowStripes(boolean showRowStripes)Sets the show row stripes.toString()
-
Constructor Details
-
TableStyle
public TableStyle()Instantiates a new table style.
-
-
Method Details
-
clone
-
toString
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isShowColumnStripes
public boolean isShowColumnStripes()Checks if is show column stripes.- Returns:
- true, if is show column stripes
-
setShowColumnStripes
public void setShowColumnStripes(boolean showColumnStripes)Sets the show column stripes.- Parameters:
showColumnStripes- the new show column stripes
-
isShowFirstColumn
public boolean isShowFirstColumn()Checks if is show first column.- Returns:
- true, if is show first column
-
setShowFirstColumn
public void setShowFirstColumn(boolean showFirstColumn)Sets the show first column.- Parameters:
showFirstColumn- the new show first column
-
isShowLastColumn
public boolean isShowLastColumn()Checks if is show last column.- Returns:
- true, if is show last column
-
setShowLastColumn
public void setShowLastColumn(boolean showLastColumn)Sets the show last column.- Parameters:
showLastColumn- the new show last column
-
isShowRowStripes
public boolean isShowRowStripes()Checks if is show row stripes.- Returns:
- true, if is show row stripes
-
setShowRowStripes
public void setShowRowStripes(boolean showRowStripes)Sets the show row stripes.- Parameters:
showRowStripes- the new show row stripes
-