Uses of Class
com.lowagie.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.lowagie.text com.lowagie.text.pdf -
-
Uses of PdfTemplate in com.lowagie.text
Fields in com.lowagie.text declared as PdfTemplate Modifier and Type Field Description protected PdfTemplate[]
Image. template
The template to be treated as an image.Methods in com.lowagie.text that return PdfTemplate Modifier and Type Method Description PdfTemplate
Image. getTemplateData()
Gets the template to be used as an image.Methods in com.lowagie.text with parameters of type PdfTemplate Modifier and Type Method Description static Image
Image. getInstance(PdfTemplate template)
gets an instance of an Imagevoid
ImgWMF. readWMF(PdfTemplate template)
Reads the WMF into a template.void
Image. setTemplateData(PdfTemplate template)
Sets data from a PdfTemplateConstructors in com.lowagie.text with parameters of type PdfTemplate Constructor Description ImgTemplate(PdfTemplate template)
Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.lowagie.text.pdf
Subclasses of PdfTemplate in com.lowagie.text.pdf Modifier and Type Class 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.Fields in com.lowagie.text.pdf declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]
PdfSignatureAppearance. app
private PdfTemplate
PdfSignatureAppearance. frm
private PdfTemplate
PushbuttonField. template
Holds value of property template.private PdfTemplate
PushbuttonField. tp
Fields in com.lowagie.text.pdf with type parameters of type PdfTemplate Modifier and Type Field Description private java.util.Map<PdfTemplate,java.lang.Object>
PdfAcroForm. fieldTemplates
This is a map containing FieldTemplates.protected java.util.HashMap<PdfTemplate,java.lang.Object>
PdfCopy. fieldTemplates
protected java.util.Map<PdfTemplate,java.lang.Object>
PdfStamperImp. fieldTemplates
protected java.util.Map<PdfTemplate,java.lang.Object>
PdfAnnotation. templates
Methods in com.lowagie.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplate
PdfContentByte. createTemplate(float width, float height)
Creates a new template.(package private) PdfTemplate
PdfContentByte. createTemplate(float width, float height, PdfName forcedName)
static PdfTemplate
PdfTemplate. createTemplate(PdfWriter writer, float width, float height)
Creates a new template.(package private) static PdfTemplate
PdfTemplate. createTemplate(PdfWriter writer, float width, float height, PdfName forcedName)
PdfTemplate
Barcode. createTemplateWithBarcode(PdfContentByte cb, java.awt.Color barColor, java.awt.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
PushbuttonField. getTemplate()
Getter for property template.PdfTemplate
PdfSignatureAppearance. getTopLayer()
Gets the template that aggregates all appearance layers.Methods in com.lowagie.text.pdf that return types with arguments of type PdfTemplate Modifier and Type Method Description java.util.HashMap<PdfTemplate,java.lang.Object>
PdfAnnotation. getTemplates()
Methods in com.lowagie.text.pdf with parameters of type PdfTemplate Modifier and Type Method Description (package private) PdfName
PdfWriter. addDirectTemplateSimple(PdfTemplate template, PdfName forcedName)
Adds a template to the document but not to the page resources.void
PdfContentByte. addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f)
Adds a template to this content using double matrices.void
PdfContentByte. addTemplate(PdfTemplate template, float x, float y)
Adds a template to this content.void
PdfContentByte. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)
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.(package private) void
PdfContentByte. checkNoPattern(PdfTemplate t)
Throws an error if it is a pattern.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, java.lang.String state, 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.Method parameters in com.lowagie.text.pdf with type arguments of type PdfTemplate Modifier and Type Method Description void
PdfAcroForm. addFieldTemplates(java.util.Map<PdfTemplate,java.lang.Object> ft)
Adds fieldTemplates.Constructors in com.lowagie.text.pdf with parameters of type PdfTemplate Constructor Description PdfFormXObject(PdfTemplate template, int compressionLevel)
Constructs aPdfFormXObject
-object.
-