Uses of Enum Class
org.openpdf.renderer.annotation.AnnotationType
Packages that use AnnotationType
-
Uses of AnnotationType in org.openpdf.renderer
Methods in org.openpdf.renderer with parameters of type AnnotationTypeModifier and TypeMethodDescriptionPDFPage.getAnnots(AnnotationType type) Get a list of all annotations of the given type for this PDF page -
Uses of AnnotationType in org.openpdf.renderer.annotation
Subclasses with type arguments of type AnnotationType in org.openpdf.renderer.annotationFields in org.openpdf.renderer.annotation declared as AnnotationTypeMethods in org.openpdf.renderer.annotation that return AnnotationTypeModifier and TypeMethodDescriptionstatic AnnotationTypeAnnotationType.getByDefinition(String definition) Get annotation type by it's typePDFAnnotation.getType()Get the annotation typestatic AnnotationTypeReturns the enum constant of this class with the specified name.static AnnotationType[]AnnotationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openpdf.renderer.annotation with parameters of type AnnotationTypeModifierConstructorDescriptionMarkupAnnotation(PDFObject annotObject, AnnotationType type) ConstructorPDFAnnotation(PDFObject annotObject, AnnotationType type) ConstructorTextMarkupAnnotation(PDFObject annotObject, AnnotationType annotationType) Constructor