Paragraph Class |
Namespace: Aspose.Slides
The Paragraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | Paragraph |
Initializes a new instance of the Paragraph class with default properties.
|
![]() | Paragraph(Paragraph) |
Copy constructor that initializes a new instance of a Paragraph class.
|
Name | Description | |
---|---|---|
![]() | EndParagraphPortionFormat |
Specifies the portion properties that are to be used if another portion is inserted after
the last one.
|
![]() | ParagraphFormat |
Returns the formatting object for this paragraph.
Read-only IParagraphFormat.
|
![]() | Portions |
Returns the collection of a text portions.
Read-only IPortionCollection.
|
![]() | Text |
Gets or sets the the plain text of a paragraph.
Read/write String.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRect |
Get coordinates of rect that bounds paragraph. The rect includes all the lines of
text in paragraph, including empty ones.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | JoinPortionsWithSameFormatting |
Joins runs with same formatting.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |