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
| Property | Type | Access | Description |
|---|---|---|---|
paragraphs | List<IParagraph> | Read/Write | |
readOnly | boolean | Read/Write | |
slide | IBaseSlide | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element txbodyElement, Object slidePart, IBaseSlide parentSlide) | ParagraphCollection | Initialises 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> |