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. |
com.aspose.pdf.tagged.logicalstructure |
The com.aspose.pdf.tagged.logicalstructure is a namespace for PDF Logical Structure classes.
|
com.aspose.pdf.tagged.logicalstructure.elements |
The com.aspose.pdf.tagged.logicalstructure.elements is a namespace for PDF Logical Structure classes.
|
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.
|
static com.aspose.ms.System.Drawing.Bitmap |
InternalHelper.buildBitmap(XImage image,
ImageType bmp,
int i) |
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.ms.System.Drawing.Bitmap |
InternalHelper.getBitmap(XImage image) |
static com.aspose.ms.System.Drawing.Bitmap |
InternalHelper.getBitmap(XImage image,
boolean isOriginalImage) |
static com.aspose.ms.System.Drawing.Bitmap |
InternalHelper.getBitmap(XImage image,
ImageType type) |
static com.aspose.ms.System.Drawing.Image |
InternalHelper.getBlackAndWhite(XImage image) |
static String[] |
InternalHelper.getColorSpace(XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.getEngineObject(XImage value) |
static ImageFilterType |
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 com.aspose.pdf.engine.commondata.graphics.images.IPdfImage |
InternalHelper.getPdfImage(XImage image) |
static boolean |
InternalHelper.hasSMask(XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.image_getEngineObject(XImage image) |
boolean |
XImage.isTheSameObject(XImage image)
Returns true if both images references to the same object.
|
static com.aspose.ms.System.IO.Stream |
InternalHelper.makeGrayscaleRawBytes(XImage value) |
boolean |
XImageCollection.remove(XImage item)
Not supported yet, throws exception.
|
static void |
InternalHelper.saveInternal(XImage image,
com.aspose.ms.System.IO.MemoryStream ms,
ImageType type) |
static void |
InternalHelper.saveWithBlending(XImage value,
com.aspose.ms.System.IO.Stream stream,
int resolution,
com.aspose.ms.System.IO.Stream outputIccProfile) |
static void |
InternalHelper.XImageCollection_copyMask(com.aspose.pdf.engine.data.IPdfDataStream engineImg,
XImage originalXImage) |
Modifier and Type | Method and Description |
---|---|
OBJRElement |
StructTreeRootElement.tag(XImage image)
Bind a structure element to the XImage.
|
Modifier and Type | Method and Description |
---|---|
abstract OBJRElement |
Element.tag(XImage image)
Bind a structure element to the XImage.
|
OBJRElement |
MCRElement.tag(XImage image)
Bind a structure element to the XImage.
|
OBJRElement |
OBJRElement.tag(XImage image)
Bind a structure element to the XImage.
|
OBJRElement |
StructureElement.tag(XImage image)
Bind a structure element to the XImage.
|
Copyright © 2025 Aspose. All Rights Reserved.