com.spire.doc.collections
Class TabCollection

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.collections.CollectionEx
          extended by com.spire.doc.documents.xml.DocumentSerializableCollection
              extended by com.spire.doc.collections.TabCollection
All Implemented Interfaces:
IXDLSSerializableCollection, java.lang.Iterable

public class TabCollection
extends DocumentSerializableCollection


Method Summary
 Tab addTab()
           
 Tab addTab(float position)
           
 Tab addTab(float position, TabJustification justification, TabLeader leader)
           
 void clear()
           
 boolean equals(java.lang.Object obj)
           
 boolean equals(TabCollection other)
           
 Tab get(int index)
           
 void removeAt(int index)
           
 
Methods inherited from class com.spire.doc.collections.CollectionEx
getCount, iterator
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection
addNewItem, getCount, getTagItemNameEx
 

Method Detail

get

public Tab get(int index)

addTab

public Tab addTab()

addTab

public Tab addTab(float position,
                  TabJustification justification,
                  TabLeader leader)

addTab

public Tab addTab(float position)

clear

public void clear()
Overrides:
clear in class CollectionEx

removeAt

public void removeAt(int index)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(TabCollection other)