Class XlsxStyleInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.XlsxStyleInfo
-
public class XlsxStyleInfo extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbackcolorprotected intborderIndexprotected LineDirectionEnumdirectionprotected intfontIndexprotected intformatIndexprotected java.lang.StringhorizontalAlignprotected booleanignoreCellBackgroundprotected booleanignoreCellBorderprotected booleanisHiddenprotected booleanisIgnoreTextFormattingprotected booleanisLockedprotected booleanisShrinkToFitprotected booleanisWrapTextprotected introtationprotected java.lang.StringverticalAlignprotected booleanwhitePageBackground
-
Constructor Summary
Constructors Constructor 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, LineDirectionEnum direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)java.lang.StringgetId()protected java.lang.StringgetVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)
-
-
-
Field Detail
-
formatIndex
protected int formatIndex
-
fontIndex
protected int fontIndex
-
borderIndex
protected int borderIndex
-
backcolor
protected java.lang.String backcolor
-
horizontalAlign
protected java.lang.String horizontalAlign
-
verticalAlign
protected java.lang.String verticalAlign
-
isWrapText
protected boolean isWrapText
-
isHidden
protected boolean isHidden
-
isLocked
protected boolean isLocked
-
isShrinkToFit
protected boolean isShrinkToFit
-
isIgnoreTextFormatting
protected boolean isIgnoreTextFormatting
-
rotation
protected int rotation
-
whitePageBackground
protected boolean whitePageBackground
-
ignoreCellBackground
protected boolean ignoreCellBackground
-
ignoreCellBorder
protected boolean ignoreCellBorder
-
direction
protected LineDirectionEnum direction
-
-
Constructor Detail
-
XlsxStyleInfo
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, LineDirectionEnum direction)
-
-
Method Detail
-
getHorizontalAlignment
protected java.lang.String getHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)
-
getVerticalAlignment
protected java.lang.String getVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)
-
getId
public java.lang.String getId()
-
-