Uses of Enum
com.ironsoftware.ironpdf.annotation.AnnotationIcon
Packages that use AnnotationIcon
-
Uses of AnnotationIcon in com.ironsoftware.ironpdf.annotation
Methods in com.ironsoftware.ironpdf.annotation that return AnnotationIconModifier and TypeMethodDescriptionAnnotationOptions.getIcon()GetsAnnotationIconused to display the interactive annotation within the PDF.TextAnnotation.getIcon()Gets icon.static AnnotationIconReturns 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.Methods in com.ironsoftware.ironpdf.annotation with parameters of type AnnotationIconModifier and TypeMethodDescriptionvoidAnnotationOptions.setIcon(AnnotationIcon value) SetsAnnotationIconused to display the interactive annotation within the PDF.voidTextAnnotation.setIcon(AnnotationIcon value) Sets icon.