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