Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlTableBorder |
WmlTableBorder.setAutoColor(boolean inValue) |
WmlTableBorder |
WmlTableBorder.setColor(Color inValue) |
WmlTableBorder |
WmlTableBorder.setPosition(WmlTableBorder.Position inValue)
If a position is not specified via this method, a complete border set (top, end, bottom, and start) will be generated.
|
WmlTableBorder |
WmlTableBorder.setSize(GfxSize inValue) |
WmlTableBorder |
WmlTableBorder.setSpace(int inValue)
The padding (in points) between the text and the border.
|
WmlTableBorder |
WmlTableBorder.setStyle(WmlLineBorderStyle inValue) |
Modifier and Type | Method and Description |
---|---|
WmlTableBorders |
WmlTableBorders.addBorder(WmlTableBorder inBorder) |
jataylor@hairyfatguy.com