Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
PopupAnnotation |
MarkupAnnotation.getPopup()
Pop-up annotation for entering or editing the text associated with this annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkupAnnotation.setPopup(PopupAnnotation value)
Pop-up annotation for entering or editing the text associated with this annotation.
|
void |
AnnotationSelector.visit(PopupAnnotation popup)
Select popup annotation if AnnotationSelector was initialized with PopupAnnotation object.
|
void |
IAnnotationVisitor.visit(PopupAnnotation popup)
Visit/select popup annotation.
|