| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
PdfTemplate |
Image.getTemplateData()
Gets the template to be used as an image.
|
| Modifier and Type | Method and Description |
|---|---|
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image
|
void |
ImgWMF.readWMF(PdfTemplate template)
Reads the WMF into a template.
|
void |
Image.setTemplateData(PdfTemplate template)
Sets data from a PdfTemplate
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfImportedPage
Represents an imported page.
|
class |
PdfPatternPainter
Implements the pattern.
|
| Modifier and Type | Method and Description |
|---|---|
PdfTemplate |
PdfContentByte.createTemplate(float width,
float height)
Creates a new template.
|
static PdfTemplate |
PdfTemplate.createTemplate(PdfWriter writer,
float width,
float height)
Creates a new template.
|
PdfTemplate |
Barcode.createTemplateWithBarcode(PdfContentByte cb,
Color barColor,
Color textColor)
Creates a template with the barcode.
|
PdfTemplate |
PdfSignatureAppearance.getAppearance()
Gets the main appearance layer.
|
PdfTemplate |
PdfSignatureAppearance.getLayer(int layer)
Gets a template layer to create a signature appearance.
|
PdfTemplate |
PdfSignatureAppearance.getTopLayer()
Gets the template that aggregates all appearance layers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfContentByte.addTemplate(PdfTemplate template,
float x,
float y)
Adds a template to this content.
|
void |
PdfImportedPage.addTemplate(PdfTemplate template,
float a,
float b,
float c,
float d,
float e,
float f)
Always throws an error.
|
void |
PdfContentByte.addTemplate(PdfTemplate template,
float a,
float b,
float c,
float d,
float e,
float f)
Adds a template to this content.
|
void |
PdfAnnotation.setMKAlternateIcon(PdfTemplate template) |
void |
PdfAnnotation.setMKNormalIcon(PdfTemplate template) |
void |
PdfAnnotation.setMKRolloverIcon(PdfTemplate template) |
Copyright © 2021. All rights reserved.