- 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:searchAndHighlight
Searches for keywords within a Word document and highlights them.
Description
Element definition
This element allows the highlighting of plain text in a DOCX document.
Attributes and sub-elements
src
The path to the source Word document.
target
The path to the Word document resulting after the text highlighting.
searchTerm
The string of text that we want to highlight.
options
The possible keys and values are:
key | Description |
---|---|
highlightColor | the color used for the highlighting:
The default value is ‘yellow’. |
document | If true highlights the search string in the body of the document. The default value is true. |
endnotes | If true highlights the search string in the document endnotes. The default value is false. |
comments | If true highlights the search string in the document comments. The default value is false. |
headersAndFooters | If true highlights the search string in headers and footers. The default value is true. |
footnotes | If true highlights the search string in the document footnotes. The default value is false. |