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[]
BORDER
protected Color[]
borderColor
protected String[]
borderStyle
protected String[]
borderWidth
protected static int
BOTTOM_BORDER
protected static int
LEFT_BORDER
protected static int
RIGHT_BORDER
protected static int
TOP_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
-
-