add method
add(part)
Adds an item to the collection.
def add(self, part: aspose.words.markup.CustomPart):
...
| Parameter | Type | Description |
|---|---|---|
| part | CustomPart | The item to add. |
See Also
- module aspose.words.markup
- class CustomPartCollection
Adds an item to the collection.
def add(self, part: aspose.words.markup.CustomPart):
...
| Parameter | Type | Description |
|---|---|---|
| part | CustomPart | The item to add. |