Uses of Class
com.itextpdf.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of PdfTemplate in com.itextpdf.text
Fields in com.itextpdf.text declared as PdfTemplate Modifier and Type Field Description protected PdfTemplate[]Image. templateThe template to be treated as an image.Methods in com.itextpdf.text that return PdfTemplate Modifier and Type Method Description PdfTemplateImage. getTemplateData()Gets the template to be used as an image.Methods in com.itextpdf.text with parameters of type PdfTemplate Modifier and Type Method Description static ImageImage. getInstance(PdfTemplate template)gets an instance of an ImagevoidImgWMF. readWMF(PdfTemplate template)Reads the WMF into a template.voidImage. setTemplateData(PdfTemplate template)Sets data from a PdfTemplateConstructors in com.itextpdf.text with parameters of type PdfTemplate Constructor Description ImgTemplate(PdfTemplate template)Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.itextpdf.text.pdf
Subclasses of PdfTemplate in com.itextpdf.text.pdf Modifier and Type Class Description classPdfAppearanceImplements the appearance stream to be used with form fields..classPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.classPdfPSXObjectImplements the PostScript XObject.Fields in com.itextpdf.text.pdf declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]PdfSignatureAppearance. appLayers for a visible signature.private PdfTemplatePdfSignatureAppearance. frmTemplate containing all layers drawn on top of each other.private PdfTemplatePushbuttonField. templateHolds value of property template.private PdfTemplatePushbuttonField. tpFields in com.itextpdf.text.pdf with type parameters of type PdfTemplate Modifier and Type Field Description private java.util.HashSet<PdfTemplate>PdfAcroForm. fieldTemplatesThis is a map containing FieldTemplates.protected java.util.HashSet<PdfTemplate>PdfCopy. fieldTemplatesprotected java.util.HashSet<PdfTemplate>PdfStamperImp. fieldTemplatesprotected java.util.HashSet<PdfTemplate>PdfAnnotation. templatesMethods in com.itextpdf.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplateFdfWriter. createTemplate(float width, float height)PdfTemplatePdfContentByte. createTemplate(float width, float height)Creates a new template.(package private) PdfTemplatePdfContentByte. createTemplate(float width, float height, PdfName forcedName)static PdfTemplatePdfTemplate. createTemplate(PdfWriter writer, float width, float height)Creates a new template.(package private) static PdfTemplatePdfTemplate. createTemplate(PdfWriter writer, float width, float height, PdfName forcedName)PdfTemplateBarcode. createTemplateWithBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)Creates a template with the barcode.PdfTemplatePdfSignatureAppearance. getAppearance()Gets the main appearance layer.PdfTemplatePdfSignatureAppearance. getLayer(int layer)Gets a template layer to create a signature appearance.PdfTemplatePushbuttonField. getTemplate()Getter for property template.PdfTemplatePdfSignatureAppearance. getTopLayer()Gets the template that aggregates all appearance layers.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfTemplate Modifier and Type Method Description java.util.HashSet<PdfTemplate>PdfAnnotation. getTemplates()Methods in com.itextpdf.text.pdf with parameters of type PdfTemplate Modifier and Type Method Description (package private) PdfNamePdfWriter. addDirectTemplateSimple(PdfTemplate template, PdfName forcedName)Adds a template to the document but not to the page resources.voidPdfContentByte. addTemplate(PdfTemplate template, double x, double y)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, double x, double y, boolean tagContent)voidPdfContentByte. addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagContent)Adds a template to this content.private voidPdfContentByte. addTemplate(PdfTemplate template, double a, double b, double c, double d, double e, double f, boolean tagTemplate, boolean tagContent)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, float x, float y)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, float x, float y, boolean tagContent)voidPdfContentByte. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f, boolean tagContent)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, AffineTransform transform)adds a template with the given matrix.voidPdfContentByte. addTemplate(PdfTemplate template, AffineTransform transform, boolean tagContent)adds a template with the given matrix.voidPdfContentByte. addTemplate(PdfTemplate template, java.awt.geom.AffineTransform transform)Deprecated.use com.itextpdf.text.geom.AffineTransform as parametervoidPdfImportedPage. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)Always throws an error.(package private) voidPdfContentByte. checkNoPattern(PdfTemplate t)Throws an error if it is a pattern.voidPdfWriter. releaseTemplate(PdfTemplate tp)Use this method to releases the memory used by a template.voidPdfAnnotation. setAppearance(PdfName ap, PdfTemplate template)voidPdfAnnotation. setAppearance(PdfName ap, java.lang.String state, PdfTemplate template)booleanFdfWriter. setFieldAsTemplate(java.lang.String field, PdfTemplate template)voidPdfAnnotation. setMKAlternateIcon(PdfTemplate template)voidPdfAnnotation. setMKNormalIcon(PdfTemplate template)voidPdfAnnotation. setMKRolloverIcon(PdfTemplate template)voidPushbuttonField. setTemplate(PdfTemplate template)Sets the icon as a template.private voidPdfStructureElement. writeAttributes(PdfTemplate template)Method parameters in com.itextpdf.text.pdf with type arguments of type PdfTemplate Modifier and Type Method Description voidPdfAcroForm. addFieldTemplates(java.util.HashSet<PdfTemplate> ft)Adds fieldTemplates.Constructors in com.itextpdf.text.pdf with parameters of type PdfTemplate Constructor Description PdfFormXObject(PdfTemplate template, int compressionLevel)Constructs aPdfFormXObject-object.
-