跳到主要内容

ContentControlCheckBoxProperties

The content control checkbox properties.

Properties

NameTypeDescription
CheckedbooleanDefines if the content control checkbox is checked or not.
CheckedSymbolnumberA symbol in the HTML code format that is used when the checkbox is checked.
UncheckedSymbolnumberA symbol in the HTML code format that is used when the checkbox is not checked.

Type

Object

Example

let controlCheckBoxPr = {
"Checked" : false,
"CheckedSymbol" : 9756,
"UncheckedSymbol" : 9744
};
window.Asc.plugin.executeMethod ("AddContentControlCheckBox", [controlCheckBoxPr, {"Id" : 7, "Tag" : "{tag}", "Lock" : 0}]);