Property Getters/Setters Summary | ||
---|---|---|
method | getDockState() | |
method | setDockState(value) | |
Gets and sets the last-docked location of this taskpane object. | ||
method | isLocked() | |
method | setLocked(value) | |
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user. | ||
method | isVisible() | |
method | setVisible(value) | |
Indicates whether the Task Pane shows as visible by default when the document opens. | ||
method | getRow() | |
method | 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. | ||
method | getWebExtension() | |
method | setWebExtension(value) | |
Gets and sets the web extension part associated with the taskpane instance | ||
method | getWidth() | |
method | setWidth(value) | |
Gets and sets the default width value for this taskpane instance. |
WebExtension getWebExtension() / setWebExtension(value)
String getDockState() / setDockState(value)
boolean isVisible() / setVisible(value)
boolean isLocked() / setLocked(value)
float getWidth() / setWidth(value)
int getRow() / setRow(value)