Settings
Description
Protects a document using a watermark.
Plugin type: non-visual, system.
Supported editors: documents, spreadsheets, presentations.
Installation
Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.
Usage
- After adding the plugin to the editor, just reopen the document. A watermark will be displayed.
Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/settings.
- config.json, index.html, and code.js
Config
{
"name": "settings",
"guid": "asc.{CF3A000F-C6B4-451D-AC0B-F3DDAB1880D2}",
"baseUrl": "",
"variations": [
{
"description": "settings",
"url": "index.html",
"isViewer": true,
"EditorsSupport": ["word", "cell", "slide"],
"isSystem": true,
"isVisual": false,
"initDataType": "none",
"initData": "",
"buttons": []
}
]
}
Methods and events
- button
- init
- executeMethod ("SetProperties")
Support
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.