|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITabCollection
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 |
---|
ITab get_Item(int index)
Gets the element at the specified index.
Read-only ITab
.
ITab add(double position, int align)
Adds a TabEx to the collection.
value
- The TabEx object to be added at the end of the collection.
int add(ITab value)
Adds a TabEx to the collection.
value
- The TabEx object to be added at the end of the collection.
void clear()
Removes all elements from the collection.
void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |