Modifier and Type | Method and Description |
---|---|
ImagePlacement |
get_Item(int index)
Gets the text fragment 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
ImagePlacement object elements actually contained in the
collection. |
public int size()
Gets the number of ImagePlacement
object elements actually contained in the
collection.
public Object getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
public boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread safe).
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
public ImagePlacement get_Item(int index)
Gets the text fragment element at the specified index.
index
- Index of image placement.Copyright © 2017 Aspose. All Rights Reserved.