Aspose::Cells::Drawing::ActiveXControls::UnknownControl class

UnknownControl class

Unknow control.

class UnknownControl : public Aspose::Cells::Drawing::ActiveXControls::ActiveXControl

Methods

MethodDescription
ActiveXControl(ActiveXControl_Impl* impl)Constructs from an implementation object.
ActiveXControl(const ActiveXControl& src)Copy constructor.
ActiveXControl(const ActiveXControlBase& src)Constructs from a parent object.
ActiveXControlBase(ActiveXControlBase_Impl* impl)Constructs from an implementation object.
ActiveXControlBase(const ActiveXControlBase& src)Copy constructor.
GetBackOleColor()Gets and sets the ole color of the background.
GetData()Gets and sets the binary data of the control.
GetFont()Represents the font of the control.
GetForeOleColor()Gets and sets the ole color of the foreground.
GetHeight()Gets and sets the height of the control in unit of points.
GetIMEMode()Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
GetLinkedCell()Gets and sets the linked cell.
GetListFillRange()Gets and sets the list fill range.
GetMouseIcon()Gets and sets a custom icon to display as the mouse pointer for the control.
GetMousePointer()Gets and sets the type of icon displayed as the mouse pointer for the control.
GetRelationshipData(const U16String& relId)Gets the related data.
GetRelationshipData(const char16_t* relId)Gets the related data.
GetShadow()Indicates whether to show a shadow.
GetTextAlign()Represents how to align the text used by the control.
virtual GetType()Gets the type of the ActiveX control.
GetWidth()Gets and sets the width of the control in unit of points.
GetWorkbook()Gets the Workbook object.
IsAutoSize()Indicates whether the control will automatically resize to display its entire contents.
IsEnabled()Indicates whether the control can receive the focus and respond to user-generated events.
IsLocked()Indicates whether data in the control is locked for editing.
IsNull() constChecks whether the implementation object is nullptr.
IsTransparent()Indicates whether the control is transparent.
IsVisible()Indicates whether this control is visible.
explicit operator bool() constoperator bool()
operator=(const UnknownControl& src)operator=
operator=(const ActiveXControl& src)operator=
operator=(const ActiveXControlBase& src)operator=
SetBackOleColor(int32_t value)Gets and sets the ole color of the background.
SetForeOleColor(int32_t value)Gets and sets the ole color of the foreground.
SetHeight(double value)Gets and sets the height of the control in unit of points.
SetIMEMode(InputMethodEditorMode value)Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
SetIsAutoSize(bool value)Indicates whether the control will automatically resize to display its entire contents.
SetIsEnabled(bool value)Indicates whether the control can receive the focus and respond to user-generated events.
SetIsLocked(bool value)Indicates whether data in the control is locked for editing.
SetIsTransparent(bool value)Indicates whether the control is transparent.
SetIsVisible(bool value)Indicates whether this control is visible.
SetLinkedCell(const U16String& value)Gets and sets the linked cell.
SetLinkedCell(const char16_t* value)Gets and sets the linked cell.
SetListFillRange(const U16String& value)Gets and sets the list fill range.
SetListFillRange(const char16_t* value)Gets and sets the list fill range.
SetMouseIcon(const Vector <uint8_t>& value)Gets and sets a custom icon to display as the mouse pointer for the control.
SetMousePointer(ControlMousePointerType value)Gets and sets the type of icon displayed as the mouse pointer for the control.
SetShadow(bool value)Indicates whether to show a shadow.
SetTextAlign(TextAlignmentType value)Represents how to align the text used by the control.
SetWidth(double value)Gets and sets the width of the control in unit of points.
UnknownControl(UnknownControl_Impl* impl)Constructs from an implementation object.
UnknownControl(const UnknownControl& src)Copy constructor.
UnknownControl(const ActiveXControl& src)Constructs from a parent object.
~ActiveXControl()Destructor.
~ActiveXControlBase()Destructor.
~UnknownControl()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also