Skip to main content
All docs
V26.1
  • Presentation.ModifyTextProperties(IList<TextSearchInfo>, TextProperties) Method

    Applies text properties to the given text ranges within presentation shapes, tables and notes. Properties to apply should not be null.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public void ModifyTextProperties(
        IList<TextSearchInfo> textSearchInfos,
        TextProperties properties
    )

    Parameters

    Name Type Description
    textSearchInfos IList<TextSearchInfo>

    A list of text search information objects that specify the text ranges to modify.

    properties TextProperties

    The text properties to apply.

    Remarks

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

    See Also