- 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:addHeader
Inserts headers into the Word document.
Description
Element definition
It is possible to include different headers for:
- the first page or title page,
- even pages and
- odd pages (this one is the default header for the whole document if no different headers are defined for the first or even pages).
The contents of the different headers are defined via the use of WordFragments. These header WordFragments allow the insertion of:
- text paragraphs,
- current date and/or hour,
- images,
- links,
- lists,
- page numbers,
- shapes,
- tables
- and HTML content.
You may also import the headers of an existing docx document via the ImportHeadersAndFooters method.
Attributes and sub-elements
headers
key | Description |
---|---|
default | The WordML fragment object containing the contents for the default (odd pages) header |
even | The WordML fragment object containing the contents for the even pages header |
first | The WordML fragment object containing the contents for the first (title) page header |