| Package | Description |
|---|---|
| com.hfg.xml.msofficexml.docx.wordprocessingml | |
| com.hfg.xml.msofficexml.docx.wordprocessingml.style |
| Modifier and Type | Method and Description |
|---|---|
WmlParagraphProperties |
WmlParagraphProperties.addTab(WmlTab inValue)
Adds a tab stop definition.
|
WmlParagraphProperties |
WmlDocDefaults.getParagraphProperties()
Returns the paragraph properties tag if one exists or else instantiates a new one.
|
WmlParagraphProperties |
WmlNumberingLevelDef.getParagraphProperties() |
WmlParagraphProperties |
WmlParagraph.getProperties()
Returns the paragraph properties tag if one exists or else instantiates a new one.
|
WmlParagraphProperties |
WmlParagraphProperties.setContextualSpacing(boolean inValue)
Specifies that this paragraph should use contextual spacing.
|
WmlParagraphProperties |
WmlParagraphProperties.setJustification(WmlJustification inValue) |
WmlParagraphProperties |
WmlParagraphProperties.setKeepLines()
Specifies that this paragraph's lines should be kept on one page.
|
WmlParagraphProperties |
WmlParagraphProperties.setKeepNext()
Specifies that this paragraph should not be separated by a page break from the one that follows it.
|
WmlParagraphProperties |
WmlParagraphProperties.setOutlineLevel(Integer inValue) |
WmlParagraphProperties |
WmlParagraphProperties.setPageBreakBefore(boolean inValue)
Specifies whether or not this paragraph should be preceded by a page break.
|
WmlParagraphProperties |
WmlParagraphProperties.setStyle(String inStyleId) |
| Modifier and Type | Method and Description |
|---|---|
WmlParagraphProperties |
WmlStyle.getParagraphProperties()
Returns the paragraph properties tag if one exists or else instantiates a new one.
|
WmlParagraphProperties |
WmlTableStyleProperties.getParagraphProperties() |
jataylor@hairyfatguy.com