TextFrame class
Contents
[
Hide
]TextFrame class
Represents a TextFrame.
The TextFrame type exposes the following members:
Properties
| Property | Description |
|---|---|
paragraphs | Returns the list of all paragraphs in a frame. Read-only IParagraphCollection. |
text | Gets or sets the plain text for a TextFrame. Read/write str. |
text_frame_format | Returns the formatting object for this TextFrame object. Read-only ITextFrameFormat. |
hyperlink_queries | Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries. |
slide | Returns the parent slide of a TextFrame. Read-only IBaseSlide. |
presentation | Returns the parent presentation of a TextFrame. Read-only IPresentation. |
parent_shape | Returns the parent shape or None if the parent object does not implement the IShape interface Read-only IShape. |
parent_cell | Returns the parent cell or None if the parent object does not implement the ICell interface. Read-only ICell. |
Methods
| Method | Description |
|---|---|
highlight_text | Highlights all matches of the sample text with the specified color. |
highlight_text | Highlights all matches of the sample text with the specified color. |
highlight_text | Highlights all matches of the sample text with the specified color. |
highlight_regex | Highlights all matches of the regular expression with the specified color. |
highlight_regex | Highlights all matches of the regular expression with the specified color. |
join_portions_with_same_formatting | Joins runs with same formatting in all paragraphs. |
split_text_by_columns | Splits the text content of the ITextFrame into an array of strings,where each element corresponds to a separate text column within the frame. |
replace_text | Replaces all occurrences of the specified text with another specified text. |
replace_regex | Replaces all matches of regular expression with specified string. |
See Also
- module
aspose.slides - library
Aspose.Slides