| Modifier and Type | Method and Description |
|---|---|
void |
add(TextSegment segment)
Adds the text segment element at the specified index.
|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
|
void |
delete(int index)
Deletes the text segment element at the specified index.
|
TextSegment |
get_Item(int index)
Gets the text segment element at the specified index.
|
Object |
getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
|
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread safe).
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection.
|
int |
size()
Gets the number of
TextSegment object elements actually contained in the collection. |
public int size()
Gets the number of TextSegment object elements actually contained in the collection.
size in interface com.aspose.ms.System.Collections.ICollectionpublic Object getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollectionpublic boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread safe).
isSynchronized in interface com.aspose.ms.System.Collections.ICollectionpublic void add(TextSegment segment)
Adds the text segment element at the specified index.
public void delete(int index)
Deletes the text segment element at the specified index.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
public void copyTo(com.aspose.ms.System.Array array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
copyTo in interface com.aspose.ms.System.Collections.ICollectionpublic TextSegment get_Item(int index)
Gets the text segment element at the specified index.
index - Copyright © 2018 Aspose. All Rights Reserved.