public class XlsxFontInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
color |
protected String |
fontName |
protected float |
fontSize |
protected boolean |
isBold |
protected boolean |
isItalic |
protected boolean |
isStrikeThrough |
protected boolean |
isUnderline |
Constructor and Description |
---|
XlsxFontInfo(JRExporterGridCell gridCell,
String fontName,
boolean isFontSizeFixEnabled) |
protected String fontName
protected float fontSize
protected boolean isBold
protected boolean isItalic
protected boolean isUnderline
protected boolean isStrikeThrough
protected String color
public XlsxFontInfo(JRExporterGridCell gridCell, String fontName, boolean isFontSizeFixEnabled)
public String getId()
Copyright © 2017. All rights reserved.