add method
add
Adds a Tab to the collection.
Returns
The index at which the tab was added.
def add(self, value):
...
| Parameter | Type | Description |
|---|---|---|
| value | ITab | The Tab object to be added at the end of the collection. |
add
Adds a Tab to the collection.
Returns
Added tab.
def add(self, position, align):
...
| Parameter | Type | Description |
|---|---|---|
| position | float | |
| align | TabAlignment |
See Also
- class
ITab - enumeration
TabAlignment - class
TabCollection - module
aspose.slides - library
Aspose.Slides