Property Getters/Setters Summary | ||
---|---|---|
function | getDockState() | |
function | setDockState(value) | |
Gets and sets the last-docked location of this taskpane object. | ||
function | isLocked() | |
function | setLocked(value) | |
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. | ||
function | isVisible() | |
function | setVisible(value) | |
Indicates whether the Task Pane shows as visible by default when the document opens. | ||
function | getRow() | |
function | setRow(value) | |
Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location. | ||
function | getWebExtension() | |
function | setWebExtension(value) | |
Gets and sets the web extension part associated with the taskpane instance | ||
function | getWidth() | |
function | setWidth(value) | |
Gets and sets the default width value for this taskpane instance. |
function getWebExtension() / function setWebExtension(value)
function getDockState() / function setDockState(value)
function isVisible() / function setVisible(value)
function isLocked() / function setLocked(value)
function getWidth() / function setWidth(value)
function getRow() / function setRow(value)