Uses of Enum
com.pdftools.documentassembly.RemovalStrategy
Packages that use RemovalStrategy
-
Uses of RemovalStrategy in com.pdftools.documentassembly
Methods in com.pdftools.documentassembly that return RemovalStrategyModifier and TypeMethodDescriptionPageCopyOptions.getSignedSignatures()Removal strategy for signed signature fields.static RemovalStrategyReturns the enum constant of this type with the specified name.static RemovalStrategy[]RemovalStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.documentassembly with parameters of type RemovalStrategyModifier and TypeMethodDescriptionvoidPageCopyOptions.setSignedSignatures(RemovalStrategy value) Removal strategy for signed signature fields.