public class WmlTableCellBorder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WmlTableCellBorder.Position |
Constructor and Description |
---|
WmlTableCellBorder() |
WmlTableCellBorder(CSSDeclaration inCSSDeclaration) |
Modifier and Type | Method and Description |
---|---|
WmlTableCellBorder |
setAutoColor(boolean inValue) |
WmlTableCellBorder |
setColor(Color inValue) |
WmlTableCellBorder |
setPosition(WmlTableCellBorder.Position inValue)
If a position is not specified via this method, a complete border set (top, end, bottom, and start) will be generated.
|
WmlTableCellBorder |
setSize(GfxSize inValue)
Specifies the width of the border in eighths of a point, with a minimum value
of 1/4 of a point and a maximum value of twelve points.
|
WmlTableCellBorder |
setSpace(int inValue)
The padding (in points) between the text and the border.
|
WmlTableCellBorder |
setStyle(WmlLineBorderStyle inValue) |
List<XMLTag> |
toXMLTags() |
public WmlTableCellBorder()
public WmlTableCellBorder(CSSDeclaration inCSSDeclaration)
public WmlTableCellBorder setPosition(WmlTableCellBorder.Position inValue)
inValue
- the border positionpublic WmlTableCellBorder setSize(GfxSize inValue)
inValue
- width of the borderpublic WmlTableCellBorder setStyle(WmlLineBorderStyle inValue)
public WmlTableCellBorder setColor(Color inValue)
public WmlTableCellBorder setAutoColor(boolean inValue)
public WmlTableCellBorder setSpace(int inValue)
inValue
- padding (in points)
jataylor@hairyfatguy.com