Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.SelectSingleNodeOptions interface
- Package:
- word
Provides configuration options for the XmlNode.selectSingleNode and Document.selectSingleNode methods.
Remarks
Used by
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
Office Add-ins
Feedback
Was this page helpful?
