com.aspose.cells.jasperreports
Class ACXlsExporter.BoxStyle

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

protected class ACXlsExporter.BoxStyle
extends java.lang.Object

Style information for cell border


Field Summary
protected  com.aspose.cells.Color[] borderColour
           
protected  int[] borderStyle
           
protected static int BOTTOM
           
protected static int LEFT
           
protected static int RIGHT
           
protected static int TOP
           
 
Constructor Summary
ACXlsExporter.BoxStyle(int side, net.sf.jasperreports.engine.JRPen pen)
           
ACXlsExporter.BoxStyle(net.sf.jasperreports.engine.export.JRExporterGridCell gridCell)
           
 
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
 

Field Detail

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

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

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