Paragraph constructor
init
Initializes a new instance of the Paragraph class with default properties.
def __init__(self):
...
init
Copy constructor that initializes a new instance of a Paragraph class.
def __init__(self, para):
...
Parameter | Type | Description |
---|---|---|
para | Paragraph |
See Also
- class
Paragraph
- module
aspose.slides
- library
Aspose.Slides