public class XlsxStyleInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
backcolor |
protected int |
borderIndex |
protected int |
fontIndex |
protected int |
formatIndex |
protected String |
horizontalAlign |
protected boolean |
isHidden |
protected boolean |
isLocked |
protected boolean |
isShrinkToFit |
protected boolean |
isWrapText |
protected String |
verticalAlign |
| Constructor and Description |
|---|
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit) |
protected int formatIndex
protected int fontIndex
protected int borderIndex
protected String backcolor
protected String horizontalAlign
protected String verticalAlign
protected boolean isWrapText
protected boolean isHidden
protected boolean isLocked
protected boolean isShrinkToFit
public XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit)
public String getId()
Copyright © 2015. All rights reserved.