Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlNumberingLevelDef |
WmlNumberingLevelDef.setJustification(WmlJustification inValue) |
WmlParagraphProperties |
WmlParagraphProperties.setJustification(WmlJustification inValue) |
WmlTableRowProperties |
WmlTableRowProperties.setJustification(WmlJustification inValue) |
Modifier and Type | Method and Description |
---|---|
static WmlJustification |
WmlJustification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmlJustification[] |
WmlJustification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
jataylor@hairyfatguy.com