protected class JRXlsMetadataExporter.StyleInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected short |
backcolor |
protected JRXlsMetadataExporter.BoxStyle |
box |
protected org.apache.poi.hssf.usermodel.HSSFFont |
font |
protected short |
horizontalAlignment |
protected boolean |
lcCellHidden |
protected boolean |
lcCellLocked |
protected boolean |
lcShrinkToFit |
protected boolean |
lcWrapText |
protected short |
mode |
protected short |
rotation |
protected short |
verticalAlignment |
Constructor and Description |
---|
StyleInfo(short mode,
short backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
org.apache.poi.hssf.usermodel.HSSFFont font,
JRXlsMetadataExporter.BoxStyle box,
boolean wrapText,
boolean cellLocked,
boolean cellHidden,
boolean shrinkToFit) |
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 JRXlsMetadataExporter.BoxStyle box
protected final boolean lcWrapText
protected final boolean lcCellLocked
protected final boolean lcCellHidden
protected final boolean lcShrinkToFit
public StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, org.apache.poi.hssf.usermodel.HSSFFont font, JRXlsMetadataExporter.BoxStyle box, boolean wrapText, boolean cellLocked, boolean cellHidden, boolean shrinkToFit)
Copyright © 2017. All rights reserved.