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, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)protected java.lang.StringgetHorizontalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)protected java.lang.StringgetVerticalAlignment(HorizontalTextAlignEnum hAlign, VerticalTextAlignEnum vAlign, int rotation)inthashCode()
-
-
-
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, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction)
-
XlsxStyleInfo
public XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRPrintElement element, boolean isWrapText, boolean isHidden, boolean isLocked, boolean isShrinkToFit, boolean isIgnoreTextFormatting, int rotation, JRXlsAbstractExporter.SheetInfo sheetInfo, LineDirectionEnum direction, JRStyle parentStyle)
-
XlsxStyleInfo
public XlsxStyleInfo(int formatIndex, int fontIndex, int borderIndex, JRExporterGridCell gridCell, JRPrintElement element, 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)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-