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

NameTypeAccessDescription
RowintRead/WriteSpecifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location.
WidthdoubleRead/WriteSpecifies the default width value for this task pane instance.
IsLockedboolRead/WriteSpecifies whether the task pane is locked to the document in the UI and cannot be closed by the user.
IsVisibleboolRead/WriteSpecifies whether the task pane shows as visible by default when the document opens.
DockStateTaskPaneDockStateRead/WriteSpecifies the last-docked location of this task pane object.
WebExtensionWebExtensionReadRepresents an web extension object.

See Also