Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlSectionProperties |
WmlBody.getSectionProperties() |
WmlSectionProperties |
WmlParagraphProperties.getSectionProperties()
Returns the section properties tag if one exists or else instantiates a new one.
|
WmlSectionProperties |
WmlSectionProperties.setPageSize(PaperSize inValue)
Sets the page dimensions based on the specified paper size.
|
WmlSectionProperties |
WmlSectionProperties.setPageSize(PaperSize inSize,
Orientation inOrientation)
Sets the page dimensions based on the specified paper size and orientation.
|
jataylor@hairyfatguy.com