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 |
isIgnoreTextFormatting |
protected boolean |
isLocked |
protected boolean |
isShrinkToFit |
protected boolean |
isWrapText |
protected int |
rotation |
protected String |
verticalAlign |
| Constructor and Description |
|---|
XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
int rotation) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getHorizontalAlignment(HorizontalTextAlignEnum hAlign,
VerticalTextAlignEnum vAlign,
int rotation) |
String |
getId() |
protected String |
getVerticalAlignment(HorizontalTextAlignEnum hAlign,
VerticalTextAlignEnum vAlign,
int rotation) |
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
protected boolean isIgnoreTextFormatting
protected int rotation
public XlsxStyleInfo(int formatIndex,
int fontIndex,
int borderIndex,
JRExporterGridCell gridCell,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
int rotation)
protected String getHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)
protected String getVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)
public String getId()
Copyright © 2015. All rights reserved.