com.aspose.cells.jasperreports
Class ACXlsExporter.StyleInfo
java.lang.Object
com.aspose.cells.jasperreports.ACXlsExporter.StyleInfo
- Enclosing class:
- ACXlsExporter
protected class ACXlsExporter.StyleInfo
- extends java.lang.Object
Style information for a cell.
Constructor Summary |
ACXlsExporter.StyleInfo(short pattern,
com.aspose.cells.Color backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
com.aspose.cells.Font font,
ACXlsExporter.BoxStyle box)
|
ACXlsExporter.StyleInfo(short pattern,
com.aspose.cells.Color backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
com.aspose.cells.Font font,
net.sf.jasperreports.engine.export.JRExporterGridCell gridCell)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
pattern
protected final short pattern
backcolor
protected final com.aspose.cells.Color backcolor
horizontalAlignment
protected final short horizontalAlignment
verticalAlignment
protected final short verticalAlignment
rotation
protected final short rotation
font
protected final com.aspose.cells.Font font
box
protected final ACXlsExporter.BoxStyle box
ACXlsExporter.StyleInfo
public ACXlsExporter.StyleInfo(short pattern,
com.aspose.cells.Color backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
com.aspose.cells.Font font,
net.sf.jasperreports.engine.export.JRExporterGridCell gridCell)
ACXlsExporter.StyleInfo
public ACXlsExporter.StyleInfo(short pattern,
com.aspose.cells.Color backcolor,
short horizontalAlignment,
short verticalAlignment,
short rotation,
com.aspose.cells.Font font,
ACXlsExporter.BoxStyle box)
computeHash
protected int computeHash()
setDataFormat
public void setDataFormat(short dataFormat)
hasDataFormat
public boolean hasDataFormat()
getDataFormat
public short getDataFormat()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object