Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.SelectNodesOptions interface
- Package:
- word
Provides configuration options for the XmlNode.selectNodes and Document.selectNodes methods.
Properties
| fastSearchSkippingTextNodes | If provided, specifies whether to skip text nodes in the search. The default value is |
| prefixMapping | If provided, specifies the prefix mapping for the XPath expression. The default value is "" (empty string). |
Property Details
fastSearchSkippingTextNodes
If provided, specifies whether to skip text nodes in the search. The default value is false.
fastSearchSkippingTextNodes?: boolean;
Property Value
boolean
Remarks
prefixMapping
If provided, specifies the prefix mapping for the XPath expression. The default value is "" (empty string).
prefixMapping?: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
