Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
ImagePlacement |
ImagePlacementCollection.get_Item(int index)
Gets the text fragment element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.IEnumerator<ImagePlacement> |
ImagePlacementCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ImagePlacementCollection.add(ImagePlacement fragment)
Adds the text fragment element at the specified index.
|
boolean |
ImagePlacementCollection.contains(ImagePlacement item)
Determines whether the collection contains a specific value.
|
void |
ImagePlacementCollection.copyTo(ImagePlacement[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
static boolean |
InternalHelper.isInline(ImagePlacement ia) |
boolean |
ImagePlacementCollection.remove(ImagePlacement item)
Deletes specified item from collection
|
Copyright © 2019 Aspose. All Rights Reserved.