Class ParaCollection
Contents
[
Hide
]ParaCollection class
Para collection.
public class ParaCollection : Collection
Properties
Name | Description |
---|---|
Count { get; } | Gets the number of elements actually contained in the collection. |
Item { get; } | Gets the element at the specified index. |
Methods
Name | Description |
---|---|
Add(Para) | Add the Para object in the collection. |
Clear() | Removes all elements from collection. |
GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
GetPara(int) | Gets the element at the specified index IX. Returns Null if the element is not exist. |
IsExist(int) | Is exist item in the collection. |
Remove(Para) | Remove the Para object from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram