Name | Description | |
---|---|---|
addMark | Appends a mark to the page. | |
forEachMark | Calls the specified function once for each mark on the page. | |
getMark | Returns the mark at the specified Z-index. | |
getZIndexOfMark | Returns the Z-index of the specified mark. | |
loadFromJson | Loads marks from a JSON string. | |
removeAllMarks | Removes all the marks from the page. | |
removeMark | Removes one mark from the page. | |
reorderMark | Reorders a mark within the Z-order of the page. | |
saveToJson | Saves marks to a JSON string. |