get_page method
get_page(id)
Gets the element at the specified ID.
Returns
def get_page(self, id):
...
Parameter | Type | Description |
---|---|---|
id | int |
get_page(name)
Gets the element at the specified name.
Returns
def get_page(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str |
See Also
- module aspose.diagram
- class PageCollection