text property
text property
Gets or sets the the plain text of a paragraph. Read/write str.
Definition:
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...
See Also
- class Paragraph
- module aspose.slides
- library Aspose.Slides