ParagraphCollection

ParagraphCollection — Aspose.Slides FOSS Java API Reference

ParagraphCollection — Represents a collection of paragraphs. Inherits from: BaseCollection<IParagraph>, IParagraphCollection, ISlideComponent, IPresentationComponent.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
paragraphsList<IParagraph>Read/Write
readOnlybooleanRead/Write
slideIBaseSlideRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(Element txbodyElement, Object slidePart, IBaseSlide parentSlide)ParagraphCollectionInitialises this collection from an OOXML text-body element.
getParagraphs()List<IParagraph>Builds and returns the list of paragraphs.
get(int index)IParagraph
size()int
count()int
isReadOnly()boolean
asISlideComponent()ISlideComponent
asIEnumerable()Iterable<IParagraph>
asIPresentationComponent()IPresentationComponent
getSlide()IBaseSlide
getPresentation()IPresentation
add(IParagraph value)void
insert(int index, IParagraph value)void
indexOf(IParagraph item)int
contains(IParagraph item)boolean
clear()void
removeAt(int index)void
remove(IParagraph item)boolean
iterator()Iterator<IParagraph>

See Also