Add()
ITabCollection::Add(double, TabAlignment) method
Adds a Tab to the collection.
virtual System::SharedPtr<ITab> Aspose::Slides::ITabCollection::Add(double position, TabAlignment align)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| position | double | Tab position. | 
| align | TabAlignment | Tab alignment. | 
Return Value
Added tab.
ITabCollection::Add(System::SharedPtr<ITab>) method
Adds a Tab to the collection.
virtual int32_t Aspose::Slides::ITabCollection::Add(System::SharedPtr<ITab> value)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| value | System::SharedPtr<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
- Enum TabAlignment
 - Typedef SharedPtr
 - Class ITab
 - Class ITabCollection
 - Namespace Aspose::Slides
 - Library Aspose.Slides