Annotations API Methods
setContent()
Set the content of the notepad text body.
Examples
itemsApp.assessApp().annotationsApp().module('notepad').setContent('Hello World');
Arguments
-
contentString string
Return value
None (undefined
).