Skip to content

python net 25.2 #22

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
Feb 18, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ is_root: true
| [`aspose.cells.drawing.equations`](/cells/python-net/aspose.cells.drawing.equations) | The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating various equation shapes (such as fractional equations, power equations, etc.) through equation nodes. |
| [`aspose.cells.drawing.texts`](/cells/python-net/aspose.cells.drawing.texts) | The **Aspose.Cells.Drawing.Texts** namespace provides classes that draw and format texts objects such paragraph, bullet and more. |
| [`aspose.cells.externalconnections`](/cells/python-net/aspose.cells.externalconnections) | The **Aspose.Cells.ExternalConnections** namespace provides classes for external connections to retrieve data from external sources such as Databases and the Web. |
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace contains all classes for options of loading. |
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
| [`aspose.cells.markup`](/cells/python-net/aspose.cells.markup) | The **Aspose.Cells.Markup** namespace contains classes that represent customer defined semantics in a document: smart tags, custom XML and more markup tags. |
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |
Expand Down
1 change: 1 addition & 0 deletions english/aspose.cells.charts/axis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The Axis type exposes the following members:
| [display_unit](/cells/python-net/aspose.cells.charts/axis/display_unit) | Represents the unit label for the specified axis. |
| [cust_unit](/cells/python-net/aspose.cells.charts/axis/cust_unit) | Specifies a custom value for the display unit. |
| [custom_unit](/cells/python-net/aspose.cells.charts/axis/custom_unit) | Specifies a custom value for the display unit. |
| [custom_display_unit](/cells/python-net/aspose.cells.charts/axis/custom_display_unit) | Specifies a custom value for the display unit. |
| [display_unit_label](/cells/python-net/aspose.cells.charts/axis/display_unit_label) | Represents a unit label on an axis in the specified chart. <br/>Unit labels are useful for charting large values— for example, in the millions or billions. |
| [is_display_unit_label_shown](/cells/python-net/aspose.cells.charts/axis/is_display_unit_label_shown) | Represents if the display unit label is shown on the specified axis. |
| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the axis' title. |
Expand Down
27 changes: 27 additions & 0 deletions english/aspose.cells.charts/axis/custom_display_unit/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: custom_display_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
url: /aspose.cells.charts/axis/custom_display_unit/
is_root: false
---

## custom_display_unit property


Specifies a custom value for the display unit.
### Definition:
```python
@property
def custom_display_unit(self):
...
@custom_display_unit.setter
def custom_display_unit(self, value):
...
```

### See Also
* module [`aspose.cells.charts`](../../)
* class [`Axis`](/cells/python-net/aspose.cells.charts/axis)
10 changes: 9 additions & 1 deletion english/aspose.cells.charts/axis/custom_unit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: custom_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 140
weight: 150
url: /aspose.cells.charts/axis/custom_unit/
is_root: false
---
Expand All @@ -12,6 +12,14 @@ is_root: false


Specifies a custom value for the display unit.

### Remarks


NOTE: This property is now obsolete. Instead,
please use Axis.CoustomDisplayUnit property.
This property will be removed 12 months later since February 2025.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/display_unit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: display_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 150
weight: 160
url: /aspose.cells.charts/axis/display_unit/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: display_unit_label property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 160
weight: 170
url: /aspose.cells.charts/axis/display_unit_label/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: has_multi_level_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 170
weight: 180
url: /aspose.cells.charts/axis/has_multi_level_labels/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_auto_tick_label_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 180
weight: 190
url: /aspose.cells.charts/axis/is_auto_tick_label_spacing/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_automatic_major_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 190
weight: 200
url: /aspose.cells.charts/axis/is_automatic_major_unit/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_automatic_max_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 200
weight: 210
url: /aspose.cells.charts/axis/is_automatic_max_value/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_automatic_min_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 210
weight: 220
url: /aspose.cells.charts/axis/is_automatic_min_value/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_automatic_minor_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 220
weight: 230
url: /aspose.cells.charts/axis/is_automatic_minor_unit/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_display_unit_label_shown property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 230
weight: 240
url: /aspose.cells.charts/axis/is_display_unit_label_shown/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/is_logarithmic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_logarithmic property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 240
weight: 250
url: /aspose.cells.charts/axis/is_logarithmic/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_plot_order_reversed property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 250
weight: 260
url: /aspose.cells.charts/axis/is_plot_order_reversed/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/is_visible/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: is_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 260
weight: 270
url: /aspose.cells.charts/axis/is_visible/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/log_base/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: log_base property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 270
weight: 280
url: /aspose.cells.charts/axis/log_base/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: major_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 280
weight: 290
url: /aspose.cells.charts/axis/major_grid_lines/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/major_tick_mark/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: major_tick_mark property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 290
weight: 300
url: /aspose.cells.charts/axis/major_tick_mark/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/major_unit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: major_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 300
weight: 310
url: /aspose.cells.charts/axis/major_unit/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: major_unit_scale property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 310
weight: 320
url: /aspose.cells.charts/axis/major_unit_scale/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/max_value/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: max_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 320
weight: 330
url: /aspose.cells.charts/axis/max_value/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/min_value/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: min_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 330
weight: 340
url: /aspose.cells.charts/axis/min_value/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: minor_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 340
weight: 350
url: /aspose.cells.charts/axis/minor_grid_lines/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/minor_tick_mark/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: minor_tick_mark property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 350
weight: 360
url: /aspose.cells.charts/axis/minor_tick_mark/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/minor_unit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: minor_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 360
weight: 370
url: /aspose.cells.charts/axis/minor_unit/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: minor_unit_scale property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 370
weight: 380
url: /aspose.cells.charts/axis/minor_unit_scale/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: tick_label_position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 380
weight: 390
url: /aspose.cells.charts/axis/tick_label_position/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: tick_label_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 390
weight: 400
url: /aspose.cells.charts/axis/tick_label_spacing/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/tick_labels/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: tick_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 400
weight: 410
url: /aspose.cells.charts/axis/tick_labels/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: tick_mark_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 410
weight: 420
url: /aspose.cells.charts/axis/tick_mark_spacing/
is_root: false
---
Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/title/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 420
weight: 430
url: /aspose.cells.charts/axis/title/
is_root: false
---
Expand Down
19 changes: 19 additions & 0 deletions english/aspose.cells.loading/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: aspose.cells.loading
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.loading/
is_root: false
---



### Classes
| Class | Description |
| :- | :- |
| [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions) | Represents the options of loading .dbf file. |
| [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions) | Represents the options of loading .dif file. |


28 changes: 28 additions & 0 deletions english/aspose.cells.loading/dbfloadoptions/__init__/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: DbfLoadOptions constructor
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.loading/dbfloadoptions/__init__/
is_root: false
---

## __init__ {#}

The options.



```python
def __init__(self):
...
```





### See Also
* module [`aspose.cells.loading`](../../)
* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
Loading