Add()
TabCollection::Add(double, TabAlignment) method
Adds a Tab to the collection.
System::SharedPtr<ITab> Aspose::Slides::TabCollection::Add(double position, TabAlignment align) override
Return Value
Added tab.
TabCollection::Add(System::SharedPtr<ITab>) method
Adds a Tab to the collection.
int32_t Aspose::Slides::TabCollection::Add(System::SharedPtr<ITab> value) override
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 TabCollection
- Namespace Aspose::Slides
- Library Aspose.Slides