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.
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
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)