![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.powerpoint.Paragraphs
public final class Paragraphs
Represents the collection of a paragraphs.
Method Summary | |
---|---|
void |
add(int index,
Paragraph value)
Adds the paragraph into the collection at the specified index. |
int |
add(Paragraph value)
Adds the paragraph to the end of this collection. |
void |
clear()
Removes all elements from the collection. |
Paragraph |
get(int index)
Returns the element at the specified index. |
void |
remove(int index)
Removes the element at the specified index from the collection. |
int |
size()
Returns the number of elements in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public Paragraph get(int index)
index
- index of element to return.
public int add(Paragraph value)
value
- the paragraph to be added to the end of this collection.
public void add(int index, Paragraph value)
index
- the zero-based index at which paragraph should be added.value
- the paragraph to add.public void clear()
public void remove(int index)
index
- the zero-based index of the element to remove.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |