Skip to content

Commit 6f58ddd

Browse files
committed
python net 25.8
1 parent 72c50e3 commit 6f58ddd

File tree

4,925 files changed

+13541
-6683
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,925 files changed

+13541
-6683
lines changed

english/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ type: docs
66
weight: 10
77
url: /
88
is_root: true
9-
---
9+
---
1010

1111
### Modules
1212
| Module | Description |
1313
| :- | :- |
14-
| [`aspose.cells`](/cells/python-net/aspose.cells) | The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel.<br/>For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the main entry to create or load and then manipulate a spreadsheet file,<br/>[`Cells`](/cells/python-net/aspose.cells/cells) class is the main class to manipulate all data and properties in a sheet, ...etc. |
14+
| [`aspose.cells`](/cells/python-net/aspose.cells) | The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel.<br/>For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the main entry to create or load and then manipulate a spreadsheet file,<br/>[`Cells`](/cells/python-net/aspose.cells/cells) class is the main class to manipulate all data and properties in a sheet, ...etc. |
1515
| [`aspose.cells.charts`](/cells/python-net/aspose.cells.charts) | The **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets. |
1616
| [`aspose.cells.datamodels`](/cells/python-net/aspose.cells.datamodels) | The **Aspose.Cells.DataModels** namespace provides classes to access and update data models of the workbook. |
1717
| [`aspose.cells.digitalsignatures`](/cells/python-net/aspose.cells.digitalsignatures) | The **Aspose.Cells.DigitalSignatures** namespace provides classes to sign documents and verify signatures. |
@@ -44,5 +44,5 @@ is_root: true
4444
| [`aspose.cells.utility`](/cells/python-net/aspose.cells.utility) | The **Aspose.Cells.Utility** namespace contains utility classes processing JSON formats for Excel Spreadsheet files. |
4545
| [`aspose.cells.vba`](/cells/python-net/aspose.cells.vba) | The **Aspose.Cells.Vba** namespace contains classes to access Visual Basic Analysis projects and modules in Excel Spreadsheet files. |
4646
| [`aspose.cells.webextensions`](/cells/python-net/aspose.cells.webextensions) | The **Aspose.Cells.WebExtensions** namespace contains classes to access Office Add-in in Excel Files. |
47-
| [`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 . |
47+
4848

english/aspose.cells.charts/_index.md

Lines changed: 89 additions & 88 deletions
Large diffs are not rendered by default.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ The Chart type exposes the following members:
7878
| :- | :- |
7979
| [`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. |
8080
| [`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. |
81+
| [`to_image(self, image_file)`](/cells/python-net/aspose.cells.charts/chart/to_image/#system.string) | 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/#system.string-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/#system.string-int) | Creates the chart image and saves it to a file in the Jpeg format. |
8484
| [`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. |
8585
| [`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. |
86+
| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#system.string-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. |
8787
| [`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. |
88+
| [`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#system.string) | 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/#system.string-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Saves the chart to a pdf file. |
9090
| [`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. |
9191
| [`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. |
9292
| [`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. |
@@ -99,7 +99,7 @@ The Chart type exposes the following members:
9999
| [`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. |
100100
| [`switch_row_column(self)`](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
101101
| [`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. |
102+
| [`set_chart_data_range(self, area, is_vertical)`](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#system.string-bool) | Specifies data range for a chart. |
103103

104104

105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def calculate(self, calculate_options):
3838

3939
| Parameter | Type | Description |
4040
| :- | :- | :- |
41-
| calculate_options | [`ChartCalculateOptions`](/cells/python-net/aspose.cells.charts/chartcalculateoptions) | |
41+
| calculate_options | aspose.cells.charts.ChartCalculateOptions | |
4242

4343

4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def has_axis(self, aixs_type, is_primary):
2323

2424
| Parameter | Type | Description |
2525
| :- | :- | :- |
26-
| aixs_type | [`AxisType`](/cells/python-net/aspose.cells.charts/axistype) | |
26+
| aixs_type | aspose.cells.charts.AxisType | |
2727
| is_primary | bool | |
2828
### Remarks
2929

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

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

11-
## set_chart_data_range(self, area, is_vertical) {#str-bool}
11+
## set_chart_data_range(self, area, is_vertical) {#System.String-bool}
1212

1313
Specifies data range for a chart.
1414

@@ -23,7 +23,7 @@ def set_chart_data_range(self, area, is_vertical):
2323

2424
| Parameter | Type | Description |
2525
| :- | :- | :- |
26-
| area | str | Specifies values from which to plot the data series |
26+
| area | System.String | Specifies values from which to plot the data series |
2727
| is_vertical | bool | Specifies whether to plot the series from a range of cell values by row or by column. |
2828

2929

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

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

11-
## to_image(self, image_file) {#str}
11+
## to_image(self, image_file) {#System.String}
1212

1313
Creates the chart image and saves it to a file.
1414
The extension of the file name determines the format of the image.
@@ -24,7 +24,7 @@ def to_image(self, image_file):
2424

2525
| Parameter | Type | Description |
2626
| :- | :- | :- |
27-
| image_file | str | The image file name with full path. |
27+
| image_file | System.String | The image file name with full path. |
2828
### Remarks
2929

3030
The format of the image is specified by using the extension of the file name.
@@ -35,7 +35,7 @@ in the PNG format. The following file extensions are recognized:
3535

3636
If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing.
3737

38-
## to_image(self, image_file, image_type) {#str-aspose.cells.drawing.ImageType}
38+
## to_image(self, image_file, image_type) {#System.String-aspose.cells.drawing.ImageType}
3939

4040
Creates the chart image and saves it to a file in the specified image type.
4141

@@ -50,7 +50,7 @@ def to_image(self, image_file, image_type):
5050

5151
| Parameter | Type | Description |
5252
| :- | :- | :- |
53-
| image_file | str | The image file name with full path. |
53+
| image_file | System.String | The image file name with full path. |
5454
| image_type | aspose.cells.drawing.ImageType | The image type in which to save the image. |
5555
### Remarks
5656

@@ -61,7 +61,7 @@ ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, Ima
6161

6262
If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing.
6363

64-
## to_image(self, image_file, jpeg_quality) {#str-int}
64+
## to_image(self, image_file, jpeg_quality) {#System.String-int}
6565

6666
Creates the chart image and saves it to a file in the Jpeg format.
6767

@@ -76,7 +76,7 @@ def to_image(self, image_file, jpeg_quality):
7676

7777
| Parameter | Type | Description |
7878
| :- | :- | :- |
79-
| image_file | str | The image file name with full path. |
79+
| image_file | System.String | The image file name with full path. |
8080
| jpeg_quality | int | Jpeg quality. |
8181
### Remarks
8282

@@ -133,7 +133,7 @@ ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, Ima
133133

134134
If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing.
135135

136-
## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions}
136+
## to_image(self, image_file, options) {#System.String-aspose.cells.rendering.ImageOrPrintOptions}
137137

138138
Creates the chart image and saves it to a file.
139139
The extension of the file name determines the format of the image.
@@ -149,7 +149,7 @@ def to_image(self, image_file, options):
149149

150150
| Parameter | Type | Description |
151151
| :- | :- | :- |
152-
| image_file | str | The image file name with full path. |
152+
| image_file | System.String | The image file name with full path. |
153153
| options | aspose.cells.rendering.ImageOrPrintOptions | Additional image creation options |
154154
### Remarks
155155

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

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

11-
## to_pdf(self, file_name) {#str}
11+
## to_pdf(self, file_name) {#System.String}
1212

1313
Saves the chart to a pdf file.
1414

@@ -23,7 +23,7 @@ def to_pdf(self, file_name):
2323

2424
| Parameter | Type | Description |
2525
| :- | :- | :- |
26-
| file_name | str | the pdf file name with full path |
26+
| file_name | System.String | the pdf file name with full path |
2727

2828

2929
## to_pdf(self, stream) {#io.RawIOBase}
@@ -44,7 +44,7 @@ def to_pdf(self, stream):
4444
| stream | io.RawIOBase | The output stream. |
4545

4646

47-
## to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type) {#str-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType}
47+
## to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type) {#System.String-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType}
4848

4949
Saves the chart to a pdf file.
5050

@@ -59,11 +59,11 @@ def to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment
5959

6060
| Parameter | Type | Description |
6161
| :- | :- | :- |
62-
| file_name | str | the pdf file name with full path |
62+
| file_name | System.String | the pdf file name with full path |
6363
| desired_page_width | float | The desired page width in inches. |
6464
| desired_page_height | float | The desired page height in inches. |
65-
| h_alignment_type | [`PageLayoutAlignmentType`](/cells/python-net/aspose.cells/pagelayoutalignmenttype) | The chart horizontal alignment type in the output page. |
66-
| v_alignment_type | [`PageLayoutAlignmentType`](/cells/python-net/aspose.cells/pagelayoutalignmenttype) | The chart vertical alignment type in the output page. |
65+
| h_alignment_type | aspose.cells.PageLayoutAlignmentType | The chart horizontal alignment type in the output page. |
66+
| v_alignment_type | aspose.cells.PageLayoutAlignmentType | The chart vertical alignment type in the output page. |
6767

6868

6969
## to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type) {#io.RawIOBase-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType}
@@ -84,8 +84,8 @@ def to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_ty
8484
| stream | io.RawIOBase | The output stream. |
8585
| desired_page_width | float | The desired page width in inches. |
8686
| desired_page_height | float | The desired page height in inches. |
87-
| h_alignment_type | [`PageLayoutAlignmentType`](/cells/python-net/aspose.cells/pagelayoutalignmenttype) | The chart horizontal alignment type in the output page. |
88-
| v_alignment_type | [`PageLayoutAlignmentType`](/cells/python-net/aspose.cells/pagelayoutalignmenttype) | The chart vertical alignment type in the output page. |
87+
| h_alignment_type | aspose.cells.PageLayoutAlignmentType | The chart horizontal alignment type in the output page. |
88+
| v_alignment_type | aspose.cells.PageLayoutAlignmentType | The chart vertical alignment type in the output page. |
8989

9090

9191

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ The ChartCollection type exposes the following members:
2626
| Method | Description |
2727
| :- | :- |
2828
| [`add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-int-int-int-int) | Adds a chart to the collection. |
29-
| [`add(self, type, data_range, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-str-int-int-int-int) | Adds a chart to the collection. |
30-
| [`add(self, data, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#bytes-str-bool-int-int-int-int) | Adds a chart with preset template. |
31-
| [`add(self, type, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-str-bool-int-int-int-int) | Adds a chart to the collection. |
29+
| [`add(self, type, data_range, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-system.string-int-int-int-int) | Adds a chart to the collection. |
30+
| [`add(self, data, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#bytes-system.string-bool-int-int-int-int) | Adds a chart with preset template. |
31+
| [`add(self, type, data_range, is_vertical, top_row, left_column, right_row, bottom_column)`](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.charttype-system.string-bool-int-int-int-int) | Adds a chart to the collection. |
3232
| [`get(self, index)`](/cells/python-net/aspose.cells.charts/chartcollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported |
33-
| [`get(self, name)`](/cells/python-net/aspose.cells.charts/chartcollection/get/#str) | Add API for Python Via .Net.since this[string Chart] is unsupported |
33+
| [`get(self, name)`](/cells/python-net/aspose.cells.charts/chartcollection/get/#system.string) | Add API for Python Via .Net.since this[string Chart] is unsupported |
3434
| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/chartcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
3535
| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/chartcollection/copy_to/#int-list-int-int) | Copies a range of elements from the array list to a compatible one-dimensional array list, starting at the specified index of the target array list. |
3636
| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/chartcollection/index_of/#aspose.cells.charts.chart-int) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the array list that extends from the specified index to the last element. |

0 commit comments

Comments
 (0)