Paragraph Class

Represents a paragraph of text.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesParagraph

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class Paragraph : IParagraph, 
	ISlideComponent, IPresentationComponent

The Paragraph type exposes the following members.

Constructors
  NameDescription
Public methodParagraph
Initializes a new instance of the Paragraph class with default properties.
Public methodParagraph(Paragraph)
Copy constructor that initializes a new instance of a Paragraph class.
Properties
  NameDescription
Public propertyEndParagraphPortionFormat
Specifies the portion properties that are to be used if another portion is inserted after the last one.
Public propertyParagraphFormat
Returns the formatting object for this paragraph. Read-only IParagraphFormat.
Public propertyPortions
Returns the collection of a text portions. Read-only IPortionCollection.
Public propertyText
Gets or sets the the plain text of a paragraph. Read/write String.
Methods
  NameDescription
Public methodCreateParagraphFormatEffective Obsolete.
Creates immutable object which contains effective paragraph formatting properties with the inheritance applied.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRect
Get coordinates of rect that bounds paragraph. The rect includes all the lines of text in paragraph, including empty ones.
Public methodGetType (Inherited from Object.)
Public methodJoinPortionsWithSameFormatting
Joins runs with same formatting.
Public methodToString (Inherited from Object.)
See Also