Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml.style |
Modifier and Type | Method and Description |
---|---|
WmlParagraphStyle |
WmlParagraphStyle.setAutoRedefine() |
WmlParagraphStyle |
WmlParagraphStyle.setBasedOn(String inStyleId) |
WmlParagraphStyle |
WmlParagraphStyle.setLink(String inStyleId) |
WmlParagraphStyle |
WmlParagraphStyle.setName(String inValue) |
WmlParagraphStyle |
WmlParagraphStyle.setNext(String inStyleId)
Sets the style that should be used for the paragraph that follows this one.
|
WmlParagraphStyle |
WmlParagraphStyle.setPrimaryStyle(boolean inValue)
Specifies whether this is a "Primary Style" which should be included in the Quick Gallery.
|
WmlParagraphStyle |
WmlParagraphStyle.setSemiHidden() |
WmlParagraphStyle |
WmlParagraphStyle.setUI_Priority(Integer inValue) |
WmlParagraphStyle |
WmlParagraphStyle.setUnhideWhenUsed() |
jataylor@hairyfatguy.com