Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
WmlPageMargins |
WmlSectionProperties.getPageMargins()
Returns the page margins if one exists or else instantiates a new one.
|
WmlPageMargins |
WmlPageMargins.setBottom(GfxSize inValue)
Specifies the distance (in twentieths of a point) between the bottom of the text
margins for the main document and the bottom of the page for all pages in this section.
|
WmlPageMargins |
WmlPageMargins.setFooter(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the bottom edge of the page to the bottom edge of the footer.
|
WmlPageMargins |
WmlPageMargins.setGutter(GfxSize inValue)
Specifies the page gutter (the extra space added to the margin, typically to account for binding).
|
WmlPageMargins |
WmlPageMargins.setHeader(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the top edge of the page to the top edge of the header.
|
WmlPageMargins |
WmlPageMargins.setLeft(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the left edge of the page to the left edge of the text.
|
WmlPageMargins |
WmlPageMargins.setRight(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the right edge of the page to the right edge of the text.
|
WmlPageMargins |
WmlPageMargins.setTop(GfxSize inValue)
Specifies the distance (in twips or twentieths of a point) from the top edge of the page to the top edge of the text.
|
jataylor@hairyfatguy.com