|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.collections.TabStopList
com.spire.presentation.collections.TabStopCollection
public final class TabStopCollection
Represents a collection of tabs.
| Constructor Summary | |
|---|---|
TabStopCollection()
|
|
| Method Summary | |
|---|---|
void |
copyTo(com.spire.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
java.lang.Object |
getSyncRoot()
Gets a synchronization root. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
com.spire.ms.System.Collections.IEnumerator |
iterator()
Gets a iterator of the collection. |
int |
size()
Gets the size of the collection. |
| Methods inherited from class com.spire.presentation.collections.TabStopList |
|---|
append, clear, equals, get, getCount, hashCode, removeAt |
| Constructor Detail |
|---|
public TabStopCollection()
| Method Detail |
|---|
public void copyTo(com.spire.ms.System.Array array,
int index)
array - Target array.index - Starting index in the target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public int size()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||