XML API - pdx:addEndnote
- 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
- addBookmark
- addBreak
- addChart
- addComment
- addCrossReference
- addDateAndHour
- addEndnote
- addExternalFile
- addFootnote
- addFormElement
- addHeading
- addImage
- addLink
- addList
- addMathEquation
- addMergeField
- addOnlineVideo
- addPageNumber
- addShape
- addSimpleField
- addStructuredDocumentTag
- addTable
- addTableContents
- addTableFigures
- addText
- addTextBox
- addWordML
- embedHTML
- clearBlocks
- deleteBlock
- modifyInputFields
- processTemplate
- rawSearchAndReplace
- removeTemplateVariable
- replaceListVariable
- replacePlaceholderImage
- replaceTableVariable
- replaceVariableByExternalFile
- replaceVariableByHtml
- replaceVariableByText
- replaceVariableByWordFragment
- replaceVariableByWordML
- setTemplateSymbol
- setTemplateBlockSymbol
pdx:addEndnote
Inserts an endnote into the Word document.
Note
You are reading the XML API documentation. For the PHP API method please go to addEndnote.
Description
Element definition
This element allows the insertion of a endnote into the Word document.
You may fully customize the endnote 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 an endnote 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 endnote call or an array with the text and the formatting options (as in the addText method) or a Word fragment. |
textEndnote | This is a string of text that will show up in the corresponding endnote or a Word fragment that may include a variety of elements. |
endnoteMark | The keys of this array are:
|
referenceMark | The keys of this array are:
|