Paragraph — Aspose.Slides FOSS Java API Reference
Paragraph — Represents a text paragraph. Inherits from: IParagraph, ISlideComponent, IPresentationComponent.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
portions | IPortionCollection | Read/Write | |
paragraphFormat | IParagraphFormat | Read/Write | |
text | String | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element pElement, Element txbodyElement, Object slidePart, IBaseSlide parentSlide) | Paragraph | Initialises this paragraph from existing OOXML elements. |
getPortions() | IPortionCollection | |
getParagraphFormat() | IParagraphFormat | |
getText() | String | |
setText(String value) | void | |
asISlideComponent() | ISlideComponent | |
asIPresentationComponent() | IPresentationComponent | |
getSlide() | IBaseSlide | |
setSlide(IBaseSlide slide) | void | Sets the parent slide for this paragraph. |
getPresentation() | IPresentation |