Click or drag to resize

IDocument FindAllPattern Method

Finds and returns all entries of specified regular expression along with formatting.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextSelection[] FindAllPattern(
	Regex pattern
)

Parameters

pattern
Type: System.Text.RegularExpressions Regex

Return Value

Type: TextSelection
See Also