Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 0 additions & 2 deletions english/aspose.cells.drawing.activexcontrols/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The **Aspose.Cells.Drawing.ActiveXControls** namespace provides classes that al
### Classes
| Class | Description |
| :- | :- |
| [`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol) | Represents the ActiveX control. |
| [`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase) | Represents the ActiveX control. |
| [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol) | Represents a CheckBox ActiveX control. |
| [`ComboBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol) | Represents a ComboBox ActiveX control. |
| [`CommandButtonActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol) | Represents a command button. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ActiveXPersistenceType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 130
url: /aspose.cells.drawing.activexcontrols/activexpersistencetype/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CheckBoxActiveXControl class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 30
weight: 10
url: /aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/
is_root: false
---
Expand All @@ -14,9 +14,7 @@ Represents a CheckBox ActiveX control.



**Inheritance:** [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol) →
[`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol) →
[`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
**Inheritance:** [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol)



Expand All @@ -25,26 +23,26 @@ The CheckBoxActiveXControl type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/workbook) | Gets the [`ActiveXControlBase.workbook`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase#workbook) object. |
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/workbook) | |
| [type](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/type) | Gets the type of the ActiveX control. |
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/width) | Gets and sets the width of the control in unit of points. |
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/height) | Gets and sets the height of the control in unit of points. |
| [mouse_icon](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_icon) | Gets and sets a custom icon to display as the mouse pointer for the control. |
| [mouse_pointer](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_pointer) | Gets and sets the type of icon displayed as the mouse pointer for the control. |
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/fore_ole_color) | Gets and sets the ole color of the foreground. |
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/back_ole_color) | Gets and sets the ole color of the background. |
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_visible) | Indicates whether this control is visible. |
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/shadow) | Indicates whether to show a shadow. |
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/linked_cell) | Gets and sets the linked cell. |
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/list_fill_range) | Gets and sets the list fill range. |
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/data) | Gets and sets the binary data of the control. |
| [is_enabled](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_enabled) | Indicates whether the control can receive the focus and respond to user-generated events. |
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_locked) | Indicates whether data in the control is locked for editing. |
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_transparent) | Indicates whether the control is transparent. |
| [is_auto_size](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_auto_size) | Indicates whether the control will automatically resize to display its entire contents. |
| [ime_mode](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/ime_mode) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/font) | Represents the font of the control. |
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/text_align) | Represents how to align the text used by the control. |
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/width) | |
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/height) | |
| [mouse_icon](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_icon) | |
| [mouse_pointer](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_pointer) | |
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/fore_ole_color) | |
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/back_ole_color) | |
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_visible) | |
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/shadow) | |
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/linked_cell) | |
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/list_fill_range) | |
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/data) | |
| [is_enabled](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_enabled) | |
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_locked) | |
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_transparent) | |
| [is_auto_size](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_auto_size) | |
| [ime_mode](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/ime_mode) | |
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/font) | |
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/text_align) | |
| [group_name](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/group_name) | Gets and sets the group's name. |
| [alignment](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/alignment) | Gets and set the position of the Caption relative to the control. |
| [is_word_wrapped](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_word_wrapped) | Indicates whether the contents of the control automatically wrap at the end of a line. |
Expand All @@ -60,6 +58,4 @@ The CheckBoxActiveXControl type exposes the following members:

