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