Annotations API Methods
This article details methods the host page can use to interact with Annotations API.
annotationsApp
These methods are for general interactions with the Annotations API. Use module()
to access further public methods for working with individual modules.
Drawing Module
- addDrawingArea()
- enterDrawingMode()
- exitDrawingMode()
- getAllDrawingAreas()
- getDrawingTool()
- hide()
- isDrawingModeActive()
- isVisible()
- removeDrawingArea()
- setDrawingTool()
- show()
- toggleGrid()
Notepad Module
Sticky Note Module
- addNote()
- render()
- getNote()
- getAllNotes()
- expandAllNotes()
- collapseAllNotes()
- showAllNotes()
- show()
- hideAllNotes()
- hide()
- showOnlyCollectionId()
Sticky Note Getters
These public methods can be used to operate on individual instances of a Sticky Note.
Sticky Note Setters
These public methods can be used to operate on individual instances of a Sticky Note.