Skip to content

Commit d90ea22

Browse files
committed
python net 25.3
1 parent 4ecfec1 commit d90ea22

File tree

5,922 files changed

+18806
-10560
lines changed

Some content is hidden

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

5,922 files changed

+18806
-10560
lines changed

english/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ is_root: true
2020
| [`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. |
2121
| [`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. |
2222
| [`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. |
23-
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace contains all classes for options of loading. |
2423
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
24+
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace provides options classes of loading files. |
25+
| [`aspose.cells.markdown`](/cells/python-net/aspose.cells.markdown) | The **Aspose.Cells.Markdown** namespace contains classes that define settings for converting Excel to Markdown. |
2526
| [`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. |
2627
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |
2728
| [`aspose.cells.numbers`](/cells/python-net/aspose.cells.numbers) | The **Aspose.Cells.Numbers** namespace contains all classes of loading and converting Apple Numbers files. |
@@ -43,3 +44,4 @@ is_root: true
4344
| [`aspose.cells.webextensions`](/cells/python-net/aspose.cells.webextensions) | The **Aspose.Cells.WebExtensions** namespace contains classes to access Office Add-in in Excel Files. |
4445
| [`aspose.cellsgridjs`](/cells/python-net/aspose.cellsgridjs) | The **Aspose.Cells.GridJs** namespace contains all classes of GridJs which provide basic operations for managing spreadsheets without utilizing Microsoft Excel . |
4546

47+

english/aspose.cells.charts/axis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Axis type exposes the following members:
6464
### Methods
6565
| Method | Description |
6666
| :- | :- |
67-
| [get_axis_texts](/cells/python-net/aspose.cells.charts/axis/get_axis_texts/#) | Gets the labels of the axis after call Chart.Calculate() method. |
67+
| [`get_axis_texts(self)`](/cells/python-net/aspose.cells.charts/axis/get_axis_texts/#) | Gets the labels of the axis after call Chart.Calculate() method. |
6868

6969

7070

english/aspose.cells.charts/axis/custom_unit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specifies a custom value for the display unit.
1717

1818

1919
NOTE: This property is now obsolete. Instead,
20-
please use Axis.CoustomDisplayUnit property.
20+
please use Axis.CustomDisplayUnit property.
2121
This property will be removed 12 months later since February 2025.
2222
Aspose apologizes for any inconvenience you may have experienced.
2323
### Definition:

english/aspose.cells.charts/axis/get_axis_texts/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ url: /aspose.cells.charts/axis/get_axis_texts/
88
is_root: false
99
---
1010

11-
## get_axis_texts {#}
11+
## get_axis_texts(self) {#}
1212

1313
Gets the labels of the axis after call Chart.Calculate() method.
1414

1515

1616

1717
```python
18+
1819
def get_axis_texts(self):
1920
...
2021
```

english/aspose.cells.charts/axisbins/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The AxisBins type exposes the following members:
3030
### Methods
3131
| Method | Description |
3232
| :- | :- |
33-
| [reset_overflow](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow |
34-
| [reset_underflow](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow |
33+
| [`reset_overflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow |
34+
| [`reset_underflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow |
3535

3636

3737

english/aspose.cells.charts/axisbins/reset_overflow/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_overflow/
88
is_root: false
99
---
1010

11-
## reset_overflow {#}
11+
## reset_overflow(self) {#}
1212

1313
Reset the overflow
1414

1515

1616

1717
```python
18+
1819
def reset_overflow(self):
1920
...
2021
```

english/aspose.cells.charts/axisbins/reset_underflow/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_underflow/
88
is_root: false
99
---
1010

11-
## reset_underflow {#}
11+
## reset_underflow(self) {#}
1212

1313
Reset the underflow
1414

1515

1616

1717
```python
18+
1819
def reset_underflow(self):
1920
...
2021
```

english/aspose.cells.charts/chart/_index.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -76,30 +76,30 @@ The Chart type exposes the following members:
7676
### Methods
7777
| Method | Description |
7878
| :- | :- |
79-
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
80-
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#aspose.cells.charts.ChartCalculateOptions) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
81-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
82-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.drawing.ImageType) | Creates the chart image and saves it to a file in the specified image type. |
83-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-int) | Creates the chart image and saves it to a file in the Jpeg format. |
84-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-int) | Creates the chart image and saves it to a stream in the Jpeg format. |
85-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the chart image and saves it to a stream in the specified format. |
86-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
87-
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Creates the chart image and saves it to a stream in the specified format. |
88-
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. |
89-
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType) | Saves the chart to a pdf file. |
90-
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.RawIOBase) | Creates the chart pdf and saves it to a stream. |
91-
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.RawIOBase-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType) | Creates the chart pdf and saves it to a stream. |
92-
| [is_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
93-
| [is_cell_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
94-
| [is_chart_data_changed](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
95-
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
96-
| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
97-
| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
98-
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
99-
| [has_axis](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.AxisType-bool) | Returns which axes exist on the chart. |
100-
| [switch_row_column](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
101-
| [get_chart_data_range](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. |
102-
| [set_chart_data_range](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#str-bool) | Specifies data range for a chart. |
79+
| [`calculate(self)`](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
80+
| [`calculate(self, calculate_options)`](/cells/python-net/aspose.cells.charts/chart/calculate/#aspose.cells.charts.chartcalculateoptions) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
81+
| [`to_image(self, image_file)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
82+
| [`to_image(self, image_file, image_type)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.drawing.imagetype) | Creates the chart image and saves it to a file in the specified image type. |
83+
| [`to_image(self, image_file, jpeg_quality)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-int) | Creates the chart image and saves it to a file in the Jpeg format. |
84+
| [`to_image(self, stream, jpeg_quality)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-int) | Creates the chart image and saves it to a stream in the Jpeg format. |
85+
| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the chart image and saves it to a stream in the specified format. |
86+
| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
87+
| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Creates the chart image and saves it to a stream in the specified format. |
88+
| [`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. |
89+
| [`to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Saves the chart to a pdf file. |
90+
| [`to_pdf(self, stream)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase) | Creates the chart pdf and saves it to a stream. |
91+
| [`to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Creates the chart pdf and saves it to a stream. |
92+
| [`is_refered_by_chart(self, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
93+
| [`is_cell_refered_by_chart(self, sheet_index, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
94+
| [`is_chart_data_changed(self)`](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
95+
| [`refresh_pivot_data(self)`](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
96+
| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
97+
| [`move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
98+
| [`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
99+
| [`has_axis(self, aixs_type, is_primary)`](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.axistype-bool) | Returns which axes exist on the chart. |
100+
| [`switch_row_column(self)`](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
101+
| [`get_chart_data_range(self)`](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. |
102+
| [`set_chart_data_range(self, area, is_vertical)`](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#str-bool) | Specifies data range for a chart. |
103103

104104

105105

english/aspose.cells.charts/chart/calculate/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@ url: /aspose.cells.charts/chart/calculate/
88
is_root: false
99
---
1010

11-
## calculate {#}
11+
## calculate(self) {#}
1212

1313
Calculates the custom position of plot area, axes if the position of them are auto assigned.
1414

1515

1616

1717
```python
18+
1819
def calculate(self):
1920
...
2021
```
2122

2223

2324

2425

25-
## calculate {#aspose.cells.charts.ChartCalculateOptions}
26+
## calculate(self, calculate_options) {#aspose.cells.charts.ChartCalculateOptions}
2627

2728
Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options.
2829

2930

3031

3132
```python
33+
3234
def calculate(self, calculate_options):
3335
...
3436
```

english/aspose.cells.charts/chart/change_template/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/change_template/
88
is_root: false
99
---
1010

11-
## change_template {#bytes}
11+
## change_template(self, data) {#bytes}
1212

1313
Change chart type with preset template.
1414

1515

1616

1717
```python
18+
1819
def change_template(self, data):
1920
...
2021
```

0 commit comments

Comments
 (0)