Class DocxBorderInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.DocxBorderInfo
-
public class DocxBorderInfo extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected static String[]BORDERprotected Color[]borderColorprotected String[]borderStyleprotected 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)
-
-
-
Field Detail
-
BORDER
protected static final 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 Color[] borderColor
-
borderWidth
protected String[] borderWidth
-
borderStyle
protected String[] borderStyle
-
-