IParagraph Interface |
Namespace: Aspose.Slides
The IParagraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) |
![]() | AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
|
![]() | 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.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |
![]() | Text |
Gets or sets the the plain text of a paragraph.
Read/write String.
|
Name | Description | |
---|---|---|
![]() | CreateParagraphFormatEffective | Obsolete.
Creates immutable object which contains paragraph properties including inherited.
|
![]() | GetRect |
Get coordinates of rect that bounds paragraph. The rect includes all the lines of
text in paragraph, including empty ones.
|
![]() | JoinPortionsWithSameFormatting |
Joins runs with same formatting.
|