| Package | Description | 
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf | 
| Modifier and Type | Field and Description | 
|---|---|
protected PdfTemplate[] |  
          Image.template 
           
             The template to be treated as an image. 
              |  
         
| 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 
              |  
         
| Constructor and Description | 
|---|
ImgTemplate(PdfTemplate template) 
           
             Creates an Image from a PdfTemplate. 
              |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          PdfAppearance 
           
             Implements the appearance stream to be used with form fields.. 
              |  
         
class  |  
          PdfImportedPage 
           
             Represents an imported page. 
              |  
         
class  |  
          PdfPatternPainter 
           
             Implements the pattern. 
              |  
         
class  |  
          PdfPSXObject 
           
             Implements the PostScript XObject. 
              |  
         
| Modifier and Type | Field and Description | 
|---|---|
protected HashSet<PdfTemplate> |  
          PdfCopy.fieldTemplates  |  
         
protected HashSet<PdfTemplate> |  
          PdfAnnotation.templates  |  
         
| Modifier and Type | Method and Description | 
|---|---|
PdfTemplate |  
          PdfContentByte.createTemplate(float width, float height) 
           
             Creates a new template. 
              |  
         
PdfTemplate |  
          FdfWriter.createTemplate(float width, float height)  |  
         
static PdfTemplate |  
          PdfTemplate.createTemplate(PdfWriter writer, float width, float height) 
           
             Creates a new template. 
              |  
         
PdfTemplate |  
          Barcode.createTemplateWithBarcode(PdfContentByte cb, BaseColor barColor, BaseColor 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 |  
          PushbuttonField.getTemplate() 
           
             Getter for property template. 
              |  
         
PdfTemplate |  
          PdfSignatureAppearance.getTopLayer() 
           
             Gets the template that aggregates all appearance layers. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
HashSet<PdfTemplate> |  
          PdfAnnotation.getTemplates()  |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          PdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform) 
           
             adds a template with the given matrix. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform) 
            Deprecated.  
               use com.itextpdf.text.geom.AffineTransform as parameter 
              
            |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, AffineTransform transform, boolean tagContent) 
           
             adds a template with the given matrix. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, double x, double y) 
           
             Adds a template to this content. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, double x, double y, boolean tagContent)  |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f) 
           
             Adds a template to this content. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagContent) 
           
             Adds a template to this content. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, float x, float y) 
           
             Adds a template to this content. 
              |  
         
void |  
          PdfContentByte.addTemplate(PdfTemplate template, float x, float y, boolean tagContent)  |  
         
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 |  
          PdfContentByte.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f, boolean tagContent) 
           
             Adds a template to this content. 
              |  
         
void |  
          PdfWriter.releaseTemplate(PdfTemplate tp) 
           
             Use this method to releases the memory used by a template. 
              |  
         
void |  
          PdfAnnotation.setAppearance(PdfName ap, PdfTemplate template)  |  
         
void |  
          PdfAnnotation.setAppearance(PdfName ap, String state, PdfTemplate template)  |  
         
boolean |  
          FdfWriter.setFieldAsTemplate(String field, PdfTemplate template)  |  
         
void |  
          PdfAnnotation.setMKAlternateIcon(PdfTemplate template)  |  
         
void |  
          PdfAnnotation.setMKNormalIcon(PdfTemplate template)  |  
         
void |  
          PdfAnnotation.setMKRolloverIcon(PdfTemplate template)  |  
         
void |  
          PushbuttonField.setTemplate(PdfTemplate template) 
           
             Sets the icon as a template. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          PdfAcroForm.addFieldTemplates(HashSet<PdfTemplate> ft) 
           
             Adds fieldTemplates. 
              |  
         
Copyright © 1998–2019. All rights reserved.