|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.slides.Links
public final class Links
Represents the collection of a links.
| Method Summary | |
|---|---|
Link |
addLink()
Adds a new Link to the end of the collection. |
void |
clear()
Removes all elements from the collection. |
Link |
get(int index)
Gets the element at the specified index. |
void |
remove(int index)
Removes the element at the specified index of the collection. |
int |
size()
Gets the number of elements actually contained in a collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int size()
public Link get(int index)
index - index of element to return.
public Link addLink()
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 | |||||||