Paragraph

Overview

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

Represents a paragraph of text.

This class provides 1 method for working with Paragraph objects in .NET programs. Available methods include: Paragraph. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsIPresentationComponent, AsISlideComponent, ParagraphFormat, Portions, Presentation, Slide, and 1 more.

Properties

NameTypeAccessDescription
PortionsIPortionCollectionReadGets the portions.
ParagraphFormatIParagraphFormatReadGets the paragraph format.
TextstringRead/WriteGets or sets the text.
AsISlideComponentISlideComponentReadGets the as i slide component.
SlideIBaseSlide?ReadGets the slide.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
Paragraph()Initializes a new instance of the Paragraph class.

See Also