Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfTemplate
-
Packages that use PdfTemplate Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfTemplate in com.gitlab.pdftk_java.com.lowagie.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.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfTemplate Modifier and Type Method Description PdfTemplatePdfContentByte. createTemplate(float width, float height)Creates a new template.PdfTemplatePdfSignatureAppearance. getAppearance()Gets the main appearance layer.PdfTemplatePdfSignatureAppearance. getLayer(int layer)Gets a template layer to create a signature appearance.PdfTemplatePdfSignatureAppearance. getTopLayer()Gets the template that aggregates all appearance layers.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTemplate Modifier and Type Method Description 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.voidPdfWriter. releaseTemplate(PdfTemplate tp)Releases the memory used by a template by writing it to the output.voidPdfAnnotation. setAppearance(PdfName ap, PdfTemplate template)voidPdfAnnotation. setAppearance(PdfName ap, String state, PdfTemplate template)voidPdfAnnotation. setMKAlternateIcon(PdfTemplate template)voidPdfAnnotation. setMKNormalIcon(PdfTemplate template)voidPdfAnnotation. setMKRolloverIcon(PdfTemplate template)
-