|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
The AnnotTooltip class defines methods for annotation objects. The AnnotTooltip object need to override its methods to implement the show and hide operations. More...
Public Member Functions | |
| constructor (pdfViewer, annot) | |
| void | hide () |
| A function used to hide the tooltip. | |
| void | show (clientX, clientY) |
| A function used to show the tooltip. More... | |
The AnnotTooltip class defines methods for annotation objects. The AnnotTooltip object need to override its methods to implement the show and hide operations.
| void AnnotTooltip::show | ( | clientX | , |
| clientY | |||
| ) |
A function used to show the tooltip.
| clientX | number - The clientX attribution of the mouseEvent. |
| clientY | number - The clientY attribution of the mouseEvent. |