Uses of Class
com.ironsoftware.ironpdf.annotation.AnnotationIcon
-
Packages that use AnnotationIcon Package Description com.ironsoftware.ironpdf.annotation -
-
Uses of AnnotationIcon in com.ironsoftware.ironpdf.annotation
Methods in com.ironsoftware.ironpdf.annotation that return AnnotationIcon Modifier and Type Method Description AnnotationIcon
AnnotationOptions. getIcon()
GetsAnnotationIcon
used to display the interactive annotation within the PDF.AnnotationIcon
TextAnnotation. getIcon()
Gets icon.static AnnotationIcon
AnnotationIcon. valueOf(String name)
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.Methods in com.ironsoftware.ironpdf.annotation with parameters of type AnnotationIcon Modifier and Type Method Description void
AnnotationOptions. setIcon(AnnotationIcon value)
SetsAnnotationIcon
used to display the interactive annotation within the PDF.void
TextAnnotation. setIcon(AnnotationIcon value)
Sets icon.
-