Add
Add(double, TabAlignment)
Adds a Tab to the collection.
public ITab Add(double position, TabAlignment align)
Parameter | Type | Description |
---|---|---|
position | Double | Tab position. |
align | TabAlignment | Tab alignment. |
Return Value
Added tab.
See Also
- interface ITab
- enum TabAlignment
- interface ITabCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Add(ITab)
Adds a Tab to the collection.
public int Add(ITab value)
Parameter | Type | Description |
---|---|---|
value | ITab | The Tab object to be added at the end of the collection. |
Return Value
The index at which the tab was added.
See Also
- interface ITab
- interface ITabCollection
- namespace Aspose.Slides
- assembly Aspose.Slides