Uses of Enum
com.pdftools.pdf2image.AnnotationOptions
Packages that use AnnotationOptions
-
Uses of AnnotationOptions in com.pdftools.pdf2image
Methods in com.pdftools.pdf2image that return AnnotationOptionsModifier and TypeMethodDescriptionContentOptions.getAnnotations()The render strategy for annotations (Getter)static AnnotationOptionsReturns the enum constant of this type with the specified name.static AnnotationOptions[]AnnotationOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pdftools.pdf2image with parameters of type AnnotationOptionsModifier and TypeMethodDescriptionvoidContentOptions.setAnnotations(AnnotationOptions value) The render strategy for annotations (Setter)