com.aspose.slides
Class Links

java.lang.Object
  extended by com.aspose.slides.Links
Direct Known Subclasses:
LinkCollection

Deprecated.

@Deprecated
public class Links
extends java.lang.Object

Represents a collection of a links.


Method Summary
 Link addLink()
          Deprecated.  Adds a new Link to the end of collection.
 void clear()
          Deprecated.  Removes all elements from the collection.
 Link 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.
 com.aspose.ms.System.Collections.IEnumerator<Link> iterator()
          Deprecated.  Returns an enumerator for the entire collection.
 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

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public Link get_Item(int index)
Deprecated. 

Gets the element at the specified index.


addLink

public Link addLink()
Deprecated. 

Adds a new Link to the end of collection.

Returns:
New Link object.

clear

public void clear()
Deprecated. 

Removes all elements from the collection.


removeAt

public void removeAt(int index)
Deprecated. 

Removes the element at the specified index of the collection.

Parameters:
index - The zero-based index of the element to remove.

iterator

public com.aspose.ms.System.Collections.IEnumerator<Link> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.