Click or drag to resize

Document FindPattern Method (BodyRegion, Regex)

Finds the next entry of matchString pattern.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextSelection FindPattern(
	BodyRegion start,
	Regex pattern
)

Parameters

start
Type: Spire.Doc BodyRegion
Search starts
pattern
Type: System.Text.RegularExpressions Regex
The pattern.

Return Value

Type: TextSelection

Implements

IDocument FindPattern(BodyRegion, Regex)
See Also