HighlightText()

ITextFrame::HighlightText(System::String, System::Drawing::Color) method

Highlight all matches of sample in text frame text using specified color.

virtual void Aspose::Slides::ITextFrame::HighlightText(System::String text, System::Drawing::Color highlightColor)=0

Arguments

ParameterTypeDescription
textSystem::StringText sample to highlight.
highlightColorSystem::Drawing::ColorHighlighting color.

ITextFrame::HighlightText(System::String, System::Drawing::Color, System::SharedPtr<ITextHighlightingOptions>) method

Highlight all matches of sample in text frame text using specified color.

virtual void Aspose::Slides::ITextFrame::HighlightText(System::String text, System::Drawing::Color highlightColor, System::SharedPtr<ITextHighlightingOptions> options)=0

Arguments

ParameterTypeDescription
textSystem::StringText sample to highlight.
highlightColorSystem::Drawing::ColorHighlighting color.
optionsSystem::SharedPtr<ITextHighlightingOptions>Highlighting options.

See Also