Details
Description
A client has asked us to to create a new system property to disable the creation and showing of a popup annotation when a TextMarkupAnnotation is double clicked.
The system property would be global for all TextMarkupAnnotation and would be static set at runtime. When enable the double click functionality would be disabled but ti would not affect a popup that is already visible.
The system property would be global for all TextMarkupAnnotation and would be static set at runtime. When enable the double click functionality would be disabled but ti would not affect a popup that is already visible.
Added new system property org.icepdf.core.annotations.interactive.popup.enabled with a default value of true. Users wishing to disable the popup annotations can set org.icepdf.core.annotations.interactive.popup.enabled=false.