Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
static WmlTableBorder.Position |
WmlTableBorder.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmlTableBorder.Position[] |
WmlTableBorder.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
jataylor@hairyfatguy.com