com.aspose.slides
Interface IPortionCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IPortion>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPortion>, java.lang.Iterable<IPortion>
All Known Implementing Classes:
PortionCollection

public interface IPortionCollection
extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPortion>

Represents a collection of a portions.


Method Summary
 void add(IPortion value)
           
 void clear()
           
 boolean contains(IPortion item)
           
 IPortion get_Item(int index)
           
 int getCount()
           
 int indexOf(IPortion item)
           
 void insert(int index, IPortion value)
           
 boolean remove(IPortion item)
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IPortion get_Item(int index)

getCount

int getCount()

add

void add(IPortion value)

indexOf

int indexOf(IPortion item)

insert

void insert(int index,
            IPortion value)

clear

void clear()

contains

boolean contains(IPortion item)

remove

boolean remove(IPortion item)

removeAt

void removeAt(int index)