AddContentControlPicture
Adds an empty content control picture to the document.
Syntax
expression.AddContentControlPicture(commonPr);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
commonPr | Optional | ContentControlProperties | {} | The common content control properties. |
Returns
This method doesn't return any data.
Example
window.Asc.plugin.executeMethod ("AddContentControlPicture", [{"Id" : 7, "Tag" : "{tag}", "Lock" : 0}]);