Package | Description |
---|---|
com.ironsoftware.ironpdf.annotation |
Modifier and Type | Method and Description |
---|---|
AnnotationIcon |
AnnotationOptions.getIcon()
Gets
AnnotationIcon 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationOptions.setIcon(AnnotationIcon value)
Sets
AnnotationIcon used to display the interactive annotation within the PDF. |
void |
TextAnnotation.setIcon(AnnotationIcon value)
Sets icon.
|
Copyright © 2022–2023 Iron Software. All rights reserved.