Uses of Class
com.itextpdf.signatures.PdfSignatureAppearance.RenderingMode
-
Packages that use PdfSignatureAppearance.RenderingMode Package Description com.itextpdf.signatures -
-
Uses of PdfSignatureAppearance.RenderingMode in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfSignatureAppearance.RenderingMode Modifier and Type Field Description private PdfSignatureAppearance.RenderingMode
PdfSignatureAppearance. renderingMode
The rendering mode chosen for visible signatures.Methods in com.itextpdf.signatures that return PdfSignatureAppearance.RenderingMode Modifier and Type Method Description PdfSignatureAppearance.RenderingMode
PdfSignatureAppearance. getRenderingMode()
Deprecated.in favour ofSignatureFieldAppearance
, rendering mode will be detected depending on specifiedsetContent
method parameters.static PdfSignatureAppearance.RenderingMode
PdfSignatureAppearance.RenderingMode. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static PdfSignatureAppearance.RenderingMode[]
PdfSignatureAppearance.RenderingMode. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.signatures with parameters of type PdfSignatureAppearance.RenderingMode Modifier and Type Method Description PdfSignatureAppearance
PdfSignatureAppearance. setRenderingMode(PdfSignatureAppearance.RenderingMode renderingMode)
Deprecated.in favour ofSignatureFieldAppearance
, rendering mode will be detected depending on specifiedsetContent
method parameters.
-