Class TableCellStyle
java.lang.Object
com.independentsoft.office.drawing.tableStyles.TableCellStyle
The Class TableCellStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the fill effect.Gets the fill reference.Gets the table cell borders.voidsetFillEffect(FillEffect fillEffect)Sets the fill effect.voidsetFillReference(FillReference fillReference)Sets the fill reference.voidsetTableCellBorders(TableCellBorders tableCellBorders)Sets the table cell borders.toString()
-
Constructor Details
-
TableCellStyle
public TableCellStyle()Instantiates a new table cell style.
-
-
Method Details
-
clone
-
toString
-
getFillEffect
Gets the fill effect.- Returns:
- the fill effect
-
setFillEffect
Sets the fill effect.- Parameters:
fillEffect- the new fill effect
-
getFillReference
Gets the fill reference.- Returns:
- the fill reference
-
setFillReference
Sets the fill reference.- Parameters:
fillReference- the new fill reference
-
getTableCellBorders
Gets the table cell borders.- Returns:
- the table cell borders
-
setTableCellBorders
Sets the table cell borders.- Parameters:
tableCellBorders- the new table cell borders
-