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