Class TableCellTextStyle

java.lang.Object
com.independentsoft.office.drawing.tableStyles.TableCellTextStyle

public class TableCellTextStyle extends Object
The Class TableCellTextStyle.
  • Constructor Details

    • TableCellTextStyle

      public TableCellTextStyle()
      Instantiates a new table cell text style.
  • Method Details

    • clone

      public TableCellTextStyle clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFont

      public Font getFont()
      Gets the font.
      Returns:
      the font
    • setFont

      public void setFont(Font font)
      Sets the font.
      Parameters:
      font - the new font
    • getFontReference

      public FontReference getFontReference()
      Gets the font reference.
      Returns:
      the font reference
    • setFontReference

      public void setFontReference(FontReference fontReference)
      Sets the font reference.
      Parameters:
      fontReference - the new font reference
    • getColorChoice

      public ColorChoice getColorChoice()
      Gets the color choice.
      Returns:
      the color choice
    • setColorChoice

      public void setColorChoice(ColorChoice colorChoice)
      Sets the color choice.
      Parameters:
      colorChoice - the new color choice