com.aspose.diagram
Class TabCollection

java.lang.Object
  extended by Collection
      extended by com.aspose.diagram.TabCollection
All Implemented Interfaces:
java.lang.Iterable

public class TabCollection 
extends Collection

Contains a collection of Tab elements


Property Getters/Setters Summary
intgetCount()→ inherited from Collection
           Gets the number of elements actually contained in the collection.
intgetDel()
voidsetDel(int)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
Tabget(int)
           Gets the element at the specified index.
 
Method Summary
intadd(Tab item)
           Add the Tab object in the collection.
voidclear()→ inherited from Collection
           Removes all elements from collection.
booleanisExist(int index)→ inherited from Collection
           Is exist item in the collection.
java.util.Iteratoriterator()→ inherited from Collection
           Supports a simple iteration over a nongeneric collection.
voidremove(Tab item)
           Remove the Tab object from the collection.
 

Property Getters/Setters Detail

getDel/setDel

public int getDel() / public void setDel(int value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getIX/setIX

public int getIX() / public void setIX(int value)
The zero-based index of the element within its parent element.

getCount

→ inherited from Collection
public int getCount()
Gets the number of elements actually contained in the collection.

get

public Tab get(int index)
Gets the element at the specified index.
Parameters:
index -
Returns:

Method Detail

add

public int add(Tab item)
Add the Tab object in the collection.
Parameters:
item -
Returns:

remove

public void remove(Tab item)
Remove the Tab object from the collection.
Parameters:
item -

iterator

→ inherited from Collection
public java.util.Iterator iterator()
Supports a simple iteration over a nongeneric collection.
Returns:

isExist

→ inherited from Collection
public boolean isExist(int index)
Is exist item in the collection.
Parameters:
index - index of element.
Returns:

clear

→ inherited from Collection
public void clear()
Removes all elements from collection.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.