Skip to main content

ContentControlType

A numeric value that specifies the content control type:
-1 - block content control
-2 - inline content control
-3 - row content control
-4 - cell content control

Type

Enumeration

Values

  • 1
  • 2
  • 3
  • 4

Example

let contentControlType = 1;
window.Asc.plugin.executeMethod ("AddContentControl", [contentControlType, {"Id" : 7, "Tag" : "{tag}", "Lock" : 0}]);