Class DocxBorderInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.DocxBorderInfo
-
public class DocxBorderInfo extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[]BORDERprotected java.awt.Color[]borderColorprotected java.lang.String[]borderStyleprotected java.lang.String[]borderWidthprotected static intBOTTOM_BORDERprotected static intLEFT_BORDERprotected static intRIGHT_BORDERprotected static intTOP_BORDER
-
Constructor Summary
Constructors Constructor Description DocxBorderInfo(JRLineBox box)DocxBorderInfo(JRPen pen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanhasBorder()
-
-
-
Field Detail
-
BORDER
protected static final java.lang.String[] BORDER
-
TOP_BORDER
protected static final int TOP_BORDER
- See Also:
- Constant Field Values
-
LEFT_BORDER
protected static final int LEFT_BORDER
- See Also:
- Constant Field Values
-
BOTTOM_BORDER
protected static final int BOTTOM_BORDER
- See Also:
- Constant Field Values
-
RIGHT_BORDER
protected static final int RIGHT_BORDER
- See Also:
- Constant Field Values
-
borderColor
protected java.awt.Color[] borderColor
-
borderWidth
protected java.lang.String[] borderWidth
-
borderStyle
protected java.lang.String[] borderStyle
-
-