ITextFrame

ITextFrame interface

Represents a TextFrame.

public interface ITextFrame : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Allows to get base ISlideComponent interface. Read-only ISlideComponent.
HyperlinkQueries { get; }Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries.
Paragraphs { get; }Returns the list of all paragraphs in a frame. Read-only IParagraphCollection.
Text { get; set; }Gets or sets the plain text for a TextFrame. Read/write String.
TextFrameFormat { get; }Returns the formatting object for this TextFrame object. Read-only ITextFrameFormat.

Methods

NameDescription
HighlightRegex(string, Color, ITextHighlightingOptions)Highlight all matches of regular expression in text frame text using specified color.
HighlightText(string, Color)Highlight all matches of sample in text frame text using specified color.
HighlightText(string, Color, ITextHighlightingOptions)Highlight all matches of sample in text frame text using specified color.
JoinPortionsWithSameFormatting()Joins runs with same formatting in all paragraphs.

See Also