PortionCollection — Aspose.Slides FOSS C# (.NET) API Reference
PortionCollection — PortionCollection API type. Inherits from: ISlideComponent, IPortionCollection, IEnumerable<IPortion>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read/Write | |
Presentation | IPresentation? | Read/Write | |
AsIPresentationComponent | IPresentationComponent | Read/Write | |
AsIEnumerable | IEnumerable<IPortion> | Read/Write | |
Count | int | Read/Write | |
IsReadOnly | bool | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
GetPortions() | void | A list of portions read from the XML. |
Add(IPortion value) | void | |
IndexOf(IPortion item) | void | |
Insert(int index, IPortion value) | void | |
Clear() | void | |
Contains(IPortion item) | void | |
Remove(IPortion item) | void | |
RemoveAt(int index) | void | |
GetEnumerator() | void |