Uses of Class
com.lowagie.text.pdf.PdfTemplate
Packages that use PdfTemplate
-
Uses of PdfTemplate in com.lowagie.text
Fields in com.lowagie.text declared as PdfTemplateModifier and TypeFieldDescriptionprotected PdfTemplate[]Image.templateDeprecated.The template to be treated as an image.Methods in com.lowagie.text that return PdfTemplateModifier and TypeMethodDescriptionImage.getTemplateData()Deprecated.Gets the template to be used as an image.Methods in com.lowagie.text with parameters of type PdfTemplateModifier and TypeMethodDescriptionstatic ImageImage.getInstance(PdfTemplate template) Deprecated.gets an instance of an ImagevoidImgWMF.readWMF(PdfTemplate template) Deprecated.Reads the WMF into a template.voidImage.setTemplateData(PdfTemplate template) Deprecated.Sets data from a PdfTemplateConstructors in com.lowagie.text with parameters of type PdfTemplateModifierConstructorDescriptionImgTemplate(PdfTemplate template) Deprecated.Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.lowagie.text.pdf
Subclasses of PdfTemplate in com.lowagie.text.pdfModifier and TypeClassDescriptionclassDeprecated.classDeprecated.final classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf declared as PdfTemplateModifier and TypeFieldDescriptionprivate final PdfTemplate[]PdfSignatureAppearance.appDeprecated.private PdfTemplatePdfSignatureAppearance.frmDeprecated.private PdfTemplatePushbuttonField.templateDeprecated.Holds value of property template.private PdfTemplatePushbuttonField.tpDeprecated.Fields in com.lowagie.text.pdf with type parameters of type PdfTemplateModifier and TypeFieldDescriptionprivate Map<PdfTemplate, Object> PdfAcroForm.fieldTemplatesDeprecated.This is a map containing FieldTemplates.protected HashMap<PdfTemplate, Object> PdfCopy.fieldTemplatesDeprecated.protected Map<PdfTemplate, Object> PdfStamperImp.fieldTemplatesDeprecated.protected Map<PdfTemplate, Object> PdfAnnotation.templatesDeprecated.Methods in com.lowagie.text.pdf that return PdfTemplateModifier and TypeMethodDescriptionPdfContentByte.createTemplate(float width, float height) Deprecated.Creates a new template.(package private) PdfTemplatePdfContentByte.createTemplate(float width, float height, PdfName forcedName) Deprecated.static PdfTemplatePdfTemplate.createTemplate(PdfWriter writer, float width, float height) Deprecated.Creates a new template.(package private) static PdfTemplatePdfTemplate.createTemplate(PdfWriter writer, float width, float height, PdfName forcedName) Deprecated.Barcode.createTemplateWithBarcode(PdfContentByte cb, Color barColor, Color textColor) Deprecated.Creates a template with the barcode.PdfSignatureAppearance.getAppearance()Deprecated.Gets the main appearance layer.PdfSignatureAppearance.getLayer(int layer) Deprecated.Gets a template layer to create a signature appearance.PushbuttonField.getTemplate()Deprecated.Getter for property template.PdfSignatureAppearance.getTopLayer()Deprecated.Gets the template that aggregates all appearance layers.Methods in com.lowagie.text.pdf that return types with arguments of type PdfTemplateMethods in com.lowagie.text.pdf with parameters of type PdfTemplateModifier and TypeMethodDescription(package private) PdfNamePdfWriter.addDirectTemplateSimple(PdfTemplate template, PdfName forcedName) Deprecated.Adds a template to the document but not to the page resources.voidPdfContentByte.addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f) Deprecated.Adds a template to this content using double matrices.voidPdfContentByte.addTemplate(PdfTemplate template, float x, float y) Deprecated.Adds a template to this content.voidPdfContentByte.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Deprecated.Adds a template to this content.voidPdfImportedPage.addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f) Deprecated.Always throws an error.(package private) voidPdfContentByte.checkNoPattern(PdfTemplate t) Deprecated.Throws an error if it is a pattern.voidPdfWriter.releaseTemplate(PdfTemplate tp) Deprecated.Use this method to releases the memory used by a template.voidPdfAnnotation.setAppearance(PdfName ap, PdfTemplate template) Deprecated.voidPdfAnnotation.setAppearance(PdfName ap, String state, PdfTemplate template) Deprecated.voidPdfAnnotation.setMKAlternateIcon(PdfTemplate template) Deprecated.voidPdfAnnotation.setMKNormalIcon(PdfTemplate template) Deprecated.voidPdfAnnotation.setMKRolloverIcon(PdfTemplate template) Deprecated.voidPushbuttonField.setTemplate(PdfTemplate template) Deprecated.Sets the icon as a template.Method parameters in com.lowagie.text.pdf with type arguments of type PdfTemplateModifier and TypeMethodDescriptionvoidPdfAcroForm.addFieldTemplates(Map<PdfTemplate, Object> ft) Deprecated.Adds fieldTemplates.Constructors in com.lowagie.text.pdf with parameters of type PdfTemplateModifierConstructorDescription(package private)PdfFormXObject(PdfTemplate template, int compressionLevel) Deprecated.Constructs aPdfFormXObject-object.