Paragraph — Aspose.Slides FOSS Java API Reference

Paragraph — Represents a text paragraph. Inherits from: IParagraph, ISlideComponent, IPresentationComponent.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
portionsIPortionCollectionRead/Write
paragraphFormatIParagraphFormatRead/Write
textStringRead/Write
slideIBaseSlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(Element pElement, Element txbodyElement, Object slidePart, IBaseSlide parentSlide)ParagraphInitialises 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)voidSets the parent slide for this paragraph.
getPresentation()IPresentation

See Also