IPortion
Overview
IPortion is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent.
Represents a portion (run) of text inside a paragraph.
Properties: AsIPresentationComponent, AsISlideComponent, PortionFormat, Presentation, Slide, Text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PortionFormat | IBasePortionFormat? | Read | Gets the formatting object for this text portion. |
Text | string | Read/Write | Gets or sets the plain text of this portion. |
AsISlideComponent | ISlideComponent | Read | Returns this instance cast to ISlideComponent. |
Slide | IBaseSlide? | Read | Gets the owning base slide. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance viewed as an IPresentationComponent. |
Presentation | IPresentation? | Read | Gets the owning presentation. |