IParagraph

Overview

IParagraph is a class in Aspose.Slides FOSS for .NET. Inherits from: ISlideComponent.

Represents a paragraph of text. Inherits from both and .

Properties

NameTypeAccessDescription
PortionsIPortionCollectionReadProvides the collection of text portions that compose the paragraph
ParagraphFormatIParagraphFormatReadContains the formatting settings applied to the paragraph
TextstringRead/WriteGets or sets the plain text of the paragraph, aggregating its portions
AsISlideComponentISlideComponentReadExposes the paragraph as a slide component for internal use

See Also