Class XlsxFontInfo


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

      • 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 Detail

      • XlsxFontInfo

        public XlsxFontInfo​(JRPrintElement element,
                            String fontName,
                            boolean isFontSizeFixEnabled)