com.aspose.slides
Class PortionsEx

java.lang.Object
  extended by com.aspose.slides.PortionsEx
Direct Known Subclasses:
PortionExCollection

Deprecated.

@Deprecated
public class PortionsEx
extends java.lang.Object

Represents a collection of a portions.


Method Summary
 int add(PortionEx value)
          Deprecated.  Adds a PortionEx to the end of collection.
 void clear()
          Deprecated.  Removes all elements from the collection.
 PortionEx 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.
 void insert(int index, PortionEx value)
          Deprecated.  Inserts a PortionEx into the collection at the specified index.
 com.aspose.ms.System.Collections.IEnumerator<PortionEx> 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 PortionEx get_Item(int index)
Deprecated. 

Gets the element at the specified index.


add

public int add(PortionEx value)
Deprecated. 

Adds a PortionEx to the end of collection.

Parameters:
value - The PortionEx to be added to the end of the collection.
Returns:
The index at which the PortionEx has been added.

insert

public void insert(int index,
                   PortionEx value)
Deprecated. 

Inserts a PortionEx into the collection at the specified index.

Parameters:
index - The zero-based index at which PortionEx should be inserted.
value - The PortionEx to insert.

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<PortionEx> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IEnumerator for the entire collection.