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

ParameterTypeDescription
positiondoubleTab position.
alignTabAlignmentTab 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

ParameterTypeDescription
valueSystem::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