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:

  • black
  • blue
  • cyan
  • green
  • magenta
  • red
  • yellow
  • white
  • darkBlue
  • darkCyan
  • darkGreen
  • darkMagenta
  • darkRed
  • darkYellow
  • darkGray
  • lightGray
  • none

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.
Code samples
#Example 1

config.xml

content.xml

settings.xml

The resulting Word document looks like: