Uses of Class
com.itextpdf.text.pdf.PdfSignatureAppearance.RenderingMode
-
Packages that use PdfSignatureAppearance.RenderingMode Package Description com.itextpdf.text.pdf -
-
Uses of PdfSignatureAppearance.RenderingMode in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfSignatureAppearance.RenderingMode Modifier and Type Field Description private PdfSignatureAppearance.RenderingModePdfSignatureAppearance. renderingModeThe rendering mode chosen for visible signaturesMethods in com.itextpdf.text.pdf that return PdfSignatureAppearance.RenderingMode Modifier and Type Method Description PdfSignatureAppearance.RenderingModePdfSignatureAppearance. getRenderingMode()Gets the rendering mode for this signature.static PdfSignatureAppearance.RenderingModePdfSignatureAppearance.RenderingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PdfSignatureAppearance.RenderingMode[]PdfSignatureAppearance.RenderingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfSignatureAppearance.RenderingMode Modifier and Type Method Description voidPdfSignatureAppearance. setRenderingMode(PdfSignatureAppearance.RenderingMode renderingMode)Sets the rendering mode for this signature.
-