IParagraph Interface

Represents a paragraph of a text.

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

The IParagraph type exposes the following members.

Properties
  NameDescription
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
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 propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
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 paragraph properties including inherited.
Public methodGetRect
Get coordinates of rect that bounds paragraph. The rect includes all the lines of text in paragraph, including empty ones.
Public methodJoinPortionsWithSameFormatting
Joins runs with same formatting.
See Also