Uses of Class
com.aowagie.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.aowagie.text
Fields in com.aowagie.text declared as PdfTemplateModifier and TypeFieldDescriptionprivate PdfTemplate[]
Image.template
The template to be treated as an image.Methods in com.aowagie.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()
Gets the template to be used as an image.Methods in com.aowagie.text with parameters of type PdfTemplateModifier and TypeMethodDescriptionstatic 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.aowagie.text with parameters of type PdfTemplateModifierConstructorDescription(package private)
ImgTemplate
(PdfTemplate template) Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.aowagie.text.pdf
Subclasses of PdfTemplate in com.aowagie.text.pdfModifier and TypeClassDescription(package private) class
Implements the appearance stream to be used with form fields..final class
Represents an imported page.final class
Implements the pattern.Fields in com.aowagie.text.pdf declared as PdfTemplateModifier and TypeFieldDescriptionprivate final PdfTemplate[]
PdfSignatureAppearance.app
private PdfTemplate
PdfSignatureAppearance.frm
private PdfTemplate
PushbuttonField.template
Holds value of property template.private PdfTemplate
PushbuttonField.tp
Methods in com.aowagie.text.pdf that return PdfTemplateModifier and TypeMethodDescriptionPdfContentByte.createTemplate
(float width, float height) Creates a new template.private PdfTemplate
PdfContentByte.createTemplate
(float width, float height, PdfName forcedName) static PdfTemplate
PdfTemplate.createTemplate
(PdfWriter writer, float width, float height) Creates a new template.private static PdfTemplate
PdfTemplate.createTemplate
(PdfWriter writer, float width, float height, PdfName forcedName) Barcode.createTemplateWithBarcode
(PdfContentByte cb, Color barColor, Color textColor) Creates a template with the barcode.PdfSignatureAppearance.getAppearance()
Gets the main appearance layer.PdfSignatureAppearance.getLayer
(int layer) Gets a template layer to create a signature appearance.PushbuttonField.getTemplate()
Getter for property template.PdfSignatureAppearance.getTopLayer()
Gets the template that aggregates all appearance layers.Methods in com.aowagie.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescription(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, 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.private void
PdfContentByte.checkNoPattern
(PdfTemplate t) Throws an error if it is a pattern.(package private) void
PdfWriter.releaseTemplate
(PdfTemplate tp) Use this method to releases the memory used by a template.(package private) void
PdfAnnotation.setAppearance
(PdfName ap, PdfTemplate template) (package private) void
PdfAnnotation.setAppearance
(PdfName ap, 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.Constructors in com.aowagie.text.pdf with parameters of type PdfTemplateModifierConstructorDescription(package private)
PdfFormXObject
(PdfTemplate template, int compressionLevel) Constructs aPdfFormXObject
-object.