Aspose::Cells::Drawing::ActiveXControls::ActiveXControlBase class
Contents
[
Hide
]ActiveXControlBase class
Represents the ActiveX control.
class ActiveXControlBase
Methods
Method | Description |
---|---|
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. |
GetForeOleColor() | Gets and sets the ole color of the foreground. |
GetHeight() | Gets and sets the height of the control in unit of points. |
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. |
GetShadow() | Indicates whether to show a shadow. |
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. |
IsNull() const | Checks whether the implementation object is nullptr. |
IsVisible() | Indicates whether this control is visible. |
explicit operator bool() const | operator bool() |
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. |
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. |
SetWidth(double value) | Gets and sets the width of the control in unit of points. |
~ActiveXControlBase() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++