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

NameTypeAccessDescription
PortionFormatIBasePortionFormat?ReadProvides access to the portion’s formatting options, or null if unavailable
TextstringRead/WriteGets or sets the plain text content of the portion
AsISlideComponentISlideComponentReadReturns the underlying slide component associated with this portion

See Also