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 . |
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. |
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