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