Class TableCellTextStyle
java.lang.Object
com.independentsoft.office.drawing.tableStyles.TableCellTextStyle
The Class TableCellTextStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.getFont()Gets the font.Gets the font reference.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidSets the font.voidsetFontReference(FontReference fontReference)Sets the font reference.toString()
-
Constructor Details
-
TableCellTextStyle
public TableCellTextStyle()Instantiates a new table cell text style.
-
-
Method Details
-
clone
-
toString
-
getFont
Gets the font.- Returns:
- the font
-
setFont
Sets the font.- Parameters:
font- the new font
-
getFontReference
Gets the font reference.- Returns:
- the font reference
-
setFontReference
Sets the font reference.- Parameters:
fontReference- the new font reference
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-