Skip to content

python net 25.5 apis #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/ticklabels/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The TickLabels type exposes the following members:
| [number](/cells/python-net/aspose.cells.charts/ticklabels/number) | Represents the format number for the TickLabels object. |
| [number_format_linked](/cells/python-net/aspose.cells.charts/ticklabels/number_format_linked) | True if the number format is linked to the cells <br/>(so that the number format changes in the labels when it changes in the cells). |
| [display_number_format](/cells/python-net/aspose.cells.charts/ticklabels/display_number_format) | Gets and sets the display number format of tick labels. |
| [offset](/cells/python-net/aspose.cells.charts/ticklabels/offset) | Gets and sets the distance between the axis labels and the axis line. |
| [offset](/cells/python-net/aspose.cells.charts/ticklabels/offset) | Gets and sets the distance of labels from the category axis. <br/>Only for category (x) axis. |
| [text_direction](/cells/python-net/aspose.cells.charts/ticklabels/text_direction) | Represents text reading order. |
| [reading_order](/cells/python-net/aspose.cells.charts/ticklabels/reading_order) | Represents text reading order. |
| [direction_type](/cells/python-net/aspose.cells.charts/ticklabels/direction_type) | Gets and sets the direction of text. |
Expand Down
5 changes: 3 additions & 2 deletions english/aspose.cells.charts/ticklabels/offset/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ is_root: false
## offset property


Gets and sets the distance between the axis labels and the axis line.
Gets and sets the distance of labels from the category axis.
Only for category (x) axis.

### Remarks


The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line.
The value can be an integer percentage from 0 through 1000, relative to the axis labels font size.
The value can be an integer percentage from 0 through 1000, relative to the axis label''s font size.
### Definition:
```python
@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The DataModelTableCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/last_index_of/#aspose.cells.datamodels.datamodeltable-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
| [`get(self, name)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/get/#str) | Gets the data model table by the name. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/binary_search/#aspose.cells.datamodels.datamodeltable) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: capacity property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 70
weight: 80
url: /aspose.cells.datamodels/datamodeltablecollection/capacity/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: get method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
url: /aspose.cells.datamodels/datamodeltablecollection/get/
is_root: false
---

## get(self, name) {#str}

Gets the data model table by the name.


### Returns





```python

def get(self, name):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| name | str | The name of data model table. |



### See Also
* module [`aspose.cells.datamodels`](../../)
* class [`DataModelTableCollection`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
weight: 50
url: /aspose.cells.datamodels/datamodeltablecollection/index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: last_index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 60
url: /aspose.cells.datamodels/datamodeltablecollection/last_index_of/
is_root: false
---
Expand Down
1 change: 1 addition & 0 deletions english/aspose.cells.drawing/picturecollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The PictureCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/picturecollection/last_index_of/#aspose.cells.drawing.picture-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
| [`camera(self, row, column, range)`](/cells/python-net/aspose.cells.drawing/picturecollection/camera/#int-int-str) | Takes a photo of the range. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/picturecollection/binary_search/#aspose.cells.drawing.picture) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |


Expand Down
39 changes: 39 additions & 0 deletions english/aspose.cells.drawing/picturecollection/camera/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: camera method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
url: /aspose.cells.drawing/picturecollection/camera/
is_root: false
---

## camera(self, row, column, range) {#int-int-str}

Takes a photo of the range.


### Returns





```python

def camera(self, row, column, range):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| row | int | The row index of this picture. |
| column | int | The column index of this picture. |
| range | str | The area that requires photography |



