Uses of Class
com.pdftools.sign.Appearance
Packages that use Appearance
-
Uses of Appearance in com.pdftools.sign
Methods in com.pdftools.sign that return AppearanceModifier and TypeMethodDescriptionstatic AppearanceAppearance.createFieldBoundingBox(Size size) Create the bounding box for an unsigned signature fieldstatic AppearanceAppearance.createFromJson(Stream stream) Create an appearance with the content loaded from a JSON filestatic AppearanceAppearance.createFromXml(Stream stream) Create an appearance with the content loaded from an XML fileSignatureConfiguration.getAppearance()The visual appearance of the signature (Getter)TimestampConfiguration.getAppearance()The visual appearance of the time-stamp (Getter)SignatureFieldOptions.getBoundingBox()The bounding box of the signature field (Getter)Methods in com.pdftools.sign with parameters of type AppearanceModifier and TypeMethodDescriptionvoidSignatureConfiguration.setAppearance(Appearance value) The visual appearance of the signature (Setter)voidTimestampConfiguration.setAppearance(Appearance value) The visual appearance of the time-stamp (Setter)Constructors in com.pdftools.sign with parameters of type Appearance