TaskPane
Overview
TaskPane is a class in Aspose.Words FOSS for .NET.
Represents an add-in task pane object.
Properties: DockState, IsLocked, IsVisible, Row, WebExtension, Width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Row | int | Read/Write | 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. |
Width | double | Read/Write | Specifies the default width value for this task pane instance. |
IsLocked | bool | Read/Write | Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user. |
IsVisible | bool | Read/Write | Specifies whether the task pane shows as visible by default when the document opens. |
DockState | TaskPaneDockState | Read/Write | Specifies the last-docked location of this task pane object. |
WebExtension | WebExtension | Read | Represents an web extension object. |