public class WebExtensionTaskPane
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDockState()
Gets the last-docked location of this taskpane object.
|
int |
getRow()
Gets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
|
WebExtension |
getWebExtension()
Gets the web extension part associated with the taskpane instance
|
double |
getWidth()
Gets the default width value for this taskpane instance.
|
boolean |
isLocked()
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
|
boolean |
isVisible()
Indicates whether the Task Pane shows as visible by default when the document opens.
|
void |
setDockState(java.lang.String value)
Sets the last-docked location of this taskpane object.
|
void |
setLocked(boolean value)
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
|
void |
setRow(int value)
Sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
|
void |
setVisible(boolean value)
Indicates whether the Task Pane shows as visible by default when the document opens.
|
void |
setWebExtension(WebExtension value)
Sets the web extension part associated with the taskpane instance
|
void |
setWidth(double value)
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)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.