create_paragraph method
create_paragraph
Creates a new empty paragraph.
Returns
Paragraph.
def create_paragraph(self):
...
create_paragraph
Creates a new paragraph with specified paragraph data using.
Returns
Paragraph.
def create_paragraph(self, paragraph):
...
| Parameter | Type | Description |
|---|---|---|
| paragraph | IParagraph | A paragraph to use data. |
See Also
- class
IParagraph - class
IParagraphFactory - module
aspose.slides - library
Aspose.Slides