Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlTableCellBorder |
WmlTableCellBorder.setAutoColor(boolean inValue) |
WmlTableCellBorder |
WmlTableCellBorder.setColor(Color inValue) |
WmlTableCellBorder |
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 |
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 |
WmlTableCellBorder.setSpace(int inValue)
The padding (in points) between the text and the border.
|
WmlTableCellBorder |
WmlTableCellBorder.setStyle(WmlLineBorderStyle inValue) |
Modifier and Type | Method and Description |
---|---|
WmlTableCellBorders |
WmlTableCellBorders.addBorder(WmlTableCellBorder inBorder) |
jataylor@hairyfatguy.com