create_portion method
create_portion
Creates an empty text portion.
Returns
Portion.
def create_portion(self):
...
create_portion
Creates a text portion from specified string.
Returns
Portion.
def create_portion(self, str):
...
| Parameter | Type | Description |
|---|---|---|
| str | str | String. |
create_portion
Creates a portion with the using of a specified portion data.
Returns
Portion.
def create_portion(self, portion):
...
| Parameter | Type | Description |
|---|---|---|
| portion | IPortion | A portion to use. |
See Also
- class
IPortion - class
IPortionFactory - module
aspose.slides - library
Aspose.Slides