Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml | |
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlSpacing |
WmlParagraphProperties.getSpacing() |
WmlSpacing |
WmlTextRunProperties.getSpacing() |
Modifier and Type | Method and Description |
---|---|
WmlSpacing |
WmlSpacing.setAfter(GfxSize inValue)
Specifies the spacing that should be added after the last line in this paragraph
in the document in absolute units.
|
WmlSpacing |
WmlSpacing.setAutoLineRule()
Specifies as 'auto' how the spacing between lines is calculated as stored in the line attribute.
|
WmlSpacing |
WmlSpacing.setBefore(GfxSize inValue)
Specifies the spacing that should be added above the first line in this paragraph
in the document in absolute units.
|
WmlSpacing |
WmlSpacing.setLine(GfxSize inValue)
This attribute specifies the amount of vertical spacing between lines of text within this paragraph.
|
jataylor@hairyfatguy.com