Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlPageSize |
WmlSectionProperties.getPageSize()
Returns the page size tag if one exists or else instantiates a new one.
|
WmlPageSize |
WmlPageSize.setHeight(GfxSize inValue) |
WmlPageSize |
WmlPageSize.setOrientation(Orientation inValue) |
WmlPageSize |
WmlPageSize.setWidth(GfxSize inValue) |
jataylor@hairyfatguy.com