Class JRXlsExporter.StyleInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRXlsExporter.StyleInfo
-
- Enclosing class:
- JRXlsExporter
protected class JRXlsExporter.StyleInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected shortbackcolorprotected net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyleboxprotected org.apache.poi.hssf.usermodel.HSSFFontfontprotected org.apache.poi.ss.usermodel.HorizontalAlignmenthorizontalAlignmentprotected booleanlcCellHiddenprotected booleanlcCellLockedprotected booleanlcShrinkToFitprotected booleanlcWrapTextprotected org.apache.poi.ss.usermodel.FillPatternTypemodeprotected shortrotationprotected org.apache.poi.ss.usermodel.VerticalAlignmentverticalAlignment
-
Constructor Summary
Constructors Constructor Description StyleInfo(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)StyleInfo(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcomputeHash()booleanequals(java.lang.Object o)shortgetDataFormat()booleanhasDataFormat()inthashCode()voidsetDataFormat(short dataFormat)java.lang.StringtoString()
-
-
-
Field Detail
-
mode
protected final org.apache.poi.ss.usermodel.FillPatternType mode
-
backcolor
protected final short backcolor
-
horizontalAlignment
protected final org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment
-
verticalAlignment
protected final org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment
-
rotation
protected final short rotation
-
font
protected final org.apache.poi.hssf.usermodel.HSSFFont font
-
box
protected final net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box
-
lcWrapText
protected final boolean lcWrapText
-
lcCellLocked
protected final boolean lcCellLocked
-
lcCellHidden
protected final boolean lcCellHidden
-
lcShrinkToFit
protected final boolean lcShrinkToFit
-
-
Constructor Detail
-
StyleInfo
public StyleInfo(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRExporterGridCell gridCell, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)
-
StyleInfo
public StyleInfo(org.apache.poi.ss.usermodel.FillPatternType mode, short backcolor, org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment, org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)
-
-
Method Detail
-
computeHash
protected int computeHash()
-
setDataFormat
public void setDataFormat(short dataFormat)
-
hasDataFormat
public boolean hasDataFormat()
-
getDataFormat
public short getDataFormat()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-