Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlIndentation |
WmlParagraphProperties.getIndentation() |
Modifier and Type | Method and Description |
---|---|
WmlIndentation |
WmlIndentation.setFirstLine(GfxSize inValue)
Specifies the indentation added to the first line of this paragraph in absolute units.
|
WmlIndentation |
WmlIndentation.setHanging(GfxSize inValue)
Specifies the indentation removed from the first line of this paragraph in absolute units.
|
WmlIndentation |
WmlIndentation.setLeft(GfxSize inValue)
Specifies the left indentation for this paragraph in absolute units.
|
WmlIndentation |
WmlIndentation.setRight(GfxSize inValue)
Specifies the right indentation for this paragraph in absolute units.
|
jataylor@hairyfatguy.com