TextFrame

TextFrame class

Represents a TextFrame.

public sealed class TextFrame : ITextFrame

Properties

NameDescription
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.
Presentation { get; }Returns the parent presentation of a TextFrame. Read-only IPresentation.
Slide { get; }Returns the parent slide of a TextFrame. Read-only IBaseSlide.
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