com.aspose.cells.jasperreports
Class ACXlsExporter.StyleInfo

java.lang.Object
  extended by com.aspose.cells.jasperreports.ACXlsExporter.StyleInfo
Enclosing class:
ACXlsExporter

protected class ACXlsExporter.StyleInfo
extends java.lang.Object

Style information for a cell.


Field Summary
protected  com.aspose.cells.Color backcolor
           
protected  ACXlsExporter.BoxStyle box
           
protected  com.aspose.cells.Font font
           
protected  short horizontalAlignment
           
protected  short pattern
           
protected  short rotation
           
protected  short verticalAlignment
           
 
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)
           
 
Method Summary
protected  int computeHash()
           
 boolean equals(java.lang.Object o)
           
 short getDataFormat()
           
 boolean hasDataFormat()
           
 int hashCode()
           
 void setDataFormat(short dataFormat)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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