net.sf.jasperreports.engine.export.ooxml
Class DocxBorderInfo

java.lang.Object
  extended by net.sf.jasperreports.engine.export.ooxml.DocxBorderInfo

public class DocxBorderInfo
extends Object

Version:
$Id: DocxBorderInfo.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected static String[] BORDER
           
protected  Color[] borderColor
           
protected  String[] borderPadding
           
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
DocxBorderInfo(JRLineBox box)
           
DocxBorderInfo(JRPen pen)
           
 
Method Summary
protected  boolean hasBorder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

borderPadding

protected String[] borderPadding
Constructor Detail

DocxBorderInfo

public DocxBorderInfo(JRLineBox box)

DocxBorderInfo

public DocxBorderInfo(JRPen pen)
Method Detail

hasBorder

protected boolean hasBorder()


Copyright © 2012. All Rights Reserved.