Class XlsxFontInfo

java.lang.Object
net.sf.jasperreports.engine.export.ooxml.XlsxFontInfo

public class XlsxFontInfo extends Object
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

    • fontName

      protected String fontName
    • fontSize

      protected float fontSize
    • isBold

      protected boolean isBold
    • isItalic

      protected boolean isItalic
    • isUnderline

      protected boolean isUnderline
    • isStrikeThrough

      protected boolean isStrikeThrough
    • color

      protected String color
  • Constructor Details

    • XlsxFontInfo

      public XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
  • Method Details