com.aspose.slides
Interface IParagraphCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable<IParagraph>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IParagraph>, IPresentationComponent, ISlideComponent, java.lang.Iterable<IParagraph>
- All Known Implementing Classes:
- ParagraphCollection
public interface IParagraphCollection
- extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IParagraph>, ISlideComponent
Represents a collection of a paragraphs.
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
get_Item
IParagraph get_Item(int index)
getCount
int getCount()
add
void add(IParagraph value)
add
int add(IParagraphCollection value)
insert
void insert(int index,
IParagraph value)
insert
void insert(int index,
IParagraphCollection value)
clear
void clear()
removeAt
void removeAt(int index)
remove
boolean remove(IParagraph item)
addFromHtml
void addFromHtml(java.lang.String text)
addFromHtml
void addFromHtml(java.lang.String text,
IHtmlExternalResolver resolver,
java.lang.String uri)
exportToHtml
java.lang.String exportToHtml(int firstParagraphIndex,
int paragraphsCount,
ITextToHtmlConversionOptions options)