The RtfBorder handle one row or cell border.
INTERNAL USE ONLY
version: $Id: RtfBorder.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at)
Makes a copy of the given RtfBorder
Parameters: doc - The RtfDocument this RtfBorder belongs to Parameters: borderType - The border type of this RtfBorder Parameters: border - The RtfBorder to copy
RtfBorder
protected RtfBorder(RtfDocument doc, int borderType, int borderPosition, int borderStyle, float borderWidth, Color borderColor)(Code)
Constructs a RtfBorder
Parameters: doc - The RtfDocument this RtfBorder belongs to Parameters: borderType - The type of border this RtfBorder is Parameters: borderPosition - The position of this RtfBorder Parameters: borderStyle - The style of this RtfBorder Parameters: borderWidth - The width of this RtfBorder Parameters: borderColor - The colour of this RtfBorder