Uses of Class
com.aowagie.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.aowagie.text com.aowagie.text.pdf -
-
Uses of PdfTemplate in com.aowagie.text
Fields in com.aowagie.text declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]Image. templateThe template to be treated as an image.Methods in com.aowagie.text that return PdfTemplate Modifier and Type Method Description PdfTemplateImage. getTemplateData()Gets the template to be used as an image.Methods in com.aowagie.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.aowagie.text with parameters of type PdfTemplate Constructor Description ImgTemplate(PdfTemplate template)Creates an Image from a PdfTemplate. -
Uses of PdfTemplate in com.aowagie.text.pdf
Subclasses of PdfTemplate in com.aowagie.text.pdf Modifier and Type Class Description (package private) classPdfAppearanceImplements the appearance stream to be used with form fields..classPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.Fields in com.aowagie.text.pdf declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]PdfSignatureAppearance. appprivate PdfTemplatePdfSignatureAppearance. frmprivate PdfTemplatePushbuttonField. templateHolds value of property template.private PdfTemplatePushbuttonField. tpMethods in com.aowagie.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplatePdfContentByte. createTemplate(float width, float height)Creates a new template.private PdfTemplatePdfContentByte. createTemplate(float width, float height, PdfName forcedName)static PdfTemplatePdfTemplate. createTemplate(PdfWriter writer, float width, float height)Creates a new template.private static PdfTemplatePdfTemplate. createTemplate(PdfWriter writer, float width, float height, PdfName forcedName)PdfTemplateBarcode. createTemplateWithBarcode(PdfContentByte cb, java.awt.Color barColor, java.awt.Color 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.aowagie.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, float x, float y)Adds a template to this content.voidPdfContentByte. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)Adds a template to this content.voidPdfImportedPage. addTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)Always throws an error.private voidPdfContentByte. checkNoPattern(PdfTemplate t)Throws an error if it is a pattern.(package private) voidPdfWriter. releaseTemplate(PdfTemplate tp)Use this method to releases the memory used by a template.(package private) voidPdfAnnotation. setAppearance(PdfName ap, PdfTemplate template)(package private) voidPdfAnnotation. setAppearance(PdfName ap, java.lang.String state, PdfTemplate template)voidPdfAnnotation. setMKAlternateIcon(PdfTemplate template)voidPdfAnnotation. setMKNormalIcon(PdfTemplate template)voidPdfAnnotation. setMKRolloverIcon(PdfTemplate template)voidPushbuttonField. setTemplate(PdfTemplate template)Sets the icon as a template.Constructors in com.aowagie.text.pdf with parameters of type PdfTemplate Constructor Description PdfFormXObject(PdfTemplate template, int compressionLevel)Constructs aPdfFormXObject-object.
-