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

NameTypeAccessDescription
PortionFormatIBasePortionFormat?ReadGets the formatting object for this text portion.
TextstringRead/WriteGets or sets the plain text of this portion.
AsISlideComponentISlideComponentReadReturns this instance cast to ISlideComponent.
SlideIBaseSlide?ReadGets the owning base slide.
AsIPresentationComponentIPresentationComponentReadReturns this instance viewed as an IPresentationComponent.
PresentationIPresentation?ReadGets the owning presentation.

See Also