net.sf.jasperreports.engine.export
protected static class JRXlsExporter.StyleInfo extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected short |
backcolor |
protected JRXlsExporter.BoxStyle |
box |
protected HSSFFont |
font |
protected short |
horizontalAlignment |
protected short |
mode |
protected short |
rotation |
protected short |
verticalAlignment |
protected boolean |
wrapText |
Constructor and Description |
---|
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRXlsExporter.BoxStyle box) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
HSSFFont font,
JRXlsExporter.BoxStyle box,
boolean wrapText) |
Modifier and Type | Method and Description |
---|---|
protected int |
computeHash() |
boolean |
equals(java.lang.Object o) |
short |
getDataFormat() |
boolean |
hasDataFormat() |
int |
hashCode() |
void |
setDataFormat(short dataFormat) |
java.lang.String |
toString() |
protected final short mode
protected final short backcolor
protected final short horizontalAlignment
protected final short verticalAlignment
protected final short rotation
protected final HSSFFont font
protected final JRXlsExporter.BoxStyle box
protected final boolean wrapText
public JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell)
public JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell, boolean wrapText)
public JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRXlsExporter.BoxStyle box)
public JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRXlsExporter.BoxStyle box, boolean wrapText)
protected int computeHash()
public void setDataFormat(short dataFormat)
public boolean hasDataFormat()
public short getDataFormat()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com