TextFragment.Split(TextMatchGroup, out TextFragment[], out TextFragment[]) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public TextFragment[] Split(
TextMatchGroup group,
out TextFragment[] matched,
out TextFragment[] notMatched
)
Parameters
| Name | Type |
|---|---|
| group | TextMatchGroup |
| matched | TextFragment[] |
| notMatched | TextFragment[] |
Returns
| Type |
|---|
| TextFragment[] |
See Also