Class NorthwestCell
java.lang.Object
com.independentsoft.office.drawing.tableStyles.NorthwestCell
The Class NorthwestCell.
-
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
-
NorthwestCell
public NorthwestCell()Instantiates a new northwest cell.
-
-
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
-