IParagraph — Aspose.Slides FOSS Java API Reference

IParagraph — Represents a text paragraph.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
portionsIPortionCollectionRead/Write
paragraphFormatIParagraphFormatRead/Write
textStringRead/Write

Methods

MethodReturnsDescription
getPortions()IPortionCollectionReturns the collection of text portions in this paragraph.
getParagraphFormat()IParagraphFormatReturns the paragraph formatting properties.
getText()StringGets the text of this paragraph.
setText(String value)voidSets the text of this paragraph.
asISlideComponent()ISlideComponentReturns the parent slide component.
asIPresentationComponent()IPresentationComponentReturns the parent presentation component.

See Also