Edit

Share via


Word.SelectSingleNodeOptions interface

Provides configuration options for the XmlNode.selectSingleNode and Document.selectSingleNode methods.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

fastSearchSkippingTextNodes

If provided, specifies whether to skip text nodes in the search. The default value is false.

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

[ API set: WordApiDesktop 1.4 ]

prefixMapping

If provided, specifies the prefix mapping for the XPath expression. The default value is "" (empty string).

prefixMapping?: string;

Property Value

string

Remarks

[ API set: WordApiDesktop 1.4 ]