Uses of Enum
com.pdftools.optimization.RemovalStrategy
Packages that use RemovalStrategy
-
Uses of RemovalStrategy in com.pdftools.optimization
Methods in com.pdftools.optimization that return RemovalStrategyModifier and TypeMethodDescriptionRemovalOptions.getRemoveSignatureAppearances()Whether to remove or flatten signature appearances (Getter)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.optimization with parameters of type RemovalStrategyModifier and TypeMethodDescriptionvoidRemovalOptions.setRemoveSignatureAppearances(RemovalStrategy value) Whether to remove or flatten signature appearances (Setter)