java.lang.Object
com.orchestranetworks.addon.dex.configuration.DataFormat

public final class DataFormat extends Object
Defines the formatting of an Excel file's data cell.
Since:
2.3.0
  • Constructor Details

    • DataFormat

      public DataFormat()
  • Method Details

    • getFontName

      public String getFontName()
      Returns the cell's font name.
    • setFontName

      public void setFontName(String fontName)
      Sets the cell's font name.
    • getFontSize

      public int getFontSize()
      Returns the cell's font size.
    • setFontSize

      public void setFontSize(int fontSize)
      Sets the cell's font size.
    • getFontStyles

      public List<FontStyle> getFontStyles()
      Returns the list of the cell's font style.
    • setFontStyles

      public void setFontStyles(List<FontStyle> fontStyles)
      Sets the list of the cell's font style.
    • getFontColor

      public String getFontColor()
      Returns the cell's font color.
    • setFontColor

      public void setFontColor(String fontColor)
      Sets the cell's font color.
    • getBackgroundColor

      public String getBackgroundColor()
      Returns the cell's background color.
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
      Sets the cell's background color.