com.aspose.slides
Interface ITabCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<ITab>, IGenericCollection<ITab>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITab>, java.lang.Iterable<ITab>
All Known Implementing Classes:
TabCollection

public interface ITabCollection
extends IGenericCollection<ITab>


Method Summary
 ITab add(double position, int align)
           Adds a TabEx to the collection.
 int add(ITab value)
           Adds a TabEx to the collection.
 void clear()
           Removes all elements from the collection.
 ITab get_Item(int index)
           Gets the element at the specified index.
 void removeAt(int index)
           Removes the element at the specified index of the collection.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ITab get_Item(int index)

Gets the element at the specified index. Read-only ITab.


add

ITab add(double position,
         int align)

Adds a TabEx to the collection.

Parameters:
value - The TabEx object to be added at the end of the collection.
Returns:
Added tab.

add

int add(ITab value)

Adds a TabEx to the collection.

Parameters:
value - The TabEx object to be added at the end of the collection.
Returns:
The index at which the tab was added.

clear

void clear()

Removes all elements from the collection.


removeAt

void removeAt(int index)

Removes the element at the specified index of the collection.

Parameters:
index - The zero-based index of the element to remove.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.