ITextFrame class

ITextFrame class

Represents a TextFrame.

The ITextFrame type exposes the following members:

Properties

PropertyDescription
paragraphsReturns the list of all paragraphs in a frame.
Read-only IParagraphCollection.
textGets or sets the plain text for a TextFrame.
Read/write str.
text_frame_formatReturns the formatting object for this TextFrame object.
Read-only ITextFrameFormat.
hyperlink_queriesProvides easy access to contained hyperlinks.
Read-only IHyperlinkQueries.
slide
presentation

Methods

MethodDescription
highlight_textHighlight all matches of sample in text frame text using specified color.
highlight_textHighlight all matches of sample in text frame text using specified color.
join_portions_with_same_formattingJoins runs with same formatting in all paragraphs.
highlight_regexHighlight all matches of regular expression in text frame text using specified color.

See Also