Aspose::Cells::WebExtensions::WebExtensionTaskPane class

WebExtensionTaskPane class

Represents a persisted taskpane object.

class WebExtensionTaskPane

Methods

MethodDescription
GetDockState()Gets and sets the last-docked location of this taskpane object.
GetRow()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.
GetWebExtension()Gets and sets the web extension part associated with the taskpane instance.
GetWidth()Gets and sets the default width value for this taskpane instance.
IsLocked()Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
IsNull() constChecks whether the implementation object is nullptr.
IsVisible()Indicates whether the Task Pane shows as visible by default when the document opens.
explicit operator bool() constoperator bool()
operator=(const WebExtensionTaskPane& src)operator=
SetDockState(const U16String& value)Gets and sets the last-docked location of this taskpane object.
SetDockState(const char16_t* value)Gets and sets the last-docked location of this taskpane object.
SetIsLocked(bool value)Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
SetIsVisible(bool value)Indicates whether the Task Pane shows as visible by default when the document opens.
SetRow(int32_t value)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.
SetWebExtension(const WebExtension& value)Gets and sets the web extension part associated with the taskpane instance.
SetWidth(double value)Gets and sets the default width value for this taskpane instance.
WebExtensionTaskPane(WebExtensionTaskPane_Impl* impl)Constructs from an implementation object.
WebExtensionTaskPane(const WebExtensionTaskPane& src)Copy constructor.
~WebExtensionTaskPane()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also