Skip to main content
All docs
V26.1
  • Presentation.FindText(String, TextSearchOptions) Method

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public IList<TextSearchInfo> FindText(
        string text,
        TextSearchOptions options = null
    )

    Parameters

    Name Type Description
    text String

    Text to find.

    Optional Parameters

    Name Type Default Description
    options TextSearchOptions null

    Options for the text search.

    Returns

    Type Description
    IList<TextSearchInfo>

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

    See Also