Annotations API Methods
render()
Renders stored highlights. This method should be called after the content of the page (containing the highlights) has been rendered completely.
Examples
itemsApp.annotationsApp().module('texthighlight').render();
Arguments
None.
Return value
None (undefined
).