|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Paragraphs
public final class Paragraphs
Represents a collection of a paragraphs.
Constructor Summary | |
---|---|
Paragraphs()
|
Method Summary | |
---|---|
int |
add(Paragraph value)
Adds a Paragraph to the end of collection. |
void |
clear()
Removes all elements from the collection. |
Paragraph |
get(int index)
Gets the element at the specified index. |
java.lang.String[] |
getBulletsText()
Generates string array with text strings for text-based bullets. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
int[] |
getNumberedBulletsNumbers()
Generates integer array with numbers for numbered lists. |
void |
insert(int index,
Paragraph value)
Inserts a Paragraph into the collection at the specified index. |
java.util.Iterator |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes the element at the specified index of the collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Paragraphs()
Method Detail |
---|
public int getCount()
public Paragraph get(int index)
public int add(Paragraph value)
value
- - The Paragraph to be added to the end of the collection.
public void insert(int index, Paragraph value)
index
- - The zero-based index at which Paragraph should be inserted.value
- - The Paragraph to insert.public void clear()
public void removeAt(int index)
index
- - The zero-based index of the element to remove.public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable<Paragraph>
public java.lang.String[] getBulletsText()
public int[] getNumberedBulletsNumbers()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |