TextFrame
Übersicht über die
TextFrame ist eine Klasse in Aspose.Slides FOSS für C++.
Darstellt einen TextFrame, der Textparagrafen enthält.
Eigenschaften
| Name | Type | Access | Description |
|---|---|---|---|
TextFrame | TextFrame | Read | Gets the text frame. |
Methoden und Verfahren
| Signature | Description |
|---|---|
TextFrame() → TextFrame | Creates a new empty TextFrame instance |
TextFrame() | |
paragraphs() → IParagraphCollection | Returns the list of all paragraphs in a frame. Read-only. |
paragraphs() → IParagraphCollection | Returns the list of all paragraphs in a frame. Read-only. |
text() → std::string | Returns the plain text for a TextFrame (paragraphs joined by newlines). |
set_text(value: std::string) | Sets the plain text, splitting on line breaks into separate paragraphs. |
text_frame_format() → ITextFrameFormat | Returns the formatting object for this TextFrame. Read-only. |
text_frame_format() → ITextFrameFormat | Returns the formatting object for this TextFrame. Read-only. |
parent_shape() → IShape | Returns the parent shape, or nullptr. Read-only. |
parent_shape() → IShape | Returns the parent shape, or nullptr. Read-only. |
parent_cell() → ICell | Returns the parent cell, or nullptr. Read-only. |
parent_cell() → ICell | Returns the parent cell, or nullptr. Read-only. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. Read-only. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. Read-only. |
slide() → IBaseSlide | |
slide() → IBaseSlide | |
as_i_presentation_component() → IPresentationComponent | |
as_i_presentation_component() → IPresentationComponent | |
presentation() → IPresentation | |
presentation() → IPresentation | |
set_slide(slide: IBaseSlide) | Sets the parent slide for this text frame. |
set_parent_shape(shape: IShape) | Sets the parent shape for this text frame. |
set_parent_cell(cell: ICell) | Sets the parent cell for this text frame. |
init_internal(txbody_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide) | Initializes internal XML-backed state for this text frame. |