Class Band2Horizontal
java.lang.Object
com.independentsoft.office.drawing.tableStyles.Band2Horizontal
The Class Band2Horizontal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the table cell style.Gets the table cell text style.voidsetTableCellStyle(TableCellStyle tableCellStyle)Sets the table cell style.voidsetTableCellTextStyle(TableCellTextStyle tableCellTextStyle)Sets the table cell text style.toString()
-
Constructor Details
-
Band2Horizontal
public Band2Horizontal()Instantiates a new band2 horizontal.
-
-
Method Details
-
clone
-
toString
-
getTableCellStyle
Gets the table cell style.- Returns:
- the table cell style
-
setTableCellStyle
Sets the table cell style.- Parameters:
tableCellStyle- the new table cell style
-
getTableCellTextStyle
Gets the table cell text style.- Returns:
- the table cell text style
-
setTableCellTextStyle
Sets the table cell text style.- Parameters:
tableCellTextStyle- the new table cell text style
-