- 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:addFootnote
Inserts a footnote into the Word document.
Description
Element definition
This element allows the insertion of a footnote into the Word document.
You may fully customize the footnote content including all kind of elements like paragraphs of text with sophisticated formatting, images, links or even tables and HTML content.
If one wishes to insert a footnote within a complex paragraph one should use this element in combination with the addText element.
Attributes and sub-elements
options
key | Description |
---|---|
textDocument | This can be a string of text that will appear in the Word document just before the footnote call or an array with the text and the formatting options (as in the addText method) or a Word fragment. |
textFootnote | This is a string of text that will show up in the corresponding footnote or a Word fragment that may include a variety of elements. |
footnoteMark | The keys of this array are:
|
referenceMark | The keys of this array are:
|