- 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:searchAndRemove
Removes the paragraphs containing a given string of text.
Description
Element definition
This element allows to remove paragraphs that contain the search string.
Attributes and sub-elements
source
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 |
---|---|
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. |