|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ParagraphsEx
@Deprecated public class ParagraphsEx
Represents a collection of a paragraphs.
Method Summary | |
---|---|
int |
add(ParagraphEx value)
Deprecated. Adds a Paragraph to the end of collection. |
int |
add(ParagraphExCollection value)
Deprecated. Adds a content of ParagraphsEx to the end of collection. |
void |
clear()
Deprecated. Removes all elements from the collection. |
ParagraphEx |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
PresentationEx |
getPresentation()
Deprecated. Returns the parent presentation of a paragraphs collection. |
BaseSlideEx |
getSlide()
Deprecated. Returns the parent slide of a paragraphs collection. |
void |
insert(int index,
ParagraphEx value)
Deprecated. Inserts a Paragraph into the collection at the specified index. |
void |
insert(int index,
ParagraphExCollection value)
Deprecated. Inserts a content of ParagraphExCollection into the collection at the specified index. |
com.aspose.ms.System.Collections.IEnumerator<ParagraphEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
notify(java.lang.Object sender)
Deprecated. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index of the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
public ParagraphEx get_Item(int index)
Gets the element at the specified index.
public int add(ParagraphEx value)
Adds a Paragraph to the end of collection.
value
- The Paragraph to be added to the end of the collection.
public int add(ParagraphExCollection value)
Adds a content of ParagraphsEx to the end of collection.
value
- The ParagraphExCollection to be added to the end of the collection.
public void insert(int index, ParagraphEx value)
Inserts a Paragraph into the collection at the specified index.
index
- The zero-based index at which Paragraph should be inserted.value
- The Paragraph to insert.public void insert(int index, ParagraphExCollection value)
Inserts a content of ParagraphExCollection into the collection at the specified index.
index
- The zero-based index at which paragraphs should be inserted.value
- The paragraphs to insert.public void clear()
Removes all elements from the collection.
public void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<ParagraphEx> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.public BaseSlideEx getSlide()
Returns the parent slide of a paragraphs collection.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a paragraphs collection.
Read-only PresentationEx
.
public void notify(java.lang.Object sender)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |