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 String
color
protected String
fontName
protected float
fontSize
protected boolean
isBold
protected boolean
isItalic
protected boolean
isStrikeThrough
protected boolean
isUnderline
-
Constructor Summary
Constructors Constructor Description XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
-
-
-
Constructor Detail
-
XlsxFontInfo
public XlsxFontInfo(JRPrintElement element, String fontName, boolean isFontSizeFixEnabled)
-
-