Paragraph
Oversigt over de forskellige former for støtte
Paragraph er en klasse i Aspose.Slides FOSS for C++.
Repræsenter et tekstparagraf i en tekstramme.
Egenskaber
| Name | Type | Access | Description |
|---|---|---|---|
Paragraph | Paragraph | Read | Gets the paragraph. |
Metoder til at anvende
| Signature | Description |
|---|---|
Paragraph() → Paragraph | Constructs an empty paragraph. |
Paragraph() | Constructs an empty paragraph. |
text() → std::string | Returns the text content of the paragraph. |
set_text(value: std::string) | Sets the text content of the paragraph. |
paragraph_format() → ParagraphFormat | Returns the paragraph format. |
paragraph_format() → ParagraphFormat | Returns the paragraph format. |
portions() → PortionCollection | Returns the collection of text portions. |
portions() → PortionCollection | Returns the collection of text portions. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. |
slide() → IBaseSlide | |
slide() → IBaseSlide | |
as_i_presentation_component() → IPresentationComponent | |
as_i_presentation_component() → IPresentationComponent | |
presentation() → IPresentation | |
presentation() → IPresentation | |
init_internal(p_element: pugi::xml_node, txbody_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide) | Initialize this paragraph from XML elements within a slide part. |
p_element() → pugi::xml_node | Returns the backing `` XML element, if any. |
txbody_element() → pugi::xml_node | Returns the backing `` XML element, if any. |
slide_part() → Internal::pptx::SlidePart | Returns the owning SlidePart, or nullptr. |
set_slide(slide: IBaseSlide) | Sets the parent slide for this paragraph. |