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.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfTemplate Modifier and Type Field Description private PdfTemplate[]PdfSignatureAppearance. appprivate PdfTemplatePdfSignatureAppearance. frmMethods 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.(package private) PdfTemplatePdfContentByte. createTemplate(float width, float height, PdfName forcedName)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 (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.(package private) voidPdfContentByte. checkNoPattern(PdfTemplate t)Throws an error if it is a pattern.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, java.lang.String state, PdfTemplate template)voidPdfAnnotation. setMKAlternateIcon(PdfTemplate template)voidPdfAnnotation. setMKNormalIcon(PdfTemplate template)voidPdfAnnotation. setMKRolloverIcon(PdfTemplate template)Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfTemplate Constructor Description PdfFormXObject(PdfTemplate template)Constructs aPdfFormXObject-object.
-