Uses of Enum
com.ironsoftware.ironpdf.annotation.AnnotationIcon
-
Uses of AnnotationIcon in com.ironsoftware.ironpdf.annotation
Modifier and TypeMethodDescriptionAnnotationOptions.getIcon()
GetsAnnotationIcon
used to display the interactive annotation within the PDF.TextAnnotation.getIcon()
Gets icon.static AnnotationIcon
Returns the enum constant of this type with the specified name.static AnnotationIcon[]
AnnotationIcon.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AnnotationOptions.setIcon
(AnnotationIcon value) SetsAnnotationIcon
used to display the interactive annotation within the PDF.void
TextAnnotation.setIcon
(AnnotationIcon value) Sets icon.