com.aspose.cells.jasperreports
Class ACXlsExporter.BoxStyle
java.lang.Object
com.aspose.cells.jasperreports.ACXlsExporter.BoxStyle
- Enclosing class:
- ACXlsExporter
protected class ACXlsExporter.BoxStyle
- extends java.lang.Object
Style information for cell border
Method Summary |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
void |
setBox(net.sf.jasperreports.engine.JRLineBox box)
|
void |
setPen(net.sf.jasperreports.engine.JRPen pen)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TOP
protected static final int TOP
- See Also:
- Constant Field Values
LEFT
protected static final int LEFT
- See Also:
- Constant Field Values
BOTTOM
protected static final int BOTTOM
- See Also:
- Constant Field Values
RIGHT
protected static final int RIGHT
- See Also:
- Constant Field Values
borderStyle
protected int[] borderStyle
borderColour
protected com.aspose.cells.Color[] borderColour
ACXlsExporter.BoxStyle
public ACXlsExporter.BoxStyle(int side,
net.sf.jasperreports.engine.JRPen pen)
ACXlsExporter.BoxStyle
public ACXlsExporter.BoxStyle(net.sf.jasperreports.engine.export.JRExporterGridCell gridCell)
setBox
public void setBox(net.sf.jasperreports.engine.JRLineBox box)
setPen
public void setPen(net.sf.jasperreports.engine.JRPen pen)
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