|
|||||||||
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 links.
Constructor Summary | |
---|---|
Links(com.aspose.slides.ppt.Document doc,
com.aspose.slides.ppt.SubTextFrame frame)
|
Method Summary | |
---|---|
Link |
addLink()
Creates new Link at the end of the collection. |
void |
clear()
Removes all elements from the collection. |
Link |
get(int index)
Gets the element at the specified index. |
java.util.Iterator<Link> |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Links(com.aspose.slides.ppt.Document doc, com.aspose.slides.ppt.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
- zero-based index of the element to remove.public java.util.Iterator<Link> iterator()
iterator
in interface java.lang.Iterable<Link>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |