Uses of Enum Class
com.itextpdf.text.pdf.PdfSignatureAppearance.RenderingMode
Packages that use PdfSignatureAppearance.RenderingMode
-
Uses of PdfSignatureAppearance.RenderingMode in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfSignatureAppearance.RenderingModeModifier and TypeFieldDescriptionPdfSignatureAppearance.renderingModeThe rendering mode chosen for visible signaturesMethods in com.itextpdf.text.pdf that return PdfSignatureAppearance.RenderingModeModifier and TypeMethodDescriptionPdfSignatureAppearance.getRenderingMode()Gets the rendering mode for this signature.Returns the enum constant of this class with the specified name.static PdfSignatureAppearance.RenderingMode[]PdfSignatureAppearance.RenderingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.itextpdf.text.pdf with parameters of type PdfSignatureAppearance.RenderingModeModifier and TypeMethodDescriptionvoidPdfSignatureAppearance.setRenderingMode(PdfSignatureAppearance.RenderingMode renderingMode) Sets the rendering mode for this signature.