protected class JRXlsExporter.StyleInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected short |
backcolor |
protected net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle |
box |
protected org.apache.poi.hssf.usermodel.HSSFFont |
font |
protected short |
horizontalAlignment |
protected boolean |
lcCellHidden |
protected boolean |
lcCellLocked |
protected boolean |
lcWrapText |
protected short |
mode |
protected short |
rotation |
protected short |
verticalAlignment |
| Constructor and Description |
|---|
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean cellLocked,
boolean cellHidden) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText,
boolean cellLocked,
boolean cellHidden) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean wrapText) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean cellLocked,
boolean cellHidden) |
JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean wrapText,
boolean cellLocked,
boolean cellHidden) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
computeHash() |
boolean |
equals(Object o) |
short |
getDataFormat() |
boolean |
hasDataFormat() |
int |
hashCode() |
void |
setDataFormat(short dataFormat) |
String |
toString() |
protected final short mode
protected final short backcolor
protected final short horizontalAlignment
protected final short verticalAlignment
protected final short rotation
protected final org.apache.poi.hssf.usermodel.HSSFFont font
protected final net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box
protected final boolean lcWrapText
protected final boolean lcCellLocked
protected final boolean lcCellHidden
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText,
boolean cellLocked,
boolean cellHidden)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean cellLocked,
boolean cellHidden)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRExporterGridCell gridCell,
boolean wrapText)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean wrapText)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean cellLocked,
boolean cellHidden)
public JRXlsExporter.StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
net.sf.jasperreports.engine.export.JRXlsExporter.BoxStyle box,
boolean wrapText,
boolean cellLocked,
boolean cellHidden)
Copyright © 2014. All rights reserved.