| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.annot | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.xobject |
| Modifier and Type | Method and Description |
|---|---|
PdfFormXObject |
PdfPage.copyAsFormXObject(PdfDocument toDocument)
Copies page as FormXObject to the specified document.
|
PdfFormXObject |
PdfResources.getForm(PdfName name) |
| Modifier and Type | Method and Description |
|---|---|
PdfName |
PdfResources.addForm(PdfFormXObject form)
Adds
PdfFormXObject object to the resources. |
PdfName |
PdfResources.addForm(PdfFormXObject form,
PdfName name)
Adds the given Form XObject to the current instance of
PdfResources. |
| Modifier and Type | Method and Description |
|---|---|
PdfAnnotationAppearance |
PdfAnnotationAppearance.setState(PdfName stateName,
PdfFormXObject state) |
| Constructor and Description |
|---|
PdfPrinterMarkAnnotation(Rectangle rect,
PdfFormXObject appearanceStream) |
PdfTrapNetworkAnnotation(Rectangle rect,
PdfFormXObject appearanceStream)
Creates a
PdfTrapNetworkAnnotation instance. |
| Constructor and Description |
|---|
PdfCanvas(PdfFormXObject xObj,
PdfDocument document)
Creates a PdfCanvas from a PdfFormXObject.
|
| Modifier and Type | Method and Description |
|---|---|
PdfFormXObject |
PdfFormXObject.put(PdfName key,
PdfObject value)
Puts the value into Image XObject dictionary and associates it with the specified key.
|
PdfFormXObject |
PdfFormXObject.setBBox(PdfArray bBox)
Sets Form XObject's BBox,
PdfName.BBox key. |
PdfFormXObject |
PdfFormXObject.setGroup(PdfTransparencyGroup transparency)
Sets a group attributes dictionary indicating that the contents of the form XObject
shall be treated as a group and specifying the attributes of that group.
|
PdfFormXObject |
PdfFormXObject.setMarkStyle(PdfString markStyle)
Sets a text string representing the printer’s mark in human-readable form.
|
PdfFormXObject |
PdfFormXObject.setProcessColorModel(PdfName model)
Sets process color model for trap network appearance,
PdfName.PCM key. |
PdfFormXObject |
PdfFormXObject.setSeparationColorNames(PdfArray colorNames)
Sets separation color names for the trap network appearance,
PdfName.SeparationColorNames key. |
PdfFormXObject |
PdfFormXObject.setTrapRegions(PdfArray regions)
Sets an array of TrapRegion objects defining the page’s trapping zones
and the associated trapping parameters, as described in Adobe Technical Note #5620,
Portable Job Ticket Format.
|
PdfFormXObject |
PdfFormXObject.setTrapStyles(PdfString trapStyles)
Sets a human-readable text string that described this trap network to the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Rectangle |
PdfFormXObject.calculateBBoxMultipliedByMatrix(PdfFormXObject form)
Calculates the coordinates of the xObject BBox multiplied by the Matrix field.
|
Copyright © 1998–2021 iText Group NV. All rights reserved.