Skip to content

Commit b28dd68

Browse files
authored
Merge pull request #27 from aspose-cells/main
python net 25.7
2 parents 54f8675 + 9afc19d commit b28dd68

File tree

4,376 files changed

+5689
-8966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,376 files changed

+5689
-8966
lines changed

english/aspose.cells.drawing.activexcontrols/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The **Aspose.Cells.Drawing.ActiveXControls** namespace provides classes that al
1313
### Classes
1414
| Class | Description |
1515
| :- | :- |
16-
| [`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol) | Represents the ActiveX control. |
17-
| [`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase) | Represents the ActiveX control. |
1816
| [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol) | Represents a CheckBox ActiveX control. |
1917
| [`ComboBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/comboboxactivexcontrol) | Represents a ComboBox ActiveX control. |
2018
| [`CommandButtonActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/commandbuttonactivexcontrol) | Represents a command button. |

english/aspose.cells.drawing.activexcontrols/activexpersistencetype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ActiveXPersistenceType enumeration
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 150
6+
weight: 130
77
url: /aspose.cells.drawing.activexcontrols/activexpersistencetype/
88
is_root: false
99
---

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/_index.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CheckBoxActiveXControl class
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 30
6+
weight: 10
77
url: /aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/
88
is_root: false
99
---
@@ -14,9 +14,7 @@ Represents a CheckBox ActiveX control.
1414

1515

1616

17-
**Inheritance:** [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol)
18-
[`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol)
19-
[`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
17+
**Inheritance:** [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol)
2018

2119

2220

@@ -25,26 +23,26 @@ The CheckBoxActiveXControl type exposes the following members:
2523
### Properties
2624
| Property | Description |
2725
| :- | :- |
28-
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/workbook) | Gets the [`ActiveXControlBase.workbook`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase#workbook) object. |
26+
| [workbook](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/workbook) | |
2927
| [type](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/type) | Gets the type of the ActiveX control. |
30-
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/width) | Gets and sets the width of the control in unit of points. |
31-
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/height) | Gets and sets the height of the control in unit of points. |
32-
| [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. |
33-
| [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. |
34-
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/fore_ole_color) | Gets and sets the ole color of the foreground. |
35-
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/back_ole_color) | Gets and sets the ole color of the background. |
36-
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_visible) | Indicates whether this control is visible. |
37-
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/shadow) | Indicates whether to show a shadow. |
38-
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/linked_cell) | Gets and sets the linked cell. |
39-
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/list_fill_range) | Gets and sets the list fill range. |
40-
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/data) | Gets and sets the binary data of the control. |
41-
| [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. |
42-
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_locked) | Indicates whether data in the control is locked for editing. |
43-
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_transparent) | Indicates whether the control is transparent. |
44-
| [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. |
45-
| [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. |
46-
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/font) | Represents the font of the control. |
47-
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/text_align) | Represents how to align the text used by the control. |
28+
| [width](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/width) | |
29+
| [height](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/height) | |
30+
| [mouse_icon](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_icon) | |
31+
| [mouse_pointer](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/mouse_pointer) | |
32+
| [fore_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/fore_ole_color) | |
33+
| [back_ole_color](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/back_ole_color) | |
34+
| [is_visible](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_visible) | |
35+
| [shadow](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/shadow) | |
36+
| [linked_cell](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/linked_cell) | |
37+
| [list_fill_range](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/list_fill_range) | |
38+
| [data](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/data) | |
39+
| [is_enabled](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_enabled) | |
40+
| [is_locked](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_locked) | |
41+
| [is_transparent](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_transparent) | |
42+
| [is_auto_size](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_auto_size) | |
43+
| [ime_mode](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/ime_mode) | |
44+
| [font](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/font) | |
45+
| [text_align](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/text_align) | |
4846
| [group_name](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/group_name) | Gets and sets the group's name. |
4947
| [alignment](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/alignment) | Gets and set the position of the Caption relative to the control. |
5048
| [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. |
@@ -60,6 +58,4 @@ The CheckBoxActiveXControl type exposes the following members:
6058

6159
### See Also
6260
* module [`aspose.cells.drawing.activexcontrols`](..)
63-
* class [`ActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrol)
64-
* class [`ActiveXControlBase`](/cells/python-net/aspose.cells.drawing.activexcontrols/activexcontrolbase)
6561
* class [`CheckBoxActiveXControl`](/cells/python-net/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol)

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/back_ole_color/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## back_ole_color property
1212

13-
14-
Gets and sets the ole color of the background.
1513
### Definition:
1614
```python
1715
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/data/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## data property
1212

13-
14-
Gets and sets the binary data of the control.
1513
### Definition:
1614
```python
1715
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/font/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## font property
1212

13-
14-
Represents the font of the control.
1513
### Definition:
1614
```python
1715
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/fore_ole_color/_index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ is_root: false
1010

1111
## fore_ole_color property
1212

13-
14-
Gets and sets the ole color of the foreground.
15-
16-
### Remarks
17-
18-
19-
Not applies to Image control.
2013
### Definition:
2114
```python
2215
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/height/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## height property
1212

13-
14-
Gets and sets the height of the control in unit of points.
1513
### Definition:
1614
```python
1715
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/ime_mode/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## ime_mode property
1212

13-
14-
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.
1513
### Definition:
1614
```python
1715
@property

english/aspose.cells.drawing.activexcontrols/checkboxactivexcontrol/is_auto_size/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ is_root: false
1010

1111
## is_auto_size property
1212

13-
14-
Indicates whether the control will automatically resize to display its entire contents.
1513
### Definition:
1614
```python
1715
@property

0 commit comments

Comments
 (0)