|
||||||||
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.
Constructor Summary | |
---|---|
protected |
Links(Document doc,
SubTextFrame frame)
|
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. |
protected java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Links(Document doc, SubTextFrame frame)
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.protected java.util.Iterator iterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |