IParagraph

Overview

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

Represents a paragraph of text.

Properties: AsIPresentationComponent, AsISlideComponent, ParagraphFormat, Portions, Presentation, Slide, and 1 more.

Properties

NameTypeAccessDescription
PortionsIPortionCollectionReadGets the collection of text portions (runs) that compose this paragraph.
ParagraphFormatIParagraphFormatReadGets the formatting object for this paragraph (e.g., alignment, indent, spacing).
TextstringRead/WriteGets or sets the plain text content of the paragraph.
AsISlideComponentISlideComponentReadReturns this instance cast to the ISlideComponent base interface.
SlideIBaseSlide?ReadGets the owning base slide.
AsIPresentationComponentIPresentationComponentReadReturns this instance viewed as an IPresentationComponent.
PresentationIPresentation?ReadGets the owning presentation.

See Also