Class XlsxFontInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.XlsxFontInfo
-
public class XlsxFontInfo extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcolorprotected java.lang.StringfontNameprotected floatfontSizeprotected booleanisBoldprotected booleanisItalicprotected booleanisStrikeThroughprotected booleanisUnderline
-
Constructor Summary
Constructors Constructor Description XlsxFontInfo(JRPrintElement element, java.lang.String fontName, boolean isFontSizeFixEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Constructor Detail
-
XlsxFontInfo
public XlsxFontInfo(JRPrintElement element, java.lang.String fontName, boolean isFontSizeFixEnabled)
-
-