java.lang.Object
com.aspose.words.TaskPane
public class TaskPane
| Constructor Summary |
|---|
TaskPane()
Creates task pane add-in instance. |
| Property Getters/Setters Summary | ||
|---|---|---|
int | getDockState() | |
void | setDockState(int value) | |
| Specifies the last-docked location of this task pane object. The value of the property is TaskPaneDockState integer constant. | ||
boolean | isLocked() | |
void | isLocked(boolean value) | |
| Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user. | ||
boolean | isVisible() | |
void | isVisible(boolean value) | |
| Specifies whether the task pane shows as visible by default when the document opens. | ||
int | getRow() | |
void | setRow(int value) | |
| Specifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location. | ||
WebExtension | getWebExtension() | |
| Represents an web extension object. | ||
double | getWidth() | |
void | setWidth(double value) | |
| Specifies the default width value for this task pane instance. | ||
| Constructor Detail |
|---|
public TaskPane()
| Property Getters/Setters Detail |
|---|
getDockState/setDockState | |
public int getDockState() / public void setDockState(int value) | |
isLocked/isLocked | |
public boolean isLocked() / public void isLocked(boolean value) | |
isVisible/isVisible | |
public boolean isVisible() / public void isVisible(boolean value) | |
getRow/setRow | |
public int getRow() / public void setRow(int value) | |
getWebExtension | |
public WebExtension getWebExtension() | |
getWidth/setWidth | |
public double getWidth() / public void setWidth(double value) | |