Paragraph

Overview

Paragraph is a class in Aspose.Slides FOSS for Python. Inherits from: IParagraph, ISlideComponent, IPresentationComponent.

Represents a paragraph of text.

Properties

NameTypeAccessDescription
portionsIPortionCollectionReadReturns the collection of a text portions.
paragraph_formatIParagraphFormatReadReturns the formatting object for this paragraph.
textstrReadGets or sets the the plain text of a paragraph.
as_i_slide_componentISlideComponentRead
slideIBaseSlideRead
as_i_presentation_componentIPresentationComponentReadProvides the paragraph as an IPresentationComponent interface
presentationIPresentationReadReturns the presentation that owns this paragraph

Methods

SignatureDescription
__init__()