com.aspose.slides
Interface ITabCollection

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

public interface ITabCollection
extends com.aspose.ms.System.Collections.ICollection<ITab>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITab>


Method Summary
 ITab add(double position, int align)
           
 int add(ITab value)
           
 void clear()
           
 ITab get_Item(int index)
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
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)

add

ITab add(double position,
         int align)

add

int add(ITab value)

clear

void clear()

removeAt

void removeAt(int index)