PortionCollection

PortionCollection — Aspose.Slides FOSS C# (.NET) API Reference

PortionCollection — PortionCollection API type. Inherits from: ISlideComponent, IPortionCollection, IEnumerable<IPortion>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
SlideIBaseSlide?Read/Write
PresentationIPresentation?Read/Write
AsIPresentationComponentIPresentationComponentRead/Write
AsIEnumerableIEnumerable<IPortion>Read/Write
CountintRead/Write
IsReadOnlyboolRead/Write

Methods

MethodReturnsDescription
GetPortions()voidA 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

See Also