### See Also
* module [`aspose.cells.drawing.activexcontrols`](..)
* class [`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol)
* class [`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
* class [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol)
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## back_ole_color property


Gets and sets the ole color of the background.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## data property


Gets and sets the binary data of the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## font property


Represents the font of the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ is_root: false

## fore_ole_color property


Gets and sets the ole color of the foreground.

### Remarks


Not applies to Image control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## height property


Gets and sets the height of the control in unit of points.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## ime_mode property


Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## is_auto_size property


Indicates whether the control will automatically resize to display its entire contents.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## is_enabled property


Indicates whether the control can receive the focus and respond to user-generated events.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## is_locked property


Indicates whether data in the control is locked for editing.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## is_transparent property


Indicates whether the control is transparent.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## is_visible property


Indicates whether this control is visible.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## linked_cell property


Gets and sets the linked cell.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## list_fill_range property


Gets and sets the list fill range.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## mouse_icon property


Gets and sets a custom icon to display as the mouse pointer for the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## mouse_pointer property


Gets and sets the type of icon displayed as the mouse pointer for the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## shadow property


Indicates whether to show a shadow.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## text_align property


Represents how to align the text used by the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## width property


Gets and sets the width of the control in unit of points.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## workbook property


Gets the [`ActiveXControlBase.workbook`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase#workbook) object.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ComboBoxActiveXControl class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
weight: 20
url: /aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/
is_root: false
---
Expand All @@ -14,9 +14,7 @@ Represents a ComboBox ActiveX control.



**Inheritance:** [`ComboBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol) →
[`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol) →
[`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
**Inheritance:** [`ComboBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol)



Expand All @@ -25,26 +23,26 @@ The ComboBoxActiveXControl type exposes the following members:
### Properties
| Property | Description |
| :- | :- |
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/workbook) | Gets the [`ActiveXControlBase.workbook`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase#workbook) object. |
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/workbook) | |
| [type](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/type) | Gets the type of the ActiveX control. |
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/width) | Gets and sets the width of the control in unit of points. |
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/height) | Gets and sets the height of the control in unit of points. |
| [mouse_icon](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/mouse_icon) | Gets and sets a custom icon to display as the mouse pointer for the control. |
| [mouse_pointer](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/mouse_pointer) | Gets and sets the type of icon displayed as the mouse pointer for the control. |
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/fore_ole_color) | Gets and sets the ole color of the foreground. |
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/back_ole_color) | Gets and sets the ole color of the background. |
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_visible) | Indicates whether this control is visible. |
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/shadow) | Indicates whether to show a shadow. |
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/linked_cell) | Gets and sets the linked cell. |
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/list_fill_range) | Gets and sets the list fill range. |
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/data) | Gets and sets the binary data of the control. |
| [is_enabled](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_enabled) | Indicates whether the control can receive the focus and respond to user-generated events. |
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_locked) | Indicates whether data in the control is locked for editing. |
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_transparent) | Indicates whether the control is transparent. |
| [is_auto_size](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_auto_size) | Indicates whether the control will automatically resize to display its entire contents. |
| [ime_mode](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/ime_mode) | Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. |
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/font) | Represents the font of the control. |
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/text_align) | Represents how to align the text used by the control. |
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/width) | |
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/height) | |
| [mouse_icon](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/mouse_icon) | |
| [mouse_pointer](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/mouse_pointer) | |
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/fore_ole_color) | |
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/back_ole_color) | |
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_visible) | |
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/shadow) | |
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/linked_cell) | |
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/list_fill_range) | |
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/data) | |
| [is_enabled](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_enabled) | |
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_locked) | |
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_transparent) | |
| [is_auto_size](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/is_auto_size) | |
| [ime_mode](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/ime_mode) | |
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/font) | |
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/text_align) | |
| [max_length](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/max_length) | Gets and sets the maximum number of characters |
| [list_width](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/list_width) | Gets and set the width in unit of points. |
| [bound_column](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol/bound_column) | Represents how the Value property is determined for a ComboBox or ListBox<br/>when the MultiSelect properties value (fmMultiSelectSingle). |
Expand Down Expand Up @@ -72,6 +70,4 @@ The ComboBoxActiveXControl type exposes the following members:

### See Also
* module [`aspose.cells.drawing.activexcontrols`](..)
* class [`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol)
* class [`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
* class [`ComboBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## back_ole_color property


Gets and sets the ole color of the background.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## data property


Gets and sets the binary data of the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## font property


Represents the font of the control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ is_root: false

## fore_ole_color property


Gets and sets the ole color of the foreground.

### Remarks


Not applies to Image control.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## height property


Gets and sets the height of the control in unit of points.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ is_root: false

## ime_mode property


Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
### Definition:
```python
@property
Expand Down
Loading