FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
markup annot component More...
Public Member Functions | |
hideReplyDialog () | |
Public Member Functions inherited from AnnotComponent | |
getModel () | |
Obtains the PDF Annot instance. More... | |
Public Member Functions inherited from Activatable | |
active () | |
Sets isActive to true and calls doActive method. More... | |
unActive () | |
Sets isActive to false and calls doDeactive method. More... | |
Static Public Member Functions | |
static | getDefaultContextMenuConfig () |
get default content-menu config More... | |
Protected Member Functions | |
getContextMenuConfig () | |
Gets the contextmenu configuration item. More... | |
hidePopup () | |
hide popup | |
hidePropertiesDialog () | |
Hide the properties dialog. | |
onDoubleTap (e) | |
When you double click on the annotation, it fires. More... | |
showContextMenu (x, y) | |
Display the contextmenu. | |
showPopup () | |
show popup | |
showPropertiesDialog () | |
Displays the properties dialog. | |
protected void | showReplyDialog () |
Display the reply dialog. | |
Protected Member Functions inherited from AnnotComponent | |
doActive () | |
Subclasses of Activatable should override this method to implement activation operation. | |
doDeactive () | |
Subclasses of Activatable should override this method to implement deactivation operation. | |
tapAnnot () | |
The method that is triggered when user click on the annot. | |
Additional Inherited Members | |
Public Attributes inherited from AnnotComponent | |
HTMLElement | element |
A DOM element used to render the annotation. | |
Public Attributes inherited from Activatable | |
boolean | isActive |
Whether this activatable objec has been activated or not! | |
markup annot component
|
inlineprotected |
Gets the contextmenu configuration item.
|
inlinestatic |
get default content-menu config
|
inline |
Hide the reply dialog.
|
inlineprotected |
When you double click on the annotation, it fires.
e | Object - event object of hammer.js |