|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Links
com.aspose.slides.LinkCollection
public final class LinkCollection
Represents a collection of a links.
Method Summary | |
---|---|
Link |
addLink()
Adds a new Link to the end of collection. |
void |
clear()
Removes all elements from the collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
Link |
get_Item(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<Link> |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes the element at the specified index of the collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<Link>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<Link>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<Link>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<Link>
public int getCount()
Links
Gets the number of elements actually contained in the collection.
getCount
in class Links
public Link get_Item(int index)
Links
Gets the element at the specified index.
get_Item
in class Links
public Link addLink()
Links
Adds a new Link to the end of collection.
addLink
in class Links
public void clear()
Links
Removes all elements from the collection.
clear
in class Links
public void removeAt(int index)
Links
Removes the element at the specified index of the collection.
removeAt
in class Links
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<Link> iterator()
Links
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<Link>
iterator
in interface java.lang.Iterable<Link>
iterator
in class Links
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |