- addBackgroundImage
- addFooter
- addHeader
- addLineNumbering
- addMacroFromDoc
- addPageBorders
- addProperties
- addSection
- createCharacterStyle
- createListStyle
- createParagraphStyle
- docxSettings
- importHeadersAndFooters
- importListStyle
- importStyles
- modifyPageLayout
- parseStyles
- removeFooters
- removeHeaders
- setBackgroundColor
- setDefaultFont
- setDocumentDefaultStyles
- setEncodeUTF8
- setLanguage
- setMarkAsFinal
pdx:modifyPageLayout
Modifies the Word document layout
Description
Element definition
This element modifies the main layout properties of the Word document like paper type size and margins.
Attributes and sub-elements
paperType
The type of paper to be used. The possible values are:
- A4,
- A3,
- letter,
- legal,
- A4-landscape,
- A3-landscape,
- letter-landscape,
- legal-landscape or
- custom.
options
key | Description |
---|---|
width | Document width in twips (twentieths of a point). |
height | Document height in twips (twentieths of a point). |
numberCols | Number of columns. |
orient | Page orientation (portrait or landscape). |
marginTop | Top margin in twips (twentieths of a point). |
marginRight | Right margin in twips (twentieths of a point). |
marginBottom | Bottom margin in twips (twentieths of a point). |
marginLeft | Left margin in twips (twentieths of a point). |
marginHeader | Header margins in twips (twentieths of a point). |
marginFooter | Footer margins in twips (twentieths of a point). |
gutter | Gutter in twips (twentieths of a point). The gutter is only used for binding. |
bidi | Set to 'on' for right to left languages (default value is 'off'). |
rtlGutter | Set to 'on' for right to left languages (default value is 'off'). |
onlyLastSection | If true it only modifies the last section (default value is false). |