Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
static WmlTableCellMargin.Position |
WmlTableCellMargin.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmlTableCellMargin.Position[] |
WmlTableCellMargin.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WmlTableCellMargin |
WmlTableCellMargin.setPosition(WmlTableCellMargin.Position inValue)
If a position is not specified via this method, a complete border set (top, end, bottom, and start) will be generated.
|
Constructor and Description |
---|
WmlTableCellMargin(WmlTableCellMargin.Position inPosition) |
WmlTableCellMargin(WmlTableCellMargin.Position inPosition,
GfxSize inWidth) |
jataylor@hairyfatguy.com