Class TableStyle
java.lang.Object
com.independentsoft.office.spreadsheet.styles.TableStyle
The Class TableStyle.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableStyle
public TableStyle()Instantiates a new table style.
-
-
Method Details
-
clone
-
toString
-
getElements
Gets the elements.- Returns:
- the elements
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
isPivot
public boolean isPivot()Checks if is pivot.- Returns:
- true, if is pivot
-
setPivot
public void setPivot(boolean pivot)Sets the pivot.- Parameters:
pivot- the new pivot
-
isTable
public boolean isTable()Checks if is table.- Returns:
- true, if is table
-
setTable
public void setTable(boolean table)Sets the table.- Parameters:
table- the new table
-