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 |
---|---|
XImage |
XImageCollection.get_Item(int index)
Gets image from collection by its index.
|
XImage |
XImageCollection.get_Item(String name)
Gets image from collection by its name.
|
XImage |
Artifact.getImage()
Gets image of the artifact (if presents).
|
XImage |
ImagePlacement.getImage()
Gets related XImage resource object.
|
static XImage |
InternalHelper.new_XImage(com.aspose.pdf.engine.data.IPdfDataStream stream,
XImageCollection o) |
static XImage |
InternalHelper.newXImage(com.aspose.pdf.engine.data.IPdfDataStream image) |
Modifier and Type | Method and Description |
---|---|
Iterator<XImage> |
XImageCollection.iterator()
Returns collection enumerator.
|
Modifier and Type | Method and Description |
---|---|
String |
XImageCollection.add(XImage image)
Adds new image to Image list.
|
boolean |
XImageCollection.contains(XImage item)
Determines whether the collection contains a specific value.
|
void |
XImageCollection.copyTo(XImage[] array,
int index)
Copies array of images into collection.
|
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.deleteBySize(XImageCollection value,
XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.deleteBySizeAndIndex(XImageCollection value,
XImage image) |
static com.aspose.pdf.engine.data.IPdfPrimitive |
InternalHelper.EngineImg_get_Item(XImage image,
String bitsPerComponent) |
static com.aspose.ms.System.Drawing.Bitmap |
InternalHelper.getBitmap(XImage image,
boolean isOriginalImage) |
static com.aspose.ms.System.Drawing.Image |
InternalHelper.getBlackAndWhite(XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.getEngineObject(XImage value) |
static int |
InternalHelper.getFilterType(XImage image) |
String |
XImageCollection.getImageName(XImage image)
Returns name in images list which is key of the given image.
|
static XImageCollection |
InternalHelper.getParent(XImage xImage) |
static boolean |
InternalHelper.hasSMask(XImage image) |
boolean |
XImage.isTheSameObject(XImage image)
Returns true if both images references to the same object.
|
boolean |
XImageCollection.remove(XImage item)
Not supported yet.
|
static void |
InternalHelper.saveInternal(XImage image,
com.aspose.ms.System.IO.MemoryStream ms,
ImageType png) |
static void |
InternalHelper.saveWithBlending(XImage value,
com.aspose.ms.System.IO.Stream stream,
int resolution) |