Uses of Enum
com.pdftools.sign.SignatureRemoval
Packages that use SignatureRemoval
-
Uses of SignatureRemoval in com.pdftools.sign
Methods in com.pdftools.sign that return SignatureRemovalModifier and TypeMethodDescriptionOutputOptions.getRemoveSignatures()Whether to remove any signatures (Getter)static SignatureRemovalReturns the enum constant of this type with the specified name.static SignatureRemoval[]SignatureRemoval.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.sign with parameters of type SignatureRemovalModifier and TypeMethodDescriptionvoidOutputOptions.setRemoveSignatures(SignatureRemoval value) Whether to remove any signatures (Setter)