Paragraph

Overview

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

Represents a paragraph of text.

This class provides 1 method for working with Paragraph objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_presentation_component, as_i_slide_component, paragraph_format, portions, presentation, slide, and 1 more.

Properties

NameTypeAccessDescription
portionsIPortionCollectionReadReturns the collection of a text portions.
paragraph_formatIParagraphFormatReadReturns the formatting object for this paragraph.
textstrRead/WriteGets or sets the the plain text of a paragraph.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
__init__()

See Also