Package net.sf.jasperreports.poi.export
Class JRXlsExporter.StyleInfo
- java.lang.Object
-
- net.sf.jasperreports.poi.export.JRXlsExporter.StyleInfo
-
- Enclosing class:
- JRXlsExporter
protected class JRXlsExporter.StyleInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected short
backcolor
protected net.sf.jasperreports.poi.export.JRXlsExporter.BoxStyle
box
protected org.apache.poi.hssf.usermodel.HSSFFont
font
protected org.apache.poi.ss.usermodel.HorizontalAlignment
horizontalAlignment
protected boolean
lcCellHidden
protected boolean
lcCellLocked
protected boolean
lcShrinkToFit
protected boolean
lcWrapText
protected org.apache.poi.ss.usermodel.FillPatternType
mode
protected short
rotation
protected org.apache.poi.ss.usermodel.VerticalAlignment
verticalAlignment
-
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.poi.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 int
computeHash()
boolean
equals(Object o)
short
getDataFormat()
boolean
hasDataFormat()
int
hashCode()
void
setDataFormat(short dataFormat)
String
toString()
-
-
-
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.poi.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.poi.export.JRXlsExporter.BoxStyle box, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)
-
-