insert method
insert
Inserts a Paragraph into the collection at the specified index.
def insert(self, index, value):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index at which Paragraph should be inserted. |
| value | IParagraph | The Paragraph to insert. |
insert
Inserts a content of ParagraphCollection into the collection at the specified index.
def insert(self, index, value):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The zero-based index at which paragraphs should be inserted. |
| value | IParagraphCollection | The paragraphs to insert. |
See Also
- class
IParagraph - class
IParagraphCollection - module
aspose.slides - library
Aspose.Slides