Class JRXlsMetadataExporter.BoxStyle
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRXlsMetadataExporter.BoxStyle
-
- Enclosing class:
- JRXlsMetadataExporter
protected class JRXlsMetadataExporter.BoxStyle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected short[]borderColourprotected org.apache.poi.ss.usermodel.BorderStyle[]borderStyleprotected static intBOTTOMprotected static intLEFTprotected static intRIGHTprotected static intTOP
-
Constructor Summary
Constructors Constructor Description BoxStyle(int side, JRPen pen)BoxStyle(JRPrintElement element)
-
-
-
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 org.apache.poi.ss.usermodel.BorderStyle[] borderStyle
-
borderColour
protected short[] borderColour
-
-
Constructor Detail
-
BoxStyle
public BoxStyle(int side, JRPen pen)
-
BoxStyle
public BoxStyle(JRPrintElement element)
-
-