net.sf.jasperreports.engine.export.ooxml
public class XlsxStyleInfo extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
backcolor |
protected int |
borderIndex |
protected int |
fontIndex |
protected int |
formatIndex |
protected java.lang.String |
horizontalAlign |
protected boolean |
isHidden |
protected boolean |
isLocked |
protected boolean |
isWrapText |
protected java.lang.String |
verticalAlign |
Constructor and Description |
---|
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
protected int formatIndex
protected int fontIndex
protected int borderIndex
protected java.lang.String backcolor
protected java.lang.String horizontalAlign
protected java.lang.String verticalAlign
protected boolean isWrapText
protected boolean isHidden
protected boolean isLocked
public XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, boolean isWrapText, boolean isHidden, boolean isLocked)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com