Class ExcelFont

java.lang.Object
bld.generator.report.excel.data.ExcelFont

public class ExcelFont extends Object
The Class ExcelFont.
This class is used as a property on LayoutCell class.
  • Constructor Details

    • ExcelFont

      public ExcelFont()
  • Method Details

    • getFont

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

      public void setFont(String font)
      Sets the font.
      Parameters:
      font - the new font
    • isBold

      public boolean isBold()
      Checks if is bold.
      Returns:
      the bold
    • setBold

      public void setBold(boolean bold)
      Sets the bold.
      Parameters:
      bold - the new bold
    • isItalic

      public boolean isItalic()
      Checks if is italic.
      Returns:
      the italic
    • setItalic

      public void setItalic(boolean italic)
      Sets the italic.
      Parameters:
      italic - the new italic
    • getUnderline

      public UnderlineType getUnderline()
      Gets the underline.
      Returns:
      the underline
    • setUnderline

      public void setUnderline(UnderlineType underline)
      Sets the underline.
      Parameters:
      underline - the new underline
    • getSize

      public short getSize()
      Gets the size.
      Returns:
      the size
    • setSize

      public void setSize(short size)
      Sets the size.
      Parameters:
      size - the new size
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful