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 Summary
Fields Modifier and Type Field Description protected Stringcolorprotected StringfontNameprotected floatfontSizeprotected booleanisBoldprotected booleanisItalicprotected booleanisStrikeThroughprotected booleanisUnderline
-
Constructor Summary
Constructors Constructor Description XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
-
-
-
Constructor Detail
-
XlsxFontInfo
public XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
-
-