Package | Description |
---|---|
com.itextpdf.kernel.font | |
com.itextpdf.kernel.pdf.canvas | |
com.itextpdf.kernel.pdf.canvas.wmf | |
com.itextpdf.kernel.pdf.xobject | |
com.itextpdf.layout.element |
Modifier and Type | Method and Description |
---|---|
PdfXObject |
Type3Glyph.addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
Creates Image XObject from image and adds it to canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, boolean asInline)
Creates Image XObject from image and adds it to canvas.
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, float width, boolean asInline)
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float x, float y, float height, boolean asInline, boolean dummy)
Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio.
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float a, float b, float c, float d, float e, float f)
Creates Image XObject from image and adds it to canvas (as Image XObject).
|
PdfXObject |
PdfCanvas.addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline)
Creates Image XObject from image and adds it to canvas.
|
PdfXObject |
PdfCanvas.addImage(ImageData image, Rectangle rect, boolean asInline)
Creates Image XObject from image and adds it to canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y)
Adds PdfXObject to the specified position.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y, float width)
Adds PdfXObject to the specified position with specified width preserving aspect ratio.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float x, float y, float height, boolean dummy)
Adds PdfXObject to the specified position with specified height preserving aspect ratio.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, float a, float b, float c, float d, float e, float f)
Adds PdfXObject to canvas.
|
PdfCanvas |
PdfCanvas.addXObject(PdfXObject xObject, Rectangle rect)
Adds PdfXObject to specified rectangle on canvas.
|
Modifier and Type | Method and Description |
---|---|
PdfXObject |
WmfImageHelper.createFormXObject(PdfDocument document)
Create a PdfXObject based on the WMF image.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfFormXObject
A wrapper for Form XObject.
|
class |
PdfImageXObject
A wrapper for Image XObject.
|
Modifier and Type | Method and Description |
---|---|
static PdfXObject |
PdfXObject.makeXObject(PdfStream stream)
|
Modifier and Type | Field and Description |
---|---|
protected PdfXObject |
Image.xObject |
Modifier and Type | Method and Description |
---|---|
PdfXObject |
Image.getXObject()
Gets the XObject contained in this image object
|
Copyright © 1998–2018 iText Group NV. All rights reserved.