Back to Devexpress

Slide.FindText(String, TextSearchOptions) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-slide-dot-findtext-x28-system-dot-string-devexpress-dot-docs-dot-presentation-dot-textsearchoptions-x29.md

latest2.1 KB
Original Source

Slide.FindText(String, TextSearchOptions) Method

Searches the slide for all occurrences of the specified text, using the provided search options.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public IList<TextSearchInfo> FindText(
    string text,
    TextSearchOptions options = null
)
vb
Public Function FindText(
    text As String,
    options As TextSearchOptions = Nothing
) As IList(Of TextSearchInfo)

Parameters

NameTypeDescription
textString

Text to find.

|

Optional Parameters

NameTypeDefaultDescription
optionsTextSearchOptionsnull

Options for the text search.

|

Returns

TypeDescription
IList<TextSearchInfo>

Contains information about all the matching text ranges in the presentation.

|

Remarks

For more information, refer to the following help topic: DevExpress Presentation API: Search, Replace, Remove, and Highlight Text in a Slide or Presentation.

See Also

Slide Class

Slide Members

DevExpress.Docs.Presentation Namespace