### See Also
* module [`aspose.cells.drawing`](../../)
* class [`PictureCollection`](/cells/python-net/aspose.cells.drawing/picturecollection)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: capacity property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 80
weight: 90
url: /aspose.cells.drawing/picturecollection/capacity/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: copy_to method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
weight: 50
url: /aspose.cells.drawing/picturecollection/copy_to/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 60
url: /aspose.cells.drawing/picturecollection/index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: last_index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 60
weight: 70
url: /aspose.cells.drawing/picturecollection/last_index_of/
is_root: false
---
Expand Down
2 changes: 2 additions & 0 deletions english/aspose.cells.drawing/shapecollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The ShapeCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapecollection/last_index_of/#aspose.cells.drawing.shape-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
| [`get(self, name)`](/cells/python-net/aspose.cells.drawing/shapecollection/get/#str) | Gets the [`Shape`](/cells/python-net/aspose.cells.drawing/shape) object by the name of the shape. |
| [`add_copy(self, source_shape, top_row, top, left_column, left)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_copy/#aspose.cells.drawing.shape-int-int-int-int) | Adds and copy a shape to the worksheet. |
| [`add_check_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_check_box/#int-int-int-int-int-int) | Adds a checkbox to the worksheet. |
| [`add_text_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box/#int-int-int-int-int-int) | Adds a text box to the worksheet. |
Expand Down Expand Up @@ -102,3 +103,4 @@ workbook.save("result.xlsx")

### See Also
* module [`aspose.cells.drawing`](..)
* class [`Shape`](/cells/python-net/aspose.cells.drawing/shape)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: capacity property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 520
weight: 530
url: /aspose.cells.drawing/shapecollection/capacity/
is_root: false
---
Expand Down
33 changes: 33 additions & 0 deletions english/aspose.cells.drawing/shapecollection/get/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: get method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 450
url: /aspose.cells.drawing/shapecollection/get/
is_root: false
---

## get(self, name) {#str}

Gets the [`Shape`](/cells/python-net/aspose.cells.drawing/shape) object by the name of the shape.



```python

def get(self, name):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| name | str | The name of the shape. |



### See Also
* module [`aspose.cells.drawing`](../../)
* class [`Shape`](/cells/python-net/aspose.cells.drawing/shape)
* class [`ShapeCollection`](/cells/python-net/aspose.cells.drawing/shapecollection)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: group method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 450
weight: 460
url: /aspose.cells.drawing/shapecollection/group/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 460
weight: 470
url: /aspose.cells.drawing/shapecollection/index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: last_index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 470
weight: 480
url: /aspose.cells.drawing/shapecollection/last_index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: remove_a_shape method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 480
weight: 490
url: /aspose.cells.drawing/shapecollection/remove_a_shape/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ungroup method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 490
weight: 500
url: /aspose.cells.drawing/shapecollection/ungroup/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: update_selected_value method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 500
weight: 510
url: /aspose.cells.drawing/shapecollection/update_selected_value/
is_root: false
---
Expand Down
1 change: 1 addition & 0 deletions english/aspose.cells.drawing/textboxcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The TextBoxCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/textboxcollection/last_index_of/#aspose.cells.drawing.textbox-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
| [`get(self, name)`](/cells/python-net/aspose.cells.drawing/textboxcollection/get/#str) | Gets the [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) element by the name. |
| [`add(self, upper_left_row, upper_left_column, height, width)`](/cells/python-net/aspose.cells.drawing/textboxcollection/add/#int-int-int-int) | Adds a textbox to the collection. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/textboxcollection/binary_search/#aspose.cells.drawing.textbox) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: capacity property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 80
weight: 90
url: /aspose.cells.drawing/textboxcollection/capacity/
is_root: false
---
Expand Down
38 changes: 38 additions & 0 deletions english/aspose.cells.drawing/textboxcollection/get/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: get method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
url: /aspose.cells.drawing/textboxcollection/get/
is_root: false
---

## get(self, name) {#str}

Gets the [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) element by the name.


### Returns





```python

def get(self, name):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| name | str | The name of the text box. |



### See Also
* module [`aspose.cells.drawing`](../../)
* class [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox)
* class [`TextBoxCollection`](/cells/python-net/aspose.cells.drawing/textboxcollection)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 60
url: /aspose.cells.drawing/textboxcollection/index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: last_index_of method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 60
weight: 70
url: /aspose.cells.drawing/textboxcollection/last_index_of/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The ConnectionParameterCollection type exposes the following members:
| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. |
| [`last_index_of(self, item, index)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that extends from the first element to the specified index. |
| [`last_index_of(self, item, index, count)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/last_index_of/#aspose.cells.externalconnections.connectionparameter-int-int) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the array list that contains the specified number of elements and ends at the specified index. |
| [`get(self, conn_param_name)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/get/#str) | Gets the [`ConnectionParameter`](/cells/python-net/aspose.cells.externalconnections/connectionparameter) element with the specified name. |
| [`binary_search(self, item)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/binary_search/#aspose.cells.externalconnections.connectionparameter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: capacity property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 70
weight: 80
url: /aspose.cells.externalconnections/connectionparametercollection/capacity/
is_root: false
---
Expand Down
Loading