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.
parent_shapeReturns the parent shape or None if the parent object does not implement the IShape interface
Read-only IShape.
parent_cellReturns the parent cell or None if the parent object does not implement the ICell interface.
Read-only ICell.
slide
presentation

Methods

MethodDescription
highlight_textHighlights all matches of the sample text with the specified color.
highlight_textHighlights all matches of the sample text with the specified color.
highlight_textHighlights all matches of the sample text with the specified color.
highlight_regex
highlight_regexHighlights all matches of the regular expression with the specified color.
join_portions_with_same_formattingJoins runs with same formatting in all paragraphs.
split_text_by_columnsSplits the text content of the ITextFrame into an array of strings,
where each element corresponds to a separate text column within the frame.
replace_textReplaces all occurrences of the specified text with another specified text.
replace_regex

See Also