diff --git a/english/_index.md b/english/_index.md index b0654b8685..e2cf4acd6f 100644 --- a/english/_index.md +++ b/english/_index.md @@ -20,8 +20,9 @@ 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.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace provides options classes of loading files. | +| [`aspose.cells.markdown`](/cells/python-net/aspose.cells.markdown) | The **Aspose.Cells.Markdown** namespace contains classes that define settings for converting Excel to Markdown. | | [`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. | | [`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 | [`aspose.cells.webextensions`](/cells/python-net/aspose.cells.webextensions) | The **Aspose.Cells.WebExtensions** namespace contains classes to access Office Add-in in Excel Files. | | [`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 . | + diff --git a/english/aspose.cells.charts/axis/_index.md b/english/aspose.cells.charts/axis/_index.md index 7fb61a0a5c..02d868f4b0 100644 --- a/english/aspose.cells.charts/axis/_index.md +++ b/english/aspose.cells.charts/axis/_index.md @@ -64,7 +64,7 @@ The Axis type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_axis_texts](/cells/python-net/aspose.cells.charts/axis/get_axis_texts/#) | Gets the labels of the axis after call Chart.Calculate() method. | +| [`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. | diff --git a/english/aspose.cells.charts/axis/custom_unit/_index.md b/english/aspose.cells.charts/axis/custom_unit/_index.md index 088cb698dd..a351e2a780 100644 --- a/english/aspose.cells.charts/axis/custom_unit/_index.md +++ b/english/aspose.cells.charts/axis/custom_unit/_index.md @@ -17,7 +17,7 @@ Specifies a custom value for the display unit. NOTE: This property is now obsolete. Instead, -please use Axis.CoustomDisplayUnit property. +please use Axis.CustomDisplayUnit property. This property will be removed 12 months later since February 2025. Aspose apologizes for any inconvenience you may have experienced. ### Definition: diff --git a/english/aspose.cells.charts/axis/get_axis_texts/_index.md b/english/aspose.cells.charts/axis/get_axis_texts/_index.md index 7887832111..14638c86ae 100644 --- a/english/aspose.cells.charts/axis/get_axis_texts/_index.md +++ b/english/aspose.cells.charts/axis/get_axis_texts/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axis/get_axis_texts/ is_root: false --- -## get_axis_texts {#} +## get_axis_texts(self) {#} Gets the labels of the axis after call Chart.Calculate() method. ```python + def get_axis_texts(self): ... ``` diff --git a/english/aspose.cells.charts/axisbins/_index.md b/english/aspose.cells.charts/axisbins/_index.md index 5d994839b7..a7bbf3561a 100644 --- a/english/aspose.cells.charts/axisbins/_index.md +++ b/english/aspose.cells.charts/axisbins/_index.md @@ -30,8 +30,8 @@ The AxisBins type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [reset_overflow](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow | -| [reset_underflow](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow | +| [`reset_overflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow | +| [`reset_underflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow | diff --git a/english/aspose.cells.charts/axisbins/reset_overflow/_index.md b/english/aspose.cells.charts/axisbins/reset_overflow/_index.md index 1c860ae2a1..534914b721 100644 --- a/english/aspose.cells.charts/axisbins/reset_overflow/_index.md +++ b/english/aspose.cells.charts/axisbins/reset_overflow/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_overflow/ is_root: false --- -## reset_overflow {#} +## reset_overflow(self) {#} Reset the overflow ```python + def reset_overflow(self): ... ``` diff --git a/english/aspose.cells.charts/axisbins/reset_underflow/_index.md b/english/aspose.cells.charts/axisbins/reset_underflow/_index.md index 00b9942dfc..612b01662c 100644 --- a/english/aspose.cells.charts/axisbins/reset_underflow/_index.md +++ b/english/aspose.cells.charts/axisbins/reset_underflow/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_underflow/ is_root: false --- -## reset_underflow {#} +## reset_underflow(self) {#} Reset the underflow ```python + def reset_underflow(self): ... ``` diff --git a/english/aspose.cells.charts/chart/_index.md b/english/aspose.cells.charts/chart/_index.md index 5aa4175afb..5d02a78e3b 100644 --- a/english/aspose.cells.charts/chart/_index.md +++ b/english/aspose.cells.charts/chart/_index.md @@ -76,30 +76,30 @@ The Chart type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [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. | -| [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. | -| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.
The extension of the file name determines the format of the image. | -| [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. | -| [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. | -| [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. | -| [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. | -| [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.
The extension of the file name determines the format of the image. | -| [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. | -| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. | -| [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. | -| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.RawIOBase) | Creates the chart pdf and saves it to a stream. | -| [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. | -| [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. | -| [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. | -| [is_chart_data_changed](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. | -| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. | -| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. | -| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. | -| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. | -| [has_axis](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.AxisType-bool) | Returns which axes exist on the chart. | -| [switch_row_column](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. | -| [get_chart_data_range](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. | -| [set_chart_data_range](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#str-bool) | Specifies data range for a chart. | +| [`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. | +| [`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. | +| [`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.
The extension of the file name determines the format of the image. | +| [`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. | +| [`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. | +| [`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. | +| [`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. | +| [`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.
The extension of the file name determines the format of the image. | +| [`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. | +| [`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. | +| [`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. | +| [`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. | +| [`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. | +| [`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. | +| [`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. | +| [`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. | +| [`refresh_pivot_data(self)`](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. | +| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. | +| [`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. | +| [`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. | +| [`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. | +| [`switch_row_column(self)`](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. | +| [`get_chart_data_range(self)`](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. | +| [`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. | diff --git a/english/aspose.cells.charts/chart/calculate/_index.md b/english/aspose.cells.charts/chart/calculate/_index.md index 28b9593c96..f8aa4d2eba 100644 --- a/english/aspose.cells.charts/chart/calculate/_index.md +++ b/english/aspose.cells.charts/chart/calculate/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/calculate/ is_root: false --- -## calculate {#} +## calculate(self) {#} Calculates the custom position of plot area, axes if the position of them are auto assigned. ```python + def calculate(self): ... ``` @@ -22,13 +23,14 @@ def calculate(self): -## calculate {#aspose.cells.charts.ChartCalculateOptions} +## calculate(self, calculate_options) {#aspose.cells.charts.ChartCalculateOptions} Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. ```python + def calculate(self, calculate_options): ... ``` diff --git a/english/aspose.cells.charts/chart/change_template/_index.md b/english/aspose.cells.charts/chart/change_template/_index.md index 8bb5ec1b99..64a54eab45 100644 --- a/english/aspose.cells.charts/chart/change_template/_index.md +++ b/english/aspose.cells.charts/chart/change_template/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/change_template/ is_root: false --- -## change_template {#bytes} +## change_template(self, data) {#bytes} Change chart type with preset template. ```python + def change_template(self, data): ... ``` diff --git a/english/aspose.cells.charts/chart/get_actual_size/_index.md b/english/aspose.cells.charts/chart/get_actual_size/_index.md index f8b04226b8..791e57680a 100644 --- a/english/aspose.cells.charts/chart/get_actual_size/_index.md +++ b/english/aspose.cells.charts/chart/get_actual_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/get_actual_size/ is_root: false --- -## get_actual_size {#} +## get_actual_size(self) {#} Gets actual size of chart in unit of pixels. @@ -21,6 +21,7 @@ Actual size in an array(width and height). ```python + def get_actual_size(self): ... ``` diff --git a/english/aspose.cells.charts/chart/get_chart_data_range/_index.md b/english/aspose.cells.charts/chart/get_chart_data_range/_index.md index 9f9700af7e..0a226c95fb 100644 --- a/english/aspose.cells.charts/chart/get_chart_data_range/_index.md +++ b/english/aspose.cells.charts/chart/get_chart_data_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/get_chart_data_range/ is_root: false --- -## get_chart_data_range {#} +## get_chart_data_range(self) {#} Gets the data source range of the chart. @@ -20,6 +20,7 @@ The data source. ```python + def get_chart_data_range(self): ... ``` diff --git a/english/aspose.cells.charts/chart/has_axis/_index.md b/english/aspose.cells.charts/chart/has_axis/_index.md index bb26b89b97..ca53f33d0f 100644 --- a/english/aspose.cells.charts/chart/has_axis/_index.md +++ b/english/aspose.cells.charts/chart/has_axis/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/has_axis/ is_root: false --- -## has_axis {#aspose.cells.charts.AxisType-bool} +## has_axis(self, aixs_type, is_primary) {#aspose.cells.charts.AxisType-bool} Returns which axes exist on the chart. ```python + def has_axis(self, aixs_type, is_primary): ... ``` diff --git a/english/aspose.cells.charts/chart/is_cell_refered_by_chart/_index.md b/english/aspose.cells.charts/chart/is_cell_refered_by_chart/_index.md index 652b4b48fb..597a423024 100644 --- a/english/aspose.cells.charts/chart/is_cell_refered_by_chart/_index.md +++ b/english/aspose.cells.charts/chart/is_cell_refered_by_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_cell_refered_by_chart/ is_root: false --- -## is_cell_refered_by_chart {#int-int-int} +## is_cell_refered_by_chart(self, sheet_index, row_index, column_index) {#int-int-int} Returns whether the cell refered by the chart. @@ -20,6 +20,7 @@ Returns whether the cell refered by the chart. ```python + def is_cell_refered_by_chart(self, sheet_index, row_index, column_index): ... ``` diff --git a/english/aspose.cells.charts/chart/is_chart_data_changed/_index.md b/english/aspose.cells.charts/chart/is_chart_data_changed/_index.md index bf692cdc4d..377cad77ea 100644 --- a/english/aspose.cells.charts/chart/is_chart_data_changed/_index.md +++ b/english/aspose.cells.charts/chart/is_chart_data_changed/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_chart_data_changed/ is_root: false --- -## is_chart_data_changed {#} +## is_chart_data_changed(self) {#} Detects if a chart's data source has changed. @@ -20,6 +20,7 @@ Returns true if the chart has changed otherwise returns false ```python + def is_chart_data_changed(self): ... ``` diff --git a/english/aspose.cells.charts/chart/is_refered_by_chart/_index.md b/english/aspose.cells.charts/chart/is_refered_by_chart/_index.md index 226d49902f..c68ffed90e 100644 --- a/english/aspose.cells.charts/chart/is_refered_by_chart/_index.md +++ b/english/aspose.cells.charts/chart/is_refered_by_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_refered_by_chart/ is_root: false --- -## is_refered_by_chart {#int-int} +## is_refered_by_chart(self, row_index, column_index) {#int-int} Returns whether the cell refered by the chart. @@ -20,6 +20,7 @@ Returns whether the cell refered by the chart. ```python + def is_refered_by_chart(self, row_index, column_index): ... ``` diff --git a/english/aspose.cells.charts/chart/move/_index.md b/english/aspose.cells.charts/chart/move/_index.md index 5a7411d2b2..18640c9a61 100644 --- a/english/aspose.cells.charts/chart/move/_index.md +++ b/english/aspose.cells.charts/chart/move/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/move/ is_root: false --- -## move {#int-int-int-int} +## move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the chart to a specified location. ```python + def move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.charts/chart/refresh_pivot_data/_index.md b/english/aspose.cells.charts/chart/refresh_pivot_data/_index.md index a00e6c5d41..80853b69ab 100644 --- a/english/aspose.cells.charts/chart/refresh_pivot_data/_index.md +++ b/english/aspose.cells.charts/chart/refresh_pivot_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/refresh_pivot_data/ is_root: false --- -## refresh_pivot_data {#} +## refresh_pivot_data(self) {#} Refreshes chart's data from pivot table. ```python + def refresh_pivot_data(self): ... ``` diff --git a/english/aspose.cells.charts/chart/set_chart_data_range/_index.md b/english/aspose.cells.charts/chart/set_chart_data_range/_index.md index 52fe81434b..7c4a138d55 100644 --- a/english/aspose.cells.charts/chart/set_chart_data_range/_index.md +++ b/english/aspose.cells.charts/chart/set_chart_data_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/set_chart_data_range/ is_root: false --- -## set_chart_data_range {#str-bool} +## set_chart_data_range(self, area, is_vertical) {#str-bool} Specifies data range for a chart. ```python + def set_chart_data_range(self, area, is_vertical): ... ``` diff --git a/english/aspose.cells.charts/chart/switch_row_column/_index.md b/english/aspose.cells.charts/chart/switch_row_column/_index.md index a2b6a33642..5809fe1b80 100644 --- a/english/aspose.cells.charts/chart/switch_row_column/_index.md +++ b/english/aspose.cells.charts/chart/switch_row_column/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/switch_row_column/ is_root: false --- -## switch_row_column {#} +## switch_row_column(self) {#} Switches row/column. @@ -20,6 +20,7 @@ False means switching row/column fails. ```python + def switch_row_column(self): ... ``` diff --git a/english/aspose.cells.charts/chart/to_image/_index.md b/english/aspose.cells.charts/chart/to_image/_index.md index 4228c03a03..f8f6dd618b 100644 --- a/english/aspose.cells.charts/chart/to_image/_index.md +++ b/english/aspose.cells.charts/chart/to_image/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/to_image/ is_root: false --- -## to_image {#str} +## to_image(self, image_file) {#str} Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. @@ -16,6 +16,7 @@ The extension of the file name determines the format of the image. ```python + def to_image(self, image_file): ... ``` @@ -34,13 +35,14 @@ in the PNG format. The following file extensions are recognized: If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing. -## to_image {#str-aspose.cells.drawing.ImageType} +## to_image(self, image_file, image_type) {#str-aspose.cells.drawing.ImageType} Creates the chart image and saves it to a file in the specified image type. ```python + def to_image(self, image_file, image_type): ... ``` @@ -59,13 +61,14 @@ ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, Ima If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing. -## to_image {#str-int} +## to_image(self, image_file, jpeg_quality) {#str-int} Creates the chart image and saves it to a file in the Jpeg format. ```python + def to_image(self, image_file, jpeg_quality): ... ``` @@ -78,14 +81,19 @@ def to_image(self, image_file, jpeg_quality): ### Remarks If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing. +NOTE: This method is now obsolete. Instead, +please use ToImage(string,ImageOrPrintOptions) method with specified quality. +This method will be removed 12 months later since March 2025. +Aspose apologizes for any inconvenience you may have experienced. -## to_image {#io.RawIOBase-int} +## to_image(self, stream, jpeg_quality) {#io.RawIOBase-int} Creates the chart image and saves it to a stream in the Jpeg format. ```python + def to_image(self, stream, jpeg_quality): ... ``` @@ -99,13 +107,14 @@ def to_image(self, stream, jpeg_quality): If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing. -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the chart image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -124,7 +133,7 @@ ImageType.Bmp, ImageType.Gif, ImageType.Png, ImageType.Jpeg, ImageType.Tiff, Ima If the width or height is zero or the chart is not supported according to Supported Charts List, this method will do nothing. -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Creates the chart image and saves it to a file. The extension of the file name determines the format of the image. @@ -132,6 +141,7 @@ The extension of the file name determines the format of the image. ```python + def to_image(self, image_file, options): ... ``` @@ -186,13 +196,14 @@ book.worksheets[0].charts[0].to_image(r"chart.Jpeg", options) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Creates the chart image and saves it to a stream in the specified format. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.charts/chart/to_pdf/_index.md b/english/aspose.cells.charts/chart/to_pdf/_index.md index e4c976c2ec..bb5b786c24 100644 --- a/english/aspose.cells.charts/chart/to_pdf/_index.md +++ b/english/aspose.cells.charts/chart/to_pdf/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/to_pdf/ is_root: false --- -## to_pdf {#str} +## to_pdf(self, file_name) {#str} Saves the chart to a pdf file. ```python + def to_pdf(self, file_name): ... ``` @@ -25,13 +26,14 @@ def to_pdf(self, file_name): | file_name | str | the pdf file name with full path | -## to_pdf {#io.RawIOBase} +## to_pdf(self, stream) {#io.RawIOBase} Creates the chart pdf and saves it to a stream. ```python + def to_pdf(self, stream): ... ``` @@ -42,13 +44,14 @@ def to_pdf(self, stream): | stream | io.RawIOBase | The output stream. | -## to_pdf {#str-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType} +## 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} Saves the chart to a pdf file. ```python + def to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type): ... ``` @@ -63,13 +66,14 @@ def to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment | v_alignment_type | [`PageLayoutAlignmentType`](/cells/python-net/aspose.cells/pagelayoutalignmenttype) | The chart vertical alignment type in the output page. | -## to_pdf {#io.RawIOBase-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType} +## 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} Creates the chart pdf and saves it to a stream. ```python + def to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type): ... ``` diff --git a/english/aspose.cells.charts/chartarea/_index.md b/english/aspose.cells.charts/chartarea/_index.md index 9d900b031d..0fa1de0e3e 100644 --- a/english/aspose.cells.charts/chartarea/_index.md +++ b/english/aspose.cells.charts/chartarea/_index.md @@ -34,23 +34,35 @@ The ChartArea type exposes the following members: | [background_mode](/cells/python-net/aspose.cells.charts/chartarea/background_mode) | Gets and sets the display mode of the background | | [background](/cells/python-net/aspose.cells.charts/chartarea/background) | Gets and sets the display mode of the background | | [is_automatic_size](/cells/python-net/aspose.cells.charts/chartarea/is_automatic_size) | Indicates whether the chart frame is automatic sized. | -| [x](/cells/python-net/aspose.cells.charts/chartarea/x) | Gets or gets the horizontal offset from its upper left corner column. | -| [y](/cells/python-net/aspose.cells.charts/chartarea/y) | Gets or gets the vertical offset from its upper left corner row. | -| [height](/cells/python-net/aspose.cells.charts/chartarea/height) | Gets or sets the vertical offset from its lower right corner row. | -| [width](/cells/python-net/aspose.cells.charts/chartarea/width) | Gets or sets the horizontal offset from its lower right corner column. | +| [x](/cells/python-net/aspose.cells.charts/chartarea/x) | Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. | +| [y](/cells/python-net/aspose.cells.charts/chartarea/y) | Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. | +| [height](/cells/python-net/aspose.cells.charts/chartarea/height) | Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. | +| [width](/cells/python-net/aspose.cells.charts/chartarea/width) | Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. | | [shadow](/cells/python-net/aspose.cells.charts/chartarea/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/chartarea/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/chartarea/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/chartarea/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/chartarea/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/chartarea/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/chartarea/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/chartarea/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/chartarea/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/chartarea/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/chartarea/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/x_ratio_to_chart) | Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/y_ratio_to_chart) | Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/width_ratio_to_chart) | Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartarea/height_ratio_to_chart) | Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/chartarea/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/chartarea/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/chartarea/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/chartarea/height_pixel) | Gets or sets the height of frame in units of Pixel. | ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/chartarea/set_position_auto/#) | Set position of the frame to automatic | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/chartarea/set_position_auto/#) | Set position of the frame to automatic | diff --git a/english/aspose.cells.charts/chartarea/default_height/_index.md b/english/aspose.cells.charts/chartarea/default_height/_index.md index bf13a59aa7..a16d743b12 100644 --- a/english/aspose.cells.charts/chartarea/default_height/_index.md +++ b/english/aspose.cells.charts/chartarea/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..ead3553743 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 100 +url: /aspose.cells.charts/chartarea/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/default_width/_index.md b/english/aspose.cells.charts/chartarea/default_width/_index.md index 1a1d2f4a5d..2f22b5dbca 100644 --- a/english/aspose.cells.charts/chartarea/default_width/_index.md +++ b/english/aspose.cells.charts/chartarea/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.charts/chartarea/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..35ff28bdf8 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 120 +url: /aspose.cells.charts/chartarea/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/default_x/_index.md b/english/aspose.cells.charts/chartarea/default_x/_index.md index 4630a74055..f12e23d92c 100644 --- a/english/aspose.cells.charts/chartarea/default_x/_index.md +++ b/english/aspose.cells.charts/chartarea/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /aspose.cells.charts/chartarea/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..cb498f8572 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 140 +url: /aspose.cells.charts/chartarea/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/default_y/_index.md b/english/aspose.cells.charts/chartarea/default_y/_index.md index f7e9d0e72e..7c62338861 100644 --- a/english/aspose.cells.charts/chartarea/default_y/_index.md +++ b/english/aspose.cells.charts/chartarea/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 150 url: /aspose.cells.charts/chartarea/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..cc4e8c6ca5 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.charts/chartarea/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/font/_index.md b/english/aspose.cells.charts/chartarea/font/_index.md index 0be21b57be..f0628c30a3 100644 --- a/english/aspose.cells.charts/chartarea/font/_index.md +++ b/english/aspose.cells.charts/chartarea/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 170 url: /aspose.cells.charts/chartarea/font/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/height/_index.md b/english/aspose.cells.charts/chartarea/height/_index.md index e4e6ff865e..373a3340b8 100644 --- a/english/aspose.cells.charts/chartarea/height/_index.md +++ b/english/aspose.cells.charts/chartarea/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/chartarea/height/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## height property -Gets or sets the vertical offset from its lower right corner row. +Gets or sets the vertical offset from its lower right corner row, in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartArea.HeightRatioToChart property, instead. +Height = HeightRatioToChart * 4000. +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/height_pixel/_index.md b/english/aspose.cells.charts/chartarea/height_pixel/_index.md new file mode 100644 index 0000000000..b40b9d976a --- /dev/null +++ b/english/aspose.cells.charts/chartarea/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 190 +url: /aspose.cells.charts/chartarea/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..bae986df01 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/height_ratio_to_chart/_index.md @@ -0,0 +1,27 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 200 +url: /aspose.cells.charts/chartarea/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the vertical offset from its lower right corner row, in units of ratio of the chart area. +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/is_automatic_size/_index.md b/english/aspose.cells.charts/chartarea/is_automatic_size/_index.md index cdce0b58d8..78ea44ef02 100644 --- a/english/aspose.cells.charts/chartarea/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/chartarea/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 210 url: /aspose.cells.charts/chartarea/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/chartarea/is_default_pos_be_set/_index.md index c38468f205..94801437d9 100644 --- a/english/aspose.cells.charts/chartarea/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/chartarea/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 220 url: /aspose.cells.charts/chartarea/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/is_inner_mode/_index.md b/english/aspose.cells.charts/chartarea/is_inner_mode/_index.md index bc32315ab5..94701349c0 100644 --- a/english/aspose.cells.charts/chartarea/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/chartarea/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 230 url: /aspose.cells.charts/chartarea/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/set_position_auto/_index.md b/english/aspose.cells.charts/chartarea/set_position_auto/_index.md index 43bd155522..94287248a7 100644 --- a/english/aspose.cells.charts/chartarea/set_position_auto/_index.md +++ b/english/aspose.cells.charts/chartarea/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartarea/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/chartarea/shadow/_index.md b/english/aspose.cells.charts/chartarea/shadow/_index.md index 985d161daa..d102453c70 100644 --- a/english/aspose.cells.charts/chartarea/shadow/_index.md +++ b/english/aspose.cells.charts/chartarea/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/chartarea/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/shape_properties/_index.md b/english/aspose.cells.charts/chartarea/shape_properties/_index.md index 52de024624..f9adeaa888 100644 --- a/english/aspose.cells.charts/chartarea/shape_properties/_index.md +++ b/english/aspose.cells.charts/chartarea/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/chartarea/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/text_font/_index.md b/english/aspose.cells.charts/chartarea/text_font/_index.md index a5aa5916b0..8fefed8def 100644 --- a/english/aspose.cells.charts/chartarea/text_font/_index.md +++ b/english/aspose.cells.charts/chartarea/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/chartarea/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/text_options/_index.md b/english/aspose.cells.charts/chartarea/text_options/_index.md index d6d6598632..1398d7f83b 100644 --- a/english/aspose.cells.charts/chartarea/text_options/_index.md +++ b/english/aspose.cells.charts/chartarea/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/chartarea/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/chartarea/width/_index.md b/english/aspose.cells.charts/chartarea/width/_index.md index bcb22554e7..172d7bf8ea 100644 --- a/english/aspose.cells.charts/chartarea/width/_index.md +++ b/english/aspose.cells.charts/chartarea/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/chartarea/width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## width property -Gets or sets the horizontal offset from its lower right corner column. +Gets or sets the horizontal offset from its lower right corner column, in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartArea.WidthRatioToChart property, instead. +Width = WidthRatioToChart * 4000. +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/width_pixel/_index.md b/english/aspose.cells.charts/chartarea/width_pixel/_index.md new file mode 100644 index 0000000000..72ba04dd99 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 290 +url: /aspose.cells.charts/chartarea/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..44dc70e225 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/width_ratio_to_chart/_index.md @@ -0,0 +1,27 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 300 +url: /aspose.cells.charts/chartarea/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the horizontal offset from its lower right corner column, in units of ratio of the chart area. +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/x/_index.md b/english/aspose.cells.charts/chartarea/x/_index.md index 23d342eeac..4310d80d7e 100644 --- a/english/aspose.cells.charts/chartarea/x/_index.md +++ b/english/aspose.cells.charts/chartarea/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 310 url: /aspose.cells.charts/chartarea/x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## x property -Gets or gets the horizontal offset from its upper left corner column. +Gets or gets the horizontal offset from its upper left corner column, in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartArea.XRatioToChart property, instead. +X = XRatioToChart * 4000. +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/x_pixel/_index.md b/english/aspose.cells.charts/chartarea/x_pixel/_index.md new file mode 100644 index 0000000000..2bf978b783 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 320 +url: /aspose.cells.charts/chartarea/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..4280871fef --- /dev/null +++ b/english/aspose.cells.charts/chartarea/x_ratio_to_chart/_index.md @@ -0,0 +1,27 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 330 +url: /aspose.cells.charts/chartarea/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or gets the horizontal offset from its upper left corner column, in units of ratio of the chart area. +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/y/_index.md b/english/aspose.cells.charts/chartarea/y/_index.md index 4ff36eecd9..571db05061 100644 --- a/english/aspose.cells.charts/chartarea/y/_index.md +++ b/english/aspose.cells.charts/chartarea/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 340 url: /aspose.cells.charts/chartarea/y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## y property -Gets or gets the vertical offset from its upper left corner row. +Gets or gets the vertical offset from its upper left corner row, in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartArea.YRatioToChart property, instead. +Y = YRatioToChart * 4000; +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartarea/y_pixel/_index.md b/english/aspose.cells.charts/chartarea/y_pixel/_index.md new file mode 100644 index 0000000000..f629e13203 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 350 +url: /aspose.cells.charts/chartarea/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartarea/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartarea/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..fa960906b5 --- /dev/null +++ b/english/aspose.cells.charts/chartarea/y_ratio_to_chart/_index.md @@ -0,0 +1,27 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 360 +url: /aspose.cells.charts/chartarea/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or gets the vertical offset from its upper left corner row, in units of ratio of the chart area. +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartArea`](/cells/python-net/aspose.cells.charts/chartarea) diff --git a/english/aspose.cells.charts/chartcalculateoptions/__init__/_index.md b/english/aspose.cells.charts/chartcalculateoptions/__init__/_index.md index 7c95e0ca90..9f30f36dc7 100644 --- a/english/aspose.cells.charts/chartcalculateoptions/__init__/_index.md +++ b/english/aspose.cells.charts/chartcalculateoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartcalculateoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for calculating chart. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.charts/chartcalculateoptions/_index.md b/english/aspose.cells.charts/chartcalculateoptions/_index.md index 5e34932f58..c8bc46c25f 100644 --- a/english/aspose.cells.charts/chartcalculateoptions/_index.md +++ b/english/aspose.cells.charts/chartcalculateoptions/_index.md @@ -19,7 +19,7 @@ The ChartCalculateOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. | +| [`__init__(self)`](/cells/python-net/aspose.cells.charts/chartcalculateoptions/__init__/#) | Creates the options for calculating chart. | ### Properties diff --git a/english/aspose.cells.charts/chartcollection/_index.md b/english/aspose.cells.charts/chartcollection/_index.md index 361dcfcdb5..0b7031fdc6 100644 --- a/english/aspose.cells.charts/chartcollection/_index.md +++ b/english/aspose.cells.charts/chartcollection/_index.md @@ -25,21 +25,21 @@ The ChartCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.ChartType-int-int-int-int) | Adds a chart to the collection. | -| [add](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.ChartType-str-int-int-int-int) | Adds a chart to the collection. | -| [add](/cells/python-net/aspose.cells.charts/chartcollection/add/#bytes-str-bool-int-int-int-int) | Adds a chart with preset template. | -| [add](/cells/python-net/aspose.cells.charts/chartcollection/add/#aspose.cells.charts.ChartType-str-bool-int-int-int-int) | Adds a chart to the collection. | -| [get](/cells/python-net/aspose.cells.charts/chartcollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | -| [get](/cells/python-net/aspose.cells.charts/chartcollection/get/#str) | Add API for Python Via .Net.since this[string Chart] is unsupported | -| [copy_to](/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. | -| [copy_to](/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. | -| [index_of](/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. | -| [index_of](/cells/python-net/aspose.cells.charts/chartcollection/index_of/#aspose.cells.charts.Chart-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/chartcollection/last_index_of/#aspose.cells.charts.Chart) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/chartcollection/last_index_of/#aspose.cells.charts.Chart-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](/cells/python-net/aspose.cells.charts/chartcollection/last_index_of/#aspose.cells.charts.Chart-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. | -| [add_floating_chart](/cells/python-net/aspose.cells.charts/chartcollection/add_floating_chart/#aspose.cells.charts.ChartType-int-int-int-int) | Adds a chart to the collection. | -| [binary_search](/cells/python-net/aspose.cells.charts/chartcollection/binary_search/#aspose.cells.charts.Chart) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`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. | +| [`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. | +| [`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. | +| [`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. | +| [`get(self, index)`](/cells/python-net/aspose.cells.charts/chartcollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | +| [`get(self, name)`](/cells/python-net/aspose.cells.charts/chartcollection/get/#str) | Add API for Python Via .Net.since this[string Chart] is unsupported | +| [`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. | +| [`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. | +| [`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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/chartcollection/index_of/#aspose.cells.charts.chart-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/chartcollection/last_index_of/#aspose.cells.charts.chart) | 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.charts/chartcollection/last_index_of/#aspose.cells.charts.chart-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.charts/chartcollection/last_index_of/#aspose.cells.charts.chart-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. | +| [`add_floating_chart(self, type, left, top, width, height)`](/cells/python-net/aspose.cells.charts/chartcollection/add_floating_chart/#aspose.cells.charts.charttype-int-int-int-int) | Adds a chart to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/chartcollection/binary_search/#aspose.cells.charts.chart) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/chartcollection/add/_index.md b/english/aspose.cells.charts/chartcollection/add/_index.md index a2f9b2d0f8..1a6bdb2bb1 100644 --- a/english/aspose.cells.charts/chartcollection/add/_index.md +++ b/english/aspose.cells.charts/chartcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/add/ is_root: false --- -## add {#aspose.cells.charts.ChartType-int-int-int-int} +## add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#aspose.cells.charts.ChartType-int-int-int-int} Adds a chart to the collection. @@ -20,6 +20,7 @@ Adds a chart to the collection. ```python + def add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` @@ -34,7 +35,7 @@ def add(self, type, upper_left_row, upper_left_column, lower_right_row, lower_ri | lower_right_column | int | Lower right column index | -## add {#aspose.cells.charts.ChartType-str-int-int-int-int} +## add(self, type, data_range, top_row, left_column, right_row, bottom_column) {#aspose.cells.charts.ChartType-str-int-int-int-int} Adds a chart to the collection. @@ -46,6 +47,7 @@ Adds a chart to the collection. ```python + def add(self, type, data_range, top_row, left_column, right_row, bottom_column): ... ``` @@ -66,7 +68,7 @@ please use [`ChartCollection.add`](/cells/python-net/aspose.cells.charts/chartco This property will be removed 12 months later since May 2022. Aspose apologizes for any inconvenience you may have experienced. -## add {#bytes-str-bool-int-int-int-int} +## add(self, data, data_range, is_vertical, top_row, left_column, right_row, bottom_column) {#bytes-str-bool-int-int-int-int} Adds a chart with preset template. @@ -78,6 +80,7 @@ Adds a chart with preset template. ```python + def add(self, data, data_range, is_vertical, top_row, left_column, right_row, bottom_column): ... ``` @@ -94,7 +97,7 @@ def add(self, data, data_range, is_vertical, top_row, left_column, right_row, bo | bottom_column | int | Lower right column index | -## add {#aspose.cells.charts.ChartType-str-bool-int-int-int-int} +## add(self, type, data_range, is_vertical, top_row, left_column, right_row, bottom_column) {#aspose.cells.charts.ChartType-str-bool-int-int-int-int} Adds a chart to the collection. @@ -106,6 +109,7 @@ Adds a chart to the collection. ```python + def add(self, type, data_range, is_vertical, top_row, left_column, right_row, bottom_column): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/add_floating_chart/_index.md b/english/aspose.cells.charts/chartcollection/add_floating_chart/_index.md index 6c4ac58789..89788a69b1 100644 --- a/english/aspose.cells.charts/chartcollection/add_floating_chart/_index.md +++ b/english/aspose.cells.charts/chartcollection/add_floating_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/add_floating_chart/ is_root: false --- -## add_floating_chart {#aspose.cells.charts.ChartType-int-int-int-int} +## add_floating_chart(self, type, left, top, width, height) {#aspose.cells.charts.ChartType-int-int-int-int} Adds a chart to the collection. @@ -20,6 +20,7 @@ Adds a chart to the collection. ```python + def add_floating_chart(self, type, left, top, width, height): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/binary_search/_index.md b/english/aspose.cells.charts/chartcollection/binary_search/_index.md index cb7b7ee827..ef41b4a915 100644 --- a/english/aspose.cells.charts/chartcollection/binary_search/_index.md +++ b/english/aspose.cells.charts/chartcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.Chart} +## binary_search(self, item) {#aspose.cells.charts.Chart} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/copy_to/_index.md b/english/aspose.cells.charts/chartcollection/copy_to/_index.md index acd75fc401..31c6d050da 100644 --- a/english/aspose.cells.charts/chartcollection/copy_to/_index.md +++ b/english/aspose.cells.charts/chartcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/get/_index.md b/english/aspose.cells.charts/chartcollection/get/_index.md index c8328fa8b6..65cfec1d26 100644 --- a/english/aspose.cells.charts/chartcollection/get/_index.md +++ b/english/aspose.cells.charts/chartcollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Add API for Python Via .Net.since this[int index] is unsupported @@ -20,6 +20,7 @@ Add API for Python Via .Net.since this[int index] is unsupported ```python + def get(self, index): ... ``` @@ -30,7 +31,7 @@ def get(self, index): | index | int | The zero based index of the element. | -## get {#str} +## get(self, name) {#str} Add API for Python Via .Net.since this[string Chart] is unsupported @@ -42,6 +43,7 @@ Add API for Python Via .Net.since this[string Chart] is unsupported ```python + def get(self, name): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/index_of/_index.md b/english/aspose.cells.charts/chartcollection/index_of/_index.md index b8ac4756bd..d4a65def29 100644 --- a/english/aspose.cells.charts/chartcollection/index_of/_index.md +++ b/english/aspose.cells.charts/chartcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.Chart-int} +## index_of(self, item, index) {#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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.Chart-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.Chart-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/chartcollection/last_index_of/_index.md b/english/aspose.cells.charts/chartcollection/last_index_of/_index.md index 2728404cfd..1b75829fb1 100644 --- a/english/aspose.cells.charts/chartcollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/chartcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.Chart} +## last_index_of(self, item) {#aspose.cells.charts.Chart} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Chart`](/cells/python-net/aspose.cells.charts/chart) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.Chart-int} +## last_index_of(self, item, index) {#aspose.cells.charts.Chart-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.Chart-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.Chart-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/chartframe/_index.md b/english/aspose.cells.charts/chartframe/_index.md index 590ae9cade..6b7cbb276c 100644 --- a/english/aspose.cells.charts/chartframe/_index.md +++ b/english/aspose.cells.charts/chartframe/_index.md @@ -36,16 +36,28 @@ The ChartFrame type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/chartframe/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/chartframe/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/chartframe/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/chartframe/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/chartframe/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/chartframe/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/chartframe/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/chartframe/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/chartframe/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/chartframe/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/chartframe/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/chartframe/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/chartframe/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/chartframe/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/chartframe/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/chartframe/height_pixel) | Gets or sets the height of frame in units of Pixel. | ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/chartframe/set_position_auto/#) | Set position of the frame to automatic | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/chartframe/set_position_auto/#) | Set position of the frame to automatic | diff --git a/english/aspose.cells.charts/chartframe/default_height/_index.md b/english/aspose.cells.charts/chartframe/default_height/_index.md index 117c019048..eecd8ea619 100644 --- a/english/aspose.cells.charts/chartframe/default_height/_index.md +++ b/english/aspose.cells.charts/chartframe/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..3c3c35e723 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 100 +url: /aspose.cells.charts/chartframe/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/default_width/_index.md b/english/aspose.cells.charts/chartframe/default_width/_index.md index af6265d6c4..dbf37b421f 100644 --- a/english/aspose.cells.charts/chartframe/default_width/_index.md +++ b/english/aspose.cells.charts/chartframe/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.charts/chartframe/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..200d78b4b1 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 120 +url: /aspose.cells.charts/chartframe/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/default_x/_index.md b/english/aspose.cells.charts/chartframe/default_x/_index.md index 5b6a52a6fd..9685e5138a 100644 --- a/english/aspose.cells.charts/chartframe/default_x/_index.md +++ b/english/aspose.cells.charts/chartframe/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /aspose.cells.charts/chartframe/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..29d11a5fdb --- /dev/null +++ b/english/aspose.cells.charts/chartframe/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 140 +url: /aspose.cells.charts/chartframe/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/default_y/_index.md b/english/aspose.cells.charts/chartframe/default_y/_index.md index db14f4d827..e46fdcef8b 100644 --- a/english/aspose.cells.charts/chartframe/default_y/_index.md +++ b/english/aspose.cells.charts/chartframe/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 150 url: /aspose.cells.charts/chartframe/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..bd043b382f --- /dev/null +++ b/english/aspose.cells.charts/chartframe/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.charts/chartframe/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/font/_index.md b/english/aspose.cells.charts/chartframe/font/_index.md index 693a4b19db..b9ba9c1534 100644 --- a/english/aspose.cells.charts/chartframe/font/_index.md +++ b/english/aspose.cells.charts/chartframe/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 170 url: /aspose.cells.charts/chartframe/font/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/height/_index.md b/english/aspose.cells.charts/chartframe/height/_index.md index efd7314412..33508d79ce 100644 --- a/english/aspose.cells.charts/chartframe/height/_index.md +++ b/english/aspose.cells.charts/chartframe/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/chartframe/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/height_pixel/_index.md b/english/aspose.cells.charts/chartframe/height_pixel/_index.md new file mode 100644 index 0000000000..1554eec552 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 190 +url: /aspose.cells.charts/chartframe/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..f092624a9e --- /dev/null +++ b/english/aspose.cells.charts/chartframe/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 200 +url: /aspose.cells.charts/chartframe/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/is_automatic_size/_index.md b/english/aspose.cells.charts/chartframe/is_automatic_size/_index.md index ae59b07c28..1f9815fa46 100644 --- a/english/aspose.cells.charts/chartframe/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/chartframe/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 210 url: /aspose.cells.charts/chartframe/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/chartframe/is_default_pos_be_set/_index.md index 943d8d5a78..d5e24b4662 100644 --- a/english/aspose.cells.charts/chartframe/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/chartframe/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 220 url: /aspose.cells.charts/chartframe/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/is_inner_mode/_index.md b/english/aspose.cells.charts/chartframe/is_inner_mode/_index.md index c5d6e05119..0c851bb676 100644 --- a/english/aspose.cells.charts/chartframe/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/chartframe/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 230 url: /aspose.cells.charts/chartframe/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/set_position_auto/_index.md b/english/aspose.cells.charts/chartframe/set_position_auto/_index.md index cdca093017..5c919ca19b 100644 --- a/english/aspose.cells.charts/chartframe/set_position_auto/_index.md +++ b/english/aspose.cells.charts/chartframe/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartframe/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/chartframe/shadow/_index.md b/english/aspose.cells.charts/chartframe/shadow/_index.md index f3569c741e..c1e4d338d8 100644 --- a/english/aspose.cells.charts/chartframe/shadow/_index.md +++ b/english/aspose.cells.charts/chartframe/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/chartframe/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/shape_properties/_index.md b/english/aspose.cells.charts/chartframe/shape_properties/_index.md index 91649b66ae..3a2ac44efd 100644 --- a/english/aspose.cells.charts/chartframe/shape_properties/_index.md +++ b/english/aspose.cells.charts/chartframe/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/chartframe/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/text_font/_index.md b/english/aspose.cells.charts/chartframe/text_font/_index.md index 365a818a8c..0d9486b892 100644 --- a/english/aspose.cells.charts/chartframe/text_font/_index.md +++ b/english/aspose.cells.charts/chartframe/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/chartframe/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/text_options/_index.md b/english/aspose.cells.charts/chartframe/text_options/_index.md index 86c128f2cd..750081b7ff 100644 --- a/english/aspose.cells.charts/chartframe/text_options/_index.md +++ b/english/aspose.cells.charts/chartframe/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/chartframe/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/chartframe/width/_index.md b/english/aspose.cells.charts/chartframe/width/_index.md index 08b88a9dec..d41db133e2 100644 --- a/english/aspose.cells.charts/chartframe/width/_index.md +++ b/english/aspose.cells.charts/chartframe/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/chartframe/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/width_pixel/_index.md b/english/aspose.cells.charts/chartframe/width_pixel/_index.md new file mode 100644 index 0000000000..101c35ef7d --- /dev/null +++ b/english/aspose.cells.charts/chartframe/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 290 +url: /aspose.cells.charts/chartframe/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..d38a3e5a66 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 300 +url: /aspose.cells.charts/chartframe/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/x/_index.md b/english/aspose.cells.charts/chartframe/x/_index.md index 3cfd4376a1..0708523a83 100644 --- a/english/aspose.cells.charts/chartframe/x/_index.md +++ b/english/aspose.cells.charts/chartframe/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 310 url: /aspose.cells.charts/chartframe/x/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -X In Pixels = X * Chart.ChartObject.Width / 4000; +X In Pixels = X * Chart.ChartObject.Width / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/x_pixel/_index.md b/english/aspose.cells.charts/chartframe/x_pixel/_index.md new file mode 100644 index 0000000000..575c5922aa --- /dev/null +++ b/english/aspose.cells.charts/chartframe/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 320 +url: /aspose.cells.charts/chartframe/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..f6713bc5c2 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/x_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 330 +url: /aspose.cells.charts/chartframe/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +XPixel = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/y/_index.md b/english/aspose.cells.charts/chartframe/y/_index.md index 363bd662b2..9e36c65373 100644 --- a/english/aspose.cells.charts/chartframe/y/_index.md +++ b/english/aspose.cells.charts/chartframe/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 340 url: /aspose.cells.charts/chartframe/y/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -Y In Pixels = Y * Chart.ChartObject.Height / 4000; +Y In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/chartframe/y_pixel/_index.md b/english/aspose.cells.charts/chartframe/y_pixel/_index.md new file mode 100644 index 0000000000..5d7e73ded3 --- /dev/null +++ b/english/aspose.cells.charts/chartframe/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 350 +url: /aspose.cells.charts/chartframe/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartframe/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/chartframe/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..9af94e0e8f --- /dev/null +++ b/english/aspose.cells.charts/chartframe/y_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 360 +url: /aspose.cells.charts/chartframe/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +YPixel = YRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartFrame`](/cells/python-net/aspose.cells.charts/chartframe) diff --git a/english/aspose.cells.charts/chartglobalizationsettings/__init__/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/__init__/_index.md index e485201c03..30eb75b6f9 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/__init__/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartglobalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ChartGlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/_index.md index a0364f96ec..26e0413ad2 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/_index.md @@ -19,20 +19,20 @@ The ChartGlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/__init__/#) | Constructs a new instance of ChartGlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/__init__/#) | Constructs a new instance of ChartGlobalizationSettings | ### Methods | Method | Description | | :- | :- | -| [get_series_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_series_name/#) | Gets the name of Series in the Chart. | -| [get_chart_title_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/#) | Gets the name of Chart Title. | -| [get_legend_increase_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/#) | Gets the name of increase for Legend. | -| [get_legend_decrease_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/#) | Gets the name of Decrease for Legend. | -| [get_legend_total_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/#) | Gets the name of Total for Legend. | -| [get_axis_title_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/#) | Gets the name of Title for Axis. | -| [get_other_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_other_name/#) | Gets the name of "Other" labels for Chart. | -| [get_axis_unit_name](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/#aspose.cells.charts.DisplayUnitType) | Gets the Name of Axis Unit. | +| [`get_series_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_series_name/#) | Gets the name of Series in the Chart. | +| [`get_chart_title_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/#) | Gets the name of Chart Title. | +| [`get_legend_increase_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/#) | Gets the name of increase for Legend. | +| [`get_legend_decrease_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/#) | Gets the name of Decrease for Legend. | +| [`get_legend_total_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/#) | Gets the name of Total for Legend. | +| [`get_axis_title_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/#) | Gets the name of Title for Axis. | +| [`get_other_name(self)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_other_name/#) | Gets the name of "Other" labels for Chart. | +| [`get_axis_unit_name(self, type)`](/cells/python-net/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/#aspose.cells.charts.displayunittype) | Gets the Name of Axis Unit. | diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/_index.md index 5c66d19dda..33cd519c68 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_axis_title_name/ is_root: false --- -## get_axis_title_name {#} +## get_axis_title_name(self) {#} Gets the name of Title for Axis. @@ -20,6 +20,7 @@ Gets the name of Title for Axis. ```python + def get_axis_title_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/_index.md index bc438c2091..b1f4fbb974 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_axis_unit_name/ is_root: false --- -## get_axis_unit_name {#aspose.cells.charts.DisplayUnitType} +## get_axis_unit_name(self, type) {#aspose.cells.charts.DisplayUnitType} Gets the Name of Axis Unit. @@ -20,6 +20,7 @@ Gets the Name of Axis Unit. ```python + def get_axis_unit_name(self, type): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/_index.md index 242e1b90fc..a07135cceb 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_chart_title_name/ is_root: false --- -## get_chart_title_name {#} +## get_chart_title_name(self) {#} Gets the name of Chart Title. @@ -20,6 +20,7 @@ Gets the name of Chart Title. ```python + def get_chart_title_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/_index.md index bded69792a..a526be7fea 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_legend_decrease_name/ is_root: false --- -## get_legend_decrease_name {#} +## get_legend_decrease_name(self) {#} Gets the name of Decrease for Legend. @@ -20,6 +20,7 @@ Gets the name of Decrease for Legend. ```python + def get_legend_decrease_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/_index.md index 991820a489..b151b0acc5 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_legend_increase_name/ is_root: false --- -## get_legend_increase_name {#} +## get_legend_increase_name(self) {#} Gets the name of increase for Legend. @@ -20,6 +20,7 @@ Gets the name of increase for Legend. ```python + def get_legend_increase_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/_index.md index 7766044723..8fdadfc2ea 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_legend_total_name/ is_root: false --- -## get_legend_total_name {#} +## get_legend_total_name(self) {#} Gets the name of Total for Legend. @@ -20,6 +20,7 @@ Gets the name of Total for Legend. ```python + def get_legend_total_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_other_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_other_name/_index.md index da7d4dd851..fc088a946c 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_other_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_other_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_other_name/ is_root: false --- -## get_other_name {#} +## get_other_name(self) {#} Gets the name of "Other" labels for Chart. @@ -20,6 +20,7 @@ Gets the name of "Other" labels for Chart. ```python + def get_other_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartglobalizationsettings/get_series_name/_index.md b/english/aspose.cells.charts/chartglobalizationsettings/get_series_name/_index.md index ab31250ee9..ddc16221ab 100644 --- a/english/aspose.cells.charts/chartglobalizationsettings/get_series_name/_index.md +++ b/english/aspose.cells.charts/chartglobalizationsettings/get_series_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartglobalizationsettings/get_series_name/ is_root: false --- -## get_series_name {#} +## get_series_name(self) {#} Gets the name of Series in the Chart. @@ -20,6 +20,7 @@ Gets the name of Series in the Chart. ```python + def get_series_name(self): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/_index.md b/english/aspose.cells.charts/chartpoint/_index.md index f9d444c8d6..241d3c3922 100644 --- a/english/aspose.cells.charts/chartpoint/_index.md +++ b/english/aspose.cells.charts/chartpoint/_index.md @@ -58,15 +58,15 @@ The ChartPoint type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_top_point_count](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_count/#) | Gets the number of top points after calls Chart.Calculate() method. | -| [get_top_point_x_px](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_x_px/#int) | Gets x-coordinate of the top point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | -| [get_top_point_y_px](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_y_px/#int) | Gets y-coordinate of the top point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | -| [get_bottom_point_count](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_count/#) | Gets the number of bottom points after calls Chart.Calculate() method. | -| [get_bottom_point_x_px](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_x_px/#int) | Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | -| [get_bottom_point_y_px](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_y_px/#int) | Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | -| [get_on_category_axis_point_count](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/#) | Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. | -| [get_on_category_axis_point_x_px](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/#int) | Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | -| [get_on_category_axis_point_y_px](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/#int) | Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | +| [`get_top_point_count(self)`](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_count/#) | Gets the number of top points after calls Chart.Calculate() method. | +| [`get_top_point_x_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_x_px/#int) | Gets x-coordinate of the top point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | +| [`get_top_point_y_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_top_point_y_px/#int) | Gets y-coordinate of the top point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D | +| [`get_bottom_point_count(self)`](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_count/#) | Gets the number of bottom points after calls Chart.Calculate() method. | +| [`get_bottom_point_x_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_x_px/#int) | Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | +| [`get_bottom_point_y_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_bottom_point_y_px/#int) | Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method.
Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid | +| [`get_on_category_axis_point_count(self)`](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/#) | Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. | +| [`get_on_category_axis_point_x_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/#int) | Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | +| [`get_on_category_axis_point_y_px(self, index)`](/cells/python-net/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/#int) | Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. | diff --git a/english/aspose.cells.charts/chartpoint/get_bottom_point_count/_index.md b/english/aspose.cells.charts/chartpoint/get_bottom_point_count/_index.md index aa499422ca..87971b1357 100644 --- a/english/aspose.cells.charts/chartpoint/get_bottom_point_count/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_bottom_point_count/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpoint/get_bottom_point_count/ is_root: false --- -## get_bottom_point_count {#} +## get_bottom_point_count(self) {#} Gets the number of bottom points after calls Chart.Calculate() method. ```python + def get_bottom_point_count(self): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_bottom_point_x_px/_index.md b/english/aspose.cells.charts/chartpoint/get_bottom_point_x_px/_index.md index 68174ba04e..8417d87de8 100644 --- a/english/aspose.cells.charts/chartpoint/get_bottom_point_x_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_bottom_point_x_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartpoint/get_bottom_point_x_px/ is_root: false --- -## get_bottom_point_x_px {#int} +## get_bottom_point_x_px(self, index) {#int} Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid @@ -16,6 +16,7 @@ Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid ```python + def get_bottom_point_x_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_bottom_point_y_px/_index.md b/english/aspose.cells.charts/chartpoint/get_bottom_point_y_px/_index.md index d1c94ba209..0da78c2c75 100644 --- a/english/aspose.cells.charts/chartpoint/get_bottom_point_y_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_bottom_point_y_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartpoint/get_bottom_point_y_px/ is_root: false --- -## get_bottom_point_y_px {#int} +## get_bottom_point_y_px(self, index) {#int} Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid @@ -16,6 +16,7 @@ Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid ```python + def get_bottom_point_y_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/_index.md b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/_index.md index 9091247a21..84f63da425 100644 --- a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_count/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpoint/get_on_category_axis_point_count/ is_root: false --- -## get_on_category_axis_point_count {#} +## get_on_category_axis_point_count(self) {#} Gets the number of the points on category axis after calls Chart.Calculate() method. Only applies to area chart. ```python + def get_on_category_axis_point_count(self): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/_index.md b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/_index.md index 854af86f5e..06a3f75185 100644 --- a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpoint/get_on_category_axis_point_x_px/ is_root: false --- -## get_on_category_axis_point_x_px {#int} +## get_on_category_axis_point_x_px(self, index) {#int} Gets x-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. ```python + def get_on_category_axis_point_x_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/_index.md b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/_index.md index 3b2ebfd750..ba13aa47d2 100644 --- a/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpoint/get_on_category_axis_point_y_px/ is_root: false --- -## get_on_category_axis_point_y_px {#int} +## get_on_category_axis_point_y_px(self, index) {#int} Gets y-coordinate of the point on category axis after calls Chart.Calculate() method. Only applies to Area chart. ```python + def get_on_category_axis_point_y_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_top_point_count/_index.md b/english/aspose.cells.charts/chartpoint/get_top_point_count/_index.md index 39e49a41d7..818c67fc6c 100644 --- a/english/aspose.cells.charts/chartpoint/get_top_point_count/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_top_point_count/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpoint/get_top_point_count/ is_root: false --- -## get_top_point_count {#} +## get_top_point_count(self) {#} Gets the number of top points after calls Chart.Calculate() method. ```python + def get_top_point_count(self): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_top_point_x_px/_index.md b/english/aspose.cells.charts/chartpoint/get_top_point_x_px/_index.md index 4e27341b96..68e71f7c96 100644 --- a/english/aspose.cells.charts/chartpoint/get_top_point_x_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_top_point_x_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartpoint/get_top_point_x_px/ is_root: false --- -## get_top_point_x_px {#int} +## get_top_point_x_px(self, index) {#int} Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D @@ -16,6 +16,7 @@ Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D ```python + def get_top_point_x_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpoint/get_top_point_y_px/_index.md b/english/aspose.cells.charts/chartpoint/get_top_point_y_px/_index.md index 2f7d9247d0..75b03ddfee 100644 --- a/english/aspose.cells.charts/chartpoint/get_top_point_y_px/_index.md +++ b/english/aspose.cells.charts/chartpoint/get_top_point_y_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartpoint/get_top_point_y_px/ is_root: false --- -## get_top_point_y_px {#int} +## get_top_point_y_px(self, index) {#int} Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D @@ -16,6 +16,7 @@ Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D ```python + def get_top_point_y_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/chartpointcollection/_index.md b/english/aspose.cells.charts/chartpointcollection/_index.md index 28d94c8077..ec3a140b63 100644 --- a/english/aspose.cells.charts/chartpointcollection/_index.md +++ b/english/aspose.cells.charts/chartpointcollection/_index.md @@ -33,9 +33,9 @@ Gets the [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) elemen ### Methods | Method | Description | | :- | :- | -| [get_enumerator](/cells/python-net/aspose.cells.charts/chartpointcollection/get_enumerator/#) | Returns an enumerator for the entire [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection). | -| [clear](/cells/python-net/aspose.cells.charts/chartpointcollection/clear/#) | Remove all setting of the chart points. | -| [remove_at](/cells/python-net/aspose.cells.charts/chartpointcollection/remove_at/#int) | Removes point at the index of the series.. | +| [`get_enumerator(self)`](/cells/python-net/aspose.cells.charts/chartpointcollection/get_enumerator/#) | Returns an enumerator for the entire [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection). | +| [`clear(self)`](/cells/python-net/aspose.cells.charts/chartpointcollection/clear/#) | Remove all setting of the chart points. | +| [`remove_at(self, index)`](/cells/python-net/aspose.cells.charts/chartpointcollection/remove_at/#int) | Removes point at the index of the series.. | diff --git a/english/aspose.cells.charts/chartpointcollection/clear/_index.md b/english/aspose.cells.charts/chartpointcollection/clear/_index.md index c48a1516f0..3f8acc8fd1 100644 --- a/english/aspose.cells.charts/chartpointcollection/clear/_index.md +++ b/english/aspose.cells.charts/chartpointcollection/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpointcollection/clear/ is_root: false --- -## clear {#} +## clear(self) {#} Remove all setting of the chart points. ```python + def clear(self): ... ``` diff --git a/english/aspose.cells.charts/chartpointcollection/get_enumerator/_index.md b/english/aspose.cells.charts/chartpointcollection/get_enumerator/_index.md index 62c4ab2b3d..7f2f22aadf 100644 --- a/english/aspose.cells.charts/chartpointcollection/get_enumerator/_index.md +++ b/english/aspose.cells.charts/chartpointcollection/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chartpointcollection/get_enumerator/ is_root: false --- -## get_enumerator {#} +## get_enumerator(self) {#} Returns an enumerator for the entire [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection). @@ -20,6 +20,7 @@ Returns an enumerator for the entire [`ChartPointCollection`](/cells/python-net/ ```python + def get_enumerator(self): ... ``` diff --git a/english/aspose.cells.charts/chartpointcollection/remove_at/_index.md b/english/aspose.cells.charts/chartpointcollection/remove_at/_index.md index 74746c4dd3..ef6ba29f18 100644 --- a/english/aspose.cells.charts/chartpointcollection/remove_at/_index.md +++ b/english/aspose.cells.charts/chartpointcollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chartpointcollection/remove_at/ is_root: false --- -## remove_at {#int} +## remove_at(self, index) {#int} Removes point at the index of the series.. ```python + def remove_at(self, index): ... ``` diff --git a/english/aspose.cells.charts/charttextframe/_index.md b/english/aspose.cells.charts/charttextframe/_index.md index d4194bd641..502aa9e712 100644 --- a/english/aspose.cells.charts/charttextframe/_index.md +++ b/english/aspose.cells.charts/charttextframe/_index.md @@ -41,10 +41,22 @@ The ChartTextFrame type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/charttextframe/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/charttextframe/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/charttextframe/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/charttextframe/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/charttextframe/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/charttextframe/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/charttextframe/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/charttextframe/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/charttextframe/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/charttextframe/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/charttextframe/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/charttextframe/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/charttextframe/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/charttextframe/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/charttextframe/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/charttextframe/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [is_auto_text](/cells/python-net/aspose.cells.charts/charttextframe/is_auto_text) | Indicates the text is auto generated. | | [is_deleted](/cells/python-net/aspose.cells.charts/charttextframe/is_deleted) | Indicates whether this data labels is deleted. | | [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/charttextframe/text_horizontal_alignment) | Gets and sets the text horizontal alignment. | @@ -63,8 +75,8 @@ The ChartTextFrame type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/charttextframe/set_position_auto/#) | Set position of the frame to automatic | -| [characters](/cells/python-net/aspose.cells.charts/charttextframe/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/charttextframe/set_position_auto/#) | Set position of the frame to automatic | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.charts/charttextframe/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | diff --git a/english/aspose.cells.charts/charttextframe/characters/_index.md b/english/aspose.cells.charts/charttextframe/characters/_index.md index abf9b09029..09c2bb43fd 100644 --- a/english/aspose.cells.charts/charttextframe/characters/_index.md +++ b/english/aspose.cells.charts/charttextframe/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/charttextframe/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.charts/charttextframe/default_height/_index.md b/english/aspose.cells.charts/charttextframe/default_height/_index.md index 85384ec4cc..4d96791bf4 100644 --- a/english/aspose.cells.charts/charttextframe/default_height/_index.md +++ b/english/aspose.cells.charts/charttextframe/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..c176733163 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 110 +url: /aspose.cells.charts/charttextframe/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/default_width/_index.md b/english/aspose.cells.charts/charttextframe/default_width/_index.md index 283de1617b..0cd67b1fbf 100644 --- a/english/aspose.cells.charts/charttextframe/default_width/_index.md +++ b/english/aspose.cells.charts/charttextframe/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.charts/charttextframe/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..66c6790abb --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 130 +url: /aspose.cells.charts/charttextframe/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/default_x/_index.md b/english/aspose.cells.charts/charttextframe/default_x/_index.md index bd66e7779c..c23763e611 100644 --- a/english/aspose.cells.charts/charttextframe/default_x/_index.md +++ b/english/aspose.cells.charts/charttextframe/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /aspose.cells.charts/charttextframe/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..dff7ed78f7 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells.charts/charttextframe/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/default_y/_index.md b/english/aspose.cells.charts/charttextframe/default_y/_index.md index a76787233f..9c43c8c8c4 100644 --- a/english/aspose.cells.charts/charttextframe/default_y/_index.md +++ b/english/aspose.cells.charts/charttextframe/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 160 url: /aspose.cells.charts/charttextframe/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..ae1b9b8c90 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 170 +url: /aspose.cells.charts/charttextframe/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/direction_type/_index.md b/english/aspose.cells.charts/charttextframe/direction_type/_index.md index 21f19b48a7..51b3daafca 100644 --- a/english/aspose.cells.charts/charttextframe/direction_type/_index.md +++ b/english/aspose.cells.charts/charttextframe/direction_type/_index.md @@ -3,7 +3,7 @@ title: direction_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/charttextframe/direction_type/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/font/_index.md b/english/aspose.cells.charts/charttextframe/font/_index.md index c8dcf25666..cefc8b3398 100644 --- a/english/aspose.cells.charts/charttextframe/font/_index.md +++ b/english/aspose.cells.charts/charttextframe/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 190 url: /aspose.cells.charts/charttextframe/font/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/height/_index.md b/english/aspose.cells.charts/charttextframe/height/_index.md index 0d0b564164..8f4e9f2104 100644 --- a/english/aspose.cells.charts/charttextframe/height/_index.md +++ b/english/aspose.cells.charts/charttextframe/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 200 url: /aspose.cells.charts/charttextframe/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/height_pixel/_index.md b/english/aspose.cells.charts/charttextframe/height_pixel/_index.md new file mode 100644 index 0000000000..2849c67861 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 210 +url: /aspose.cells.charts/charttextframe/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..9b9593cb43 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/charttextframe/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/is_auto_text/_index.md b/english/aspose.cells.charts/charttextframe/is_auto_text/_index.md index fbf9ffa072..aed42b4f92 100644 --- a/english/aspose.cells.charts/charttextframe/is_auto_text/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_auto_text/_index.md @@ -3,7 +3,7 @@ title: is_auto_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 230 url: /aspose.cells.charts/charttextframe/is_auto_text/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_automatic_rotation/_index.md b/english/aspose.cells.charts/charttextframe/is_automatic_rotation/_index.md index 5b44a7089d..db64efafb9 100644 --- a/english/aspose.cells.charts/charttextframe/is_automatic_rotation/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_automatic_rotation/_index.md @@ -3,7 +3,7 @@ title: is_automatic_rotation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/charttextframe/is_automatic_rotation/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_automatic_size/_index.md b/english/aspose.cells.charts/charttextframe/is_automatic_size/_index.md index fdf945ff71..cd6ee87b28 100644 --- a/english/aspose.cells.charts/charttextframe/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/charttextframe/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/charttextframe/is_default_pos_be_set/_index.md index de30ec79e2..eccaed1a48 100644 --- a/english/aspose.cells.charts/charttextframe/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/charttextframe/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_deleted/_index.md b/english/aspose.cells.charts/charttextframe/is_deleted/_index.md index 0a9ecd2f6c..709df2eb2f 100644 --- a/english/aspose.cells.charts/charttextframe/is_deleted/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_deleted/_index.md @@ -3,7 +3,7 @@ title: is_deleted property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/charttextframe/is_deleted/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_inner_mode/_index.md b/english/aspose.cells.charts/charttextframe/is_inner_mode/_index.md index 390d1999ad..6a5c4c50cb 100644 --- a/english/aspose.cells.charts/charttextframe/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/charttextframe/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_resize_shape_to_fit_text/_index.md b/english/aspose.cells.charts/charttextframe/is_resize_shape_to_fit_text/_index.md index 6cf94a1aca..60b315d20f 100644 --- a/english/aspose.cells.charts/charttextframe/is_resize_shape_to_fit_text/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_resize_shape_to_fit_text/_index.md @@ -3,7 +3,7 @@ title: is_resize_shape_to_fit_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 290 url: /aspose.cells.charts/charttextframe/is_resize_shape_to_fit_text/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/is_text_wrapped/_index.md b/english/aspose.cells.charts/charttextframe/is_text_wrapped/_index.md index 3ae0657f9f..29e627d57c 100644 --- a/english/aspose.cells.charts/charttextframe/is_text_wrapped/_index.md +++ b/english/aspose.cells.charts/charttextframe/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 300 url: /aspose.cells.charts/charttextframe/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/linked_source/_index.md b/english/aspose.cells.charts/charttextframe/linked_source/_index.md index 4ca1a5e321..f0c09091c7 100644 --- a/english/aspose.cells.charts/charttextframe/linked_source/_index.md +++ b/english/aspose.cells.charts/charttextframe/linked_source/_index.md @@ -3,7 +3,7 @@ title: linked_source property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 310 url: /aspose.cells.charts/charttextframe/linked_source/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/reading_order/_index.md b/english/aspose.cells.charts/charttextframe/reading_order/_index.md index 5901527308..a21855452e 100644 --- a/english/aspose.cells.charts/charttextframe/reading_order/_index.md +++ b/english/aspose.cells.charts/charttextframe/reading_order/_index.md @@ -3,7 +3,7 @@ title: reading_order property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 320 url: /aspose.cells.charts/charttextframe/reading_order/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/rotation_angle/_index.md b/english/aspose.cells.charts/charttextframe/rotation_angle/_index.md index 4d39c322fc..f612aade64 100644 --- a/english/aspose.cells.charts/charttextframe/rotation_angle/_index.md +++ b/english/aspose.cells.charts/charttextframe/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 330 url: /aspose.cells.charts/charttextframe/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/set_position_auto/_index.md b/english/aspose.cells.charts/charttextframe/set_position_auto/_index.md index a8502f7960..b0cf1ee896 100644 --- a/english/aspose.cells.charts/charttextframe/set_position_auto/_index.md +++ b/english/aspose.cells.charts/charttextframe/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/charttextframe/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/charttextframe/shadow/_index.md b/english/aspose.cells.charts/charttextframe/shadow/_index.md index b5874e7360..42e0a6b21f 100644 --- a/english/aspose.cells.charts/charttextframe/shadow/_index.md +++ b/english/aspose.cells.charts/charttextframe/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 340 url: /aspose.cells.charts/charttextframe/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/shape_properties/_index.md b/english/aspose.cells.charts/charttextframe/shape_properties/_index.md index 9b5f661e6f..3c32dd05cc 100644 --- a/english/aspose.cells.charts/charttextframe/shape_properties/_index.md +++ b/english/aspose.cells.charts/charttextframe/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 350 url: /aspose.cells.charts/charttextframe/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text/_index.md b/english/aspose.cells.charts/charttextframe/text/_index.md index 12bd7b2d77..0290137cbb 100644 --- a/english/aspose.cells.charts/charttextframe/text/_index.md +++ b/english/aspose.cells.charts/charttextframe/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 360 url: /aspose.cells.charts/charttextframe/text/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text_direction/_index.md b/english/aspose.cells.charts/charttextframe/text_direction/_index.md index bda044af61..dc92c86974 100644 --- a/english/aspose.cells.charts/charttextframe/text_direction/_index.md +++ b/english/aspose.cells.charts/charttextframe/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 370 url: /aspose.cells.charts/charttextframe/text_direction/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text_font/_index.md b/english/aspose.cells.charts/charttextframe/text_font/_index.md index 6cdb35225e..eba3c42a35 100644 --- a/english/aspose.cells.charts/charttextframe/text_font/_index.md +++ b/english/aspose.cells.charts/charttextframe/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 380 url: /aspose.cells.charts/charttextframe/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text_horizontal_alignment/_index.md b/english/aspose.cells.charts/charttextframe/text_horizontal_alignment/_index.md index 8e7cbc1409..798970bf53 100644 --- a/english/aspose.cells.charts/charttextframe/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.charts/charttextframe/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 390 url: /aspose.cells.charts/charttextframe/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text_options/_index.md b/english/aspose.cells.charts/charttextframe/text_options/_index.md index e9e0cad798..177d5e7c25 100644 --- a/english/aspose.cells.charts/charttextframe/text_options/_index.md +++ b/english/aspose.cells.charts/charttextframe/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 400 url: /aspose.cells.charts/charttextframe/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/text_vertical_alignment/_index.md b/english/aspose.cells.charts/charttextframe/text_vertical_alignment/_index.md index 4405b01248..8401c21483 100644 --- a/english/aspose.cells.charts/charttextframe/text_vertical_alignment/_index.md +++ b/english/aspose.cells.charts/charttextframe/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 410 url: /aspose.cells.charts/charttextframe/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/charttextframe/width/_index.md b/english/aspose.cells.charts/charttextframe/width/_index.md index fce6366ee5..8112dd0978 100644 --- a/english/aspose.cells.charts/charttextframe/width/_index.md +++ b/english/aspose.cells.charts/charttextframe/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 420 url: /aspose.cells.charts/charttextframe/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/width_pixel/_index.md b/english/aspose.cells.charts/charttextframe/width_pixel/_index.md new file mode 100644 index 0000000000..8ee7f2052f --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 430 +url: /aspose.cells.charts/charttextframe/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..7350be8a5d --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 440 +url: /aspose.cells.charts/charttextframe/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/x/_index.md b/english/aspose.cells.charts/charttextframe/x/_index.md index fe17bb5dbd..a005e8dd18 100644 --- a/english/aspose.cells.charts/charttextframe/x/_index.md +++ b/english/aspose.cells.charts/charttextframe/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 450 url: /aspose.cells.charts/charttextframe/x/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -X In Pixels = X * Chart.ChartObject.Width / 4000; +X In Pixels = X * Chart.ChartObject.Width / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/x_pixel/_index.md b/english/aspose.cells.charts/charttextframe/x_pixel/_index.md new file mode 100644 index 0000000000..4dea914df1 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 460 +url: /aspose.cells.charts/charttextframe/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..b6dad54f18 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/x_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 470 +url: /aspose.cells.charts/charttextframe/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +XPixel = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/y/_index.md b/english/aspose.cells.charts/charttextframe/y/_index.md index 15d3b28e8b..363873ccc1 100644 --- a/english/aspose.cells.charts/charttextframe/y/_index.md +++ b/english/aspose.cells.charts/charttextframe/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 480 url: /aspose.cells.charts/charttextframe/y/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -Y In Pixels = Y * Chart.ChartObject.Height / 4000; +Y In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/charttextframe/y_pixel/_index.md b/english/aspose.cells.charts/charttextframe/y_pixel/_index.md new file mode 100644 index 0000000000..137ce4e266 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 490 +url: /aspose.cells.charts/charttextframe/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/charttextframe/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/charttextframe/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..99bb525289 --- /dev/null +++ b/english/aspose.cells.charts/charttextframe/y_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 500 +url: /aspose.cells.charts/charttextframe/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +YPixel = YRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`ChartTextFrame`](/cells/python-net/aspose.cells.charts/charttextframe) diff --git a/english/aspose.cells.charts/datalabels/_index.md b/english/aspose.cells.charts/datalabels/_index.md index e23ebea357..2dbaf10355 100644 --- a/english/aspose.cells.charts/datalabels/_index.md +++ b/english/aspose.cells.charts/datalabels/_index.md @@ -42,10 +42,22 @@ The DataLabels type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/datalabels/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/datalabels/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/datalabels/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/datalabels/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/datalabels/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/datalabels/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/datalabels/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/datalabels/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/datalabels/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/datalabels/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/datalabels/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/datalabels/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/datalabels/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/datalabels/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/datalabels/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/datalabels/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [is_auto_text](/cells/python-net/aspose.cells.charts/datalabels/is_auto_text) | Indicates the text is auto generated. | | [is_deleted](/cells/python-net/aspose.cells.charts/datalabels/is_deleted) | Indicates whether this data labels is deleted. | | [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/datalabels/text_horizontal_alignment) | Gets and sets the text horizontal alignment. | @@ -79,9 +91,9 @@ The DataLabels type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/datalabels/set_position_auto/#) | Set position of the frame to automatic | -| [characters](/cells/python-net/aspose.cells.charts/datalabels/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [apply_font](/cells/python-net/aspose.cells.charts/datalabels/apply_font/#) | Apply the font of the datalabels to all child nodes. | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/datalabels/set_position_auto/#) | Set position of the frame to automatic | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.charts/datalabels/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`apply_font(self)`](/cells/python-net/aspose.cells.charts/datalabels/apply_font/#) | Apply the font of the datalabels to all child nodes. | diff --git a/english/aspose.cells.charts/datalabels/apply_font/_index.md b/english/aspose.cells.charts/datalabels/apply_font/_index.md index 57cb5d7d44..01876eea75 100644 --- a/english/aspose.cells.charts/datalabels/apply_font/_index.md +++ b/english/aspose.cells.charts/datalabels/apply_font/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/datalabels/apply_font/ is_root: false --- -## apply_font {#} +## apply_font(self) {#} Apply the font of the datalabels to all child nodes. ```python + def apply_font(self): ... ``` diff --git a/english/aspose.cells.charts/datalabels/characters/_index.md b/english/aspose.cells.charts/datalabels/characters/_index.md index 53306b4a08..462b67c3c2 100644 --- a/english/aspose.cells.charts/datalabels/characters/_index.md +++ b/english/aspose.cells.charts/datalabels/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/datalabels/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.charts/datalabels/default_height/_index.md b/english/aspose.cells.charts/datalabels/default_height/_index.md index 5dc66d253d..be149bc296 100644 --- a/english/aspose.cells.charts/datalabels/default_height/_index.md +++ b/english/aspose.cells.charts/datalabels/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..a7b11efc2e --- /dev/null +++ b/english/aspose.cells.charts/datalabels/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 120 +url: /aspose.cells.charts/datalabels/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/default_width/_index.md b/english/aspose.cells.charts/datalabels/default_width/_index.md index 5849c3b1b8..04e6075a0d 100644 --- a/english/aspose.cells.charts/datalabels/default_width/_index.md +++ b/english/aspose.cells.charts/datalabels/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.charts/datalabels/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..7c8412be6d --- /dev/null +++ b/english/aspose.cells.charts/datalabels/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 140 +url: /aspose.cells.charts/datalabels/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/default_x/_index.md b/english/aspose.cells.charts/datalabels/default_x/_index.md index 37c7d1155a..dda4634ea4 100644 --- a/english/aspose.cells.charts/datalabels/default_x/_index.md +++ b/english/aspose.cells.charts/datalabels/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 150 url: /aspose.cells.charts/datalabels/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..b26aa56c2c --- /dev/null +++ b/english/aspose.cells.charts/datalabels/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.charts/datalabels/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/default_y/_index.md b/english/aspose.cells.charts/datalabels/default_y/_index.md index 5a6c5adb99..dede4ccd57 100644 --- a/english/aspose.cells.charts/datalabels/default_y/_index.md +++ b/english/aspose.cells.charts/datalabels/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 170 url: /aspose.cells.charts/datalabels/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..01dc2d46e2 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 180 +url: /aspose.cells.charts/datalabels/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/direction_type/_index.md b/english/aspose.cells.charts/datalabels/direction_type/_index.md index 0c1f87197b..82f8cea376 100644 --- a/english/aspose.cells.charts/datalabels/direction_type/_index.md +++ b/english/aspose.cells.charts/datalabels/direction_type/_index.md @@ -3,7 +3,7 @@ title: direction_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 190 url: /aspose.cells.charts/datalabels/direction_type/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/font/_index.md b/english/aspose.cells.charts/datalabels/font/_index.md index b0449af42a..0d246df844 100644 --- a/english/aspose.cells.charts/datalabels/font/_index.md +++ b/english/aspose.cells.charts/datalabels/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 200 url: /aspose.cells.charts/datalabels/font/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/height/_index.md b/english/aspose.cells.charts/datalabels/height/_index.md index 7f63dc831b..33cc19a4fa 100644 --- a/english/aspose.cells.charts/datalabels/height/_index.md +++ b/english/aspose.cells.charts/datalabels/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 210 url: /aspose.cells.charts/datalabels/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/height_pixel/_index.md b/english/aspose.cells.charts/datalabels/height_pixel/_index.md new file mode 100644 index 0000000000..6ce5aabd51 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/datalabels/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..7093fbfbab --- /dev/null +++ b/english/aspose.cells.charts/datalabels/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 230 +url: /aspose.cells.charts/datalabels/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/is_auto_text/_index.md b/english/aspose.cells.charts/datalabels/is_auto_text/_index.md index d1f58c28b4..b822d32018 100644 --- a/english/aspose.cells.charts/datalabels/is_auto_text/_index.md +++ b/english/aspose.cells.charts/datalabels/is_auto_text/_index.md @@ -3,7 +3,7 @@ title: is_auto_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/datalabels/is_auto_text/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_automatic_rotation/_index.md b/english/aspose.cells.charts/datalabels/is_automatic_rotation/_index.md index 9cdb2390d4..ccdcbd4000 100644 --- a/english/aspose.cells.charts/datalabels/is_automatic_rotation/_index.md +++ b/english/aspose.cells.charts/datalabels/is_automatic_rotation/_index.md @@ -3,7 +3,7 @@ title: is_automatic_rotation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/datalabels/is_automatic_rotation/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_automatic_size/_index.md b/english/aspose.cells.charts/datalabels/is_automatic_size/_index.md index 2b54cba4f0..d0cd698b15 100644 --- a/english/aspose.cells.charts/datalabels/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/datalabels/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/datalabels/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/datalabels/is_default_pos_be_set/_index.md index 288fbd1e0d..181715e6d0 100644 --- a/english/aspose.cells.charts/datalabels/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/datalabels/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/datalabels/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_deleted/_index.md b/english/aspose.cells.charts/datalabels/is_deleted/_index.md index e512be6eb5..44d9fd5c6d 100644 --- a/english/aspose.cells.charts/datalabels/is_deleted/_index.md +++ b/english/aspose.cells.charts/datalabels/is_deleted/_index.md @@ -3,7 +3,7 @@ title: is_deleted property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/datalabels/is_deleted/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_inner_mode/_index.md b/english/aspose.cells.charts/datalabels/is_inner_mode/_index.md index 7aeaedf0ae..d91f72a791 100644 --- a/english/aspose.cells.charts/datalabels/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/datalabels/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 290 url: /aspose.cells.charts/datalabels/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_never_overlap/_index.md b/english/aspose.cells.charts/datalabels/is_never_overlap/_index.md index f987698c53..6d0115e700 100644 --- a/english/aspose.cells.charts/datalabels/is_never_overlap/_index.md +++ b/english/aspose.cells.charts/datalabels/is_never_overlap/_index.md @@ -3,7 +3,7 @@ title: is_never_overlap property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 300 url: /aspose.cells.charts/datalabels/is_never_overlap/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_resize_shape_to_fit_text/_index.md b/english/aspose.cells.charts/datalabels/is_resize_shape_to_fit_text/_index.md index 9f1e35f5d4..74ee0e3610 100644 --- a/english/aspose.cells.charts/datalabels/is_resize_shape_to_fit_text/_index.md +++ b/english/aspose.cells.charts/datalabels/is_resize_shape_to_fit_text/_index.md @@ -3,7 +3,7 @@ title: is_resize_shape_to_fit_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 310 url: /aspose.cells.charts/datalabels/is_resize_shape_to_fit_text/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/is_text_wrapped/_index.md b/english/aspose.cells.charts/datalabels/is_text_wrapped/_index.md index ed4bb4c3d0..ef35c59edc 100644 --- a/english/aspose.cells.charts/datalabels/is_text_wrapped/_index.md +++ b/english/aspose.cells.charts/datalabels/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 320 url: /aspose.cells.charts/datalabels/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/linked_source/_index.md b/english/aspose.cells.charts/datalabels/linked_source/_index.md index 9a4fb106b6..2b42be54a6 100644 --- a/english/aspose.cells.charts/datalabels/linked_source/_index.md +++ b/english/aspose.cells.charts/datalabels/linked_source/_index.md @@ -3,7 +3,7 @@ title: linked_source property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 330 url: /aspose.cells.charts/datalabels/linked_source/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/number/_index.md b/english/aspose.cells.charts/datalabels/number/_index.md index 9d5f36618f..5098fe1c87 100644 --- a/english/aspose.cells.charts/datalabels/number/_index.md +++ b/english/aspose.cells.charts/datalabels/number/_index.md @@ -3,7 +3,7 @@ title: number property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 340 url: /aspose.cells.charts/datalabels/number/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/number_format/_index.md b/english/aspose.cells.charts/datalabels/number_format/_index.md index 64b7ecde00..8d5c90701c 100644 --- a/english/aspose.cells.charts/datalabels/number_format/_index.md +++ b/english/aspose.cells.charts/datalabels/number_format/_index.md @@ -3,7 +3,7 @@ title: number_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 350 url: /aspose.cells.charts/datalabels/number_format/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/number_format_linked/_index.md b/english/aspose.cells.charts/datalabels/number_format_linked/_index.md index 67c2d29052..a597726a45 100644 --- a/english/aspose.cells.charts/datalabels/number_format_linked/_index.md +++ b/english/aspose.cells.charts/datalabels/number_format_linked/_index.md @@ -3,7 +3,7 @@ title: number_format_linked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 360 url: /aspose.cells.charts/datalabels/number_format_linked/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/position/_index.md b/english/aspose.cells.charts/datalabels/position/_index.md index 20af9ec607..7cf8416c63 100644 --- a/english/aspose.cells.charts/datalabels/position/_index.md +++ b/english/aspose.cells.charts/datalabels/position/_index.md @@ -3,7 +3,7 @@ title: position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 370 url: /aspose.cells.charts/datalabels/position/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/reading_order/_index.md b/english/aspose.cells.charts/datalabels/reading_order/_index.md index 091add4a49..b8ec40fb04 100644 --- a/english/aspose.cells.charts/datalabels/reading_order/_index.md +++ b/english/aspose.cells.charts/datalabels/reading_order/_index.md @@ -3,7 +3,7 @@ title: reading_order property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 380 url: /aspose.cells.charts/datalabels/reading_order/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/rotation_angle/_index.md b/english/aspose.cells.charts/datalabels/rotation_angle/_index.md index 12da03aa90..618f75d745 100644 --- a/english/aspose.cells.charts/datalabels/rotation_angle/_index.md +++ b/english/aspose.cells.charts/datalabels/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 390 url: /aspose.cells.charts/datalabels/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/separator_type/_index.md b/english/aspose.cells.charts/datalabels/separator_type/_index.md index 818d07a7ab..f4fd6cd4ed 100644 --- a/english/aspose.cells.charts/datalabels/separator_type/_index.md +++ b/english/aspose.cells.charts/datalabels/separator_type/_index.md @@ -3,7 +3,7 @@ title: separator_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 400 url: /aspose.cells.charts/datalabels/separator_type/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/separator_value/_index.md b/english/aspose.cells.charts/datalabels/separator_value/_index.md index 86c38a9b75..d8800918a7 100644 --- a/english/aspose.cells.charts/datalabels/separator_value/_index.md +++ b/english/aspose.cells.charts/datalabels/separator_value/_index.md @@ -3,7 +3,7 @@ title: separator_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 410 url: /aspose.cells.charts/datalabels/separator_value/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/set_position_auto/_index.md b/english/aspose.cells.charts/datalabels/set_position_auto/_index.md index 21a5098d0b..fa7d168cbf 100644 --- a/english/aspose.cells.charts/datalabels/set_position_auto/_index.md +++ b/english/aspose.cells.charts/datalabels/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/datalabels/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/datalabels/shadow/_index.md b/english/aspose.cells.charts/datalabels/shadow/_index.md index db256d1846..3a88b49b3d 100644 --- a/english/aspose.cells.charts/datalabels/shadow/_index.md +++ b/english/aspose.cells.charts/datalabels/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 420 url: /aspose.cells.charts/datalabels/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/shape_properties/_index.md b/english/aspose.cells.charts/datalabels/shape_properties/_index.md index e45a042123..6b4d49dc1d 100644 --- a/english/aspose.cells.charts/datalabels/shape_properties/_index.md +++ b/english/aspose.cells.charts/datalabels/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 430 url: /aspose.cells.charts/datalabels/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/shape_type/_index.md b/english/aspose.cells.charts/datalabels/shape_type/_index.md index ec0d351c5a..1efb971fd5 100644 --- a/english/aspose.cells.charts/datalabels/shape_type/_index.md +++ b/english/aspose.cells.charts/datalabels/shape_type/_index.md @@ -3,7 +3,7 @@ title: shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 440 url: /aspose.cells.charts/datalabels/shape_type/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_bubble_size/_index.md b/english/aspose.cells.charts/datalabels/show_bubble_size/_index.md index 9aa6a1c10e..4b480c632d 100644 --- a/english/aspose.cells.charts/datalabels/show_bubble_size/_index.md +++ b/english/aspose.cells.charts/datalabels/show_bubble_size/_index.md @@ -3,7 +3,7 @@ title: show_bubble_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 450 url: /aspose.cells.charts/datalabels/show_bubble_size/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_category_name/_index.md b/english/aspose.cells.charts/datalabels/show_category_name/_index.md index f3964e6188..9e51182511 100644 --- a/english/aspose.cells.charts/datalabels/show_category_name/_index.md +++ b/english/aspose.cells.charts/datalabels/show_category_name/_index.md @@ -3,7 +3,7 @@ title: show_category_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 460 url: /aspose.cells.charts/datalabels/show_category_name/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_cell_range/_index.md b/english/aspose.cells.charts/datalabels/show_cell_range/_index.md index bf559a5714..2a3a10bf7f 100644 --- a/english/aspose.cells.charts/datalabels/show_cell_range/_index.md +++ b/english/aspose.cells.charts/datalabels/show_cell_range/_index.md @@ -3,7 +3,7 @@ title: show_cell_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 470 url: /aspose.cells.charts/datalabels/show_cell_range/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_legend_key/_index.md b/english/aspose.cells.charts/datalabels/show_legend_key/_index.md index 80de026966..45e9db60d5 100644 --- a/english/aspose.cells.charts/datalabels/show_legend_key/_index.md +++ b/english/aspose.cells.charts/datalabels/show_legend_key/_index.md @@ -3,7 +3,7 @@ title: show_legend_key property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 480 url: /aspose.cells.charts/datalabels/show_legend_key/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_percentage/_index.md b/english/aspose.cells.charts/datalabels/show_percentage/_index.md index fda6c8719c..703751f3dd 100644 --- a/english/aspose.cells.charts/datalabels/show_percentage/_index.md +++ b/english/aspose.cells.charts/datalabels/show_percentage/_index.md @@ -3,7 +3,7 @@ title: show_percentage property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 490 url: /aspose.cells.charts/datalabels/show_percentage/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_series_name/_index.md b/english/aspose.cells.charts/datalabels/show_series_name/_index.md index 6ec516e965..c84ab5c99f 100644 --- a/english/aspose.cells.charts/datalabels/show_series_name/_index.md +++ b/english/aspose.cells.charts/datalabels/show_series_name/_index.md @@ -3,7 +3,7 @@ title: show_series_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 500 url: /aspose.cells.charts/datalabels/show_series_name/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/show_value/_index.md b/english/aspose.cells.charts/datalabels/show_value/_index.md index 504960a06c..06d170cadf 100644 --- a/english/aspose.cells.charts/datalabels/show_value/_index.md +++ b/english/aspose.cells.charts/datalabels/show_value/_index.md @@ -3,7 +3,7 @@ title: show_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 510 url: /aspose.cells.charts/datalabels/show_value/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text/_index.md b/english/aspose.cells.charts/datalabels/text/_index.md index a148ebaaef..5d66a8a6d5 100644 --- a/english/aspose.cells.charts/datalabels/text/_index.md +++ b/english/aspose.cells.charts/datalabels/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 520 url: /aspose.cells.charts/datalabels/text/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text_direction/_index.md b/english/aspose.cells.charts/datalabels/text_direction/_index.md index fba6b38f5e..a31aab9401 100644 --- a/english/aspose.cells.charts/datalabels/text_direction/_index.md +++ b/english/aspose.cells.charts/datalabels/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 530 url: /aspose.cells.charts/datalabels/text_direction/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text_font/_index.md b/english/aspose.cells.charts/datalabels/text_font/_index.md index 26e9806a07..4f19feee1a 100644 --- a/english/aspose.cells.charts/datalabels/text_font/_index.md +++ b/english/aspose.cells.charts/datalabels/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 540 url: /aspose.cells.charts/datalabels/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text_horizontal_alignment/_index.md b/english/aspose.cells.charts/datalabels/text_horizontal_alignment/_index.md index 8abcd11187..2410384c82 100644 --- a/english/aspose.cells.charts/datalabels/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.charts/datalabels/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 550 url: /aspose.cells.charts/datalabels/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text_options/_index.md b/english/aspose.cells.charts/datalabels/text_options/_index.md index ddac9032d0..c7b7c8fcd9 100644 --- a/english/aspose.cells.charts/datalabels/text_options/_index.md +++ b/english/aspose.cells.charts/datalabels/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 560 url: /aspose.cells.charts/datalabels/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/text_vertical_alignment/_index.md b/english/aspose.cells.charts/datalabels/text_vertical_alignment/_index.md index 228471975c..4affb218e5 100644 --- a/english/aspose.cells.charts/datalabels/text_vertical_alignment/_index.md +++ b/english/aspose.cells.charts/datalabels/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 570 url: /aspose.cells.charts/datalabels/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/datalabels/width/_index.md b/english/aspose.cells.charts/datalabels/width/_index.md index b859003404..857df91e32 100644 --- a/english/aspose.cells.charts/datalabels/width/_index.md +++ b/english/aspose.cells.charts/datalabels/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 580 url: /aspose.cells.charts/datalabels/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/width_pixel/_index.md b/english/aspose.cells.charts/datalabels/width_pixel/_index.md new file mode 100644 index 0000000000..047932ddc7 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 590 +url: /aspose.cells.charts/datalabels/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..0155cd3e01 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 600 +url: /aspose.cells.charts/datalabels/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/x/_index.md b/english/aspose.cells.charts/datalabels/x/_index.md index a3edd37f15..6a5b0cece0 100644 --- a/english/aspose.cells.charts/datalabels/x/_index.md +++ b/english/aspose.cells.charts/datalabels/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 610 url: /aspose.cells.charts/datalabels/x/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -X In Pixels = X * Chart.ChartObject.Width / 4000; +X In Pixels = X * Chart.ChartObject.Width / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/x_pixel/_index.md b/english/aspose.cells.charts/datalabels/x_pixel/_index.md new file mode 100644 index 0000000000..4061efc3f3 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 620 +url: /aspose.cells.charts/datalabels/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..54608c06de --- /dev/null +++ b/english/aspose.cells.charts/datalabels/x_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 630 +url: /aspose.cells.charts/datalabels/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +XPixel = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/y/_index.md b/english/aspose.cells.charts/datalabels/y/_index.md index 565db741a8..b8037bbac4 100644 --- a/english/aspose.cells.charts/datalabels/y/_index.md +++ b/english/aspose.cells.charts/datalabels/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 640 url: /aspose.cells.charts/datalabels/y/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -Y In Pixels = Y * Chart.ChartObject.Height / 4000; +Y In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/datalabels/y_pixel/_index.md b/english/aspose.cells.charts/datalabels/y_pixel/_index.md new file mode 100644 index 0000000000..3ec09ca9f0 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 650 +url: /aspose.cells.charts/datalabels/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/datalabels/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/datalabels/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..75be67ef74 --- /dev/null +++ b/english/aspose.cells.charts/datalabels/y_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 660 +url: /aspose.cells.charts/datalabels/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +YPixel = YRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DataLabels`](/cells/python-net/aspose.cells.charts/datalabels) diff --git a/english/aspose.cells.charts/displayunitlabel/_index.md b/english/aspose.cells.charts/displayunitlabel/_index.md index 829621b927..1ef977ab34 100644 --- a/english/aspose.cells.charts/displayunitlabel/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/_index.md @@ -42,10 +42,22 @@ The DisplayUnitLabel type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/displayunitlabel/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/displayunitlabel/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/displayunitlabel/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/displayunitlabel/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/displayunitlabel/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/displayunitlabel/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/displayunitlabel/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/displayunitlabel/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/displayunitlabel/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/displayunitlabel/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/displayunitlabel/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/displayunitlabel/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/displayunitlabel/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [is_auto_text](/cells/python-net/aspose.cells.charts/displayunitlabel/is_auto_text) | Indicates the text is auto generated. | | [is_deleted](/cells/python-net/aspose.cells.charts/displayunitlabel/is_deleted) | Indicates whether this data labels is deleted. | | [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/displayunitlabel/text_horizontal_alignment) | Gets and sets the text horizontal alignment. | @@ -64,8 +76,8 @@ The DisplayUnitLabel type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/displayunitlabel/set_position_auto/#) | Set position of the frame to automatic | -| [characters](/cells/python-net/aspose.cells.charts/displayunitlabel/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/displayunitlabel/set_position_auto/#) | Set position of the frame to automatic | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.charts/displayunitlabel/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | diff --git a/english/aspose.cells.charts/displayunitlabel/characters/_index.md b/english/aspose.cells.charts/displayunitlabel/characters/_index.md index 4171145861..e54dc9d101 100644 --- a/english/aspose.cells.charts/displayunitlabel/characters/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/displayunitlabel/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.charts/displayunitlabel/default_height/_index.md b/english/aspose.cells.charts/displayunitlabel/default_height/_index.md index 1e6096ef6d..257dd79f22 100644 --- a/english/aspose.cells.charts/displayunitlabel/default_height/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..bb26399d5d --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 110 +url: /aspose.cells.charts/displayunitlabel/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/default_width/_index.md b/english/aspose.cells.charts/displayunitlabel/default_width/_index.md index a20f3db393..85815bcba1 100644 --- a/english/aspose.cells.charts/displayunitlabel/default_width/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.charts/displayunitlabel/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..1312a66adb --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 130 +url: /aspose.cells.charts/displayunitlabel/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/default_x/_index.md b/english/aspose.cells.charts/displayunitlabel/default_x/_index.md index 51c7c00a6e..32f7d93d70 100644 --- a/english/aspose.cells.charts/displayunitlabel/default_x/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /aspose.cells.charts/displayunitlabel/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..ee12d97c9d --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells.charts/displayunitlabel/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/default_y/_index.md b/english/aspose.cells.charts/displayunitlabel/default_y/_index.md index e586df208e..88a667757e 100644 --- a/english/aspose.cells.charts/displayunitlabel/default_y/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 160 url: /aspose.cells.charts/displayunitlabel/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..5bb6541a2a --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 170 +url: /aspose.cells.charts/displayunitlabel/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/direction_type/_index.md b/english/aspose.cells.charts/displayunitlabel/direction_type/_index.md index e165be8d0f..fb89365846 100644 --- a/english/aspose.cells.charts/displayunitlabel/direction_type/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/direction_type/_index.md @@ -3,7 +3,7 @@ title: direction_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/displayunitlabel/direction_type/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/font/_index.md b/english/aspose.cells.charts/displayunitlabel/font/_index.md index fa2951fcad..50aee39e35 100644 --- a/english/aspose.cells.charts/displayunitlabel/font/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 190 url: /aspose.cells.charts/displayunitlabel/font/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/height/_index.md b/english/aspose.cells.charts/displayunitlabel/height/_index.md index 686dc8cb10..364247a40b 100644 --- a/english/aspose.cells.charts/displayunitlabel/height/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 200 url: /aspose.cells.charts/displayunitlabel/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/height_pixel/_index.md b/english/aspose.cells.charts/displayunitlabel/height_pixel/_index.md new file mode 100644 index 0000000000..0108a98274 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 210 +url: /aspose.cells.charts/displayunitlabel/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..fa01353482 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/displayunitlabel/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/is_auto_text/_index.md b/english/aspose.cells.charts/displayunitlabel/is_auto_text/_index.md index f25ed6feae..9c85c48911 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_auto_text/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_auto_text/_index.md @@ -3,7 +3,7 @@ title: is_auto_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 230 url: /aspose.cells.charts/displayunitlabel/is_auto_text/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_automatic_rotation/_index.md b/english/aspose.cells.charts/displayunitlabel/is_automatic_rotation/_index.md index a9e36a7df4..b88bed13a0 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_automatic_rotation/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_automatic_rotation/_index.md @@ -3,7 +3,7 @@ title: is_automatic_rotation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/displayunitlabel/is_automatic_rotation/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_automatic_size/_index.md b/english/aspose.cells.charts/displayunitlabel/is_automatic_size/_index.md index e1b28b489a..dd1763734b 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/displayunitlabel/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/displayunitlabel/is_default_pos_be_set/_index.md index abead749f2..7a06a45422 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/displayunitlabel/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_deleted/_index.md b/english/aspose.cells.charts/displayunitlabel/is_deleted/_index.md index 2b9a0832a0..ce948645b1 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_deleted/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_deleted/_index.md @@ -3,7 +3,7 @@ title: is_deleted property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/displayunitlabel/is_deleted/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_inner_mode/_index.md b/english/aspose.cells.charts/displayunitlabel/is_inner_mode/_index.md index ea7ce0816e..7d1cb67f3c 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/displayunitlabel/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_resize_shape_to_fit_text/_index.md b/english/aspose.cells.charts/displayunitlabel/is_resize_shape_to_fit_text/_index.md index 6aa55d1d2e..5fde06ce9c 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_resize_shape_to_fit_text/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_resize_shape_to_fit_text/_index.md @@ -3,7 +3,7 @@ title: is_resize_shape_to_fit_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 290 url: /aspose.cells.charts/displayunitlabel/is_resize_shape_to_fit_text/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/is_text_wrapped/_index.md b/english/aspose.cells.charts/displayunitlabel/is_text_wrapped/_index.md index ab478935d9..700f769041 100644 --- a/english/aspose.cells.charts/displayunitlabel/is_text_wrapped/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 300 url: /aspose.cells.charts/displayunitlabel/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/linked_source/_index.md b/english/aspose.cells.charts/displayunitlabel/linked_source/_index.md index 9089ad8adf..da3d63f833 100644 --- a/english/aspose.cells.charts/displayunitlabel/linked_source/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/linked_source/_index.md @@ -3,7 +3,7 @@ title: linked_source property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 310 url: /aspose.cells.charts/displayunitlabel/linked_source/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/reading_order/_index.md b/english/aspose.cells.charts/displayunitlabel/reading_order/_index.md index e96c448ce9..005ab2e9a1 100644 --- a/english/aspose.cells.charts/displayunitlabel/reading_order/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/reading_order/_index.md @@ -3,7 +3,7 @@ title: reading_order property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 320 url: /aspose.cells.charts/displayunitlabel/reading_order/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/rotation_angle/_index.md b/english/aspose.cells.charts/displayunitlabel/rotation_angle/_index.md index 1dab7cc8c0..b00ae76200 100644 --- a/english/aspose.cells.charts/displayunitlabel/rotation_angle/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 330 url: /aspose.cells.charts/displayunitlabel/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/set_position_auto/_index.md b/english/aspose.cells.charts/displayunitlabel/set_position_auto/_index.md index 5629d28911..26260a4cb2 100644 --- a/english/aspose.cells.charts/displayunitlabel/set_position_auto/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/displayunitlabel/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/displayunitlabel/shadow/_index.md b/english/aspose.cells.charts/displayunitlabel/shadow/_index.md index b5d9578cdb..84a1e4c55f 100644 --- a/english/aspose.cells.charts/displayunitlabel/shadow/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 340 url: /aspose.cells.charts/displayunitlabel/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/shape_properties/_index.md b/english/aspose.cells.charts/displayunitlabel/shape_properties/_index.md index f703109f26..b76914257d 100644 --- a/english/aspose.cells.charts/displayunitlabel/shape_properties/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 350 url: /aspose.cells.charts/displayunitlabel/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text/_index.md b/english/aspose.cells.charts/displayunitlabel/text/_index.md index 4f6cf74e8a..b86e608880 100644 --- a/english/aspose.cells.charts/displayunitlabel/text/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 360 url: /aspose.cells.charts/displayunitlabel/text/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text_direction/_index.md b/english/aspose.cells.charts/displayunitlabel/text_direction/_index.md index a087531262..01a71943f8 100644 --- a/english/aspose.cells.charts/displayunitlabel/text_direction/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 370 url: /aspose.cells.charts/displayunitlabel/text_direction/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text_font/_index.md b/english/aspose.cells.charts/displayunitlabel/text_font/_index.md index d94dff8a7a..1b4a8b6a99 100644 --- a/english/aspose.cells.charts/displayunitlabel/text_font/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 380 url: /aspose.cells.charts/displayunitlabel/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text_horizontal_alignment/_index.md b/english/aspose.cells.charts/displayunitlabel/text_horizontal_alignment/_index.md index a914b9b6e8..5205785fd4 100644 --- a/english/aspose.cells.charts/displayunitlabel/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 390 url: /aspose.cells.charts/displayunitlabel/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text_options/_index.md b/english/aspose.cells.charts/displayunitlabel/text_options/_index.md index 6d3505ad47..f27e393cd7 100644 --- a/english/aspose.cells.charts/displayunitlabel/text_options/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 400 url: /aspose.cells.charts/displayunitlabel/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/text_vertical_alignment/_index.md b/english/aspose.cells.charts/displayunitlabel/text_vertical_alignment/_index.md index 61854a3e84..906679d723 100644 --- a/english/aspose.cells.charts/displayunitlabel/text_vertical_alignment/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 410 url: /aspose.cells.charts/displayunitlabel/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/displayunitlabel/width/_index.md b/english/aspose.cells.charts/displayunitlabel/width/_index.md index b7af85fab2..b76019c19b 100644 --- a/english/aspose.cells.charts/displayunitlabel/width/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 420 url: /aspose.cells.charts/displayunitlabel/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/width_pixel/_index.md b/english/aspose.cells.charts/displayunitlabel/width_pixel/_index.md new file mode 100644 index 0000000000..42d42bc168 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 430 +url: /aspose.cells.charts/displayunitlabel/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..f142e34282 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 440 +url: /aspose.cells.charts/displayunitlabel/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/x/_index.md b/english/aspose.cells.charts/displayunitlabel/x/_index.md index d4d89e8337..a781171269 100644 --- a/english/aspose.cells.charts/displayunitlabel/x/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 450 url: /aspose.cells.charts/displayunitlabel/x/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -X In Pixels = X * Chart.ChartObject.Width / 4000; +X In Pixels = X * Chart.ChartObject.Width / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/x_pixel/_index.md b/english/aspose.cells.charts/displayunitlabel/x_pixel/_index.md new file mode 100644 index 0000000000..40fa962b86 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 460 +url: /aspose.cells.charts/displayunitlabel/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..f5d8b800d2 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/x_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 470 +url: /aspose.cells.charts/displayunitlabel/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +XPixel = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/y/_index.md b/english/aspose.cells.charts/displayunitlabel/y/_index.md index 878cecd16f..80553b4a74 100644 --- a/english/aspose.cells.charts/displayunitlabel/y/_index.md +++ b/english/aspose.cells.charts/displayunitlabel/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 480 url: /aspose.cells.charts/displayunitlabel/y/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -Y In Pixels = Y * Chart.ChartObject.Height / 4000; +Y In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/displayunitlabel/y_pixel/_index.md b/english/aspose.cells.charts/displayunitlabel/y_pixel/_index.md new file mode 100644 index 0000000000..dc7c563ca9 --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 490 +url: /aspose.cells.charts/displayunitlabel/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/displayunitlabel/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/displayunitlabel/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..6e4116d91a --- /dev/null +++ b/english/aspose.cells.charts/displayunitlabel/y_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 500 +url: /aspose.cells.charts/displayunitlabel/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +YPixel = YRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`DisplayUnitLabel`](/cells/python-net/aspose.cells.charts/displayunitlabel) diff --git a/english/aspose.cells.charts/legend/_index.md b/english/aspose.cells.charts/legend/_index.md index 8751249b63..764464c810 100644 --- a/english/aspose.cells.charts/legend/_index.md +++ b/english/aspose.cells.charts/legend/_index.md @@ -42,10 +42,22 @@ The Legend type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/legend/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/legend/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/legend/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/legend/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/legend/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/legend/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/legend/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/legend/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/legend/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/legend/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/legend/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/legend/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/legend/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/legend/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/legend/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/legend/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [is_auto_text](/cells/python-net/aspose.cells.charts/legend/is_auto_text) | Indicates the text is auto generated. | | [is_deleted](/cells/python-net/aspose.cells.charts/legend/is_deleted) | Indicates whether this data labels is deleted. | | [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/legend/text_horizontal_alignment) | Gets and sets the text horizontal alignment. | @@ -68,9 +80,9 @@ The Legend type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/legend/set_position_auto/#) | Set position of the frame to automatic | -| [characters](/cells/python-net/aspose.cells.charts/legend/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_legend_labels](/cells/python-net/aspose.cells.charts/legend/get_legend_labels/#) | Gets the labels of the legend entries after call Chart.Calculate() method. | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/legend/set_position_auto/#) | Set position of the frame to automatic | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.charts/legend/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_legend_labels(self)`](/cells/python-net/aspose.cells.charts/legend/get_legend_labels/#) | Gets the labels of the legend entries after call Chart.Calculate() method. | diff --git a/english/aspose.cells.charts/legend/characters/_index.md b/english/aspose.cells.charts/legend/characters/_index.md index 1f18db2f2c..ed9d5958dc 100644 --- a/english/aspose.cells.charts/legend/characters/_index.md +++ b/english/aspose.cells.charts/legend/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/legend/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.charts/legend/default_height/_index.md b/english/aspose.cells.charts/legend/default_height/_index.md index 10ca7e9790..2e152b3e70 100644 --- a/english/aspose.cells.charts/legend/default_height/_index.md +++ b/english/aspose.cells.charts/legend/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..d6bc69aba6 --- /dev/null +++ b/english/aspose.cells.charts/legend/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 120 +url: /aspose.cells.charts/legend/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/default_width/_index.md b/english/aspose.cells.charts/legend/default_width/_index.md index a8a65ba02e..73617a573d 100644 --- a/english/aspose.cells.charts/legend/default_width/_index.md +++ b/english/aspose.cells.charts/legend/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.charts/legend/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..0d7ea2f82d --- /dev/null +++ b/english/aspose.cells.charts/legend/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 140 +url: /aspose.cells.charts/legend/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/default_x/_index.md b/english/aspose.cells.charts/legend/default_x/_index.md index a4c8332028..7d89ff7c8f 100644 --- a/english/aspose.cells.charts/legend/default_x/_index.md +++ b/english/aspose.cells.charts/legend/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 150 url: /aspose.cells.charts/legend/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..5564a293f5 --- /dev/null +++ b/english/aspose.cells.charts/legend/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.charts/legend/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/default_y/_index.md b/english/aspose.cells.charts/legend/default_y/_index.md index ee9b7da3ef..d6963f8eba 100644 --- a/english/aspose.cells.charts/legend/default_y/_index.md +++ b/english/aspose.cells.charts/legend/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 170 url: /aspose.cells.charts/legend/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..51eccf430c --- /dev/null +++ b/english/aspose.cells.charts/legend/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 180 +url: /aspose.cells.charts/legend/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/direction_type/_index.md b/english/aspose.cells.charts/legend/direction_type/_index.md index 3de3336ada..d48c9e98f7 100644 --- a/english/aspose.cells.charts/legend/direction_type/_index.md +++ b/english/aspose.cells.charts/legend/direction_type/_index.md @@ -3,7 +3,7 @@ title: direction_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 190 url: /aspose.cells.charts/legend/direction_type/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/font/_index.md b/english/aspose.cells.charts/legend/font/_index.md index b52c94419c..bbe13838f0 100644 --- a/english/aspose.cells.charts/legend/font/_index.md +++ b/english/aspose.cells.charts/legend/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 200 url: /aspose.cells.charts/legend/font/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/get_legend_labels/_index.md b/english/aspose.cells.charts/legend/get_legend_labels/_index.md index 69b8d5efa5..08aab80698 100644 --- a/english/aspose.cells.charts/legend/get_legend_labels/_index.md +++ b/english/aspose.cells.charts/legend/get_legend_labels/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/legend/get_legend_labels/ is_root: false --- -## get_legend_labels {#} +## get_legend_labels(self) {#} Gets the labels of the legend entries after call Chart.Calculate() method. ```python + def get_legend_labels(self): ... ``` diff --git a/english/aspose.cells.charts/legend/height/_index.md b/english/aspose.cells.charts/legend/height/_index.md index 65a7efa139..c2cbae88dc 100644 --- a/english/aspose.cells.charts/legend/height/_index.md +++ b/english/aspose.cells.charts/legend/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 210 url: /aspose.cells.charts/legend/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/height_pixel/_index.md b/english/aspose.cells.charts/legend/height_pixel/_index.md new file mode 100644 index 0000000000..004ac625a7 --- /dev/null +++ b/english/aspose.cells.charts/legend/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/legend/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..d1cb89024d --- /dev/null +++ b/english/aspose.cells.charts/legend/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 230 +url: /aspose.cells.charts/legend/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/is_auto_text/_index.md b/english/aspose.cells.charts/legend/is_auto_text/_index.md index 13a012c238..0782114d68 100644 --- a/english/aspose.cells.charts/legend/is_auto_text/_index.md +++ b/english/aspose.cells.charts/legend/is_auto_text/_index.md @@ -3,7 +3,7 @@ title: is_auto_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/legend/is_auto_text/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_automatic_rotation/_index.md b/english/aspose.cells.charts/legend/is_automatic_rotation/_index.md index c1af0b0ea2..b80a10b9fd 100644 --- a/english/aspose.cells.charts/legend/is_automatic_rotation/_index.md +++ b/english/aspose.cells.charts/legend/is_automatic_rotation/_index.md @@ -3,7 +3,7 @@ title: is_automatic_rotation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/legend/is_automatic_rotation/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_automatic_size/_index.md b/english/aspose.cells.charts/legend/is_automatic_size/_index.md index b14a1f9819..14396c3896 100644 --- a/english/aspose.cells.charts/legend/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/legend/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/legend/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/legend/is_default_pos_be_set/_index.md index ff73236388..19ad0d40b5 100644 --- a/english/aspose.cells.charts/legend/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/legend/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/legend/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_deleted/_index.md b/english/aspose.cells.charts/legend/is_deleted/_index.md index 392176c2ab..3e9e8b323e 100644 --- a/english/aspose.cells.charts/legend/is_deleted/_index.md +++ b/english/aspose.cells.charts/legend/is_deleted/_index.md @@ -3,7 +3,7 @@ title: is_deleted property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/legend/is_deleted/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_inner_mode/_index.md b/english/aspose.cells.charts/legend/is_inner_mode/_index.md index f3bbe9e778..fa889b7fa0 100644 --- a/english/aspose.cells.charts/legend/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/legend/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 290 url: /aspose.cells.charts/legend/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_over_lay/_index.md b/english/aspose.cells.charts/legend/is_over_lay/_index.md index d0833ba7fa..7d004144c1 100644 --- a/english/aspose.cells.charts/legend/is_over_lay/_index.md +++ b/english/aspose.cells.charts/legend/is_over_lay/_index.md @@ -3,7 +3,7 @@ title: is_over_lay property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 300 url: /aspose.cells.charts/legend/is_over_lay/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_resize_shape_to_fit_text/_index.md b/english/aspose.cells.charts/legend/is_resize_shape_to_fit_text/_index.md index aed10a8731..2e9ee0677c 100644 --- a/english/aspose.cells.charts/legend/is_resize_shape_to_fit_text/_index.md +++ b/english/aspose.cells.charts/legend/is_resize_shape_to_fit_text/_index.md @@ -3,7 +3,7 @@ title: is_resize_shape_to_fit_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 310 url: /aspose.cells.charts/legend/is_resize_shape_to_fit_text/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/is_text_wrapped/_index.md b/english/aspose.cells.charts/legend/is_text_wrapped/_index.md index 03623b4c90..0cf6fd26b0 100644 --- a/english/aspose.cells.charts/legend/is_text_wrapped/_index.md +++ b/english/aspose.cells.charts/legend/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 320 url: /aspose.cells.charts/legend/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/legend_entries/_index.md b/english/aspose.cells.charts/legend/legend_entries/_index.md index 8a597c2e71..1d1cd79b12 100644 --- a/english/aspose.cells.charts/legend/legend_entries/_index.md +++ b/english/aspose.cells.charts/legend/legend_entries/_index.md @@ -3,7 +3,7 @@ title: legend_entries property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 330 url: /aspose.cells.charts/legend/legend_entries/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/legend_entries_labels/_index.md b/english/aspose.cells.charts/legend/legend_entries_labels/_index.md index d165147eb4..00217a3d2f 100644 --- a/english/aspose.cells.charts/legend/legend_entries_labels/_index.md +++ b/english/aspose.cells.charts/legend/legend_entries_labels/_index.md @@ -3,7 +3,7 @@ title: legend_entries_labels property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 340 url: /aspose.cells.charts/legend/legend_entries_labels/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/linked_source/_index.md b/english/aspose.cells.charts/legend/linked_source/_index.md index 7246bac18c..ac4d67d6c3 100644 --- a/english/aspose.cells.charts/legend/linked_source/_index.md +++ b/english/aspose.cells.charts/legend/linked_source/_index.md @@ -3,7 +3,7 @@ title: linked_source property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 350 url: /aspose.cells.charts/legend/linked_source/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/position/_index.md b/english/aspose.cells.charts/legend/position/_index.md index 89a981481c..579f8ee26b 100644 --- a/english/aspose.cells.charts/legend/position/_index.md +++ b/english/aspose.cells.charts/legend/position/_index.md @@ -3,7 +3,7 @@ title: position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 360 url: /aspose.cells.charts/legend/position/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/reading_order/_index.md b/english/aspose.cells.charts/legend/reading_order/_index.md index a170817c74..7a84ceec2b 100644 --- a/english/aspose.cells.charts/legend/reading_order/_index.md +++ b/english/aspose.cells.charts/legend/reading_order/_index.md @@ -3,7 +3,7 @@ title: reading_order property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 370 url: /aspose.cells.charts/legend/reading_order/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/rotation_angle/_index.md b/english/aspose.cells.charts/legend/rotation_angle/_index.md index 49e61a1d7b..e10436db73 100644 --- a/english/aspose.cells.charts/legend/rotation_angle/_index.md +++ b/english/aspose.cells.charts/legend/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 380 url: /aspose.cells.charts/legend/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/set_position_auto/_index.md b/english/aspose.cells.charts/legend/set_position_auto/_index.md index 95c66f5461..85b4d3b2e6 100644 --- a/english/aspose.cells.charts/legend/set_position_auto/_index.md +++ b/english/aspose.cells.charts/legend/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/legend/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/legend/shadow/_index.md b/english/aspose.cells.charts/legend/shadow/_index.md index e95bbc3ff9..b5c8b2a386 100644 --- a/english/aspose.cells.charts/legend/shadow/_index.md +++ b/english/aspose.cells.charts/legend/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 390 url: /aspose.cells.charts/legend/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/shape_properties/_index.md b/english/aspose.cells.charts/legend/shape_properties/_index.md index d2dfccc8f8..229078474f 100644 --- a/english/aspose.cells.charts/legend/shape_properties/_index.md +++ b/english/aspose.cells.charts/legend/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 400 url: /aspose.cells.charts/legend/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text/_index.md b/english/aspose.cells.charts/legend/text/_index.md index 29a13de4e7..722123b1ea 100644 --- a/english/aspose.cells.charts/legend/text/_index.md +++ b/english/aspose.cells.charts/legend/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 410 url: /aspose.cells.charts/legend/text/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text_direction/_index.md b/english/aspose.cells.charts/legend/text_direction/_index.md index 2f0f28bc7f..f17ff8cbee 100644 --- a/english/aspose.cells.charts/legend/text_direction/_index.md +++ b/english/aspose.cells.charts/legend/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 420 url: /aspose.cells.charts/legend/text_direction/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text_font/_index.md b/english/aspose.cells.charts/legend/text_font/_index.md index 05bb9f3396..c8d8bfa2fa 100644 --- a/english/aspose.cells.charts/legend/text_font/_index.md +++ b/english/aspose.cells.charts/legend/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 430 url: /aspose.cells.charts/legend/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text_horizontal_alignment/_index.md b/english/aspose.cells.charts/legend/text_horizontal_alignment/_index.md index 67eef10e44..247835061c 100644 --- a/english/aspose.cells.charts/legend/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.charts/legend/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 440 url: /aspose.cells.charts/legend/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text_options/_index.md b/english/aspose.cells.charts/legend/text_options/_index.md index d4bb205623..ab0c7e3572 100644 --- a/english/aspose.cells.charts/legend/text_options/_index.md +++ b/english/aspose.cells.charts/legend/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 450 url: /aspose.cells.charts/legend/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/text_vertical_alignment/_index.md b/english/aspose.cells.charts/legend/text_vertical_alignment/_index.md index d290c7580e..6f4b2c6615 100644 --- a/english/aspose.cells.charts/legend/text_vertical_alignment/_index.md +++ b/english/aspose.cells.charts/legend/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 460 url: /aspose.cells.charts/legend/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/legend/width/_index.md b/english/aspose.cells.charts/legend/width/_index.md index 5b4cc01b14..117c454b4c 100644 --- a/english/aspose.cells.charts/legend/width/_index.md +++ b/english/aspose.cells.charts/legend/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 470 url: /aspose.cells.charts/legend/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/width_pixel/_index.md b/english/aspose.cells.charts/legend/width_pixel/_index.md new file mode 100644 index 0000000000..0cba552e76 --- /dev/null +++ b/english/aspose.cells.charts/legend/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 480 +url: /aspose.cells.charts/legend/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..bb3dfd3a74 --- /dev/null +++ b/english/aspose.cells.charts/legend/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 490 +url: /aspose.cells.charts/legend/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/x/_index.md b/english/aspose.cells.charts/legend/x/_index.md index cf64aa416a..559e4b18b6 100644 --- a/english/aspose.cells.charts/legend/x/_index.md +++ b/english/aspose.cells.charts/legend/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 500 url: /aspose.cells.charts/legend/x/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -X In Pixels = X * Chart.ChartObject.Width / 4000; +X In Pixels = X * Chart.ChartObject.Width / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/x_pixel/_index.md b/english/aspose.cells.charts/legend/x_pixel/_index.md new file mode 100644 index 0000000000..d0e51c9ad3 --- /dev/null +++ b/english/aspose.cells.charts/legend/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 510 +url: /aspose.cells.charts/legend/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..7cc9233e5b --- /dev/null +++ b/english/aspose.cells.charts/legend/x_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 520 +url: /aspose.cells.charts/legend/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +XPixel = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/y/_index.md b/english/aspose.cells.charts/legend/y/_index.md index 9150b504ca..3151f37db0 100644 --- a/english/aspose.cells.charts/legend/y/_index.md +++ b/english/aspose.cells.charts/legend/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 530 url: /aspose.cells.charts/legend/y/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the How to convert units of 1/4000 to pixels? -Y In Pixels = Y * Chart.ChartObject.Height / 4000; +Y In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/legend/y_pixel/_index.md b/english/aspose.cells.charts/legend/y_pixel/_index.md new file mode 100644 index 0000000000..8ff9a9c4b7 --- /dev/null +++ b/english/aspose.cells.charts/legend/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 540 +url: /aspose.cells.charts/legend/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legend/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/legend/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..cfd656ca6a --- /dev/null +++ b/english/aspose.cells.charts/legend/y_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 550 +url: /aspose.cells.charts/legend/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +YPixel = YRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Legend`](/cells/python-net/aspose.cells.charts/legend) diff --git a/english/aspose.cells.charts/legendentrycollection/_index.md b/english/aspose.cells.charts/legendentrycollection/_index.md index 01036cd9e1..439b9a542f 100644 --- a/english/aspose.cells.charts/legendentrycollection/_index.md +++ b/english/aspose.cells.charts/legendentrycollection/_index.md @@ -25,14 +25,14 @@ The LegendEntryCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.charts/legendentrycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.charts/legendentrycollection/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. | -| [index_of](/cells/python-net/aspose.cells.charts/legendentrycollection/index_of/#aspose.cells.charts.LegendEntry-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. | -| [index_of](/cells/python-net/aspose.cells.charts/legendentrycollection/index_of/#aspose.cells.charts.LegendEntry-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/legendentrycollection/last_index_of/#aspose.cells.charts.LegendEntry) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/legendentrycollection/last_index_of/#aspose.cells.charts.LegendEntry-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](/cells/python-net/aspose.cells.charts/legendentrycollection/last_index_of/#aspose.cells.charts.LegendEntry-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. | -| [binary_search](/cells/python-net/aspose.cells.charts/legendentrycollection/binary_search/#aspose.cells.charts.LegendEntry) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/legendentrycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/legendentrycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/legendentrycollection/index_of/#aspose.cells.charts.legendentry-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/legendentrycollection/index_of/#aspose.cells.charts.legendentry-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/legendentrycollection/last_index_of/#aspose.cells.charts.legendentry) | 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.charts/legendentrycollection/last_index_of/#aspose.cells.charts.legendentry-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.charts/legendentrycollection/last_index_of/#aspose.cells.charts.legendentry-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/legendentrycollection/binary_search/#aspose.cells.charts.legendentry) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/legendentrycollection/binary_search/_index.md b/english/aspose.cells.charts/legendentrycollection/binary_search/_index.md index 03c1bd7509..f4ebd34eeb 100644 --- a/english/aspose.cells.charts/legendentrycollection/binary_search/_index.md +++ b/english/aspose.cells.charts/legendentrycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/legendentrycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.LegendEntry} +## binary_search(self, item) {#aspose.cells.charts.LegendEntry} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/legendentrycollection/copy_to/_index.md b/english/aspose.cells.charts/legendentrycollection/copy_to/_index.md index 6840dd1763..59ca2833c3 100644 --- a/english/aspose.cells.charts/legendentrycollection/copy_to/_index.md +++ b/english/aspose.cells.charts/legendentrycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/legendentrycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/legendentrycollection/index_of/_index.md b/english/aspose.cells.charts/legendentrycollection/index_of/_index.md index e6c5c0d578..9c8b44abe6 100644 --- a/english/aspose.cells.charts/legendentrycollection/index_of/_index.md +++ b/english/aspose.cells.charts/legendentrycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/legendentrycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.LegendEntry-int} +## index_of(self, item, index) {#aspose.cells.charts.LegendEntry-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.LegendEntry-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.LegendEntry-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/legendentrycollection/last_index_of/_index.md b/english/aspose.cells.charts/legendentrycollection/last_index_of/_index.md index 8ec7e4cc04..1fb2c888b8 100644 --- a/english/aspose.cells.charts/legendentrycollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/legendentrycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/legendentrycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.LegendEntry} +## last_index_of(self, item) {#aspose.cells.charts.LegendEntry} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`LegendEntry`](/cells/python-net/aspose.cells.charts/legendentry) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.LegendEntry-int} +## last_index_of(self, item, index) {#aspose.cells.charts.LegendEntry-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.LegendEntry-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.LegendEntry-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/plotarea/_index.md b/english/aspose.cells.charts/plotarea/_index.md index bec8af4187..9d39e2cbf7 100644 --- a/english/aspose.cells.charts/plotarea/_index.md +++ b/english/aspose.cells.charts/plotarea/_index.md @@ -41,20 +41,36 @@ The PlotArea type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/plotarea/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/plotarea/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/plotarea/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/plotarea/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/plotarea/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/plotarea/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/plotarea/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/plotarea/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/plotarea/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/plotarea/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/plotarea/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/x_ratio_to_chart) | Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/y_ratio_to_chart) | Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/width_ratio_to_chart) | Gets or sets the width of plot-area bounding box in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/height_ratio_to_chart) | Gets or sets the height of plot-area bounding box in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/plotarea/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/plotarea/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/plotarea/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/plotarea/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [inner_x](/cells/python-net/aspose.cells.charts/plotarea/inner_x) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | | [inner_y](/cells/python-net/aspose.cells.charts/plotarea/inner_y) | Gets or gets the x coordinate of the upper top corner of plot area in units of 1/4000 of the chart area. | | [inner_height](/cells/python-net/aspose.cells.charts/plotarea/inner_height) | Gets or sets the height of plot area in units of 1/4000 of the chart area. | | [inner_width](/cells/python-net/aspose.cells.charts/plotarea/inner_width) | Gets or sets the width of plot area in units of 1/4000 of the chart area. | +| [inner_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/inner_x_ratio_to_chart) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | +| [inner_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/inner_y_ratio_to_chart) | Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. | +| [inner_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/inner_height_ratio_to_chart) | Gets or sets the height of plot area in units of ratio of the chart area. | +| [inner_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/plotarea/inner_width_ratio_to_chart) | Gets or sets the width of plot area in units of ratio of the chart area. | ### Methods | Method | Description | | :- | :- | -| [set_position_auto](/cells/python-net/aspose.cells.charts/plotarea/set_position_auto/#) | Set position of the plot area to automatic | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/plotarea/set_position_auto/#) | Set position of the plot area to automatic | diff --git a/english/aspose.cells.charts/plotarea/default_height/_index.md b/english/aspose.cells.charts/plotarea/default_height/_index.md index a75a4bef92..e1f17a8563 100644 --- a/english/aspose.cells.charts/plotarea/default_height/_index.md +++ b/english/aspose.cells.charts/plotarea/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/plotarea/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..00dcbdd32e --- /dev/null +++ b/english/aspose.cells.charts/plotarea/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 100 +url: /aspose.cells.charts/plotarea/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/default_width/_index.md b/english/aspose.cells.charts/plotarea/default_width/_index.md index fddac828a9..3dfac02851 100644 --- a/english/aspose.cells.charts/plotarea/default_width/_index.md +++ b/english/aspose.cells.charts/plotarea/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.charts/plotarea/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/plotarea/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..74a9587374 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 120 +url: /aspose.cells.charts/plotarea/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/default_x/_index.md b/english/aspose.cells.charts/plotarea/default_x/_index.md index c65e05e8d8..43602efded 100644 --- a/english/aspose.cells.charts/plotarea/default_x/_index.md +++ b/english/aspose.cells.charts/plotarea/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 130 url: /aspose.cells.charts/plotarea/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/plotarea/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..5ee9731476 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 140 +url: /aspose.cells.charts/plotarea/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/default_y/_index.md b/english/aspose.cells.charts/plotarea/default_y/_index.md index fd30daeef7..027c0fb352 100644 --- a/english/aspose.cells.charts/plotarea/default_y/_index.md +++ b/english/aspose.cells.charts/plotarea/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 150 url: /aspose.cells.charts/plotarea/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/plotarea/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..7d5baf7ee5 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 160 +url: /aspose.cells.charts/plotarea/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/font/_index.md b/english/aspose.cells.charts/plotarea/font/_index.md index fb171ebb7a..b1e6e053cc 100644 --- a/english/aspose.cells.charts/plotarea/font/_index.md +++ b/english/aspose.cells.charts/plotarea/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 170 url: /aspose.cells.charts/plotarea/font/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/height/_index.md b/english/aspose.cells.charts/plotarea/height/_index.md index 532bb4cd9e..057024072f 100644 --- a/english/aspose.cells.charts/plotarea/height/_index.md +++ b/english/aspose.cells.charts/plotarea/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/plotarea/height/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/height_pixel/_index.md b/english/aspose.cells.charts/plotarea/height_pixel/_index.md new file mode 100644 index 0000000000..b71b25e3df --- /dev/null +++ b/english/aspose.cells.charts/plotarea/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 190 +url: /aspose.cells.charts/plotarea/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..91a077dc5c --- /dev/null +++ b/english/aspose.cells.charts/plotarea/height_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 200 +url: /aspose.cells.charts/plotarea/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of plot-area bounding box in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +HeightPixel = HeightRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/inner_height/_index.md b/english/aspose.cells.charts/plotarea/inner_height/_index.md index 3feb97c151..e2e6c3c1ce 100644 --- a/english/aspose.cells.charts/plotarea/inner_height/_index.md +++ b/english/aspose.cells.charts/plotarea/inner_height/_index.md @@ -3,7 +3,7 @@ title: inner_height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 210 url: /aspose.cells.charts/plotarea/inner_height/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/inner_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/inner_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..e9e0a5a317 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/inner_height_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: inner_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/plotarea/inner_height_ratio_to_chart/ +is_root: false +--- + +## inner_height_ratio_to_chart property + + +Gets or sets the height of plot area in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +InnerHeight in Pixel = InnerXRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def inner_height_ratio_to_chart(self): + ... +@inner_height_ratio_to_chart.setter +def inner_height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/inner_width/_index.md b/english/aspose.cells.charts/plotarea/inner_width/_index.md index afcb2016cf..66b052aa0e 100644 --- a/english/aspose.cells.charts/plotarea/inner_width/_index.md +++ b/english/aspose.cells.charts/plotarea/inner_width/_index.md @@ -3,7 +3,7 @@ title: inner_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 230 url: /aspose.cells.charts/plotarea/inner_width/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/inner_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/inner_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..1ef8a38a7a --- /dev/null +++ b/english/aspose.cells.charts/plotarea/inner_width_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: inner_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 240 +url: /aspose.cells.charts/plotarea/inner_width_ratio_to_chart/ +is_root: false +--- + +## inner_width_ratio_to_chart property + + +Gets or sets the width of plot area in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +InnerWidth in Pixel = InnerXRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def inner_width_ratio_to_chart(self): + ... +@inner_width_ratio_to_chart.setter +def inner_width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/inner_x/_index.md b/english/aspose.cells.charts/plotarea/inner_x/_index.md index 41c7bcdc52..ffd7199409 100644 --- a/english/aspose.cells.charts/plotarea/inner_x/_index.md +++ b/english/aspose.cells.charts/plotarea/inner_x/_index.md @@ -3,7 +3,7 @@ title: inner_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 250 url: /aspose.cells.charts/plotarea/inner_x/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/inner_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/inner_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..3ad3f0f8c8 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/inner_x_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: inner_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 260 +url: /aspose.cells.charts/plotarea/inner_x_ratio_to_chart/ +is_root: false +--- + +## inner_x_ratio_to_chart property + + +Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +InnerX in Pixel = InnerXRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def inner_x_ratio_to_chart(self): + ... +@inner_x_ratio_to_chart.setter +def inner_x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/inner_y/_index.md b/english/aspose.cells.charts/plotarea/inner_y/_index.md index 60115ab45f..de2555de69 100644 --- a/english/aspose.cells.charts/plotarea/inner_y/_index.md +++ b/english/aspose.cells.charts/plotarea/inner_y/_index.md @@ -3,7 +3,7 @@ title: inner_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 270 url: /aspose.cells.charts/plotarea/inner_y/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/inner_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/inner_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..81e086287d --- /dev/null +++ b/english/aspose.cells.charts/plotarea/inner_y_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: inner_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 280 +url: /aspose.cells.charts/plotarea/inner_y_ratio_to_chart/ +is_root: false +--- + +## inner_y_ratio_to_chart property + + +Gets or gets the x coordinate of the upper top corner of plot area in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +InnerY in Pixel = InnerYRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def inner_y_ratio_to_chart(self): + ... +@inner_y_ratio_to_chart.setter +def inner_y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/is_automatic_size/_index.md b/english/aspose.cells.charts/plotarea/is_automatic_size/_index.md index 519fb86678..f29534c7c7 100644 --- a/english/aspose.cells.charts/plotarea/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/plotarea/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 290 url: /aspose.cells.charts/plotarea/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/plotarea/is_default_pos_be_set/_index.md index 8ace9bad19..a76b195d44 100644 --- a/english/aspose.cells.charts/plotarea/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/plotarea/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 300 url: /aspose.cells.charts/plotarea/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/is_inner_mode/_index.md b/english/aspose.cells.charts/plotarea/is_inner_mode/_index.md index 09f694ae77..655d5dd689 100644 --- a/english/aspose.cells.charts/plotarea/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/plotarea/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 310 url: /aspose.cells.charts/plotarea/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/set_position_auto/_index.md b/english/aspose.cells.charts/plotarea/set_position_auto/_index.md index 1f4077921b..00b99b2394 100644 --- a/english/aspose.cells.charts/plotarea/set_position_auto/_index.md +++ b/english/aspose.cells.charts/plotarea/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/plotarea/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the plot area to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/plotarea/shadow/_index.md b/english/aspose.cells.charts/plotarea/shadow/_index.md index 4608e2ee19..1790781932 100644 --- a/english/aspose.cells.charts/plotarea/shadow/_index.md +++ b/english/aspose.cells.charts/plotarea/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 320 url: /aspose.cells.charts/plotarea/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/shape_properties/_index.md b/english/aspose.cells.charts/plotarea/shape_properties/_index.md index e4b78a02d0..72cd93b851 100644 --- a/english/aspose.cells.charts/plotarea/shape_properties/_index.md +++ b/english/aspose.cells.charts/plotarea/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 330 url: /aspose.cells.charts/plotarea/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/text_font/_index.md b/english/aspose.cells.charts/plotarea/text_font/_index.md index 86713447d5..4f86e45572 100644 --- a/english/aspose.cells.charts/plotarea/text_font/_index.md +++ b/english/aspose.cells.charts/plotarea/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 340 url: /aspose.cells.charts/plotarea/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/text_options/_index.md b/english/aspose.cells.charts/plotarea/text_options/_index.md index 7f844dab9d..7bae5f1a8c 100644 --- a/english/aspose.cells.charts/plotarea/text_options/_index.md +++ b/english/aspose.cells.charts/plotarea/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 350 url: /aspose.cells.charts/plotarea/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/plotarea/width/_index.md b/english/aspose.cells.charts/plotarea/width/_index.md index c6174ad8bf..70f027074d 100644 --- a/english/aspose.cells.charts/plotarea/width/_index.md +++ b/english/aspose.cells.charts/plotarea/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 360 url: /aspose.cells.charts/plotarea/width/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/width_pixel/_index.md b/english/aspose.cells.charts/plotarea/width_pixel/_index.md new file mode 100644 index 0000000000..b5cc24d849 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 370 +url: /aspose.cells.charts/plotarea/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..529280b3c8 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/width_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 380 +url: /aspose.cells.charts/plotarea/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of plot-area bounding box in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +WidthPixel = WidthRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/x/_index.md b/english/aspose.cells.charts/plotarea/x/_index.md index 0adedc77db..3710422593 100644 --- a/english/aspose.cells.charts/plotarea/x/_index.md +++ b/english/aspose.cells.charts/plotarea/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 390 url: /aspose.cells.charts/plotarea/x/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/x_pixel/_index.md b/english/aspose.cells.charts/plotarea/x_pixel/_index.md new file mode 100644 index 0000000000..dc33f1db3c --- /dev/null +++ b/english/aspose.cells.charts/plotarea/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 400 +url: /aspose.cells.charts/plotarea/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..cc848dc6b0 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/x_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 410 +url: /aspose.cells.charts/plotarea/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or gets the x coordinate of the upper left corner of plot-area bounding box in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +XPixel = XRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/y/_index.md b/english/aspose.cells.charts/plotarea/y/_index.md index 72144126ea..685e50feb8 100644 --- a/english/aspose.cells.charts/plotarea/y/_index.md +++ b/english/aspose.cells.charts/plotarea/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 420 url: /aspose.cells.charts/plotarea/y/ is_root: false --- @@ -22,8 +22,8 @@ If the value is not created by MS Excel, please call Chart.Calculate() method be The **X** , **Y** , **Width** and **Height** of **PlotArea** represents the plot-area bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. -If you want to get actual size of plot area, you should call **InnerX** , **InnerY** , **InnerWidth** and -**InnerHeight** properties. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). diff --git a/english/aspose.cells.charts/plotarea/y_pixel/_index.md b/english/aspose.cells.charts/plotarea/y_pixel/_index.md new file mode 100644 index 0000000000..80f5a4bc66 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 430 +url: /aspose.cells.charts/plotarea/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/plotarea/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/plotarea/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..dc32a88b42 --- /dev/null +++ b/english/aspose.cells.charts/plotarea/y_ratio_to_chart/_index.md @@ -0,0 +1,45 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 440 +url: /aspose.cells.charts/plotarea/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or gets the y coordinate of the upper top corner of plot-area bounding box in units of ratio of the chart area. + +### Remarks + + +The plot-area bounding box includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If the value is not created by MS Excel, please call Chart.Calculate() method before calling this method. + + +The **XRatioToChart** , **YRatioToChart** , **WidthRatioToChart** and **HeightRatioToChart** of **PlotArea** represents the plot-area +bounding box that includes the plot area, tick marks(tick labels), and a small border around the tick marks. +If you want to get actual size of plot area, you should call **InnerXRatioToChart** , **InnerYRatioToChart** , **InnerWidthRatioToChart** and +**InnerHeightRatioToChart** properties. + + +For excel 2007 or latter, the default value is zero. you should call get the value after calling Chart.Calculate(). + + +YPixel = YRatioToChart * chart.ChartObject.Width. +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`PlotArea`](/cells/python-net/aspose.cells.charts/plotarea) diff --git a/english/aspose.cells.charts/series/_index.md b/english/aspose.cells.charts/series/_index.md index b1ed0c91b7..c116c99b32 100644 --- a/english/aspose.cells.charts/series/_index.md +++ b/english/aspose.cells.charts/series/_index.md @@ -76,7 +76,7 @@ The Series type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [move](/cells/python-net/aspose.cells.charts/series/move/#int) | Moves the series up or down. | +| [`move(self, count)`](/cells/python-net/aspose.cells.charts/series/move/#int) | Moves the series up or down. | diff --git a/english/aspose.cells.charts/series/move/_index.md b/english/aspose.cells.charts/series/move/_index.md index 4612f96dd6..55d52f1791 100644 --- a/english/aspose.cells.charts/series/move/_index.md +++ b/english/aspose.cells.charts/series/move/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.charts/series/move/ is_root: false --- -## move {#int} +## move(self, count) {#int} Moves the series up or down. -```python +```python + def move(self, count): - ... + ... ``` diff --git a/english/aspose.cells.charts/seriescollection/_index.md b/english/aspose.cells.charts/seriescollection/_index.md index ede4941253..80431e8945 100644 --- a/english/aspose.cells.charts/seriescollection/_index.md +++ b/english/aspose.cells.charts/seriescollection/_index.md @@ -28,21 +28,21 @@ The SeriesCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.charts/seriescollection/add/#str-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | -| [add](/cells/python-net/aspose.cells.charts/seriescollection/add/#str-bool-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | -| [copy_to](/cells/python-net/aspose.cells.charts/seriescollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.charts/seriescollection/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. | -| [index_of](/cells/python-net/aspose.cells.charts/seriescollection/index_of/#aspose.cells.charts.Series-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. | -| [index_of](/cells/python-net/aspose.cells.charts/seriescollection/index_of/#aspose.cells.charts.Series-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/seriescollection/last_index_of/#aspose.cells.charts.Series) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/seriescollection/last_index_of/#aspose.cells.charts.Series-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](/cells/python-net/aspose.cells.charts/seriescollection/last_index_of/#aspose.cells.charts.Series-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_series_by_order](/cells/python-net/aspose.cells.charts/seriescollection/get_series_by_order/#int) | Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element by order. | -| [change_series_order](/cells/python-net/aspose.cells.charts/seriescollection/change_series_order/#int-int) | Directly changes the orders of the two series. | -| [swap_series](/cells/python-net/aspose.cells.charts/seriescollection/swap_series/#int-int) | Directly changes the orders of the two series. | -| [set_series_names](/cells/python-net/aspose.cells.charts/seriescollection/set_series_names/#int-str-bool) | Sets the name of all the serieses in the chart. | -| [add_r1c1](/cells/python-net/aspose.cells.charts/seriescollection/add_r1c1/#str-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | -| [binary_search](/cells/python-net/aspose.cells.charts/seriescollection/binary_search/#aspose.cells.charts.Series) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, area, is_vertical)`](/cells/python-net/aspose.cells.charts/seriescollection/add/#str-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | +| [`add(self, area, is_vertical, check_labels)`](/cells/python-net/aspose.cells.charts/seriescollection/add/#str-bool-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/seriescollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/seriescollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/seriescollection/index_of/#aspose.cells.charts.series-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/seriescollection/index_of/#aspose.cells.charts.series-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/seriescollection/last_index_of/#aspose.cells.charts.series) | 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.charts/seriescollection/last_index_of/#aspose.cells.charts.series-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.charts/seriescollection/last_index_of/#aspose.cells.charts.series-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_series_by_order(self, order)`](/cells/python-net/aspose.cells.charts/seriescollection/get_series_by_order/#int) | Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element by order. | +| [`change_series_order(self, source_index, dest_index)`](/cells/python-net/aspose.cells.charts/seriescollection/change_series_order/#int-int) | Directly changes the orders of the two series. | +| [`swap_series(self, source_index, dest_index)`](/cells/python-net/aspose.cells.charts/seriescollection/swap_series/#int-int) | Directly changes the orders of the two series. | +| [`set_series_names(self, start_index, area, is_vertical)`](/cells/python-net/aspose.cells.charts/seriescollection/set_series_names/#int-str-bool) | Sets the name of all the serieses in the chart. | +| [`add_r1c1(self, area, is_vertical)`](/cells/python-net/aspose.cells.charts/seriescollection/add_r1c1/#str-bool) | Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/seriescollection/binary_search/#aspose.cells.charts.series) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/seriescollection/add/_index.md b/english/aspose.cells.charts/seriescollection/add/_index.md index 55e6590f62..978131e268 100644 --- a/english/aspose.cells.charts/seriescollection/add/_index.md +++ b/english/aspose.cells.charts/seriescollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/add/ is_root: false --- -## add {#str-bool} +## add(self, area, is_vertical) {#str-bool} Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. @@ -20,6 +20,7 @@ Return the first index of the added ASeries in the NSeries. ```python + def add(self, area, is_vertical): ... ``` @@ -33,7 +34,7 @@ def add(self, area, is_vertical): -## add {#str-bool-bool} +## add(self, area, is_vertical, check_labels) {#str-bool-bool} Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. @@ -45,6 +46,7 @@ Return the first index of the added ASeries in the NSeries. ```python + def add(self, area, is_vertical, check_labels): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/add_r1c1/_index.md b/english/aspose.cells.charts/seriescollection/add_r1c1/_index.md index 533025ed76..092ea3b446 100644 --- a/english/aspose.cells.charts/seriescollection/add_r1c1/_index.md +++ b/english/aspose.cells.charts/seriescollection/add_r1c1/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/add_r1c1/ is_root: false --- -## add_r1c1 {#str-bool} +## add_r1c1(self, area, is_vertical) {#str-bool} Adds the [`Series`](/cells/python-net/aspose.cells.charts/series) collection to a chart. @@ -20,6 +20,7 @@ Return the first index of the added ASeries in the NSeries. ```python + def add_r1c1(self, area, is_vertical): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/binary_search/_index.md b/english/aspose.cells.charts/seriescollection/binary_search/_index.md index 242b513d1e..99ac175c29 100644 --- a/english/aspose.cells.charts/seriescollection/binary_search/_index.md +++ b/english/aspose.cells.charts/seriescollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.Series} +## binary_search(self, item) {#aspose.cells.charts.Series} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/change_series_order/_index.md b/english/aspose.cells.charts/seriescollection/change_series_order/_index.md index b532d91845..e8dcf76c0c 100644 --- a/english/aspose.cells.charts/seriescollection/change_series_order/_index.md +++ b/english/aspose.cells.charts/seriescollection/change_series_order/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/seriescollection/change_series_order/ is_root: false --- -## change_series_order {#int-int} +## change_series_order(self, source_index, dest_index) {#int-int} Directly changes the orders of the two series. ```python + def change_series_order(self, source_index, dest_index): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/copy_to/_index.md b/english/aspose.cells.charts/seriescollection/copy_to/_index.md index 2d93ade52a..95738ea9b0 100644 --- a/english/aspose.cells.charts/seriescollection/copy_to/_index.md +++ b/english/aspose.cells.charts/seriescollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/seriescollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/get_series_by_order/_index.md b/english/aspose.cells.charts/seriescollection/get_series_by_order/_index.md index b183412d91..bc9789c78e 100644 --- a/english/aspose.cells.charts/seriescollection/get_series_by_order/_index.md +++ b/english/aspose.cells.charts/seriescollection/get_series_by_order/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/get_series_by_order/ is_root: false --- -## get_series_by_order {#int} +## get_series_by_order(self, order) {#int} Gets the [`Series`](/cells/python-net/aspose.cells.charts/series) element by order. @@ -20,6 +20,7 @@ The element series ```python + def get_series_by_order(self, order): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/index_of/_index.md b/english/aspose.cells.charts/seriescollection/index_of/_index.md index 86ddcec3a5..093ca75eec 100644 --- a/english/aspose.cells.charts/seriescollection/index_of/_index.md +++ b/english/aspose.cells.charts/seriescollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.Series-int} +## index_of(self, item, index) {#aspose.cells.charts.Series-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.Series-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.Series-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/last_index_of/_index.md b/english/aspose.cells.charts/seriescollection/last_index_of/_index.md index 302a8d5e4b..5ccd99a14b 100644 --- a/english/aspose.cells.charts/seriescollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/seriescollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/seriescollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.Series} +## last_index_of(self, item) {#aspose.cells.charts.Series} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Series`](/cells/python-net/aspose.cells.charts/series) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.Series-int} +## last_index_of(self, item, index) {#aspose.cells.charts.Series-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.Series-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.Series-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/set_series_names/_index.md b/english/aspose.cells.charts/seriescollection/set_series_names/_index.md index 872f71cc47..2d8e346b85 100644 --- a/english/aspose.cells.charts/seriescollection/set_series_names/_index.md +++ b/english/aspose.cells.charts/seriescollection/set_series_names/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/seriescollection/set_series_names/ is_root: false --- -## set_series_names {#int-str-bool} +## set_series_names(self, start_index, area, is_vertical) {#int-str-bool} Sets the name of all the serieses in the chart. ```python + def set_series_names(self, start_index, area, is_vertical): ... ``` diff --git a/english/aspose.cells.charts/seriescollection/swap_series/_index.md b/english/aspose.cells.charts/seriescollection/swap_series/_index.md index 99b8beaaaa..366c4d1786 100644 --- a/english/aspose.cells.charts/seriescollection/swap_series/_index.md +++ b/english/aspose.cells.charts/seriescollection/swap_series/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/seriescollection/swap_series/ is_root: false --- -## swap_series {#int-int} +## swap_series(self, source_index, dest_index) {#int-int} Directly changes the orders of the two series. ```python + def swap_series(self, source_index, dest_index): ... ``` diff --git a/english/aspose.cells.charts/serieslayoutproperties/__init__/_index.md b/english/aspose.cells.charts/serieslayoutproperties/__init__/_index.md index 91081ff828..c4467dd298 100644 --- a/english/aspose.cells.charts/serieslayoutproperties/__init__/_index.md +++ b/english/aspose.cells.charts/serieslayoutproperties/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/serieslayoutproperties/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SeriesLayoutProperties ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.charts/serieslayoutproperties/_index.md b/english/aspose.cells.charts/serieslayoutproperties/_index.md index a16f64627c..5b0b2cd01d 100644 --- a/english/aspose.cells.charts/serieslayoutproperties/_index.md +++ b/english/aspose.cells.charts/serieslayoutproperties/_index.md @@ -19,7 +19,7 @@ The SeriesLayoutProperties type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.charts/serieslayoutproperties/__init__/#) | Constructs a new instance of SeriesLayoutProperties | +| [`__init__(self)`](/cells/python-net/aspose.cells.charts/serieslayoutproperties/__init__/#) | Constructs a new instance of SeriesLayoutProperties | ### Properties diff --git a/english/aspose.cells.charts/sparkline/_index.md b/english/aspose.cells.charts/sparkline/_index.md index 2b75c77a8e..96452c51f5 100644 --- a/english/aspose.cells.charts/sparkline/_index.md +++ b/english/aspose.cells.charts/sparkline/_index.md @@ -27,8 +27,8 @@ The Sparkline type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.charts/sparkline/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Converts a sparkline to an image. | -| [to_image](/cells/python-net/aspose.cells.charts/sparkline/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Converts a sparkline to an image. | +| [`to_image(self, file_name, options)`](/cells/python-net/aspose.cells.charts/sparkline/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Converts a sparkline to an image. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.charts/sparkline/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Converts a sparkline to an image. | diff --git a/english/aspose.cells.charts/sparkline/to_image/_index.md b/english/aspose.cells.charts/sparkline/to_image/_index.md index 1ed7e3479c..a9ee1f0c19 100644 --- a/english/aspose.cells.charts/sparkline/to_image/_index.md +++ b/english/aspose.cells.charts/sparkline/to_image/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparkline/to_image/ is_root: false --- -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, file_name, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Converts a sparkline to an image. ```python + def to_image(self, file_name, options): ... ``` @@ -26,13 +27,14 @@ def to_image(self, file_name, options): | options | aspose.cells.rendering.ImageOrPrintOptions | The image options | -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Converts a sparkline to an image. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.charts/sparklinecollection/_index.md b/english/aspose.cells.charts/sparklinecollection/_index.md index b362d0018e..57daedebc1 100644 --- a/english/aspose.cells.charts/sparklinecollection/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/_index.md @@ -25,15 +25,15 @@ The SparklineCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.charts/sparklinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.charts/sparklinecollection/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. | -| [index_of](/cells/python-net/aspose.cells.charts/sparklinecollection/index_of/#aspose.cells.charts.Sparkline-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. | -| [index_of](/cells/python-net/aspose.cells.charts/sparklinecollection/index_of/#aspose.cells.charts.Sparkline-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/sparklinecollection/last_index_of/#aspose.cells.charts.Sparkline) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/sparklinecollection/last_index_of/#aspose.cells.charts.Sparkline-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](/cells/python-net/aspose.cells.charts/sparklinecollection/last_index_of/#aspose.cells.charts.Sparkline-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. | -| [add](/cells/python-net/aspose.cells.charts/sparklinecollection/add/#str-int-int) | Add a sparkline. | -| [binary_search](/cells/python-net/aspose.cells.charts/sparklinecollection/binary_search/#aspose.cells.charts.Sparkline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/sparklinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/sparklinecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/sparklinecollection/index_of/#aspose.cells.charts.sparkline-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/sparklinecollection/index_of/#aspose.cells.charts.sparkline-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/sparklinecollection/last_index_of/#aspose.cells.charts.sparkline) | 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.charts/sparklinecollection/last_index_of/#aspose.cells.charts.sparkline-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.charts/sparklinecollection/last_index_of/#aspose.cells.charts.sparkline-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. | +| [`add(self, data_range, row, column)`](/cells/python-net/aspose.cells.charts/sparklinecollection/add/#str-int-int) | Add a sparkline. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/sparklinecollection/binary_search/#aspose.cells.charts.sparkline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/sparklinecollection/add/_index.md b/english/aspose.cells.charts/sparklinecollection/add/_index.md index 04d59f2be9..90abfdfc12 100644 --- a/english/aspose.cells.charts/sparklinecollection/add/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparklinecollection/add/ is_root: false --- -## add {#str-int-int} +## add(self, data_range, row, column) {#str-int-int} Add a sparkline. ```python + def add(self, data_range, row, column): ... ``` diff --git a/english/aspose.cells.charts/sparklinecollection/binary_search/_index.md b/english/aspose.cells.charts/sparklinecollection/binary_search/_index.md index c247ff051a..9dab58ab29 100644 --- a/english/aspose.cells.charts/sparklinecollection/binary_search/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.Sparkline} +## binary_search(self, item) {#aspose.cells.charts.Sparkline} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/sparklinecollection/copy_to/_index.md b/english/aspose.cells.charts/sparklinecollection/copy_to/_index.md index 3c9d1476dc..4ca0b81571 100644 --- a/english/aspose.cells.charts/sparklinecollection/copy_to/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparklinecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/sparklinecollection/index_of/_index.md b/english/aspose.cells.charts/sparklinecollection/index_of/_index.md index 7dd769ac66..bf3fd66672 100644 --- a/english/aspose.cells.charts/sparklinecollection/index_of/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.Sparkline-int} +## index_of(self, item, index) {#aspose.cells.charts.Sparkline-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.Sparkline-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.Sparkline-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/sparklinecollection/last_index_of/_index.md b/english/aspose.cells.charts/sparklinecollection/last_index_of/_index.md index 6b11228da3..0bb0a185eb 100644 --- a/english/aspose.cells.charts/sparklinecollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/sparklinecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.Sparkline} +## last_index_of(self, item) {#aspose.cells.charts.Sparkline} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.Sparkline-int} +## last_index_of(self, item, index) {#aspose.cells.charts.Sparkline-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.Sparkline-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.Sparkline-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroup/_index.md b/english/aspose.cells.charts/sparklinegroup/_index.md index 2f19382656..ee7629e616 100644 --- a/english/aspose.cells.charts/sparklinegroup/_index.md +++ b/english/aspose.cells.charts/sparklinegroup/_index.md @@ -53,7 +53,7 @@ The SparklineGroup type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [reset_ranges](/cells/python-net/aspose.cells.charts/sparklinegroup/reset_ranges/#str-bool-aspose.cells.CellArea) | Resets the data range and location range of the sparkline group.
This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | +| [`reset_ranges(self, data_range, is_vertical, location_range)`](/cells/python-net/aspose.cells.charts/sparklinegroup/reset_ranges/#str-bool-aspose.cells.cellarea) | Resets the data range and location range of the sparkline group.
This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. | diff --git a/english/aspose.cells.charts/sparklinegroup/reset_ranges/_index.md b/english/aspose.cells.charts/sparklinegroup/reset_ranges/_index.md index 20418f3b4e..32ef9beb69 100644 --- a/english/aspose.cells.charts/sparklinegroup/reset_ranges/_index.md +++ b/english/aspose.cells.charts/sparklinegroup/reset_ranges/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinegroup/reset_ranges/ is_root: false --- -## reset_ranges {#str-bool-aspose.cells.CellArea} +## reset_ranges(self, data_range, is_vertical, location_range) {#str-bool-aspose.cells.CellArea} Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges. @@ -16,6 +16,7 @@ This method will clear original sparkline items in the group and creates new spa ```python + def reset_ranges(self, data_range, is_vertical, location_range): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/_index.md index 985643144e..0d48588d66 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/_index.md @@ -25,18 +25,18 @@ The SparklineGroupCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/add/#aspose.cells.charts.SparklineType) | Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with a [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. | -| [add](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/add/#aspose.cells.charts.SparklineType-str-bool-aspose.cells.CellArea) | Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. | -| [copy_to](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/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. | -| [index_of](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/index_of/#aspose.cells.charts.SparklineGroup-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. | -| [index_of](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/index_of/#aspose.cells.charts.SparklineGroup-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.SparklineGroup) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.SparklineGroup-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](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.SparklineGroup-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. | -| [clear_sparklines](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/#aspose.cells.CellArea) | Clears the sparklines that is inside an area of cells. | -| [clear_sparkline_groups](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/#aspose.cells.CellArea) | Clears the sparkline groups that overlaps an area of cells. | -| [binary_search](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/binary_search/#aspose.cells.charts.SparklineGroup) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, type)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/add/#aspose.cells.charts.sparklinetype) | Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with a [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. | +| [`add(self, type, data_range, is_vertical, location_range)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/add/#aspose.cells.charts.sparklinetype-str-bool-aspose.cells.cellarea) | Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/index_of/#aspose.cells.charts.sparklinegroup-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/index_of/#aspose.cells.charts.sparklinegroup-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.sparklinegroup) | 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.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.sparklinegroup-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.charts/sparklinegroupcollection/last_index_of/#aspose.cells.charts.sparklinegroup-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. | +| [`clear_sparklines(self, cell_area)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/#aspose.cells.cellarea) | Clears the sparklines that is inside an area of cells. | +| [`clear_sparkline_groups(self, cell_area)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/#aspose.cells.cellarea) | Clears the sparkline groups that overlaps an area of cells. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/sparklinegroupcollection/binary_search/#aspose.cells.charts.sparklinegroup) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/sparklinegroupcollection/add/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/add/_index.md index cfaa310c3e..e29c852775 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/add/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinegroupcollection/add/ is_root: false --- -## add {#aspose.cells.charts.SparklineType} +## add(self, type) {#aspose.cells.charts.SparklineType} Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with a [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. @@ -20,6 +20,7 @@ Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) ```python + def add(self, type): ... ``` @@ -30,7 +31,7 @@ def add(self, type): | type | [`SparklineType`](/cells/python-net/aspose.cells.charts/sparklinetype) | Specifies the type of the Sparkline group. | -## add {#aspose.cells.charts.SparklineType-str-bool-aspose.cells.CellArea} +## add(self, type, data_range, is_vertical, location_range) {#aspose.cells.charts.SparklineType-str-bool-aspose.cells.CellArea} Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) with [`Sparkline`](/cells/python-net/aspose.cells.charts/sparkline) to the collection. @@ -42,6 +43,7 @@ Adds an [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) ```python + def add(self, type, data_range, is_vertical, location_range): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/binary_search/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/binary_search/_index.md index 30b022d39f..7132faf24b 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/binary_search/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinegroupcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.SparklineGroup} +## binary_search(self, item) {#aspose.cells.charts.SparklineGroup} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/_index.md index 8d5c0f7ba9..ab18315691 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparklinegroupcollection/clear_sparkline_groups/ is_root: false --- -## clear_sparkline_groups {#aspose.cells.CellArea} +## clear_sparkline_groups(self, cell_area) {#aspose.cells.CellArea} Clears the sparkline groups that overlaps an area of cells. ```python + def clear_sparkline_groups(self, cell_area): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/_index.md index 6b6ccf0031..867b196d1f 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/clear_sparklines/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparklinegroupcollection/clear_sparklines/ is_root: false --- -## clear_sparklines {#aspose.cells.CellArea} +## clear_sparklines(self, cell_area) {#aspose.cells.CellArea} Clears the sparklines that is inside an area of cells. ```python + def clear_sparklines(self, cell_area): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/copy_to/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/copy_to/_index.md index 2e96d1d64f..ac7f390aef 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/copy_to/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/sparklinegroupcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/index_of/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/index_of/_index.md index 8fefa64189..44358654f0 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/index_of/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinegroupcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.SparklineGroup-int} +## index_of(self, item, index) {#aspose.cells.charts.SparklineGroup-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.SparklineGroup-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.SparklineGroup-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/sparklinegroupcollection/last_index_of/_index.md b/english/aspose.cells.charts/sparklinegroupcollection/last_index_of/_index.md index 877fc42152..4cf4b15e49 100644 --- a/english/aspose.cells.charts/sparklinegroupcollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/sparklinegroupcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/sparklinegroupcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.SparklineGroup} +## last_index_of(self, item) {#aspose.cells.charts.SparklineGroup} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`SparklineGroup`](/cells/python-net/aspose.cells.charts/sparklinegroup) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.SparklineGroup-int} +## last_index_of(self, item, index) {#aspose.cells.charts.SparklineGroup-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.SparklineGroup-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.SparklineGroup-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/title/_index.md b/english/aspose.cells.charts/title/_index.md index 33a33be70f..64130ece60 100644 --- a/english/aspose.cells.charts/title/_index.md +++ b/english/aspose.cells.charts/title/_index.md @@ -42,10 +42,22 @@ The Title type exposes the following members: | [shadow](/cells/python-net/aspose.cells.charts/title/shadow) | True if the frame has a shadow. | | [shape_properties](/cells/python-net/aspose.cells.charts/title/shape_properties) | Gets the [`ChartFrame.shape_properties`](/cells/python-net/aspose.cells.charts/chartframe#shape_properties) object. | | [is_default_pos_be_set](/cells/python-net/aspose.cells.charts/title/is_default_pos_be_set) | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set. | -| [default_x](/cells/python-net/aspose.cells.charts/title/default_x) | Represents x of default position | -| [default_y](/cells/python-net/aspose.cells.charts/title/default_y) | Represents y of default position | -| [default_width](/cells/python-net/aspose.cells.charts/title/default_width) | Represents width of default position | -| [default_height](/cells/python-net/aspose.cells.charts/title/default_height) | Represents height of default position | +| [default_x](/cells/python-net/aspose.cells.charts/title/default_x) | Represents x of default position in units of 1/4000 of the chart area. | +| [default_y](/cells/python-net/aspose.cells.charts/title/default_y) | Represents y of default position in units of 1/4000 of the chart area. | +| [default_width](/cells/python-net/aspose.cells.charts/title/default_width) | Represents width of default position in units of 1/4000 of the chart area. | +| [default_height](/cells/python-net/aspose.cells.charts/title/default_height) | Represents height of default position in units of 1/4000 of the chart area. | +| [default_x_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/default_x_ratio_to_chart) | Represents x of default position in units of Fraction of the chart area. | +| [default_y_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/default_y_ratio_to_chart) | Represents y of default position in units of Fraction of the chart area. | +| [default_width_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/default_width_ratio_to_chart) | Represents width of default position in units of Fraction of the chart area. | +| [default_height_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/default_height_ratio_to_chart) | Represents height of default position in units of Fraction of the chart area. | +| [x_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/x_ratio_to_chart) | Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area.
X In Pixels = XRatioToChart * Chart.ChartObject.Width; | +| [y_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/y_ratio_to_chart) | Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area.
Y In Pixels = YRatioToChart * Chart.ChartObject.Width; | +| [width_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/width_ratio_to_chart) | Gets or sets the width of frame in units of ratio of the chart area. | +| [height_ratio_to_chart](/cells/python-net/aspose.cells.charts/title/height_ratio_to_chart) | Gets or sets the height of frame in units of ratio of the chart area. | +| [x_pixel](/cells/python-net/aspose.cells.charts/title/x_pixel) | Gets or sets the x coordinate of the upper left corner in units of Pixel. | +| [y_pixel](/cells/python-net/aspose.cells.charts/title/y_pixel) | Gets or sets the y coordinate of the upper left corner in units of Pixel. | +| [width_pixel](/cells/python-net/aspose.cells.charts/title/width_pixel) | Gets or sets the width of frame in units of Pixel. | +| [height_pixel](/cells/python-net/aspose.cells.charts/title/height_pixel) | Gets or sets the height of frame in units of Pixel. | | [is_auto_text](/cells/python-net/aspose.cells.charts/title/is_auto_text) | Indicates the text is auto generated. | | [is_deleted](/cells/python-net/aspose.cells.charts/title/is_deleted) | Indicates whether this data labels is deleted. | | [text_horizontal_alignment](/cells/python-net/aspose.cells.charts/title/text_horizontal_alignment) | Gets and sets the text horizontal alignment. | @@ -66,9 +78,9 @@ The Title type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [characters](/cells/python-net/aspose.cells.charts/title/characters/#) | Gets rich text formatting of this Title. | -| [characters](/cells/python-net/aspose.cells.charts/title/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [set_position_auto](/cells/python-net/aspose.cells.charts/title/set_position_auto/#) | Set position of the frame to automatic | +| [`characters(self)`](/cells/python-net/aspose.cells.charts/title/characters/#) | Gets rich text formatting of this Title. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.charts/title/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`set_position_auto(self)`](/cells/python-net/aspose.cells.charts/title/set_position_auto/#) | Set position of the frame to automatic | diff --git a/english/aspose.cells.charts/title/characters/_index.md b/english/aspose.cells.charts/title/characters/_index.md index efed22ad92..c00a1c5592 100644 --- a/english/aspose.cells.charts/title/characters/_index.md +++ b/english/aspose.cells.charts/title/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/title/characters/ is_root: false --- -## characters {#} +## characters(self) {#} Gets rich text formatting of this Title. @@ -20,6 +20,7 @@ returns FontSetting array ```python + def characters(self): ... ``` @@ -27,7 +28,7 @@ def characters(self): -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -39,6 +40,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.charts/title/default_height/_index.md b/english/aspose.cells.charts/title/default_height/_index.md index 572ebaf1a5..7e64a92ae0 100644 --- a/english/aspose.cells.charts/title/default_height/_index.md +++ b/english/aspose.cells.charts/title/default_height/_index.md @@ -11,7 +11,16 @@ is_root: false ## default_height property -Represents height of default position +Represents height of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultHeightRatioToChart property, instead. +DefaultHeight = (int)(DefaultHeightRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/default_height_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/default_height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..952eac9ae1 --- /dev/null +++ b/english/aspose.cells.charts/title/default_height_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 110 +url: /aspose.cells.charts/title/default_height_ratio_to_chart/ +is_root: false +--- + +## default_height_ratio_to_chart property + + +Represents height of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_height_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/default_width/_index.md b/english/aspose.cells.charts/title/default_width/_index.md index 42a2e7c4a2..ba7f5cf575 100644 --- a/english/aspose.cells.charts/title/default_width/_index.md +++ b/english/aspose.cells.charts/title/default_width/_index.md @@ -3,7 +3,7 @@ title: default_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.charts/title/default_width/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_width property -Represents width of default position +Represents width of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultWidthRatioToChart property, instead. +DefaultWidth = (int)(DefaultWidthRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/default_width_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/default_width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..9a01e92740 --- /dev/null +++ b/english/aspose.cells.charts/title/default_width_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 130 +url: /aspose.cells.charts/title/default_width_ratio_to_chart/ +is_root: false +--- + +## default_width_ratio_to_chart property + + +Represents width of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_width_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/default_x/_index.md b/english/aspose.cells.charts/title/default_x/_index.md index 145dfa0d8e..26e4d93481 100644 --- a/english/aspose.cells.charts/title/default_x/_index.md +++ b/english/aspose.cells.charts/title/default_x/_index.md @@ -3,7 +3,7 @@ title: default_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 140 url: /aspose.cells.charts/title/default_x/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_x property -Represents x of default position +Represents x of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultXRatioToChart property, instead. +DefaultX = (int)(DefaultXRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/default_x_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/default_x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..6927b6ac7c --- /dev/null +++ b/english/aspose.cells.charts/title/default_x_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells.charts/title/default_x_ratio_to_chart/ +is_root: false +--- + +## default_x_ratio_to_chart property + + +Represents x of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_x_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/default_y/_index.md b/english/aspose.cells.charts/title/default_y/_index.md index 7af61e7061..f1629e3e43 100644 --- a/english/aspose.cells.charts/title/default_y/_index.md +++ b/english/aspose.cells.charts/title/default_y/_index.md @@ -3,7 +3,7 @@ title: default_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 160 url: /aspose.cells.charts/title/default_y/ is_root: false --- @@ -11,7 +11,16 @@ is_root: false ## default_y property -Represents y of default position +Represents y of default position in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use ChartFrame.DefaultYRatioToChart property, instead. +DefaultY = (int)(DefaultYRatioToChart * 4000); +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/default_y_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/default_y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..4d88589528 --- /dev/null +++ b/english/aspose.cells.charts/title/default_y_ratio_to_chart/_index.md @@ -0,0 +1,24 @@ +--- +title: default_y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 170 +url: /aspose.cells.charts/title/default_y_ratio_to_chart/ +is_root: false +--- + +## default_y_ratio_to_chart property + + +Represents y of default position in units of Fraction of the chart area. +### Definition: +```python +@property +def default_y_ratio_to_chart(self): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/direction_type/_index.md b/english/aspose.cells.charts/title/direction_type/_index.md index ebcd04b764..d106ff30b2 100644 --- a/english/aspose.cells.charts/title/direction_type/_index.md +++ b/english/aspose.cells.charts/title/direction_type/_index.md @@ -3,7 +3,7 @@ title: direction_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 180 url: /aspose.cells.charts/title/direction_type/ is_root: false --- diff --git a/english/aspose.cells.charts/title/font/_index.md b/english/aspose.cells.charts/title/font/_index.md index e6af98ff60..e72010d669 100644 --- a/english/aspose.cells.charts/title/font/_index.md +++ b/english/aspose.cells.charts/title/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 190 url: /aspose.cells.charts/title/font/ is_root: false --- diff --git a/english/aspose.cells.charts/title/height/_index.md b/english/aspose.cells.charts/title/height/_index.md index bcc15cf716..490c423de5 100644 --- a/english/aspose.cells.charts/title/height/_index.md +++ b/english/aspose.cells.charts/title/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 200 url: /aspose.cells.charts/title/height/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the height of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Height In Pixels = Y * Chart.ChartObject.Height / 4000; +Height In Pixels = Y * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/height_pixel/_index.md b/english/aspose.cells.charts/title/height_pixel/_index.md new file mode 100644 index 0000000000..378c7420d9 --- /dev/null +++ b/english/aspose.cells.charts/title/height_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: height_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 210 +url: /aspose.cells.charts/title/height_pixel/ +is_root: false +--- + +## height_pixel property + + +Gets or sets the height of frame in units of Pixel. +### Definition: +```python +@property +def height_pixel(self): + ... +@height_pixel.setter +def height_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/height_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/height_ratio_to_chart/_index.md new file mode 100644 index 0000000000..39d1b2160b --- /dev/null +++ b/english/aspose.cells.charts/title/height_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: height_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells.charts/title/height_ratio_to_chart/ +is_root: false +--- + +## height_ratio_to_chart property + + +Gets or sets the height of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +HeightPixel = HeightRatioToChart * Chart.ChartObject.Height; +### Definition: +```python +@property +def height_ratio_to_chart(self): + ... +@height_ratio_to_chart.setter +def height_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/is_auto_text/_index.md b/english/aspose.cells.charts/title/is_auto_text/_index.md index c91532f7da..2826c31c3e 100644 --- a/english/aspose.cells.charts/title/is_auto_text/_index.md +++ b/english/aspose.cells.charts/title/is_auto_text/_index.md @@ -3,7 +3,7 @@ title: is_auto_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 230 url: /aspose.cells.charts/title/is_auto_text/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_automatic_rotation/_index.md b/english/aspose.cells.charts/title/is_automatic_rotation/_index.md index 6c46a1fa94..0ab4df4416 100644 --- a/english/aspose.cells.charts/title/is_automatic_rotation/_index.md +++ b/english/aspose.cells.charts/title/is_automatic_rotation/_index.md @@ -3,7 +3,7 @@ title: is_automatic_rotation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 240 url: /aspose.cells.charts/title/is_automatic_rotation/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_automatic_size/_index.md b/english/aspose.cells.charts/title/is_automatic_size/_index.md index d73451b168..834b3f0cbb 100644 --- a/english/aspose.cells.charts/title/is_automatic_size/_index.md +++ b/english/aspose.cells.charts/title/is_automatic_size/_index.md @@ -3,7 +3,7 @@ title: is_automatic_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 250 url: /aspose.cells.charts/title/is_automatic_size/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_default_pos_be_set/_index.md b/english/aspose.cells.charts/title/is_default_pos_be_set/_index.md index cd2cce7a56..c8b5c30e7d 100644 --- a/english/aspose.cells.charts/title/is_default_pos_be_set/_index.md +++ b/english/aspose.cells.charts/title/is_default_pos_be_set/_index.md @@ -3,7 +3,7 @@ title: is_default_pos_be_set property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 260 url: /aspose.cells.charts/title/is_default_pos_be_set/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_deleted/_index.md b/english/aspose.cells.charts/title/is_deleted/_index.md index 9694f5b759..4f93dacc78 100644 --- a/english/aspose.cells.charts/title/is_deleted/_index.md +++ b/english/aspose.cells.charts/title/is_deleted/_index.md @@ -3,7 +3,7 @@ title: is_deleted property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 270 url: /aspose.cells.charts/title/is_deleted/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_inner_mode/_index.md b/english/aspose.cells.charts/title/is_inner_mode/_index.md index 0f6c94dd80..f0ee59c6a4 100644 --- a/english/aspose.cells.charts/title/is_inner_mode/_index.md +++ b/english/aspose.cells.charts/title/is_inner_mode/_index.md @@ -3,7 +3,7 @@ title: is_inner_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 280 url: /aspose.cells.charts/title/is_inner_mode/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_resize_shape_to_fit_text/_index.md b/english/aspose.cells.charts/title/is_resize_shape_to_fit_text/_index.md index e108a3cff6..1f550a6577 100644 --- a/english/aspose.cells.charts/title/is_resize_shape_to_fit_text/_index.md +++ b/english/aspose.cells.charts/title/is_resize_shape_to_fit_text/_index.md @@ -3,7 +3,7 @@ title: is_resize_shape_to_fit_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 290 url: /aspose.cells.charts/title/is_resize_shape_to_fit_text/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_text_wrapped/_index.md b/english/aspose.cells.charts/title/is_text_wrapped/_index.md index 67969d520a..faa6fc8c70 100644 --- a/english/aspose.cells.charts/title/is_text_wrapped/_index.md +++ b/english/aspose.cells.charts/title/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 300 url: /aspose.cells.charts/title/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.charts/title/is_visible/_index.md b/english/aspose.cells.charts/title/is_visible/_index.md index 04f7a022b9..dadb2c814c 100644 --- a/english/aspose.cells.charts/title/is_visible/_index.md +++ b/english/aspose.cells.charts/title/is_visible/_index.md @@ -3,7 +3,7 @@ title: is_visible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 310 url: /aspose.cells.charts/title/is_visible/ is_root: false --- diff --git a/english/aspose.cells.charts/title/linked_source/_index.md b/english/aspose.cells.charts/title/linked_source/_index.md index 1e3271f06d..0dec46d2f5 100644 --- a/english/aspose.cells.charts/title/linked_source/_index.md +++ b/english/aspose.cells.charts/title/linked_source/_index.md @@ -3,7 +3,7 @@ title: linked_source property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 320 url: /aspose.cells.charts/title/linked_source/ is_root: false --- diff --git a/english/aspose.cells.charts/title/over_lay/_index.md b/english/aspose.cells.charts/title/over_lay/_index.md index b5419f93a6..a59792f910 100644 --- a/english/aspose.cells.charts/title/over_lay/_index.md +++ b/english/aspose.cells.charts/title/over_lay/_index.md @@ -3,7 +3,7 @@ title: over_lay property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 330 url: /aspose.cells.charts/title/over_lay/ is_root: false --- diff --git a/english/aspose.cells.charts/title/reading_order/_index.md b/english/aspose.cells.charts/title/reading_order/_index.md index f21aef6c9a..3ebde91750 100644 --- a/english/aspose.cells.charts/title/reading_order/_index.md +++ b/english/aspose.cells.charts/title/reading_order/_index.md @@ -3,7 +3,7 @@ title: reading_order property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 340 url: /aspose.cells.charts/title/reading_order/ is_root: false --- diff --git a/english/aspose.cells.charts/title/rotation_angle/_index.md b/english/aspose.cells.charts/title/rotation_angle/_index.md index 2e887ed923..c4ef775958 100644 --- a/english/aspose.cells.charts/title/rotation_angle/_index.md +++ b/english/aspose.cells.charts/title/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 350 url: /aspose.cells.charts/title/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.charts/title/set_position_auto/_index.md b/english/aspose.cells.charts/title/set_position_auto/_index.md index 295d254b6d..8af7b44663 100644 --- a/english/aspose.cells.charts/title/set_position_auto/_index.md +++ b/english/aspose.cells.charts/title/set_position_auto/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/title/set_position_auto/ is_root: false --- -## set_position_auto {#} +## set_position_auto(self) {#} Set position of the frame to automatic ```python + def set_position_auto(self): ... ``` diff --git a/english/aspose.cells.charts/title/shadow/_index.md b/english/aspose.cells.charts/title/shadow/_index.md index ed9192e0df..35477bb7f0 100644 --- a/english/aspose.cells.charts/title/shadow/_index.md +++ b/english/aspose.cells.charts/title/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 360 url: /aspose.cells.charts/title/shadow/ is_root: false --- diff --git a/english/aspose.cells.charts/title/shape_properties/_index.md b/english/aspose.cells.charts/title/shape_properties/_index.md index 0474368822..bf2615d9bb 100644 --- a/english/aspose.cells.charts/title/shape_properties/_index.md +++ b/english/aspose.cells.charts/title/shape_properties/_index.md @@ -3,7 +3,7 @@ title: shape_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 370 url: /aspose.cells.charts/title/shape_properties/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text/_index.md b/english/aspose.cells.charts/title/text/_index.md index c142aa9758..cea2296353 100644 --- a/english/aspose.cells.charts/title/text/_index.md +++ b/english/aspose.cells.charts/title/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 380 url: /aspose.cells.charts/title/text/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text_direction/_index.md b/english/aspose.cells.charts/title/text_direction/_index.md index c3707f1240..9f4596668e 100644 --- a/english/aspose.cells.charts/title/text_direction/_index.md +++ b/english/aspose.cells.charts/title/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 390 url: /aspose.cells.charts/title/text_direction/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text_font/_index.md b/english/aspose.cells.charts/title/text_font/_index.md index 00aa530259..3c003320e1 100644 --- a/english/aspose.cells.charts/title/text_font/_index.md +++ b/english/aspose.cells.charts/title/text_font/_index.md @@ -3,7 +3,7 @@ title: text_font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 400 url: /aspose.cells.charts/title/text_font/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text_horizontal_alignment/_index.md b/english/aspose.cells.charts/title/text_horizontal_alignment/_index.md index bea1fac99b..f150b7fde5 100644 --- a/english/aspose.cells.charts/title/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.charts/title/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 410 url: /aspose.cells.charts/title/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text_options/_index.md b/english/aspose.cells.charts/title/text_options/_index.md index 74ccad38e8..97157f7d41 100644 --- a/english/aspose.cells.charts/title/text_options/_index.md +++ b/english/aspose.cells.charts/title/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 420 url: /aspose.cells.charts/title/text_options/ is_root: false --- diff --git a/english/aspose.cells.charts/title/text_vertical_alignment/_index.md b/english/aspose.cells.charts/title/text_vertical_alignment/_index.md index 3df05c25a7..281ddc32cf 100644 --- a/english/aspose.cells.charts/title/text_vertical_alignment/_index.md +++ b/english/aspose.cells.charts/title/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 430 url: /aspose.cells.charts/title/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.charts/title/width/_index.md b/english/aspose.cells.charts/title/width/_index.md index 110881f465..1e5870b177 100644 --- a/english/aspose.cells.charts/title/width/_index.md +++ b/english/aspose.cells.charts/title/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 440 url: /aspose.cells.charts/title/width/ is_root: false --- @@ -17,7 +17,7 @@ Gets or sets the width of frame in units of 1/4000 of the chart area. How to convert units of 1/4000 to pixels? -Width In Pixels = Width * Chart.ChartObject.Height / 4000; +Width In Pixels = Width * Chart.ChartObject.Height / 4000d; ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/width_pixel/_index.md b/english/aspose.cells.charts/title/width_pixel/_index.md new file mode 100644 index 0000000000..8612cd52e0 --- /dev/null +++ b/english/aspose.cells.charts/title/width_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: width_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 450 +url: /aspose.cells.charts/title/width_pixel/ +is_root: false +--- + +## width_pixel property + + +Gets or sets the width of frame in units of Pixel. +### Definition: +```python +@property +def width_pixel(self): + ... +@width_pixel.setter +def width_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/width_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/width_ratio_to_chart/_index.md new file mode 100644 index 0000000000..6d0c7fc530 --- /dev/null +++ b/english/aspose.cells.charts/title/width_ratio_to_chart/_index.md @@ -0,0 +1,34 @@ +--- +title: width_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 460 +url: /aspose.cells.charts/title/width_ratio_to_chart/ +is_root: false +--- + +## width_ratio_to_chart property + + +Gets or sets the width of frame in units of ratio of the chart area. + +### Remarks + + +This is a fraction value, its valid range is between 0-1. +How to convert units of ratio to pixels? +WidthPixel = WidthRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def width_ratio_to_chart(self): + ... +@width_ratio_to_chart.setter +def width_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/x/_index.md b/english/aspose.cells.charts/title/x/_index.md index a83bf1fe9f..d656d82f95 100644 --- a/english/aspose.cells.charts/title/x/_index.md +++ b/english/aspose.cells.charts/title/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 470 url: /aspose.cells.charts/title/x/ is_root: false --- @@ -12,6 +12,15 @@ is_root: false Gets or sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use Title.XRatioToChart property, instead. +X = XRatioToChart * 4000; +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/x_pixel/_index.md b/english/aspose.cells.charts/title/x_pixel/_index.md new file mode 100644 index 0000000000..5f9094228c --- /dev/null +++ b/english/aspose.cells.charts/title/x_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: x_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 480 +url: /aspose.cells.charts/title/x_pixel/ +is_root: false +--- + +## x_pixel property + + +Gets or sets the x coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def x_pixel(self): + ... +@x_pixel.setter +def x_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/x_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/x_ratio_to_chart/_index.md new file mode 100644 index 0000000000..63f23b275c --- /dev/null +++ b/english/aspose.cells.charts/title/x_ratio_to_chart/_index.md @@ -0,0 +1,28 @@ +--- +title: x_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 490 +url: /aspose.cells.charts/title/x_ratio_to_chart/ +is_root: false +--- + +## x_ratio_to_chart property + + +Gets or sets the x coordinate of the upper left corner in units of Fraction of the chart area. +X In Pixels = XRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def x_ratio_to_chart(self): + ... +@x_ratio_to_chart.setter +def x_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/y/_index.md b/english/aspose.cells.charts/title/y/_index.md index d03a4d5406..7f837c6e59 100644 --- a/english/aspose.cells.charts/title/y/_index.md +++ b/english/aspose.cells.charts/title/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 500 url: /aspose.cells.charts/title/y/ is_root: false --- @@ -12,6 +12,15 @@ is_root: false Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. + +### Remarks + + +NOTE: This member is now obsolete. +Please use Title.YRatioToChart property, instead. +Y = YRatioToChart * 4000; +This property will be removed 12 months later since February 2025. +Aspose apologizes for any inconvenience you may have experienced. ### Definition: ```python @property diff --git a/english/aspose.cells.charts/title/y_pixel/_index.md b/english/aspose.cells.charts/title/y_pixel/_index.md new file mode 100644 index 0000000000..cab9e24e68 --- /dev/null +++ b/english/aspose.cells.charts/title/y_pixel/_index.md @@ -0,0 +1,27 @@ +--- +title: y_pixel property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 510 +url: /aspose.cells.charts/title/y_pixel/ +is_root: false +--- + +## y_pixel property + + +Gets or sets the y coordinate of the upper left corner in units of Pixel. +### Definition: +```python +@property +def y_pixel(self): + ... +@y_pixel.setter +def y_pixel(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/title/y_ratio_to_chart/_index.md b/english/aspose.cells.charts/title/y_ratio_to_chart/_index.md new file mode 100644 index 0000000000..0d1829a844 --- /dev/null +++ b/english/aspose.cells.charts/title/y_ratio_to_chart/_index.md @@ -0,0 +1,28 @@ +--- +title: y_ratio_to_chart property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 520 +url: /aspose.cells.charts/title/y_ratio_to_chart/ +is_root: false +--- + +## y_ratio_to_chart property + + +Gets or sets the y coordinate of the upper left corner in units of Fraction of the chart area. +Y In Pixels = YRatioToChart * Chart.ChartObject.Width; +### Definition: +```python +@property +def y_ratio_to_chart(self): + ... +@y_ratio_to_chart.setter +def y_ratio_to_chart(self, value): + ... +``` + +### See Also +* module [`aspose.cells.charts`](../../) +* class [`Title`](/cells/python-net/aspose.cells.charts/title) diff --git a/english/aspose.cells.charts/trendlinecollection/_index.md b/english/aspose.cells.charts/trendlinecollection/_index.md index e96bc22ffe..4e15ce237e 100644 --- a/english/aspose.cells.charts/trendlinecollection/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/_index.md @@ -25,16 +25,16 @@ The TrendlineCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.charts/trendlinecollection/add/#aspose.cells.charts.TrendlineType) | Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type. | -| [add](/cells/python-net/aspose.cells.charts/trendlinecollection/add/#aspose.cells.charts.TrendlineType-str) | Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type and name. | -| [copy_to](/cells/python-net/aspose.cells.charts/trendlinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.charts/trendlinecollection/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. | -| [index_of](/cells/python-net/aspose.cells.charts/trendlinecollection/index_of/#aspose.cells.charts.Trendline-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. | -| [index_of](/cells/python-net/aspose.cells.charts/trendlinecollection/index_of/#aspose.cells.charts.Trendline-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.charts/trendlinecollection/last_index_of/#aspose.cells.charts.Trendline) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.charts/trendlinecollection/last_index_of/#aspose.cells.charts.Trendline-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](/cells/python-net/aspose.cells.charts/trendlinecollection/last_index_of/#aspose.cells.charts.Trendline-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. | -| [binary_search](/cells/python-net/aspose.cells.charts/trendlinecollection/binary_search/#aspose.cells.charts.Trendline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, type)`](/cells/python-net/aspose.cells.charts/trendlinecollection/add/#aspose.cells.charts.trendlinetype) | Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type. | +| [`add(self, type, name)`](/cells/python-net/aspose.cells.charts/trendlinecollection/add/#aspose.cells.charts.trendlinetype-str) | Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type and name. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.charts/trendlinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.charts/trendlinecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.charts/trendlinecollection/index_of/#aspose.cells.charts.trendline-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.charts/trendlinecollection/index_of/#aspose.cells.charts.trendline-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.charts/trendlinecollection/last_index_of/#aspose.cells.charts.trendline) | 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.charts/trendlinecollection/last_index_of/#aspose.cells.charts.trendline-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.charts/trendlinecollection/last_index_of/#aspose.cells.charts.trendline-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.charts/trendlinecollection/binary_search/#aspose.cells.charts.trendline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.charts/trendlinecollection/add/_index.md b/english/aspose.cells.charts/trendlinecollection/add/_index.md index a6d2ed16d5..ebb8f7baa8 100644 --- a/english/aspose.cells.charts/trendlinecollection/add/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/trendlinecollection/add/ is_root: false --- -## add {#aspose.cells.charts.TrendlineType} +## add(self, type) {#aspose.cells.charts.TrendlineType} Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type. @@ -20,6 +20,7 @@ Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to ```python + def add(self, type): ... ``` @@ -30,7 +31,7 @@ def add(self, type): | type | [`TrendlineType`](/cells/python-net/aspose.cells.charts/trendlinetype) | Trendline type. | -## add {#aspose.cells.charts.TrendlineType-str} +## add(self, type, name) {#aspose.cells.charts.TrendlineType-str} Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to this collection with specified type and name. @@ -42,6 +43,7 @@ Adds a [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) object to ```python + def add(self, type, name): ... ``` diff --git a/english/aspose.cells.charts/trendlinecollection/binary_search/_index.md b/english/aspose.cells.charts/trendlinecollection/binary_search/_index.md index c0ea7f8b0e..8ad962fbea 100644 --- a/english/aspose.cells.charts/trendlinecollection/binary_search/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/trendlinecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.charts.Trendline} +## binary_search(self, item) {#aspose.cells.charts.Trendline} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.charts/trendlinecollection/copy_to/_index.md b/english/aspose.cells.charts/trendlinecollection/copy_to/_index.md index 39fb2533cf..56a4e399c6 100644 --- a/english/aspose.cells.charts/trendlinecollection/copy_to/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/trendlinecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.charts/trendlinecollection/index_of/_index.md b/english/aspose.cells.charts/trendlinecollection/index_of/_index.md index 0dc6f04a22..a4ed1d951d 100644 --- a/english/aspose.cells.charts/trendlinecollection/index_of/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/trendlinecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.charts.Trendline-int} +## index_of(self, item, index) {#aspose.cells.charts.Trendline-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.charts.Trendline-int-int} +## index_of(self, item, index, count) {#aspose.cells.charts.Trendline-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/trendlinecollection/last_index_of/_index.md b/english/aspose.cells.charts/trendlinecollection/last_index_of/_index.md index b85a5db897..4043d61d6b 100644 --- a/english/aspose.cells.charts/trendlinecollection/last_index_of/_index.md +++ b/english/aspose.cells.charts/trendlinecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/trendlinecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.charts.Trendline} +## last_index_of(self, item) {#aspose.cells.charts.Trendline} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Trendline`](/cells/python-net/aspose.cells.charts/trendline) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.charts.Trendline-int} +## last_index_of(self, item, index) {#aspose.cells.charts.Trendline-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.charts.Trendline-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.charts.Trendline-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.charts/walls/_index.md b/english/aspose.cells.charts/walls/_index.md index 8de8804029..7d0e1507a1 100644 --- a/english/aspose.cells.charts/walls/_index.md +++ b/english/aspose.cells.charts/walls/_index.md @@ -47,9 +47,9 @@ The Walls type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_cube_point_count](/cells/python-net/aspose.cells.charts/walls/get_cube_point_count/#) | Gets the number of cube points after calls Chart.Calculate() method. | -| [get_cube_point_x_px](/cells/python-net/aspose.cells.charts/walls/get_cube_point_x_px/#int) | Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
The number of apex points of walls cube is eight | -| [get_cube_point_y_px](/cells/python-net/aspose.cells.charts/walls/get_cube_point_y_px/#int) | Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
The number of apex points of walls cube is eight. | +| [`get_cube_point_count(self)`](/cells/python-net/aspose.cells.charts/walls/get_cube_point_count/#) | Gets the number of cube points after calls Chart.Calculate() method. | +| [`get_cube_point_x_px(self, index)`](/cells/python-net/aspose.cells.charts/walls/get_cube_point_x_px/#int) | Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
The number of apex points of walls cube is eight | +| [`get_cube_point_y_px(self, index)`](/cells/python-net/aspose.cells.charts/walls/get_cube_point_y_px/#int) | Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method.
The number of apex points of walls cube is eight. | diff --git a/english/aspose.cells.charts/walls/get_cube_point_count/_index.md b/english/aspose.cells.charts/walls/get_cube_point_count/_index.md index 91f79ca1d9..f5c3fb87ff 100644 --- a/english/aspose.cells.charts/walls/get_cube_point_count/_index.md +++ b/english/aspose.cells.charts/walls/get_cube_point_count/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.charts/walls/get_cube_point_count/ is_root: false --- -## get_cube_point_count {#} +## get_cube_point_count(self) {#} Gets the number of cube points after calls Chart.Calculate() method. ```python + def get_cube_point_count(self): ... ``` diff --git a/english/aspose.cells.charts/walls/get_cube_point_x_px/_index.md b/english/aspose.cells.charts/walls/get_cube_point_x_px/_index.md index ab00532ce1..031589f47f 100644 --- a/english/aspose.cells.charts/walls/get_cube_point_x_px/_index.md +++ b/english/aspose.cells.charts/walls/get_cube_point_x_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/walls/get_cube_point_x_px/ is_root: false --- -## get_cube_point_x_px {#int} +## get_cube_point_x_px(self, index) {#int} Gets x-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight @@ -16,6 +16,7 @@ The number of apex points of walls cube is eight ```python + def get_cube_point_x_px(self, index): ... ``` diff --git a/english/aspose.cells.charts/walls/get_cube_point_y_px/_index.md b/english/aspose.cells.charts/walls/get_cube_point_y_px/_index.md index 6ee9d1566d..36610c03e4 100644 --- a/english/aspose.cells.charts/walls/get_cube_point_y_px/_index.md +++ b/english/aspose.cells.charts/walls/get_cube_point_y_px/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.charts/walls/get_cube_point_y_px/ is_root: false --- -## get_cube_point_y_px {#int} +## get_cube_point_y_px(self, index) {#int} Gets y-coordinate of the apex point of walls cube after calls Chart.Calculate() method. The number of apex points of walls cube is eight. @@ -16,6 +16,7 @@ The number of apex points of walls cube is eight. ```python + def get_cube_point_y_px(self, index): ... ``` diff --git a/english/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md b/english/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md index ad4f2a3a8c..0010a3a779 100644 --- a/english/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md +++ b/english/aspose.cells.datamodels/datamodelrelationshipcollection/_index.md @@ -25,14 +25,14 @@ The DataModelRelationshipCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/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. | -| [index_of](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/#aspose.cells.datamodels.DataModelRelationship-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. | -| [index_of](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/#aspose.cells.datamodels.DataModelRelationship-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.DataModelRelationship) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.DataModelRelationship-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](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.DataModelRelationship-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. | -| [binary_search](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/#aspose.cells.datamodels.DataModelRelationship) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/#aspose.cells.datamodels.datamodelrelationship-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/#aspose.cells.datamodels.datamodelrelationship-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.datamodelrelationship) | 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/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.datamodelrelationship-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/datamodelrelationshipcollection/last_index_of/#aspose.cells.datamodels.datamodelrelationship-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/#aspose.cells.datamodels.datamodelrelationship) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/_index.md b/english/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/_index.md index 419bb32555..0371261475 100644 --- a/english/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/_index.md +++ b/english/aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodelrelationshipcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.datamodels.DataModelRelationship} +## binary_search(self, item) {#aspose.cells.datamodels.DataModelRelationship} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/_index.md b/english/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/_index.md index cb9250b7d0..f5abc4967d 100644 --- a/english/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/_index.md +++ b/english/aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.datamodels/datamodelrelationshipcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/_index.md b/english/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/_index.md index 4474ef861d..76a40cd4a2 100644 --- a/english/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodelrelationshipcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodelrelationshipcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.datamodels.DataModelRelationship-int} +## index_of(self, item, index) {#aspose.cells.datamodels.DataModelRelationship-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.datamodels.DataModelRelationship-int-int} +## index_of(self, item, index, count) {#aspose.cells.datamodels.DataModelRelationship-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/_index.md b/english/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/_index.md index b46bf2e307..edf81d009c 100644 --- a/english/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodelrelationshipcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.datamodels.DataModelRelationship} +## last_index_of(self, item) {#aspose.cells.datamodels.DataModelRelationship} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DataModelRelationship`](/cells/python-net/aspose.cells.datamodels/datamodelrelationship) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.datamodels.DataModelRelationship-int} +## last_index_of(self, item, index) {#aspose.cells.datamodels.DataModelRelationship-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.datamodels.DataModelRelationship-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.datamodels.DataModelRelationship-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/_index.md index 866e82512d..3f700f2e97 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/_index.md @@ -25,14 +25,14 @@ The DataModelTableCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/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. | -| [index_of](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/index_of/#aspose.cells.datamodels.DataModelTable-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. | -| [index_of](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/index_of/#aspose.cells.datamodels.DataModelTable-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/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](/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](/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. | -| [binary_search](/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. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/index_of/#aspose.cells.datamodels.datamodeltable-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.datamodels/datamodeltablecollection/index_of/#aspose.cells.datamodels.datamodeltable-int-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 starts at the specified index and contains the specified number of elements. | +| [`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. | +| [`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. | diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/binary_search/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/binary_search/_index.md index 83de042c99..e2873d6068 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/binary_search/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodeltablecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.datamodels.DataModelTable} +## binary_search(self, item) {#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. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/copy_to/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/copy_to/_index.md index 7501646d04..e5090a394c 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/copy_to/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.datamodels/datamodeltablecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md index 3e5cc89c4a..70d23f94af 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodeltablecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.datamodels.DataModelTable-int} +## index_of(self, item, index) {#aspose.cells.datamodels.DataModelTable-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.datamodels.DataModelTable-int-int} +## index_of(self, item, index, count) {#aspose.cells.datamodels.DataModelTable-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md b/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md index 7f04998352..e8cc0a38e6 100644 --- a/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md +++ b/english/aspose.cells.datamodels/datamodeltablecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.datamodels/datamodeltablecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.datamodels.DataModelTable} +## last_index_of(self, item) {#aspose.cells.datamodels.DataModelTable} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DataModelTable`](/cells/python-net/aspose.cells.datamodels/datamodeltable) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.datamodels.DataModelTable-int} +## last_index_of(self, item, index) {#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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.datamodels.DataModelTable-int-int} +## last_index_of(self, item, index, count) {#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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.digitalsignatures/digitalsignature/__init__/_index.md b/english/aspose.cells.digitalsignatures/digitalsignature/__init__/_index.md index ba84ad98d1..5ece149b9a 100644 --- a/english/aspose.cells.digitalsignatures/digitalsignature/__init__/_index.md +++ b/english/aspose.cells.digitalsignatures/digitalsignature/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.digitalsignatures/digitalsignature/__init__/ is_root: false --- -## __init__ {#System.Security.Cryptography.X509Certificates.X509Certificate2-str-DateTime} +## \_\_init\_\_(self, certificate, comments, sign_time) {#System.Security.Cryptography.X509Certificates.X509Certificate2-str-DateTime} Constructor of digitalSignature. Uses .Net implementation. ```python + def __init__(self, certificate, comments, sign_time): ... ``` @@ -27,13 +28,14 @@ def __init__(self, certificate, comments, sign_time): | sign_time | DateTime | The utc time when the document was signed. | -## __init__ {#bytes-str-str-DateTime} +## \_\_init\_\_(self, raw_data, password, comments, sign_time) {#bytes-str-str-DateTime} Constructor of digitalSignature. Uses Bouncy Castle implementation. ```python + def __init__(self, raw_data, password, comments, sign_time): ... ``` diff --git a/english/aspose.cells.digitalsignatures/digitalsignature/_index.md b/english/aspose.cells.digitalsignatures/digitalsignature/_index.md index 6076a675d2..42dd44723a 100644 --- a/english/aspose.cells.digitalsignatures/digitalsignature/_index.md +++ b/english/aspose.cells.digitalsignatures/digitalsignature/_index.md @@ -19,8 +19,8 @@ The DigitalSignature type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.digitalsignatures/digitalsignature/__init__/#System.Security.Cryptography.X509Certificates.X509Certificate2-str-DateTime) | Constructor of digitalSignature. Uses .Net implementation. | -| [__init__](/cells/python-net/aspose.cells.digitalsignatures/digitalsignature/__init__/#bytes-str-str-DateTime) | Constructor of digitalSignature. Uses Bouncy Castle implementation. | +| [`__init__(self, certificate, comments, sign_time)`](/cells/python-net/aspose.cells.digitalsignatures/digitalsignature/__init__/#system.security.cryptography.x509certificates.x509certificate2-str-datetime) | Constructor of digitalSignature. Uses .Net implementation. | +| [`__init__(self, raw_data, password, comments, sign_time)`](/cells/python-net/aspose.cells.digitalsignatures/digitalsignature/__init__/#bytes-str-str-datetime) | Constructor of digitalSignature. Uses Bouncy Castle implementation. | ### Properties diff --git a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/_index.md b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/_index.md index e70aabf79b..93df80b18a 100644 --- a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/_index.md +++ b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} The constructor of DigitalSignatureCollection. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md index f149b22ae2..afad8d6796 100644 --- a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md +++ b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/_index.md @@ -19,13 +19,13 @@ The DigitalSignatureCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/#) | The constructor of DigitalSignatureCollection. | +| [`__init__(self)`](/cells/python-net/aspose.cells.digitalsignatures/digitalsignaturecollection/__init__/#) | The constructor of DigitalSignatureCollection. | ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.digitalsignatures/digitalsignaturecollection/add/#aspose.cells.digitalsignatures.DigitalSignature) | Add one signature to DigitalSignatureCollection. | +| [`add(self, digital_signature)`](/cells/python-net/aspose.cells.digitalsignatures/digitalsignaturecollection/add/#aspose.cells.digitalsignatures.digitalsignature) | Add one signature to DigitalSignatureCollection. | diff --git a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md index 2510372905..c9383d57e9 100644 --- a/english/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md +++ b/english/aspose.cells.digitalsignatures/digitalsignaturecollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.digitalsignatures/digitalsignaturecollection/add/ is_root: false --- -## add {#aspose.cells.digitalsignatures.DigitalSignature} +## add(self, digital_signature) {#aspose.cells.digitalsignatures.DigitalSignature} Add one signature to DigitalSignatureCollection. ```python + def add(self, digital_signature): ... ``` diff --git a/english/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md b/english/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md index 05fa657c6d..db4c308ac9 100644 --- a/english/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md +++ b/english/aspose.cells.drawing.activexcontrols/unknowncontrol/_index.md @@ -50,7 +50,7 @@ The UnknownControl type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_relationship_data](/cells/python-net/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/#str) | Gets the related data. | +| [`get_relationship_data(self, rel_id)`](/cells/python-net/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/#str) | Gets the related data. | diff --git a/english/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/_index.md b/english/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/_index.md index 74dce47d63..0bb5743b3e 100644 --- a/english/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/_index.md +++ b/english/aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.activexcontrols/unknowncontrol/get_relationship_data/ is_root: false --- -## get_relationship_data {#str} +## get_relationship_data(self, rel_id) {#str} Gets the related data. @@ -20,6 +20,7 @@ Returns the related data. ```python + def get_relationship_data(self, rel_id): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/_index.md index df3e3d06bb..7018b7a842 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/_index.md @@ -39,20 +39,20 @@ The AccentEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/accentequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/add_child/_index.md index 7874015155..a283ccbc11 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/create_node/_index.md index b27abd12f7..3a15de354f 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/get_child/_index.md index b643c21f18..bf5c341edf 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/insert_after/_index.md index 946cb44c97..fd22b55e7a 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/insert_before/_index.md index 1a7c814aee..b69247686d 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/insert_child/_index.md index c75ded2ac8..067940fd12 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/remove/_index.md index c1e0f8ca30..cd5292c90f 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/accentequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/remove_all_children/_index.md index c1c25f7049..c0829b9b6c 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/accentequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/remove_child/_index.md index 5307c8d8b4..c98778bc7b 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/accentequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/_index.md index 4821d0d9d1..e5b29110fb 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/accentequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md index 98d3e14c92..4fb4dc5e2f 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/accentequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md index cb95de6b44..9da3dfc81b 100644 --- a/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/accentequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/_index.md index ac7cf1edfe..0106893a22 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/_index.md @@ -37,20 +37,20 @@ The ArrayEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md index ae88e96c8a..eb2ea76a8b 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md index f95f1cc081..01efbb9c5b 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md index 23f465b9ae..4cee64b9ed 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md index 17061a8e6c..573cfb452d 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md index cabf66e820..75d58deb23 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md index c266f787ed..02d9981026 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md index 159908f3c0..623386f15c 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/arrayequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md index c4196760fe..1dbf92a86d 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/arrayequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md index 105bb86ba2..bc03e81c52 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/arrayequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md index 0fabe9ec24..6ede5d6268 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md index 7e33c880b6..92926a7c85 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md index afad4c81eb..0af832b94f 100644 --- a/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/arrayequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/_index.md b/english/aspose.cells.drawing.equations/barequationnode/_index.md index df38bbf74b..48d6e1432b 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/_index.md @@ -38,20 +38,20 @@ The BarEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/barequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/barequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/barequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/barequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/barequationnode/add_child/_index.md index eb55ec9ce3..2b6e582e98 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/barequationnode/create_node/_index.md index ba43b0efa9..ba6a636427 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/barequationnode/get_child/_index.md index 34349a7608..e161449c2b 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/barequationnode/insert_after/_index.md index d2f6b334e0..6c30c765e3 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/barequationnode/insert_before/_index.md index b86f5aac2e..fa17c4c3af 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/barequationnode/insert_child/_index.md index 0223ca5540..c0a62327e5 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/barequationnode/remove/_index.md index d3c9b597de..5a1e5a78b8 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/barequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/barequationnode/remove_all_children/_index.md index b7bab67dad..ad46ad27dd 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/barequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/barequationnode/remove_child/_index.md index beb3a969aa..cf7a8297cb 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/barequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/barequationnode/set_word_art_style/_index.md index b667105314..3ca58a77d6 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/barequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md index 5e3d0ba51f..9a5e171998 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/barequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md index f65d4d3f9a..2ed109b422 100644 --- a/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/barequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md index decc9f8e51..bbf66e9d18 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md @@ -37,20 +37,20 @@ The BorderBoxEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/add_child/_index.md index d8a7929cac..35d4678cfe 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/create_node/_index.md index 5db8e1620d..b9d13ac899 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/get_child/_index.md index 0accb3a471..71f6086815 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_after/_index.md index 85e671d3be..cbec3d1849 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_before/_index.md index 8fe56ae708..cc307a1bc3 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_child/_index.md index 577d8d104c..8bcac33e73 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/remove/_index.md index 079a5e2bf1..1cbb143244 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/_index.md index 914a626f53..0f2bd8ed40 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/remove_child/_index.md index 30fcf0c7b5..a804c997ec 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/_index.md index 99170b34ae..2117d600b3 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md index 1ceeaa1da3..5d204cf065 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md index f22232bf2f..b050d55b9a 100644 --- a/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/_index.md index f5e99df7a7..bba4ef6f40 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/_index.md @@ -37,20 +37,20 @@ The BoxEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/boxequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/add_child/_index.md index 1cd7eca635..ec80e646fc 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/create_node/_index.md index 37533a6c0d..04e79b3d4c 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/get_child/_index.md index 1c5d55cc4f..2f476a29b7 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/insert_after/_index.md index d1688ca506..dc1163b836 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/insert_before/_index.md index f6d7b5298f..adcff0cbee 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/insert_child/_index.md index 91a09dee32..5ed41f4178 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/remove/_index.md index 79721dab18..dd5c108581 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/boxequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/remove_all_children/_index.md index f7e7b8b0ff..ee067b7ccf 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/boxequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/remove_child/_index.md index d9f15d11ff..1ce8ca58eb 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/boxequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/_index.md index 3e3a9bbabc..ba75f7de53 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/boxequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md index 6a713f495b..3c544f9352 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/boxequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md index d574beab88..e8fa0844da 100644 --- a/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/boxequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md index 75efe60765..3b6cf3284f 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md @@ -43,20 +43,20 @@ The DelimiterEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/add_child/_index.md index 491907883b..ba1e330dfd 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/create_node/_index.md index 659ade4734..37f897ac83 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/get_child/_index.md index feb905ad71..e9941abebc 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_after/_index.md index 5d21adb782..831cb51bba 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_before/_index.md index 742716a587..02d4dd52d2 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_child/_index.md index f1bdcc8117..c09f7bfc7c 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/remove/_index.md index cd8ebb43cb..e6f27f4734 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/_index.md index 22f5135a8f..4af22157d8 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/remove_child/_index.md index 2b1ac8b507..a03e8f2fbe 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/_index.md index d49f9e7d94..dee7011228 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md index 9d2253489a..aa633a36bc 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md index 52442e7b94..d1af650842 100644 --- a/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md index a7eec46c9d..5d5065b82b 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md @@ -40,20 +40,20 @@ The EquationComponentNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/add_child/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/add_child/_index.md index f1da9766ff..22ec1e7e0a 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/create_node/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/create_node/_index.md index 04df77cf39..1dc9fa5d9c 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/get_child/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/get_child/_index.md index 65185ea499..193f910960 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_after/_index.md index 0c0bbaa16a..1258a7d004 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_before/_index.md index 3c5c35ec1b..f625853416 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_child/_index.md index ecc532cdfe..8cdf17d917 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/remove/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/remove/_index.md index 33a159238d..9b48305053 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/_index.md index d91f3e08cb..3b409cbdb7 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/remove_child/_index.md index 94cb5374f4..975733805a 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/_index.md index e290c43c42..081df25ab2 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md index 7f6c213015..4fceaa0e1e 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md index cdff3159c7..e337263f01 100644 --- a/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/_index.md b/english/aspose.cells.drawing.equations/equationnode/_index.md index a7b4003349..cd36a7a9c5 100644 --- a/english/aspose.cells.drawing.equations/equationnode/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/_index.md @@ -36,20 +36,20 @@ The EquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/equationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/equationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/equationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/equationnode/add_child/_index.md index 2e2544efbc..426d8e4b4f 100644 --- a/english/aspose.cells.drawing.equations/equationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/equationnode/create_node/_index.md index 1233bcd35c..d886d72aaf 100644 --- a/english/aspose.cells.drawing.equations/equationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/equationnode/get_child/_index.md index d0e8701cd3..184b2e1bab 100644 --- a/english/aspose.cells.drawing.equations/equationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/equationnode/insert_after/_index.md index 1660137f41..47f59c6bcf 100644 --- a/english/aspose.cells.drawing.equations/equationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/equationnode/insert_before/_index.md index a493b4e329..a85355df06 100644 --- a/english/aspose.cells.drawing.equations/equationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/equationnode/insert_child/_index.md index f92bb40c9c..86b556f155 100644 --- a/english/aspose.cells.drawing.equations/equationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/remove/_index.md b/english/aspose.cells.drawing.equations/equationnode/remove/_index.md index 8f81d38351..4cf515c11f 100644 --- a/english/aspose.cells.drawing.equations/equationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/equationnode/remove_all_children/_index.md index f67ebf32ff..108334ca42 100644 --- a/english/aspose.cells.drawing.equations/equationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/equationnode/remove_child/_index.md index e39afa6efe..3e99552c42 100644 --- a/english/aspose.cells.drawing.equations/equationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/equationnode/set_word_art_style/_index.md index 1bab5d89c8..b5d2940cf7 100644 --- a/english/aspose.cells.drawing.equations/equationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md index c081d3b2a5..9e6fd6aceb 100644 --- a/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md index 0e928aa96a..32fef88d7a 100644 --- a/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md index 2e5056e08d..3c2c7bfbd8 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md @@ -38,20 +38,20 @@ The EquationNodeParagraph type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/add_child/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/add_child/_index.md index 4fb9f326fa..378ead4868 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/create_node/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/create_node/_index.md index ec6fae973f..75753b96da 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/get_child/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/get_child/_index.md index 8b321e504d..09d7221027 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/_index.md index bde294b7c4..4c35ae4a5e 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/_index.md index 361eeadeef..48930d7426 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/_index.md index beaf94c642..8dfd1da3c9 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove/_index.md index 20f87306f8..e566c0f086 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/_index.md index 3e0e47e506..a4eba190ee 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/_index.md index dbb8b28a7a..31dc45c68a 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/_index.md index 9de9ee6ace..5c1e97b9cc 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md index 45995f9980..7b10febfed 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md index f235fe7782..103451abe6 100644 --- a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/_index.md index 9004e272f8..d022f3be94 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/_index.md @@ -38,20 +38,20 @@ The FractionEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/add_child/_index.md index f0cba869d1..6fdee1343e 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/create_node/_index.md index a7be27c2d7..2b7585776e 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/get_child/_index.md index ac70c9dc32..b11db0c443 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/insert_after/_index.md index c1b54e7e6e..dd702e3750 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/insert_before/_index.md index b048d113d7..2fb73c6f41 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/insert_child/_index.md index 08d4432674..74426ac968 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/remove/_index.md index cec845df2d..7ff253651d 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/fractionequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/_index.md index 31bfbe8ab6..cd9496ae7e 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/fractionequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/remove_child/_index.md index 4dba1acd63..ee2743a800 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/fractionequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/_index.md index 5bfd301427..5edbd1fe07 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md index 2062afee39..c5be0ff708 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md index 2a99d08e2f..4c10467655 100644 --- a/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/fractionequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/_index.md index c7db4e08e9..0d70ebd70f 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/_index.md @@ -38,20 +38,20 @@ The FunctionEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/functionequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/add_child/_index.md index 46ae1966c4..55f9179fec 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/create_node/_index.md index 0c0ed7e7da..f41653991e 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/get_child/_index.md index b7d0478205..74b07d0d26 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/insert_after/_index.md index 3f005c7fdc..140428855b 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/insert_before/_index.md index e1322e57df..160a80f11c 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/insert_child/_index.md index 6a3c63dd73..4b218e8399 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/remove/_index.md index f5db85c7b4..4621a1594e 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/functionequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/remove_all_children/_index.md index 5445e8b145..84648cf0ec 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/functionequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/remove_child/_index.md index 6f4b8b1c3a..d48bc908b9 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/functionequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/_index.md index 15b997cdc5..331aee5e20 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/functionequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md index 8bba2957d3..004bb54ce1 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/functionequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md index 07f0b2a1ba..f6acfff26c 100644 --- a/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/functionequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md index 11c554ee1d..28e8309016 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md @@ -41,20 +41,20 @@ The GroupCharacterEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/_index.md index 577b3931b5..058a2a7fa8 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/_index.md index d78056e77f..896be85db6 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/_index.md index 27169edd65..04e5020105 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/_index.md index e779dad4fd..5d55b05216 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/_index.md index 1920c92c1c..bb7d6672f4 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/_index.md index 4f7f4a240c..da704386d7 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove/_index.md index 85553d9753..f6300737ce 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/_index.md index dbc5d2b1bf..886d75c5c3 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/remove_all_child is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/_index.md index ab78f9c660..0a63e0f1c0 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/_index.md index 020bb16a4d..8fd803e92d 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_sty is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md index 2edf6f9ce5..9709479d66 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md index 3104189b38..896cd0c064 100644 --- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md index e10ef51133..7365ff58e7 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md @@ -37,20 +37,20 @@ The LimLowUppEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md index 4bd231ca82..368a18b9b1 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md index b2d575f63e..7420114c2e 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md index c8fd8d2b70..a9178da552 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md index 3ffecdbec6..69b55b4865 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md index c085532705..a45638bdd3 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md index 34c7c66a65..68893e37ee 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md index 05c15262a3..a41aaebaea 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md index 3516b7f3a4..5963cb91c3 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md index de6fe36ea1..206b56d31f 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md index bb298e2ac8..d2e9101dcd 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md index ef075b0a14..1996e246c5 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md index 25bf7a0dce..cad85a5ab6 100644 --- a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md index 0c383937b1..9e73050191 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md @@ -37,20 +37,20 @@ The MathematicalEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/add_child/_index.md index 4814f9999c..bda009aef6 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/create_node/_index.md index dc69f0254e..5a36e69e7f 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/get_child/_index.md index bfe6b33024..1d206b4721 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/_index.md index 09af8ed13f..86a96c4c13 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/_index.md index adb477e548..6446b561ea 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/_index.md index 267391af69..43986f3534 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove/_index.md index f4599425bf..d957852728 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/_index.md index e802b87139..bea8976a11 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/remove_all_childre is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/_index.md index e96454deee..26a27d5b78 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/_index.md index 2381293ba0..86059ca8dd 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md index a5ecc3d0ec..a2564ed51f 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md index c11e8c2bdf..bb871d1a52 100644 --- a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/_index.md index 9dd5dc2b42..c53ee71b1a 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/_index.md @@ -39,20 +39,20 @@ The MatrixEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/add_child/_index.md index 581edf8c5b..9df6914b1e 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/create_node/_index.md index b7779aa39e..070000a26f 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/get_child/_index.md index fbb236704c..99b23e220b 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/insert_after/_index.md index 07e54ab978..062f7d7c6f 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/insert_before/_index.md index a109ffd75f..b417b3c9c2 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/insert_child/_index.md index 98b887b5c3..a195807160 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/remove/_index.md index 01b84e99e4..96de4c8fd1 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/matrixequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/_index.md index 4901428350..bd6f7ca8a4 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/matrixequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/remove_child/_index.md index ba70156d69..526bebf8f6 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/matrixequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/_index.md index 8160b21550..f7c7404f4b 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md index e967c86665..c15e43a1b1 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md index 4bc69b866c..a54506faa4 100644 --- a/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/matrixequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/_index.md index b2d14cca56..918ab0e493 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/_index.md @@ -43,20 +43,20 @@ The NaryEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/naryequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/add_child/_index.md index f87a3d88b9..9676200800 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/create_node/_index.md index 5d5e6a1b39..baa3d92a37 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/get_child/_index.md index 92b440428d..6d72c41661 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/insert_after/_index.md index a3217e9fbb..20ee8bd53b 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/insert_before/_index.md index 7567e79edc..9fdc29b933 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/insert_child/_index.md index 12edd57c35..ace0a61e0e 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/remove/_index.md index 7e7834d059..a96b3b4116 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/naryequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/remove_all_children/_index.md index 7e4ba0f57a..99c2cf1992 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/naryequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/remove_child/_index.md index dcf6d0637f..1d42dee566 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/naryequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/_index.md index 27a2607026..ac4f8cd64f 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/naryequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md index b914fbfbba..ae2b4de801 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/naryequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md index e48a7b9d92..4bcfc8b1fd 100644 --- a/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/naryequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/_index.md index e4feb11289..f8112f85a4 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/_index.md @@ -38,20 +38,20 @@ The RadicalEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/add_child/_index.md index d756519873..2c229788c5 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/create_node/_index.md index 9402859101..ef000c4854 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/get_child/_index.md index 27e8d11f58..029f58afe0 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/insert_after/_index.md index 2f92a4ae4b..59da70d8ed 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/insert_before/_index.md index 3dc477467a..03a9950ee1 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/insert_child/_index.md index 48910c9e47..da8be45846 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/remove/_index.md index 0b2ef31633..79c49d60cb 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/radicalequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/_index.md index 7be5c8276c..b77baac091 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/radicalequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/remove_child/_index.md index 9625f9d356..a1302f479c 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/radicalequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/_index.md index 47d1800410..755a02a9f9 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md index 3a6cb30167..d111ab9d19 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md index 5c29b92b9a..15aa047b42 100644 --- a/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/radicalequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/_index.md index 90e0af1d99..867458af36 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/_index.md @@ -38,20 +38,20 @@ The SubSupEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/add_child/_index.md index 82a4813611..6fe9ddd76d 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/create_node/_index.md index 135f60cf99..bfe19044ea 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/get_child/_index.md index deb375ee65..633fa566a1 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/insert_after/_index.md index 751432fe98..af5c802769 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/insert_before/_index.md index d5d0bd65d2..a7696a21e4 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/insert_child/_index.md index 9f679ae61f..7013ea764f 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/remove/_index.md index 8dcd8a7eb4..522ab35855 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/subsupequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/_index.md index aa7b1d7b5e..ab2ffcbc11 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/subsupequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/remove_child/_index.md index 5d7d6ee574..f0bb6cef58 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/subsupequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/_index.md index d08af2e87a..fe22d0a770 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md index aa26bd6cb2..488ba52f4a 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md index d5328e535c..6c9d7b91e9 100644 --- a/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/subsupequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/_index.md index ee0baf91c6..965bfc9e42 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/_index.md @@ -39,20 +39,20 @@ The TextRunEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/add_child/_index.md index f69b49d395..14c9e5a6c3 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/create_node/_index.md index 1cc69777ac..1fd0d011e2 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/get_child/_index.md index 95d46ac8c0..71f235f585 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/insert_after/_index.md index 0db9c0ecde..083979bed4 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/insert_before/_index.md index 51fbbdfd65..c6468c381f 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/insert_child/_index.md index 4c02c8ff59..c2c9598d2c 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/remove/_index.md index da44d1d36c..ed9bfab0a7 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/textrunequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/_index.md index 99396db1ad..501179f84f 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/textrunequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/remove_child/_index.md index 8b77eee109..3a6f5becae 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/textrunequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/_index.md index 2ea4a68a28..b064988856 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md index 87faa3f07c..a1940bf5fc 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md index 6033d4847c..94bc794bb0 100644 --- a/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/textrunequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/_index.md index 14d08fe5f5..ea3bc53a00 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/_index.md @@ -37,20 +37,20 @@ The UnknowEquationNode type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. | -| [add_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. | -| [remove_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | -| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | -| [insert_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. | -| [insert_after](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. | -| [insert_before](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. | -| [get_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | -| [remove](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove/#) | Removes itself from the parent. | -| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | -| [create_node](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. | +| [`add_child(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/add_child/#aspose.cells.drawing.equations.equationnodetype) | Insert a node of the specified type at the end of the child node list of the current node. | +| [`add_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/add_child/#aspose.cells.drawing.equations.equationnode) | Inserts the specified node at the end of the current node's list of child nodes. | +| [`remove_child(self, node)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#aspose.cells.drawing.equations.equationnode) | Removes the specified node from the current node's children. | +| [`remove_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`to_la_te_x(self)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. | +| [`to_math_ml(self)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/#) | Convert this equtation to MathML expression. | +| [`insert_child(self, index, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_child/#int-aspose.cells.drawing.equations.equationnodetype) | Inserts a node of the specified type at the specified index position in the current node's child node list. | +| [`insert_after(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_after/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node after the current node. | +| [`insert_before(self, equation_type)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_before/#aspose.cells.drawing.equations.equationnodetype) | Inserts the specified node before the current node. | +| [`get_child(self, index)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. | +| [`remove(self)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove/#) | Removes itself from the parent. | +| [`remove_all_children(self)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/#) | Removes all the child nodes of the current node. | +| [`create_node(, equation_type, workbook, parent)`](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/create_node/#aspose.cells.drawing.equations.equationnodetype-aspose.cells.workbook-aspose.cells.drawing.equations.equationnode) | Create a node of the specified type. | diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/add_child/_index.md index 046b3ab5ff..d8190699e8 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/add_child/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/add_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/add_child/ is_root: false --- -## add_child {#aspose.cells.drawing.equations.EquationNodeType} +## add_child(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Insert a node of the specified type at the end of the child node list of the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def add_child(self, equation_type): ... ``` @@ -30,13 +31,14 @@ def add_child(self, equation_type): | equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes | -## add_child {#aspose.cells.drawing.equations.EquationNode} +## add_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Inserts the specified node at the end of the current node's list of child nodes. ```python + def add_child(self, node): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/create_node/_index.md index 4340aef6a2..63f8e7c313 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/create_node/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/create_node/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/create_node/ is_root: false --- -## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} +## create_node(, equation_type, workbook, parent) {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode} Create a node of the specified type. @@ -20,7 +20,9 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python -def create_node(self, equation_type, workbook, parent): + +@staticmethod +def create_node(equation_type, workbook, parent): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/get_child/_index.md index c7070277d4..69bfaab651 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/get_child/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/get_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/get_child/ is_root: false --- -## get_child {#int} +## get_child(self, index) {#int} Returns the node at the specified index among the children of the current node. @@ -20,6 +20,7 @@ Returns the corresponding node if the specified node exists, otherwise returns n ```python + def get_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/insert_after/_index.md index a3b9590e6e..ce9f81e02a 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/insert_after/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/insert_after/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/insert_after/ is_root: false --- -## insert_after {#aspose.cells.drawing.equations.EquationNodeType} +## insert_after(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node after the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_after(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/insert_before/_index.md index 96e892db19..2b1b8340ab 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/insert_before/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/insert_before/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/insert_before/ is_root: false --- -## insert_before {#aspose.cells.drawing.equations.EquationNodeType} +## insert_before(self, equation_type) {#aspose.cells.drawing.equations.EquationNodeType} Inserts the specified node before the current node. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_before(self, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/insert_child/_index.md index 7ba92cae9b..9d080450e2 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/insert_child/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/insert_child/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/insert_child/ is_root: false --- -## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType} +## insert_child(self, index, equation_type) {#int-aspose.cells.drawing.equations.EquationNodeType} Inserts a node of the specified type at the specified index position in the current node's child node list. @@ -20,6 +20,7 @@ If the specified type exists, the corresponding node is returned, and if the typ ```python + def insert_child(self, index, equation_type): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/remove/_index.md index 7f77f66c51..8fb3155016 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/remove/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/unknowequationnode/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Removes itself from the parent. ```python + def remove(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/_index.md index 86212f4330..228c3c4d08 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/remove_all_children/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/unknowequationnode/remove_all_children/ is_root: false --- -## remove_all_children {#} +## remove_all_children(self) {#} Removes all the child nodes of the current node. ```python + def remove_all_children(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/remove_child/_index.md index 09039df3c2..a395b48d3d 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/remove_child/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/remove_child/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/unknowequationnode/remove_child/ is_root: false --- -## remove_child {#aspose.cells.drawing.equations.EquationNode} +## remove_child(self, node) {#aspose.cells.drawing.equations.EquationNode} Removes the specified node from the current node's children. ```python + def remove_child(self, node): ... ``` @@ -25,13 +26,14 @@ def remove_child(self, node): | node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. | -## remove_child {#int} +## remove_child(self, index) {#int} Removes the node at the specified index from the current node's children. ```python + def remove_child(self, index): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/_index.md index a8d1d35994..49ee394d99 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md index 52be8a0de4..48213c23ec 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/ is_root: false --- -## to_la_te_x {#} +## to_la_te_x(self) {#} Convert this equtation to LaTeX expression. ```python + def to_la_te_x(self): ... ``` diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md index 07493f04f4..aea6d0402d 100644 --- a/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md +++ b/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.equations/unknowequationnode/to_math_ml/ is_root: false --- -## to_math_ml {#} +## to_math_ml(self) {#} Convert this equtation to MathML expression. @@ -20,6 +20,7 @@ Convert this equtation to MathML expression. ```python + def to_math_ml(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/_index.md b/english/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/_index.md index 6a8cfe7964..e479dd231a 100644 --- a/english/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/_index.md +++ b/english/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of AutoNumberedBulletValue ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md b/english/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md index 08bad7a541..fdbf425055 100644 --- a/english/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md +++ b/english/aspose.cells.drawing.texts/autonumberedbulletvalue/_index.md @@ -24,7 +24,7 @@ The AutoNumberedBulletValue type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/#) | Constructs a new instance of AutoNumberedBulletValue | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing.texts/autonumberedbulletvalue/__init__/#) | Constructs a new instance of AutoNumberedBulletValue | ### Properties diff --git a/english/aspose.cells.drawing.texts/characterbulletvalue/__init__/_index.md b/english/aspose.cells.drawing.texts/characterbulletvalue/__init__/_index.md index 21bfdba8df..dcf1dacf63 100644 --- a/english/aspose.cells.drawing.texts/characterbulletvalue/__init__/_index.md +++ b/english/aspose.cells.drawing.texts/characterbulletvalue/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/characterbulletvalue/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CharacterBulletValue ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/characterbulletvalue/_index.md b/english/aspose.cells.drawing.texts/characterbulletvalue/_index.md index 405d43b0ae..5b7ae8cc7b 100644 --- a/english/aspose.cells.drawing.texts/characterbulletvalue/_index.md +++ b/english/aspose.cells.drawing.texts/characterbulletvalue/_index.md @@ -24,7 +24,7 @@ The CharacterBulletValue type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing.texts/characterbulletvalue/__init__/#) | Constructs a new instance of CharacterBulletValue | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing.texts/characterbulletvalue/__init__/#) | Constructs a new instance of CharacterBulletValue | ### Properties diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/_index.md index 3047f62e8e..960ac1d8ec 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/_index.md @@ -29,22 +29,22 @@ The FontSettingCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [replace](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/replace/#int-int-str) | Replace the text. | -| [replace](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/replace/#str-str) | Replace the text. | -| [copy_to](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/index_of/#aspose.cells.FontSetting-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. | -| [index_of](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/index_of/#aspose.cells.FontSetting-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/#aspose.cells.FontSetting) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/#aspose.cells.FontSetting-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](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/#aspose.cells.FontSetting-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. | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | -| [get_paragraph_enumerator](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/#) | Gets the enumerator of the paragraphs. | -| [append_text](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/append_text/#str) | Appends the text. | -| [insert_text](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/insert_text/#int-str) | Insert index at the position. | -| [delete_text](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/delete_text/#int-int) | Delete some characters. | -| [format](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/format/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Format the text with font setting. | -| [binary_search](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/binary_search/#aspose.cells.FontSetting) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`replace(self, index, count, text)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/replace/#int-int-str) | Replace the text. | +| [`replace(self, old_value, new_value)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/replace/#str-str) | Replace the text. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/index_of/#aspose.cells.fontsetting-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/index_of/#aspose.cells.fontsetting-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/#aspose.cells.fontsetting) | 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.texts/fontsettingcollection/last_index_of/#aspose.cells.fontsetting-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.texts/fontsettingcollection/last_index_of/#aspose.cells.fontsetting-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. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | +| [`get_paragraph_enumerator(self)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/#) | Gets the enumerator of the paragraphs. | +| [`append_text(self, text)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/append_text/#str) | Appends the text. | +| [`insert_text(self, index, text)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/insert_text/#int-str) | Insert index at the position. | +| [`delete_text(self, index, count)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/delete_text/#int-int) | Delete some characters. | +| [`format(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/format/#int-int-aspose.cells.font-aspose.cells.styleflag) | Format the text with font setting. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing.texts/fontsettingcollection/binary_search/#aspose.cells.fontsetting) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/append_text/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/append_text/_index.md index 58a63b69aa..5c81f05f87 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/append_text/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/append_text/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/append_text/ is_root: false --- -## append_text {#str} +## append_text(self, text) {#str} Appends the text. ```python + def append_text(self, text): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/binary_search/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/binary_search/_index.md index dc67a3c1ae..73d581222b 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.FontSetting} +## binary_search(self, item) {#aspose.cells.FontSetting} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/copy_to/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/copy_to/_index.md index f2ded85bd3..34e2e20702 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/delete_text/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/delete_text/_index.md index 5f55eee498..c246d66baa 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/delete_text/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/delete_text/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/delete_text/ is_root: false --- -## delete_text {#int-int} +## delete_text(self, index, count) {#int-int} Delete some characters. ```python + def delete_text(self, index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md index 40f22a161a..085333118d 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/format/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/format/ is_root: false --- -## format {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Format the text with font setting. ```python + def format(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/_index.md index d6095834db..9977054a0e 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/get_paragraph_enumerator/ is_root: false --- -## get_paragraph_enumerator {#} +## get_paragraph_enumerator(self) {#} Gets the enumerator of the paragraphs. @@ -20,6 +20,7 @@ Gets the enumerator of the paragraphs. ```python + def get_paragraph_enumerator(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/index_of/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/index_of/_index.md index 85d9138816..344cbe643a 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/index_of/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.FontSetting-int} +## index_of(self, item, index) {#aspose.cells.FontSetting-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.FontSetting-int-int} +## index_of(self, item, index, count) {#aspose.cells.FontSetting-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/insert_text/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/insert_text/_index.md index c1f2295ad9..2d65cece2a 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/insert_text/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/insert_text/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/insert_text/ is_root: false --- -## insert_text {#int-str} +## insert_text(self, index, text) {#int-str} Insert index at the position. ```python + def insert_text(self, index, text): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/_index.md index 4f85945f59..107db42a0f 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.FontSetting} +## last_index_of(self, item) {#aspose.cells.FontSetting} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`FontSetting`](/cells/python-net/aspose.cells/fontsetting) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.FontSetting-int} +## last_index_of(self, item, index) {#aspose.cells.FontSetting-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.FontSetting-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.FontSetting-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md index e6bbac4968..9ec007cc40 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/replace/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/replace/ is_root: false --- -## replace {#str-str} +## replace(self, old_value, new_value) {#str-str} Replace the text. ```python + def replace(self, old_value, new_value): ... ``` @@ -26,13 +27,14 @@ def replace(self, old_value, new_value): | new_value | str | The new text. | -## replace {#int-int-str} +## replace(self, index, count, text) {#int-int-str} Replace the text. ```python + def replace(self, index, count, text): ... ``` diff --git a/english/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/_index.md b/english/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/_index.md index 3c02293ef2..09a9f2bb8c 100644 --- a/english/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/fontsettingcollection/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.texts/nonebulletvalue/__init__/_index.md b/english/aspose.cells.drawing.texts/nonebulletvalue/__init__/_index.md index 0fa2d4692a..a161a5328d 100644 --- a/english/aspose.cells.drawing.texts/nonebulletvalue/__init__/_index.md +++ b/english/aspose.cells.drawing.texts/nonebulletvalue/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/nonebulletvalue/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of NoneBulletValue ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/nonebulletvalue/_index.md b/english/aspose.cells.drawing.texts/nonebulletvalue/_index.md index fd6f1713bb..26c67570d5 100644 --- a/english/aspose.cells.drawing.texts/nonebulletvalue/_index.md +++ b/english/aspose.cells.drawing.texts/nonebulletvalue/_index.md @@ -24,7 +24,7 @@ The NoneBulletValue type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing.texts/nonebulletvalue/__init__/#) | Constructs a new instance of NoneBulletValue | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing.texts/nonebulletvalue/__init__/#) | Constructs a new instance of NoneBulletValue | ### Properties diff --git a/english/aspose.cells.drawing.texts/picturebulletvalue/__init__/_index.md b/english/aspose.cells.drawing.texts/picturebulletvalue/__init__/_index.md index 2f3d7eb6d2..f0f45a7a8e 100644 --- a/english/aspose.cells.drawing.texts/picturebulletvalue/__init__/_index.md +++ b/english/aspose.cells.drawing.texts/picturebulletvalue/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/picturebulletvalue/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PictureBulletValue ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/picturebulletvalue/_index.md b/english/aspose.cells.drawing.texts/picturebulletvalue/_index.md index 326aa9db62..e2b1cb2bbf 100644 --- a/english/aspose.cells.drawing.texts/picturebulletvalue/_index.md +++ b/english/aspose.cells.drawing.texts/picturebulletvalue/_index.md @@ -24,7 +24,7 @@ The PictureBulletValue type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing.texts/picturebulletvalue/__init__/#) | Constructs a new instance of PictureBulletValue | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing.texts/picturebulletvalue/__init__/#) | Constructs a new instance of PictureBulletValue | ### Properties diff --git a/english/aspose.cells.drawing.texts/textoptions/_index.md b/english/aspose.cells.drawing.texts/textoptions/_index.md index 8291db3433..10fb34c8b5 100644 --- a/english/aspose.cells.drawing.texts/textoptions/_index.md +++ b/english/aspose.cells.drawing.texts/textoptions/_index.md @@ -56,7 +56,7 @@ The TextOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [equals](/cells/python-net/aspose.cells.drawing.texts/textoptions/equals/#aspose.cells.Font) | Checks if two fonts are equals. | +| [`equals(self, font)`](/cells/python-net/aspose.cells.drawing.texts/textoptions/equals/#aspose.cells.font) | Checks if two fonts are equals. | diff --git a/english/aspose.cells.drawing.texts/textoptions/equals/_index.md b/english/aspose.cells.drawing.texts/textoptions/equals/_index.md index fd4200cd68..0c7887c1b5 100644 --- a/english/aspose.cells.drawing.texts/textoptions/equals/_index.md +++ b/english/aspose.cells.drawing.texts/textoptions/equals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/textoptions/equals/ is_root: false --- -## equals {#aspose.cells.Font} +## equals(self, font) {#aspose.cells.Font} Checks if two fonts are equals. @@ -20,6 +20,7 @@ True if equal to the compared font object. ```python + def equals(self, font): ... ``` diff --git a/english/aspose.cells.drawing.texts/textparagraph/_index.md b/english/aspose.cells.drawing.texts/textparagraph/_index.md index ba5fc910c7..ea0c0e7db9 100644 --- a/english/aspose.cells.drawing.texts/textparagraph/_index.md +++ b/english/aspose.cells.drawing.texts/textparagraph/_index.md @@ -52,7 +52,7 @@ The TextParagraph type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_word_art_style](/cells/python-net/aspose.cells.drawing.texts/textparagraph/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells.drawing.texts/textparagraph/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | diff --git a/english/aspose.cells.drawing.texts/textparagraph/set_word_art_style/_index.md b/english/aspose.cells.drawing.texts/textparagraph/set_word_art_style/_index.md index f3a8de56dd..c780e688d9 100644 --- a/english/aspose.cells.drawing.texts/textparagraph/set_word_art_style/_index.md +++ b/english/aspose.cells.drawing.texts/textparagraph/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/textparagraph/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells.drawing.texts/textparagraphcollection/_index.md b/english/aspose.cells.drawing.texts/textparagraphcollection/_index.md index 9cab19f6c8..37a7d30c2b 100644 --- a/english/aspose.cells.drawing.texts/textparagraphcollection/_index.md +++ b/english/aspose.cells.drawing.texts/textparagraphcollection/_index.md @@ -33,7 +33,7 @@ Gets the [`TextParagraph`](/cells/python-net/aspose.cells.drawing.texts/textpara ### Methods | Method | Description | | :- | :- | -| [get_enumerator](/cells/python-net/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/#) | Gets the enumerator of the paragraphs. | +| [`get_enumerator(self)`](/cells/python-net/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/#) | Gets the enumerator of the paragraphs. | diff --git a/english/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/_index.md b/english/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/_index.md index 4248fe191a..5c7d2427f2 100644 --- a/english/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/_index.md +++ b/english/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/ is_root: false --- -## get_enumerator {#} +## get_enumerator(self) {#} Gets the enumerator of the paragraphs. @@ -20,6 +20,7 @@ Gets the enumerator of the paragraphs. ```python + def get_enumerator(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/__init__/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/__init__/_index.md index dfe63ca52a..6e6488dd1b 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/__init__/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of TextTabStopCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/_index.md index 86f7bea529..85b20daf29 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/_index.md @@ -19,7 +19,7 @@ The TextTabStopCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/__init__/#) | Constructs a new instance of TextTabStopCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/__init__/#) | Constructs a new instance of TextTabStopCollection | ### Properties @@ -31,15 +31,15 @@ The TextTabStopCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/index_of/#aspose.cells.drawing.texts.TextTabStop-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. | -| [index_of](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/index_of/#aspose.cells.drawing.texts.TextTabStop-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.TextTabStop) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.TextTabStop-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](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.TextTabStop-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. | -| [add](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/add/#aspose.cells.drawing.texts.TextTabAlignmentType-float) | Adds a tab stop. | -| [binary_search](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/binary_search/#aspose.cells.drawing.texts.TextTabStop) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/index_of/#aspose.cells.drawing.texts.texttabstop-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/index_of/#aspose.cells.drawing.texts.texttabstop-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.texttabstop) | 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.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.texttabstop-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.texts/texttabstopcollection/last_index_of/#aspose.cells.drawing.texts.texttabstop-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. | +| [`add(self, tab_alignment, tab_position)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/add/#aspose.cells.drawing.texts.texttabalignmenttype-float) | Adds a tab stop. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing.texts/texttabstopcollection/binary_search/#aspose.cells.drawing.texts.texttabstop) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md index a0298736c2..dc67ee650a 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/add/ is_root: false --- -## add {#aspose.cells.drawing.texts.TextTabAlignmentType-float} +## add(self, tab_alignment, tab_position) {#aspose.cells.drawing.texts.TextTabAlignmentType-float} Adds a tab stop. @@ -20,6 +20,7 @@ Adds a tab stop. ```python + def add(self, tab_alignment, tab_position): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/binary_search/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/binary_search/_index.md index bd74071f66..6ce371e7c0 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.texts.TextTabStop} +## binary_search(self, item) {#aspose.cells.drawing.texts.TextTabStop} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/copy_to/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/copy_to/_index.md index 7577ad0f0f..df5c2832a1 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/index_of/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/index_of/_index.md index e697d8d59e..21f0373c9e 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/index_of/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.texts.TextTabStop-int} +## index_of(self, item, index) {#aspose.cells.drawing.texts.TextTabStop-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.texts.TextTabStop-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.texts.TextTabStop-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/_index.md b/english/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/_index.md index 6a579e267d..88b521ed2b 100644 --- a/english/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing.texts/texttabstopcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing.texts/texttabstopcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.texts.TextTabStop} +## last_index_of(self, item) {#aspose.cells.drawing.texts.TextTabStop} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`TextTabStop`](/cells/python-net/aspose.cells.drawing.texts/texttabstop) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.texts.TextTabStop-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.texts.TextTabStop-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.texts.TextTabStop-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.texts.TextTabStop-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/_index.md b/english/aspose.cells.drawing/arcshape/_index.md index d6c2a96535..a7f102d297 100644 --- a/english/aspose.cells.drawing/arcshape/_index.md +++ b/english/aspose.cells.drawing/arcshape/_index.md @@ -136,31 +136,32 @@ The ArcShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/arcshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/arcshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/arcshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/arcshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/arcshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/arcshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/arcshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/arcshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/arcshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/arcshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/arcshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/arcshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/arcshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/arcshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/arcshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/arcshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/arcshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/arcshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/arcshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/arcshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/arcshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/arcshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/arcshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/arcshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/arcshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/arcshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/arcshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/arcshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/arcshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/arcshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/arcshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/arcshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/arcshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/arcshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/arcshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/arcshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/arcshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/arcshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/arcshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/arcshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/arcshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/arcshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/arcshape/active_x_control/_index.md b/english/aspose.cells.drawing/arcshape/active_x_control/_index.md index eb07382969..abcf580f97 100644 --- a/english/aspose.cells.drawing/arcshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/arcshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/arcshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/arcshape/actual_lower_right_row/_index.md index 202dafac77..645c0e1f83 100644 --- a/english/aspose.cells.drawing/arcshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/arcshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/arcshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/arcshape/add_hyperlink/_index.md index ce7a3bde0b..bdc517b026 100644 --- a/english/aspose.cells.drawing/arcshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/arcshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/arcshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/arcshape/align_top_right_corner/_index.md index b29822f812..a16ba354e1 100644 --- a/english/aspose.cells.drawing/arcshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/arcshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/arcshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/alternative_text/_index.md b/english/aspose.cells.drawing/arcshape/alternative_text/_index.md index 54bbb32120..dfd50b0205 100644 --- a/english/aspose.cells.drawing/arcshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/arcshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/arcshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/anchor_type/_index.md b/english/aspose.cells.drawing/arcshape/anchor_type/_index.md index bdcf630fec..1e9d361d7c 100644 --- a/english/aspose.cells.drawing/arcshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/arcshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/arcshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/arcshape/auto_shape_type/_index.md index 09aeacca7a..f9ae77e1d5 100644 --- a/english/aspose.cells.drawing/arcshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/arcshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/arcshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/begin_arrowhead_length/_index.md b/english/aspose.cells.drawing/arcshape/begin_arrowhead_length/_index.md index 1dc5cb98f0..0ef6555e84 100644 --- a/english/aspose.cells.drawing/arcshape/begin_arrowhead_length/_index.md +++ b/english/aspose.cells.drawing/arcshape/begin_arrowhead_length/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_length property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/arcshape/begin_arrowhead_length/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/begin_arrowhead_style/_index.md b/english/aspose.cells.drawing/arcshape/begin_arrowhead_style/_index.md index 28286c653e..d8c7725ead 100644 --- a/english/aspose.cells.drawing/arcshape/begin_arrowhead_style/_index.md +++ b/english/aspose.cells.drawing/arcshape/begin_arrowhead_style/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/arcshape/begin_arrowhead_style/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/begin_arrowhead_width/_index.md b/english/aspose.cells.drawing/arcshape/begin_arrowhead_width/_index.md index 21a1d330d1..52682a1fcd 100644 --- a/english/aspose.cells.drawing/arcshape/begin_arrowhead_width/_index.md +++ b/english/aspose.cells.drawing/arcshape/begin_arrowhead_width/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/arcshape/begin_arrowhead_width/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/bottom/_index.md b/english/aspose.cells.drawing/arcshape/bottom/_index.md index 3fbab28d7d..3de55c3fe0 100644 --- a/english/aspose.cells.drawing/arcshape/bottom/_index.md +++ b/english/aspose.cells.drawing/arcshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/arcshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/arcshape/calculate_text_size/_index.md index a79091f364..d1c2211bed 100644 --- a/english/aspose.cells.drawing/arcshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/arcshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/arcshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/characters/_index.md b/english/aspose.cells.drawing/arcshape/characters/_index.md index aea3059496..6ef511b217 100644 --- a/english/aspose.cells.drawing/arcshape/characters/_index.md +++ b/english/aspose.cells.drawing/arcshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/arcshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/control_data/_index.md b/english/aspose.cells.drawing/arcshape/control_data/_index.md index 604106dd9e..d5d5635440 100644 --- a/english/aspose.cells.drawing/arcshape/control_data/_index.md +++ b/english/aspose.cells.drawing/arcshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/arcshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/create_id/_index.md b/english/aspose.cells.drawing/arcshape/create_id/_index.md index a4537367e4..acc363e302 100644 --- a/english/aspose.cells.drawing/arcshape/create_id/_index.md +++ b/english/aspose.cells.drawing/arcshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/arcshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/end_arrowhead_length/_index.md b/english/aspose.cells.drawing/arcshape/end_arrowhead_length/_index.md index 6b4b80a011..1b2915d41d 100644 --- a/english/aspose.cells.drawing/arcshape/end_arrowhead_length/_index.md +++ b/english/aspose.cells.drawing/arcshape/end_arrowhead_length/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_length property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/arcshape/end_arrowhead_length/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/end_arrowhead_style/_index.md b/english/aspose.cells.drawing/arcshape/end_arrowhead_style/_index.md index 7fb7b82154..3cec6ab926 100644 --- a/english/aspose.cells.drawing/arcshape/end_arrowhead_style/_index.md +++ b/english/aspose.cells.drawing/arcshape/end_arrowhead_style/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/arcshape/end_arrowhead_style/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/end_arrowhead_width/_index.md b/english/aspose.cells.drawing/arcshape/end_arrowhead_width/_index.md index fb568cbc07..e75ebe84cd 100644 --- a/english/aspose.cells.drawing/arcshape/end_arrowhead_width/_index.md +++ b/english/aspose.cells.drawing/arcshape/end_arrowhead_width/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/arcshape/end_arrowhead_width/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/fill/_index.md b/english/aspose.cells.drawing/arcshape/fill/_index.md index addbf1bf3f..d57cceb83b 100644 --- a/english/aspose.cells.drawing/arcshape/fill/_index.md +++ b/english/aspose.cells.drawing/arcshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/arcshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/fill_format/_index.md b/english/aspose.cells.drawing/arcshape/fill_format/_index.md index f5ab4e66ee..9d04a27ef7 100644 --- a/english/aspose.cells.drawing/arcshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/arcshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/arcshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/arcshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..7a68179066 --- /dev/null +++ b/english/aspose.cells.drawing/arcshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/arcshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`ArcShape`](/cells/python-net/aspose.cells.drawing/arcshape) diff --git a/english/aspose.cells.drawing/arcshape/font/_index.md b/english/aspose.cells.drawing/arcshape/font/_index.md index 6d55e862c5..b916ba01cd 100644 --- a/english/aspose.cells.drawing/arcshape/font/_index.md +++ b/english/aspose.cells.drawing/arcshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/arcshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/format_characters/_index.md b/english/aspose.cells.drawing/arcshape/format_characters/_index.md index 7ab19efb9c..8956dc1309 100644 --- a/english/aspose.cells.drawing/arcshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/arcshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/arcshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/format_picture/_index.md b/english/aspose.cells.drawing/arcshape/format_picture/_index.md index 778019c838..5f0bf77c73 100644 --- a/english/aspose.cells.drawing/arcshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/arcshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/arcshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/geometry/_index.md b/english/aspose.cells.drawing/arcshape/geometry/_index.md index 9c85e77d6b..9b9cc7f3d3 100644 --- a/english/aspose.cells.drawing/arcshape/geometry/_index.md +++ b/english/aspose.cells.drawing/arcshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/arcshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/get_actual_box/_index.md b/english/aspose.cells.drawing/arcshape/get_actual_box/_index.md index 1a0a980fab..7d3c9de8a1 100644 --- a/english/aspose.cells.drawing/arcshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/arcshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_characters/_index.md b/english/aspose.cells.drawing/arcshape/get_characters/_index.md index 54b6eddb53..799c1e562d 100644 --- a/english/aspose.cells.drawing/arcshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/arcshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_connection_points/_index.md b/english/aspose.cells.drawing/arcshape/get_connection_points/_index.md index f28de62e7b..1032d82861 100644 --- a/english/aspose.cells.drawing/arcshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/arcshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_input_range/_index.md b/english/aspose.cells.drawing/arcshape/get_input_range/_index.md index af22451460..d3dbb2aa4f 100644 --- a/english/aspose.cells.drawing/arcshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/arcshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/arcshape/get_linked_cell/_index.md index 7802c3a583..8a8917520b 100644 --- a/english/aspose.cells.drawing/arcshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/arcshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_locked_property/_index.md b/english/aspose.cells.drawing/arcshape/get_locked_property/_index.md index 7ad658f0d7..4e008011e3 100644 --- a/english/aspose.cells.drawing/arcshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/arcshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/arcshape/get_result_of_smart_art/_index.md index 49192fa310..3e87f22cf6 100644 --- a/english/aspose.cells.drawing/arcshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/arcshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/arcshape/get_rich_formattings/_index.md index f9937df7d6..59bb505112 100644 --- a/english/aspose.cells.drawing/arcshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/arcshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/arcshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/glow/_index.md b/english/aspose.cells.drawing/arcshape/glow/_index.md index 541f2c966e..51acc4427f 100644 --- a/english/aspose.cells.drawing/arcshape/glow/_index.md +++ b/english/aspose.cells.drawing/arcshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/arcshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/group/_index.md b/english/aspose.cells.drawing/arcshape/group/_index.md index 572e156a33..e28195fbf8 100644 --- a/english/aspose.cells.drawing/arcshape/group/_index.md +++ b/english/aspose.cells.drawing/arcshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/arcshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/has_line/_index.md b/english/aspose.cells.drawing/arcshape/has_line/_index.md index fe3cfb1418..4faf6a9fb4 100644 --- a/english/aspose.cells.drawing/arcshape/has_line/_index.md +++ b/english/aspose.cells.drawing/arcshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/arcshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height/_index.md b/english/aspose.cells.drawing/arcshape/height/_index.md index 7aac0e29e7..43dfa39032 100644 --- a/english/aspose.cells.drawing/arcshape/height/_index.md +++ b/english/aspose.cells.drawing/arcshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/arcshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height_cm/_index.md b/english/aspose.cells.drawing/arcshape/height_cm/_index.md index 0205954489..7d8a884597 100644 --- a/english/aspose.cells.drawing/arcshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/arcshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/arcshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height_in_shape/_index.md b/english/aspose.cells.drawing/arcshape/height_in_shape/_index.md index e190da1453..034606eadb 100644 --- a/english/aspose.cells.drawing/arcshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/arcshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/arcshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height_inch/_index.md b/english/aspose.cells.drawing/arcshape/height_inch/_index.md index e47ce6b2b0..67fda9779f 100644 --- a/english/aspose.cells.drawing/arcshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/arcshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/arcshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height_pt/_index.md b/english/aspose.cells.drawing/arcshape/height_pt/_index.md index 978bd73a94..c8cdb63cec 100644 --- a/english/aspose.cells.drawing/arcshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/arcshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/arcshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/height_scale/_index.md b/english/aspose.cells.drawing/arcshape/height_scale/_index.md index 22d77f3b21..39f127892e 100644 --- a/english/aspose.cells.drawing/arcshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/arcshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/arcshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/html_text/_index.md b/english/aspose.cells.drawing/arcshape/html_text/_index.md index 1d9b06b1e3..8463ee800f 100644 --- a/english/aspose.cells.drawing/arcshape/html_text/_index.md +++ b/english/aspose.cells.drawing/arcshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/arcshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/hyperlink/_index.md b/english/aspose.cells.drawing/arcshape/hyperlink/_index.md index 6791784e89..508f87456f 100644 --- a/english/aspose.cells.drawing/arcshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/arcshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/arcshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/id/_index.md b/english/aspose.cells.drawing/arcshape/id/_index.md index e79da738cd..e109a397c9 100644 --- a/english/aspose.cells.drawing/arcshape/id/_index.md +++ b/english/aspose.cells.drawing/arcshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/arcshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/input_range/_index.md b/english/aspose.cells.drawing/arcshape/input_range/_index.md index dfbd6184b1..2600cb8c72 100644 --- a/english/aspose.cells.drawing/arcshape/input_range/_index.md +++ b/english/aspose.cells.drawing/arcshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/arcshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/arcshape/is_aspect_ratio_locked/_index.md index b6c66f3656..1fbd2d0190 100644 --- a/english/aspose.cells.drawing/arcshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/arcshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_decorative/_index.md b/english/aspose.cells.drawing/arcshape/is_decorative/_index.md index eb3d997014..127c5f76a5 100644 --- a/english/aspose.cells.drawing/arcshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/arcshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_equation/_index.md b/english/aspose.cells.drawing/arcshape/is_equation/_index.md index 43c09c84eb..b46eeb50e0 100644 --- a/english/aspose.cells.drawing/arcshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/arcshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_filled/_index.md b/english/aspose.cells.drawing/arcshape/is_filled/_index.md index 32b03e058b..55f6108bcb 100644 --- a/english/aspose.cells.drawing/arcshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/arcshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/arcshape/is_flipped_horizontally/_index.md index 477e52b482..59c29d2fe0 100644 --- a/english/aspose.cells.drawing/arcshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/arcshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/arcshape/is_flipped_vertically/_index.md index 605c41ef7f..709014885a 100644 --- a/english/aspose.cells.drawing/arcshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/arcshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_group/_index.md b/english/aspose.cells.drawing/arcshape/is_group/_index.md index 1b40fdf5c9..cc7ca0d2a6 100644 --- a/english/aspose.cells.drawing/arcshape/is_group/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/arcshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_hidden/_index.md b/english/aspose.cells.drawing/arcshape/is_hidden/_index.md index c9541804c7..bd58e793ac 100644 --- a/english/aspose.cells.drawing/arcshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/arcshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_in_group/_index.md b/english/aspose.cells.drawing/arcshape/is_in_group/_index.md index e703e99ec5..c6114fefd8 100644 --- a/english/aspose.cells.drawing/arcshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/arcshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/arcshape/is_lock_aspect_ratio/_index.md index 27e33c4eeb..236205d0b4 100644 --- a/english/aspose.cells.drawing/arcshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/arcshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_locked/_index.md b/english/aspose.cells.drawing/arcshape/is_locked/_index.md index e3674a3fba..3d983e3294 100644 --- a/english/aspose.cells.drawing/arcshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/arcshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_printable/_index.md b/english/aspose.cells.drawing/arcshape/is_printable/_index.md index 67a3f02766..96a60a9041 100644 --- a/english/aspose.cells.drawing/arcshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/arcshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_rich_text/_index.md b/english/aspose.cells.drawing/arcshape/is_rich_text/_index.md index 6e240ce380..f6942790da 100644 --- a/english/aspose.cells.drawing/arcshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/arcshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_same_setting/_index.md b/english/aspose.cells.drawing/arcshape/is_same_setting/_index.md index 25617d617c..e38d789c0d 100644 --- a/english/aspose.cells.drawing/arcshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/arcshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/is_smart_art/_index.md b/english/aspose.cells.drawing/arcshape/is_smart_art/_index.md index b8df568e46..c042ca747e 100644 --- a/english/aspose.cells.drawing/arcshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/arcshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/arcshape/is_text_wrapped/_index.md index 1a306707f4..68261fca97 100644 --- a/english/aspose.cells.drawing/arcshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/arcshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/is_word_art/_index.md b/english/aspose.cells.drawing/arcshape/is_word_art/_index.md index 36a009d260..85426b7fe9 100644 --- a/english/aspose.cells.drawing/arcshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/arcshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/arcshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/left/_index.md b/english/aspose.cells.drawing/arcshape/left/_index.md index deb250184f..c97be17460 100644 --- a/english/aspose.cells.drawing/arcshape/left/_index.md +++ b/english/aspose.cells.drawing/arcshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/arcshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/left_cm/_index.md b/english/aspose.cells.drawing/arcshape/left_cm/_index.md index 55a45d090e..edb294ff4b 100644 --- a/english/aspose.cells.drawing/arcshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/arcshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/arcshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/left_in_shape/_index.md b/english/aspose.cells.drawing/arcshape/left_in_shape/_index.md index ba3490d51a..2f6c26e6cd 100644 --- a/english/aspose.cells.drawing/arcshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/arcshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/arcshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/left_inch/_index.md b/english/aspose.cells.drawing/arcshape/left_inch/_index.md index b6fdbf462c..ee26651c61 100644 --- a/english/aspose.cells.drawing/arcshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/arcshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/arcshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/left_to_corner/_index.md b/english/aspose.cells.drawing/arcshape/left_to_corner/_index.md index b2c9491cf7..5341d3ce63 100644 --- a/english/aspose.cells.drawing/arcshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/arcshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/arcshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/line/_index.md b/english/aspose.cells.drawing/arcshape/line/_index.md index c69885cefc..05549abc97 100644 --- a/english/aspose.cells.drawing/arcshape/line/_index.md +++ b/english/aspose.cells.drawing/arcshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/arcshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/line_format/_index.md b/english/aspose.cells.drawing/arcshape/line_format/_index.md index ec9cda9d9f..876a477cd3 100644 --- a/english/aspose.cells.drawing/arcshape/line_format/_index.md +++ b/english/aspose.cells.drawing/arcshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/arcshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/linked_cell/_index.md b/english/aspose.cells.drawing/arcshape/linked_cell/_index.md index 643a12cb18..d10e0823fa 100644 --- a/english/aspose.cells.drawing/arcshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/arcshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/arcshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/arcshape/lower_delta_x/_index.md index 82a8853a3a..22e6028491 100644 --- a/english/aspose.cells.drawing/arcshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/arcshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/arcshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/arcshape/lower_delta_y/_index.md index 0ce4de4a88..3cd5716ebc 100644 --- a/english/aspose.cells.drawing/arcshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/arcshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/arcshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/lower_right_column/_index.md b/english/aspose.cells.drawing/arcshape/lower_right_column/_index.md index e6e6b47f37..e96a885fe5 100644 --- a/english/aspose.cells.drawing/arcshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/arcshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/arcshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/lower_right_row/_index.md b/english/aspose.cells.drawing/arcshape/lower_right_row/_index.md index 29619cb637..1d563c1dd9 100644 --- a/english/aspose.cells.drawing/arcshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/arcshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/arcshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/macro_name/_index.md b/english/aspose.cells.drawing/arcshape/macro_name/_index.md index e608c503b3..f3d2e69715 100644 --- a/english/aspose.cells.drawing/arcshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/arcshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/arcshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/move_to_range/_index.md b/english/aspose.cells.drawing/arcshape/move_to_range/_index.md index b67a1f9d39..e28eb67758 100644 --- a/english/aspose.cells.drawing/arcshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/arcshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/arcshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/arcshape/mso_drawing_type/_index.md index 62362b5602..4881f184bd 100644 --- a/english/aspose.cells.drawing/arcshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/arcshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/arcshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/name/_index.md b/english/aspose.cells.drawing/arcshape/name/_index.md index c902b4942e..f7bc32fc69 100644 --- a/english/aspose.cells.drawing/arcshape/name/_index.md +++ b/english/aspose.cells.drawing/arcshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/arcshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/paths/_index.md b/english/aspose.cells.drawing/arcshape/paths/_index.md index 411a8f2207..d58b9e2f2d 100644 --- a/english/aspose.cells.drawing/arcshape/paths/_index.md +++ b/english/aspose.cells.drawing/arcshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/arcshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/placement/_index.md b/english/aspose.cells.drawing/arcshape/placement/_index.md index 31945daae0..a73017f2db 100644 --- a/english/aspose.cells.drawing/arcshape/placement/_index.md +++ b/english/aspose.cells.drawing/arcshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/arcshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/reflection/_index.md b/english/aspose.cells.drawing/arcshape/reflection/_index.md index 6353ba6690..4418bacf89 100644 --- a/english/aspose.cells.drawing/arcshape/reflection/_index.md +++ b/english/aspose.cells.drawing/arcshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/arcshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/arcshape/relative_to_original_picture_size/_index.md index 9702f43ae0..5965269fcb 100644 --- a/english/aspose.cells.drawing/arcshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/arcshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/arcshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/arcshape/remove_active_x_control/_index.md index ad169ab7ad..12ec808de6 100644 --- a/english/aspose.cells.drawing/arcshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/arcshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/arcshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/arcshape/remove_hyperlink/_index.md index 17a7a21410..12fce6ed1f 100644 --- a/english/aspose.cells.drawing/arcshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/arcshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/arcshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/right/_index.md b/english/aspose.cells.drawing/arcshape/right/_index.md index 237b2a1fd2..7f0988a2cd 100644 --- a/english/aspose.cells.drawing/arcshape/right/_index.md +++ b/english/aspose.cells.drawing/arcshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/arcshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/rotation_angle/_index.md b/english/aspose.cells.drawing/arcshape/rotation_angle/_index.md index 31aaeb279f..75c3e82aec 100644 --- a/english/aspose.cells.drawing/arcshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/arcshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/arcshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/set_input_range/_index.md b/english/aspose.cells.drawing/arcshape/set_input_range/_index.md index 1a419a6027..990fb9f0bf 100644 --- a/english/aspose.cells.drawing/arcshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/arcshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/arcshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/arcshape/set_linked_cell/_index.md index 5308d38380..87b36b4b45 100644 --- a/english/aspose.cells.drawing/arcshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/arcshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/arcshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/set_locked_property/_index.md b/english/aspose.cells.drawing/arcshape/set_locked_property/_index.md index 7ba681127b..c4fb0cedc6 100644 --- a/english/aspose.cells.drawing/arcshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/arcshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/arcshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/shadow_effect/_index.md b/english/aspose.cells.drawing/arcshape/shadow_effect/_index.md index a07f3844a8..a5794ed56c 100644 --- a/english/aspose.cells.drawing/arcshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/arcshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/arcshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/soft_edges/_index.md b/english/aspose.cells.drawing/arcshape/soft_edges/_index.md index 543d6c9164..3a9a6a5361 100644 --- a/english/aspose.cells.drawing/arcshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/arcshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/arcshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/spid/_index.md b/english/aspose.cells.drawing/arcshape/spid/_index.md index 50e4a73b55..115642973c 100644 --- a/english/aspose.cells.drawing/arcshape/spid/_index.md +++ b/english/aspose.cells.drawing/arcshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/arcshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/spt/_index.md b/english/aspose.cells.drawing/arcshape/spt/_index.md index 2735febd37..480a89e631 100644 --- a/english/aspose.cells.drawing/arcshape/spt/_index.md +++ b/english/aspose.cells.drawing/arcshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/arcshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text/_index.md b/english/aspose.cells.drawing/arcshape/text/_index.md index d44e23b328..02a0b2e3a9 100644 --- a/english/aspose.cells.drawing/arcshape/text/_index.md +++ b/english/aspose.cells.drawing/arcshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/arcshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_body/_index.md b/english/aspose.cells.drawing/arcshape/text_body/_index.md index e99a9b58f7..48c4d0c9ca 100644 --- a/english/aspose.cells.drawing/arcshape/text_body/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/arcshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_box_options/_index.md b/english/aspose.cells.drawing/arcshape/text_box_options/_index.md index a5e7b618ca..b667a66755 100644 --- a/english/aspose.cells.drawing/arcshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/arcshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_direction/_index.md b/english/aspose.cells.drawing/arcshape/text_direction/_index.md index d65c5e4a8f..79509930fa 100644 --- a/english/aspose.cells.drawing/arcshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/arcshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_effect/_index.md b/english/aspose.cells.drawing/arcshape/text_effect/_index.md index 5304037c5b..c096d95bf0 100644 --- a/english/aspose.cells.drawing/arcshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/arcshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/arcshape/text_horizontal_alignment/_index.md index ece076d328..cb8dd26de8 100644 --- a/english/aspose.cells.drawing/arcshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/arcshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/arcshape/text_horizontal_overflow/_index.md index cc8ac445d3..0143012fe0 100644 --- a/english/aspose.cells.drawing/arcshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/arcshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_options/_index.md b/english/aspose.cells.drawing/arcshape/text_options/_index.md index 9756e4ebf3..6ea7f4adda 100644 --- a/english/aspose.cells.drawing/arcshape/text_options/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/arcshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/arcshape/text_orientation_type/_index.md index eb1d86768e..79f925b831 100644 --- a/english/aspose.cells.drawing/arcshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/arcshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_shape_type/_index.md b/english/aspose.cells.drawing/arcshape/text_shape_type/_index.md index 3ef347be46..d63cbe7776 100644 --- a/english/aspose.cells.drawing/arcshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/arcshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/arcshape/text_vertical_alignment/_index.md index d0b5dffd45..7feee46306 100644 --- a/english/aspose.cells.drawing/arcshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/arcshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/arcshape/text_vertical_overflow/_index.md index 0071ab6b9b..0253595754 100644 --- a/english/aspose.cells.drawing/arcshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/arcshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/arcshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/three_d_format/_index.md b/english/aspose.cells.drawing/arcshape/three_d_format/_index.md index 15521d042c..6d465079a0 100644 --- a/english/aspose.cells.drawing/arcshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/arcshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/arcshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/title/_index.md b/english/aspose.cells.drawing/arcshape/title/_index.md index 91fb775608..351d91e948 100644 --- a/english/aspose.cells.drawing/arcshape/title/_index.md +++ b/english/aspose.cells.drawing/arcshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/arcshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/arcshape/to_front_or_back/_index.md index b52428e1fc..cdabffb1cb 100644 --- a/english/aspose.cells.drawing/arcshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/arcshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/arcshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/arcshape/to_image/_index.md b/english/aspose.cells.drawing/arcshape/to_image/_index.md index 25150a43ab..1732e6ea64 100644 --- a/english/aspose.cells.drawing/arcshape/to_image/_index.md +++ b/english/aspose.cells.drawing/arcshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/arcshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/top/_index.md b/english/aspose.cells.drawing/arcshape/top/_index.md index c78046a284..f94943ad7f 100644 --- a/english/aspose.cells.drawing/arcshape/top/_index.md +++ b/english/aspose.cells.drawing/arcshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/arcshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/top_cm/_index.md b/english/aspose.cells.drawing/arcshape/top_cm/_index.md index b0ea5b5428..13dcadd2f2 100644 --- a/english/aspose.cells.drawing/arcshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/arcshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/arcshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/top_in_shape/_index.md b/english/aspose.cells.drawing/arcshape/top_in_shape/_index.md index e92656b449..992b5577e3 100644 --- a/english/aspose.cells.drawing/arcshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/arcshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/arcshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/top_inch/_index.md b/english/aspose.cells.drawing/arcshape/top_inch/_index.md index fa2de68d6e..6ca258ddc8 100644 --- a/english/aspose.cells.drawing/arcshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/arcshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/arcshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/top_to_corner/_index.md b/english/aspose.cells.drawing/arcshape/top_to_corner/_index.md index ece4d94a32..a1fcfc28e5 100644 --- a/english/aspose.cells.drawing/arcshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/arcshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/arcshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/type/_index.md b/english/aspose.cells.drawing/arcshape/type/_index.md index 86220d17fa..5a1fa74b76 100644 --- a/english/aspose.cells.drawing/arcshape/type/_index.md +++ b/english/aspose.cells.drawing/arcshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/arcshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/update_selected_value/_index.md b/english/aspose.cells.drawing/arcshape/update_selected_value/_index.md index 7eac1e4305..6e522c14ab 100644 --- a/english/aspose.cells.drawing/arcshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/arcshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/arcshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/arcshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/arcshape/upper_delta_x/_index.md index bc8e466572..bea66ddf59 100644 --- a/english/aspose.cells.drawing/arcshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/arcshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/arcshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/arcshape/upper_delta_y/_index.md index f03e173c46..e378f79eff 100644 --- a/english/aspose.cells.drawing/arcshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/arcshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/arcshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/upper_left_column/_index.md b/english/aspose.cells.drawing/arcshape/upper_left_column/_index.md index 56da05a87c..822e2d91c1 100644 --- a/english/aspose.cells.drawing/arcshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/arcshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/arcshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/upper_left_row/_index.md b/english/aspose.cells.drawing/arcshape/upper_left_row/_index.md index 9d7d9f71f5..47133bfb24 100644 --- a/english/aspose.cells.drawing/arcshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/arcshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/arcshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width/_index.md b/english/aspose.cells.drawing/arcshape/width/_index.md index 04e5d87f7b..b7ce4f5865 100644 --- a/english/aspose.cells.drawing/arcshape/width/_index.md +++ b/english/aspose.cells.drawing/arcshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/arcshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width_cm/_index.md b/english/aspose.cells.drawing/arcshape/width_cm/_index.md index f3f7e3c0ec..5a664fa2e4 100644 --- a/english/aspose.cells.drawing/arcshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/arcshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/arcshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width_in_shape/_index.md b/english/aspose.cells.drawing/arcshape/width_in_shape/_index.md index be452ffb44..a68da0e799 100644 --- a/english/aspose.cells.drawing/arcshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/arcshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/arcshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width_inch/_index.md b/english/aspose.cells.drawing/arcshape/width_inch/_index.md index 3bb98baef9..5a722ddbb4 100644 --- a/english/aspose.cells.drawing/arcshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/arcshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/arcshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width_pt/_index.md b/english/aspose.cells.drawing/arcshape/width_pt/_index.md index ab00b9e32a..dbd5cd320c 100644 --- a/english/aspose.cells.drawing/arcshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/arcshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/arcshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/width_scale/_index.md b/english/aspose.cells.drawing/arcshape/width_scale/_index.md index d1987b149f..96f07d1662 100644 --- a/english/aspose.cells.drawing/arcshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/arcshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/arcshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/worksheet/_index.md b/english/aspose.cells.drawing/arcshape/worksheet/_index.md index 6c155eee0d..917d19eedd 100644 --- a/english/aspose.cells.drawing/arcshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/arcshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/arcshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/x/_index.md b/english/aspose.cells.drawing/arcshape/x/_index.md index 84a1fee2c3..8f8f88913c 100644 --- a/english/aspose.cells.drawing/arcshape/x/_index.md +++ b/english/aspose.cells.drawing/arcshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/arcshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/y/_index.md b/english/aspose.cells.drawing/arcshape/y/_index.md index aa391084a3..9c788df14b 100644 --- a/english/aspose.cells.drawing/arcshape/y/_index.md +++ b/english/aspose.cells.drawing/arcshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/arcshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/arcshape/z_order_position/_index.md b/english/aspose.cells.drawing/arcshape/z_order_position/_index.md index 47695364ac..8f89905dc3 100644 --- a/english/aspose.cells.drawing/arcshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/arcshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/arcshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/_index.md b/english/aspose.cells.drawing/button/_index.md index af9cb385fd..9e50d993e3 100644 --- a/english/aspose.cells.drawing/button/_index.md +++ b/english/aspose.cells.drawing/button/_index.md @@ -130,31 +130,32 @@ The Button type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/button/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/button/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/button/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/button/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/button/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/button/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/button/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/button/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/button/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/button/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/button/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/button/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/button/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/button/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/button/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/button/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/button/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/button/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/button/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/button/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/button/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/button/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/button/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/button/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/button/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/button/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/button/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/button/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/button/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/button/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/button/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/button/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/button/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/button/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/button/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/button/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/button/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/button/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/button/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/button/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/button/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/button/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/button/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/button/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/button/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/button/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/button/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/button/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/button/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/button/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/button/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/button/active_x_control/_index.md b/english/aspose.cells.drawing/button/active_x_control/_index.md index 39eea801bd..176cc60a50 100644 --- a/english/aspose.cells.drawing/button/active_x_control/_index.md +++ b/english/aspose.cells.drawing/button/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/button/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/button/actual_lower_right_row/_index.md index 94318c2524..dcd53a7697 100644 --- a/english/aspose.cells.drawing/button/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/button/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/button/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/add_hyperlink/_index.md b/english/aspose.cells.drawing/button/add_hyperlink/_index.md index e2a57f7ce9..a0e82a13b0 100644 --- a/english/aspose.cells.drawing/button/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/button/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/button/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/button/align_top_right_corner/_index.md b/english/aspose.cells.drawing/button/align_top_right_corner/_index.md index f370d4c4a3..43348a7f16 100644 --- a/english/aspose.cells.drawing/button/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/button/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/button/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/button/alternative_text/_index.md b/english/aspose.cells.drawing/button/alternative_text/_index.md index 4ef9eb9e59..4828dfdd49 100644 --- a/english/aspose.cells.drawing/button/alternative_text/_index.md +++ b/english/aspose.cells.drawing/button/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/button/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/anchor_type/_index.md b/english/aspose.cells.drawing/button/anchor_type/_index.md index bd8769f2d7..376a967ee0 100644 --- a/english/aspose.cells.drawing/button/anchor_type/_index.md +++ b/english/aspose.cells.drawing/button/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/button/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/auto_shape_type/_index.md b/english/aspose.cells.drawing/button/auto_shape_type/_index.md index ee9e1e130e..a14f9ae8e3 100644 --- a/english/aspose.cells.drawing/button/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/button/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/button/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/bottom/_index.md b/english/aspose.cells.drawing/button/bottom/_index.md index 9a1bf109c4..b8b02c444e 100644 --- a/english/aspose.cells.drawing/button/bottom/_index.md +++ b/english/aspose.cells.drawing/button/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/button/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/calculate_text_size/_index.md b/english/aspose.cells.drawing/button/calculate_text_size/_index.md index bd55abf6f9..890eb0508b 100644 --- a/english/aspose.cells.drawing/button/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/button/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/button/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/button/characters/_index.md b/english/aspose.cells.drawing/button/characters/_index.md index f386442cc9..694e597283 100644 --- a/english/aspose.cells.drawing/button/characters/_index.md +++ b/english/aspose.cells.drawing/button/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/button/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/button/control_data/_index.md b/english/aspose.cells.drawing/button/control_data/_index.md index 7f1aca0f02..f8c7b70f82 100644 --- a/english/aspose.cells.drawing/button/control_data/_index.md +++ b/english/aspose.cells.drawing/button/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/button/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/create_id/_index.md b/english/aspose.cells.drawing/button/create_id/_index.md index fb841f68f8..dc60391281 100644 --- a/english/aspose.cells.drawing/button/create_id/_index.md +++ b/english/aspose.cells.drawing/button/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/button/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/fill/_index.md b/english/aspose.cells.drawing/button/fill/_index.md index 37412bc453..4b94946787 100644 --- a/english/aspose.cells.drawing/button/fill/_index.md +++ b/english/aspose.cells.drawing/button/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/button/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/fill_format/_index.md b/english/aspose.cells.drawing/button/fill_format/_index.md index 8733e53cf7..a40bdcc446 100644 --- a/english/aspose.cells.drawing/button/fill_format/_index.md +++ b/english/aspose.cells.drawing/button/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/button/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/fit_to_text_size/_index.md b/english/aspose.cells.drawing/button/fit_to_text_size/_index.md new file mode 100644 index 0000000000..3ef11c3e2e --- /dev/null +++ b/english/aspose.cells.drawing/button/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/button/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Button`](/cells/python-net/aspose.cells.drawing/button) diff --git a/english/aspose.cells.drawing/button/font/_index.md b/english/aspose.cells.drawing/button/font/_index.md index 894f768513..e923ad322b 100644 --- a/english/aspose.cells.drawing/button/font/_index.md +++ b/english/aspose.cells.drawing/button/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/button/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/format_characters/_index.md b/english/aspose.cells.drawing/button/format_characters/_index.md index b64d1e3851..51945704ef 100644 --- a/english/aspose.cells.drawing/button/format_characters/_index.md +++ b/english/aspose.cells.drawing/button/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/button/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/button/format_picture/_index.md b/english/aspose.cells.drawing/button/format_picture/_index.md index ebd8005030..19cbe17b4a 100644 --- a/english/aspose.cells.drawing/button/format_picture/_index.md +++ b/english/aspose.cells.drawing/button/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/button/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/geometry/_index.md b/english/aspose.cells.drawing/button/geometry/_index.md index c1a8fd8e30..47a534cd09 100644 --- a/english/aspose.cells.drawing/button/geometry/_index.md +++ b/english/aspose.cells.drawing/button/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/button/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/get_actual_box/_index.md b/english/aspose.cells.drawing/button/get_actual_box/_index.md index 84984aaa46..6c2c0fc652 100644 --- a/english/aspose.cells.drawing/button/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/button/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/button/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/button/get_characters/_index.md b/english/aspose.cells.drawing/button/get_characters/_index.md index f0339f7148..8b96afddf6 100644 --- a/english/aspose.cells.drawing/button/get_characters/_index.md +++ b/english/aspose.cells.drawing/button/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/button/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/button/get_connection_points/_index.md b/english/aspose.cells.drawing/button/get_connection_points/_index.md index 699bc2b32f..6e729c5fbf 100644 --- a/english/aspose.cells.drawing/button/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/button/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/button/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/button/get_input_range/_index.md b/english/aspose.cells.drawing/button/get_input_range/_index.md index f4c75f7307..53ee3ebd63 100644 --- a/english/aspose.cells.drawing/button/get_input_range/_index.md +++ b/english/aspose.cells.drawing/button/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/button/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/button/get_linked_cell/_index.md b/english/aspose.cells.drawing/button/get_linked_cell/_index.md index 93e9a56924..bc255c1ed7 100644 --- a/english/aspose.cells.drawing/button/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/button/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/button/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/button/get_locked_property/_index.md b/english/aspose.cells.drawing/button/get_locked_property/_index.md index 55a4aa6e59..1183ae58e3 100644 --- a/english/aspose.cells.drawing/button/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/button/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/button/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/button/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/button/get_result_of_smart_art/_index.md index 814b1fddbc..902a99420b 100644 --- a/english/aspose.cells.drawing/button/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/button/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/button/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/button/get_rich_formattings/_index.md b/english/aspose.cells.drawing/button/get_rich_formattings/_index.md index 36ff436bcf..ca83102fdd 100644 --- a/english/aspose.cells.drawing/button/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/button/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/button/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/button/glow/_index.md b/english/aspose.cells.drawing/button/glow/_index.md index 4209bf992c..570f1528f8 100644 --- a/english/aspose.cells.drawing/button/glow/_index.md +++ b/english/aspose.cells.drawing/button/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/button/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/group/_index.md b/english/aspose.cells.drawing/button/group/_index.md index 9962e98cf4..2a698a331a 100644 --- a/english/aspose.cells.drawing/button/group/_index.md +++ b/english/aspose.cells.drawing/button/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/button/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/has_line/_index.md b/english/aspose.cells.drawing/button/has_line/_index.md index eb04b21581..fe3013c472 100644 --- a/english/aspose.cells.drawing/button/has_line/_index.md +++ b/english/aspose.cells.drawing/button/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/button/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height/_index.md b/english/aspose.cells.drawing/button/height/_index.md index f1a68be9e7..04c70118ba 100644 --- a/english/aspose.cells.drawing/button/height/_index.md +++ b/english/aspose.cells.drawing/button/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/button/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height_cm/_index.md b/english/aspose.cells.drawing/button/height_cm/_index.md index adf20c991a..0935ac34ad 100644 --- a/english/aspose.cells.drawing/button/height_cm/_index.md +++ b/english/aspose.cells.drawing/button/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/button/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height_in_shape/_index.md b/english/aspose.cells.drawing/button/height_in_shape/_index.md index 60c854a8c8..a2afc660bb 100644 --- a/english/aspose.cells.drawing/button/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/button/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/button/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height_inch/_index.md b/english/aspose.cells.drawing/button/height_inch/_index.md index cebdfb4cb3..4c12b3322a 100644 --- a/english/aspose.cells.drawing/button/height_inch/_index.md +++ b/english/aspose.cells.drawing/button/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/button/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height_pt/_index.md b/english/aspose.cells.drawing/button/height_pt/_index.md index 3e3e615392..370dcd5aa2 100644 --- a/english/aspose.cells.drawing/button/height_pt/_index.md +++ b/english/aspose.cells.drawing/button/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/button/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/height_scale/_index.md b/english/aspose.cells.drawing/button/height_scale/_index.md index 1d15d7b711..95836ab2e5 100644 --- a/english/aspose.cells.drawing/button/height_scale/_index.md +++ b/english/aspose.cells.drawing/button/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/button/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/html_text/_index.md b/english/aspose.cells.drawing/button/html_text/_index.md index cfc57bad4a..41b28aa136 100644 --- a/english/aspose.cells.drawing/button/html_text/_index.md +++ b/english/aspose.cells.drawing/button/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/button/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/hyperlink/_index.md b/english/aspose.cells.drawing/button/hyperlink/_index.md index cd39434075..609acbbba3 100644 --- a/english/aspose.cells.drawing/button/hyperlink/_index.md +++ b/english/aspose.cells.drawing/button/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/button/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/id/_index.md b/english/aspose.cells.drawing/button/id/_index.md index 079429548f..0920b773c4 100644 --- a/english/aspose.cells.drawing/button/id/_index.md +++ b/english/aspose.cells.drawing/button/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/button/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/input_range/_index.md b/english/aspose.cells.drawing/button/input_range/_index.md index 02b920c268..bba0ab3a44 100644 --- a/english/aspose.cells.drawing/button/input_range/_index.md +++ b/english/aspose.cells.drawing/button/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/button/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/button/is_aspect_ratio_locked/_index.md index bc6c17e51d..09c375050b 100644 --- a/english/aspose.cells.drawing/button/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/button/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/button/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_decorative/_index.md b/english/aspose.cells.drawing/button/is_decorative/_index.md index a1fbf1971a..06927eeb43 100644 --- a/english/aspose.cells.drawing/button/is_decorative/_index.md +++ b/english/aspose.cells.drawing/button/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/button/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_equation/_index.md b/english/aspose.cells.drawing/button/is_equation/_index.md index 1f374a5712..412c9bb924 100644 --- a/english/aspose.cells.drawing/button/is_equation/_index.md +++ b/english/aspose.cells.drawing/button/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/button/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_filled/_index.md b/english/aspose.cells.drawing/button/is_filled/_index.md index 54ba83852b..8a0dcb3ad8 100644 --- a/english/aspose.cells.drawing/button/is_filled/_index.md +++ b/english/aspose.cells.drawing/button/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/button/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/button/is_flipped_horizontally/_index.md index 41f8c621eb..8bc94b027a 100644 --- a/english/aspose.cells.drawing/button/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/button/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/button/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/button/is_flipped_vertically/_index.md index fd849e9631..705862d241 100644 --- a/english/aspose.cells.drawing/button/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/button/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/button/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_group/_index.md b/english/aspose.cells.drawing/button/is_group/_index.md index 220f121848..3d5a3e01a0 100644 --- a/english/aspose.cells.drawing/button/is_group/_index.md +++ b/english/aspose.cells.drawing/button/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/button/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_hidden/_index.md b/english/aspose.cells.drawing/button/is_hidden/_index.md index 8f40b4f657..64ac1feeb3 100644 --- a/english/aspose.cells.drawing/button/is_hidden/_index.md +++ b/english/aspose.cells.drawing/button/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/button/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_in_group/_index.md b/english/aspose.cells.drawing/button/is_in_group/_index.md index 4b08bbef5a..ad7ff6ca18 100644 --- a/english/aspose.cells.drawing/button/is_in_group/_index.md +++ b/english/aspose.cells.drawing/button/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/button/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/button/is_lock_aspect_ratio/_index.md index 1dfb4fc52c..1dd1a28507 100644 --- a/english/aspose.cells.drawing/button/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/button/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/button/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_locked/_index.md b/english/aspose.cells.drawing/button/is_locked/_index.md index cb26b1d0ff..013f13ccd7 100644 --- a/english/aspose.cells.drawing/button/is_locked/_index.md +++ b/english/aspose.cells.drawing/button/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/button/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_printable/_index.md b/english/aspose.cells.drawing/button/is_printable/_index.md index c0fb95bb56..54c18eda8b 100644 --- a/english/aspose.cells.drawing/button/is_printable/_index.md +++ b/english/aspose.cells.drawing/button/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/button/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_rich_text/_index.md b/english/aspose.cells.drawing/button/is_rich_text/_index.md index 5670a4af9f..d86ad034bd 100644 --- a/english/aspose.cells.drawing/button/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/button/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/button/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_same_setting/_index.md b/english/aspose.cells.drawing/button/is_same_setting/_index.md index 4de4087f20..94240f8db8 100644 --- a/english/aspose.cells.drawing/button/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/button/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/button/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/button/is_smart_art/_index.md b/english/aspose.cells.drawing/button/is_smart_art/_index.md index 1861e99aaa..44fbca62d8 100644 --- a/english/aspose.cells.drawing/button/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/button/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/button/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_text_wrapped/_index.md b/english/aspose.cells.drawing/button/is_text_wrapped/_index.md index d0912e1dab..c57e7785cf 100644 --- a/english/aspose.cells.drawing/button/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/button/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/button/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/is_word_art/_index.md b/english/aspose.cells.drawing/button/is_word_art/_index.md index 2681f31347..386044fbb9 100644 --- a/english/aspose.cells.drawing/button/is_word_art/_index.md +++ b/english/aspose.cells.drawing/button/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/button/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/left/_index.md b/english/aspose.cells.drawing/button/left/_index.md index 96e6e2f1b9..702dc9b660 100644 --- a/english/aspose.cells.drawing/button/left/_index.md +++ b/english/aspose.cells.drawing/button/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/button/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/left_cm/_index.md b/english/aspose.cells.drawing/button/left_cm/_index.md index 6da28f9dfc..d7c29613d4 100644 --- a/english/aspose.cells.drawing/button/left_cm/_index.md +++ b/english/aspose.cells.drawing/button/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/button/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/left_in_shape/_index.md b/english/aspose.cells.drawing/button/left_in_shape/_index.md index 5456e3bc10..29abc589a7 100644 --- a/english/aspose.cells.drawing/button/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/button/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/button/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/left_inch/_index.md b/english/aspose.cells.drawing/button/left_inch/_index.md index afbd8e43d5..3433b58da6 100644 --- a/english/aspose.cells.drawing/button/left_inch/_index.md +++ b/english/aspose.cells.drawing/button/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/button/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/left_to_corner/_index.md b/english/aspose.cells.drawing/button/left_to_corner/_index.md index cb01d11d2d..1ab24cc803 100644 --- a/english/aspose.cells.drawing/button/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/button/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/button/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/line/_index.md b/english/aspose.cells.drawing/button/line/_index.md index 985e47fe93..4a157dfa94 100644 --- a/english/aspose.cells.drawing/button/line/_index.md +++ b/english/aspose.cells.drawing/button/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/button/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/line_format/_index.md b/english/aspose.cells.drawing/button/line_format/_index.md index 9a6770cd46..f9280489fd 100644 --- a/english/aspose.cells.drawing/button/line_format/_index.md +++ b/english/aspose.cells.drawing/button/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/button/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/linked_cell/_index.md b/english/aspose.cells.drawing/button/linked_cell/_index.md index f268e3a058..6a3cfd90a6 100644 --- a/english/aspose.cells.drawing/button/linked_cell/_index.md +++ b/english/aspose.cells.drawing/button/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/button/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/lower_delta_x/_index.md b/english/aspose.cells.drawing/button/lower_delta_x/_index.md index 1092477c2f..5c06a535f9 100644 --- a/english/aspose.cells.drawing/button/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/button/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/button/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/lower_delta_y/_index.md b/english/aspose.cells.drawing/button/lower_delta_y/_index.md index 280b6e4542..88ffe42275 100644 --- a/english/aspose.cells.drawing/button/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/button/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/button/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/lower_right_column/_index.md b/english/aspose.cells.drawing/button/lower_right_column/_index.md index 1a184bbe83..5d28de93da 100644 --- a/english/aspose.cells.drawing/button/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/button/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/button/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/lower_right_row/_index.md b/english/aspose.cells.drawing/button/lower_right_row/_index.md index 064d4481ed..5158568db9 100644 --- a/english/aspose.cells.drawing/button/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/button/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/button/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/macro_name/_index.md b/english/aspose.cells.drawing/button/macro_name/_index.md index e08acebe11..86e5c9fb40 100644 --- a/english/aspose.cells.drawing/button/macro_name/_index.md +++ b/english/aspose.cells.drawing/button/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/button/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/move_to_range/_index.md b/english/aspose.cells.drawing/button/move_to_range/_index.md index a88f3542f6..af971a4d68 100644 --- a/english/aspose.cells.drawing/button/move_to_range/_index.md +++ b/english/aspose.cells.drawing/button/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/button/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/button/mso_drawing_type/_index.md b/english/aspose.cells.drawing/button/mso_drawing_type/_index.md index d3e67fe0e3..743804f40b 100644 --- a/english/aspose.cells.drawing/button/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/button/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/button/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/name/_index.md b/english/aspose.cells.drawing/button/name/_index.md index 4d6afb58f1..794ee6ae75 100644 --- a/english/aspose.cells.drawing/button/name/_index.md +++ b/english/aspose.cells.drawing/button/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/button/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/paths/_index.md b/english/aspose.cells.drawing/button/paths/_index.md index f2df212680..06b97aed8c 100644 --- a/english/aspose.cells.drawing/button/paths/_index.md +++ b/english/aspose.cells.drawing/button/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/button/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/placement/_index.md b/english/aspose.cells.drawing/button/placement/_index.md index 8bb8c4e488..e0ad3ead3c 100644 --- a/english/aspose.cells.drawing/button/placement/_index.md +++ b/english/aspose.cells.drawing/button/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/button/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/reflection/_index.md b/english/aspose.cells.drawing/button/reflection/_index.md index cbda15c0ba..be2aff579e 100644 --- a/english/aspose.cells.drawing/button/reflection/_index.md +++ b/english/aspose.cells.drawing/button/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/button/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/button/relative_to_original_picture_size/_index.md index c64b2bd18a..64d3b07e32 100644 --- a/english/aspose.cells.drawing/button/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/button/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/button/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/remove_active_x_control/_index.md b/english/aspose.cells.drawing/button/remove_active_x_control/_index.md index c4c25f6a9e..2d6099407c 100644 --- a/english/aspose.cells.drawing/button/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/button/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/button/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/button/remove_hyperlink/_index.md b/english/aspose.cells.drawing/button/remove_hyperlink/_index.md index 7570341c2d..1bf945dcad 100644 --- a/english/aspose.cells.drawing/button/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/button/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/button/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/button/right/_index.md b/english/aspose.cells.drawing/button/right/_index.md index 8e87b48752..0aba107c80 100644 --- a/english/aspose.cells.drawing/button/right/_index.md +++ b/english/aspose.cells.drawing/button/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/button/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/rotation_angle/_index.md b/english/aspose.cells.drawing/button/rotation_angle/_index.md index 700e4d99fb..f56eb61ddd 100644 --- a/english/aspose.cells.drawing/button/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/button/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/button/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/set_input_range/_index.md b/english/aspose.cells.drawing/button/set_input_range/_index.md index 1ab2aa53a4..58cd64bab2 100644 --- a/english/aspose.cells.drawing/button/set_input_range/_index.md +++ b/english/aspose.cells.drawing/button/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/button/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/button/set_linked_cell/_index.md b/english/aspose.cells.drawing/button/set_linked_cell/_index.md index 1e50c7eca6..9a0a4ffab2 100644 --- a/english/aspose.cells.drawing/button/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/button/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/button/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/button/set_locked_property/_index.md b/english/aspose.cells.drawing/button/set_locked_property/_index.md index 1b37aed40d..55b01ffca4 100644 --- a/english/aspose.cells.drawing/button/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/button/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/button/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/button/shadow_effect/_index.md b/english/aspose.cells.drawing/button/shadow_effect/_index.md index 0fbb845576..daa1799206 100644 --- a/english/aspose.cells.drawing/button/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/button/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/button/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/soft_edges/_index.md b/english/aspose.cells.drawing/button/soft_edges/_index.md index cf932c5e9b..bcbaeafab5 100644 --- a/english/aspose.cells.drawing/button/soft_edges/_index.md +++ b/english/aspose.cells.drawing/button/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/button/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/spid/_index.md b/english/aspose.cells.drawing/button/spid/_index.md index ce950bd13c..910ba39a7c 100644 --- a/english/aspose.cells.drawing/button/spid/_index.md +++ b/english/aspose.cells.drawing/button/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/button/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/spt/_index.md b/english/aspose.cells.drawing/button/spt/_index.md index 8ea239f920..781c9fb633 100644 --- a/english/aspose.cells.drawing/button/spt/_index.md +++ b/english/aspose.cells.drawing/button/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/button/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text/_index.md b/english/aspose.cells.drawing/button/text/_index.md index a7ba94c224..441d08b943 100644 --- a/english/aspose.cells.drawing/button/text/_index.md +++ b/english/aspose.cells.drawing/button/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/button/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_body/_index.md b/english/aspose.cells.drawing/button/text_body/_index.md index 59076fde94..3a2a462c88 100644 --- a/english/aspose.cells.drawing/button/text_body/_index.md +++ b/english/aspose.cells.drawing/button/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/button/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_box_options/_index.md b/english/aspose.cells.drawing/button/text_box_options/_index.md index a61b6fcef7..f82c76350f 100644 --- a/english/aspose.cells.drawing/button/text_box_options/_index.md +++ b/english/aspose.cells.drawing/button/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/button/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_direction/_index.md b/english/aspose.cells.drawing/button/text_direction/_index.md index 3536696206..8b5a8a1556 100644 --- a/english/aspose.cells.drawing/button/text_direction/_index.md +++ b/english/aspose.cells.drawing/button/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/button/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_effect/_index.md b/english/aspose.cells.drawing/button/text_effect/_index.md index ce3d09cca6..3ae29ffd33 100644 --- a/english/aspose.cells.drawing/button/text_effect/_index.md +++ b/english/aspose.cells.drawing/button/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/button/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/button/text_horizontal_alignment/_index.md index 5d1f83fcc0..0850b51d88 100644 --- a/english/aspose.cells.drawing/button/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/button/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/button/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/button/text_horizontal_overflow/_index.md index 75bc06eed2..2785b17401 100644 --- a/english/aspose.cells.drawing/button/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/button/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/button/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_options/_index.md b/english/aspose.cells.drawing/button/text_options/_index.md index 487eafa030..cd2b531de3 100644 --- a/english/aspose.cells.drawing/button/text_options/_index.md +++ b/english/aspose.cells.drawing/button/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/button/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_orientation_type/_index.md b/english/aspose.cells.drawing/button/text_orientation_type/_index.md index 092c9e5706..7ab476d72b 100644 --- a/english/aspose.cells.drawing/button/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/button/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/button/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_shape_type/_index.md b/english/aspose.cells.drawing/button/text_shape_type/_index.md index 48f6c24a45..cb85a50ce6 100644 --- a/english/aspose.cells.drawing/button/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/button/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/button/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/button/text_vertical_alignment/_index.md index b28794be35..095a3a093c 100644 --- a/english/aspose.cells.drawing/button/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/button/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/button/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/button/text_vertical_overflow/_index.md index f026bd4877..de7050a4d9 100644 --- a/english/aspose.cells.drawing/button/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/button/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/button/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/three_d_format/_index.md b/english/aspose.cells.drawing/button/three_d_format/_index.md index e4aa5419b5..d986f11b40 100644 --- a/english/aspose.cells.drawing/button/three_d_format/_index.md +++ b/english/aspose.cells.drawing/button/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/button/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/title/_index.md b/english/aspose.cells.drawing/button/title/_index.md index 75926716ac..7cee0efcdd 100644 --- a/english/aspose.cells.drawing/button/title/_index.md +++ b/english/aspose.cells.drawing/button/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/button/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/to_front_or_back/_index.md b/english/aspose.cells.drawing/button/to_front_or_back/_index.md index 79fc54ced2..7cfbdf45b4 100644 --- a/english/aspose.cells.drawing/button/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/button/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/button/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/button/to_image/_index.md b/english/aspose.cells.drawing/button/to_image/_index.md index c980e9d59a..b420d531c6 100644 --- a/english/aspose.cells.drawing/button/to_image/_index.md +++ b/english/aspose.cells.drawing/button/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/button/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/button/top/_index.md b/english/aspose.cells.drawing/button/top/_index.md index 68b01ad003..a8d48e5f5d 100644 --- a/english/aspose.cells.drawing/button/top/_index.md +++ b/english/aspose.cells.drawing/button/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/button/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/top_cm/_index.md b/english/aspose.cells.drawing/button/top_cm/_index.md index f76f354094..752f166914 100644 --- a/english/aspose.cells.drawing/button/top_cm/_index.md +++ b/english/aspose.cells.drawing/button/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/button/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/top_in_shape/_index.md b/english/aspose.cells.drawing/button/top_in_shape/_index.md index 9acec9da33..6f30795550 100644 --- a/english/aspose.cells.drawing/button/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/button/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/button/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/top_inch/_index.md b/english/aspose.cells.drawing/button/top_inch/_index.md index 675f4af0f6..c6479259f8 100644 --- a/english/aspose.cells.drawing/button/top_inch/_index.md +++ b/english/aspose.cells.drawing/button/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/button/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/top_to_corner/_index.md b/english/aspose.cells.drawing/button/top_to_corner/_index.md index b23856367c..2bf4e9c90d 100644 --- a/english/aspose.cells.drawing/button/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/button/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/button/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/type/_index.md b/english/aspose.cells.drawing/button/type/_index.md index a2c0fe1317..044245134b 100644 --- a/english/aspose.cells.drawing/button/type/_index.md +++ b/english/aspose.cells.drawing/button/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/button/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/update_selected_value/_index.md b/english/aspose.cells.drawing/button/update_selected_value/_index.md index 105c50494b..84cf9c4ac0 100644 --- a/english/aspose.cells.drawing/button/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/button/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/button/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/button/upper_delta_x/_index.md b/english/aspose.cells.drawing/button/upper_delta_x/_index.md index e5265fb72d..a3d8a4a857 100644 --- a/english/aspose.cells.drawing/button/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/button/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/button/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/upper_delta_y/_index.md b/english/aspose.cells.drawing/button/upper_delta_y/_index.md index db728476c6..57f7b5e7d4 100644 --- a/english/aspose.cells.drawing/button/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/button/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/button/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/upper_left_column/_index.md b/english/aspose.cells.drawing/button/upper_left_column/_index.md index f5e5ef91cc..408b2092da 100644 --- a/english/aspose.cells.drawing/button/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/button/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/button/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/upper_left_row/_index.md b/english/aspose.cells.drawing/button/upper_left_row/_index.md index 2b73b2e8cc..14dcd88a10 100644 --- a/english/aspose.cells.drawing/button/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/button/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/button/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width/_index.md b/english/aspose.cells.drawing/button/width/_index.md index 4600e2c974..c0764c35a0 100644 --- a/english/aspose.cells.drawing/button/width/_index.md +++ b/english/aspose.cells.drawing/button/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/button/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width_cm/_index.md b/english/aspose.cells.drawing/button/width_cm/_index.md index fea3fddf3e..b2b4885594 100644 --- a/english/aspose.cells.drawing/button/width_cm/_index.md +++ b/english/aspose.cells.drawing/button/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/button/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width_in_shape/_index.md b/english/aspose.cells.drawing/button/width_in_shape/_index.md index 729bf8b766..32fdc0e12e 100644 --- a/english/aspose.cells.drawing/button/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/button/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/button/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width_inch/_index.md b/english/aspose.cells.drawing/button/width_inch/_index.md index c4f47f9e09..8b261ad755 100644 --- a/english/aspose.cells.drawing/button/width_inch/_index.md +++ b/english/aspose.cells.drawing/button/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/button/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width_pt/_index.md b/english/aspose.cells.drawing/button/width_pt/_index.md index d023568e73..6ba6418a75 100644 --- a/english/aspose.cells.drawing/button/width_pt/_index.md +++ b/english/aspose.cells.drawing/button/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/button/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/width_scale/_index.md b/english/aspose.cells.drawing/button/width_scale/_index.md index 4203af934f..4c625c5875 100644 --- a/english/aspose.cells.drawing/button/width_scale/_index.md +++ b/english/aspose.cells.drawing/button/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/button/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/worksheet/_index.md b/english/aspose.cells.drawing/button/worksheet/_index.md index d693bd2691..38e76510fa 100644 --- a/english/aspose.cells.drawing/button/worksheet/_index.md +++ b/english/aspose.cells.drawing/button/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/button/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/x/_index.md b/english/aspose.cells.drawing/button/x/_index.md index 57256aa5b2..18935387f0 100644 --- a/english/aspose.cells.drawing/button/x/_index.md +++ b/english/aspose.cells.drawing/button/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/button/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/y/_index.md b/english/aspose.cells.drawing/button/y/_index.md index 9688398af2..09d57ec939 100644 --- a/english/aspose.cells.drawing/button/y/_index.md +++ b/english/aspose.cells.drawing/button/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/button/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/button/z_order_position/_index.md b/english/aspose.cells.drawing/button/z_order_position/_index.md index 6829e71bb3..53a27acfc1 100644 --- a/english/aspose.cells.drawing/button/z_order_position/_index.md +++ b/english/aspose.cells.drawing/button/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/button/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/_index.md b/english/aspose.cells.drawing/cellsdrawing/_index.md index e86b62022c..8b585bc2e0 100644 --- a/english/aspose.cells.drawing/cellsdrawing/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/_index.md @@ -130,31 +130,32 @@ The CellsDrawing type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/cellsdrawing/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/cellsdrawing/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/cellsdrawing/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/cellsdrawing/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/cellsdrawing/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/cellsdrawing/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/cellsdrawing/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/cellsdrawing/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/cellsdrawing/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/cellsdrawing/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/cellsdrawing/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/cellsdrawing/active_x_control/_index.md b/english/aspose.cells.drawing/cellsdrawing/active_x_control/_index.md index 80dba9bc46..29e9d523d9 100644 --- a/english/aspose.cells.drawing/cellsdrawing/active_x_control/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/cellsdrawing/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/cellsdrawing/actual_lower_right_row/_index.md index a3ef711825..8e450bd4ac 100644 --- a/english/aspose.cells.drawing/cellsdrawing/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/cellsdrawing/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/add_hyperlink/_index.md b/english/aspose.cells.drawing/cellsdrawing/add_hyperlink/_index.md index 5b0a9f2b8a..676678dcdf 100644 --- a/english/aspose.cells.drawing/cellsdrawing/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/cellsdrawing/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/align_top_right_corner/_index.md b/english/aspose.cells.drawing/cellsdrawing/align_top_right_corner/_index.md index 660b0323e1..7d5a6adc7e 100644 --- a/english/aspose.cells.drawing/cellsdrawing/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/cellsdrawing/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/alternative_text/_index.md b/english/aspose.cells.drawing/cellsdrawing/alternative_text/_index.md index d8ff015354..5d0bd779a2 100644 --- a/english/aspose.cells.drawing/cellsdrawing/alternative_text/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/cellsdrawing/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/anchor_type/_index.md b/english/aspose.cells.drawing/cellsdrawing/anchor_type/_index.md index 436eeec531..68b2c1bad4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/anchor_type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/cellsdrawing/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/auto_shape_type/_index.md b/english/aspose.cells.drawing/cellsdrawing/auto_shape_type/_index.md index 034eb8f753..b3d6f85259 100644 --- a/english/aspose.cells.drawing/cellsdrawing/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/cellsdrawing/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/bottom/_index.md b/english/aspose.cells.drawing/cellsdrawing/bottom/_index.md index 3b2fa6e611..47c72d6090 100644 --- a/english/aspose.cells.drawing/cellsdrawing/bottom/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/cellsdrawing/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/calculate_text_size/_index.md b/english/aspose.cells.drawing/cellsdrawing/calculate_text_size/_index.md index d6e8426ef4..126ee55f79 100644 --- a/english/aspose.cells.drawing/cellsdrawing/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/cellsdrawing/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/characters/_index.md b/english/aspose.cells.drawing/cellsdrawing/characters/_index.md index 97baa4e217..d296e7fa25 100644 --- a/english/aspose.cells.drawing/cellsdrawing/characters/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/cellsdrawing/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/control_data/_index.md b/english/aspose.cells.drawing/cellsdrawing/control_data/_index.md index 1ca2c1e0e6..254495a2dc 100644 --- a/english/aspose.cells.drawing/cellsdrawing/control_data/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/cellsdrawing/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/create_id/_index.md b/english/aspose.cells.drawing/cellsdrawing/create_id/_index.md index 1b8f2bf4d7..b9cb5cd67f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/create_id/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/cellsdrawing/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/fill/_index.md b/english/aspose.cells.drawing/cellsdrawing/fill/_index.md index 17d713ec5c..61ee5fc9dd 100644 --- a/english/aspose.cells.drawing/cellsdrawing/fill/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/cellsdrawing/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/fill_format/_index.md b/english/aspose.cells.drawing/cellsdrawing/fill_format/_index.md index 274146c4f2..d58825ec54 100644 --- a/english/aspose.cells.drawing/cellsdrawing/fill_format/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/cellsdrawing/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/fit_to_text_size/_index.md b/english/aspose.cells.drawing/cellsdrawing/fit_to_text_size/_index.md new file mode 100644 index 0000000000..8c07419825 --- /dev/null +++ b/english/aspose.cells.drawing/cellsdrawing/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/cellsdrawing/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`CellsDrawing`](/cells/python-net/aspose.cells.drawing/cellsdrawing) diff --git a/english/aspose.cells.drawing/cellsdrawing/font/_index.md b/english/aspose.cells.drawing/cellsdrawing/font/_index.md index 0c4a76be19..8fa57bfc93 100644 --- a/english/aspose.cells.drawing/cellsdrawing/font/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/cellsdrawing/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/format_characters/_index.md b/english/aspose.cells.drawing/cellsdrawing/format_characters/_index.md index 2d91667e78..a4dd052fd7 100644 --- a/english/aspose.cells.drawing/cellsdrawing/format_characters/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/cellsdrawing/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/format_picture/_index.md b/english/aspose.cells.drawing/cellsdrawing/format_picture/_index.md index d1448f8c98..2600abdd47 100644 --- a/english/aspose.cells.drawing/cellsdrawing/format_picture/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/cellsdrawing/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/geometry/_index.md b/english/aspose.cells.drawing/cellsdrawing/geometry/_index.md index 611307931c..c511fa6951 100644 --- a/english/aspose.cells.drawing/cellsdrawing/geometry/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/cellsdrawing/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/get_actual_box/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_actual_box/_index.md index fa821369e0..7c72837c8e 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/cellsdrawing/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_characters/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_characters/_index.md index a01f9dc6f0..2a8b93dec4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_characters/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/cellsdrawing/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_connection_points/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_connection_points/_index.md index 58e8109a20..1288f78495 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/cellsdrawing/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_input_range/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_input_range/_index.md index eeabdb9614..76a78c253b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_input_range/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/cellsdrawing/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_linked_cell/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_linked_cell/_index.md index 402ad7f0f8..a7a793a06e 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/cellsdrawing/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_locked_property/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_locked_property/_index.md index b8098d4971..0adfd011a2 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/cellsdrawing/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/_index.md index f18f32d414..394234e2e4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/cellsdrawing/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/get_rich_formattings/_index.md b/english/aspose.cells.drawing/cellsdrawing/get_rich_formattings/_index.md index 26c95b65c3..f1dbcdb9dc 100644 --- a/english/aspose.cells.drawing/cellsdrawing/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/cellsdrawing/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/glow/_index.md b/english/aspose.cells.drawing/cellsdrawing/glow/_index.md index aa49dd4319..e15e6385a6 100644 --- a/english/aspose.cells.drawing/cellsdrawing/glow/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/cellsdrawing/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/group/_index.md b/english/aspose.cells.drawing/cellsdrawing/group/_index.md index 468919557a..d3fcb9115b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/group/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/cellsdrawing/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/has_line/_index.md b/english/aspose.cells.drawing/cellsdrawing/has_line/_index.md index 26484304db..64b95691a2 100644 --- a/english/aspose.cells.drawing/cellsdrawing/has_line/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/cellsdrawing/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height/_index.md b/english/aspose.cells.drawing/cellsdrawing/height/_index.md index 230e97ffb7..9a785b0626 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/cellsdrawing/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height_cm/_index.md b/english/aspose.cells.drawing/cellsdrawing/height_cm/_index.md index 0c2536a638..918d573828 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height_cm/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/cellsdrawing/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height_in_shape/_index.md b/english/aspose.cells.drawing/cellsdrawing/height_in_shape/_index.md index 897b09f4e4..b9868843e8 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/cellsdrawing/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height_inch/_index.md b/english/aspose.cells.drawing/cellsdrawing/height_inch/_index.md index c80b8d7535..bcf4553f16 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height_inch/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/cellsdrawing/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height_pt/_index.md b/english/aspose.cells.drawing/cellsdrawing/height_pt/_index.md index 2754edbc5c..5773d2ae91 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height_pt/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/cellsdrawing/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/height_scale/_index.md b/english/aspose.cells.drawing/cellsdrawing/height_scale/_index.md index 2ae5562e59..1062747db8 100644 --- a/english/aspose.cells.drawing/cellsdrawing/height_scale/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/cellsdrawing/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/html_text/_index.md b/english/aspose.cells.drawing/cellsdrawing/html_text/_index.md index af8f9a792f..1d8c621251 100644 --- a/english/aspose.cells.drawing/cellsdrawing/html_text/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/cellsdrawing/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/hyperlink/_index.md b/english/aspose.cells.drawing/cellsdrawing/hyperlink/_index.md index 75afd5e34a..3f0853daef 100644 --- a/english/aspose.cells.drawing/cellsdrawing/hyperlink/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/cellsdrawing/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/id/_index.md b/english/aspose.cells.drawing/cellsdrawing/id/_index.md index 8e9d2dd203..0996735bb3 100644 --- a/english/aspose.cells.drawing/cellsdrawing/id/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/cellsdrawing/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/input_range/_index.md b/english/aspose.cells.drawing/cellsdrawing/input_range/_index.md index f46ab8e19f..5547d8a142 100644 --- a/english/aspose.cells.drawing/cellsdrawing/input_range/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/cellsdrawing/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_aspect_ratio_locked/_index.md index b342986fec..a2f4824a79 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/cellsdrawing/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_decorative/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_decorative/_index.md index 66795ffe4c..027b19a260 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_decorative/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/cellsdrawing/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_equation/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_equation/_index.md index bed1781076..6744fec48a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_equation/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/cellsdrawing/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_filled/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_filled/_index.md index 793683ebff..db3b499fb4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_filled/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/cellsdrawing/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_flipped_horizontally/_index.md index 832e153b01..37fe07f05b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/cellsdrawing/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_flipped_vertically/_index.md index c17ce3879a..a3757d1379 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/cellsdrawing/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_group/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_group/_index.md index 0d89504366..73c1839761 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_group/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/cellsdrawing/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_hidden/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_hidden/_index.md index 81e80c654b..9408d8174d 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_hidden/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/cellsdrawing/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_in_group/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_in_group/_index.md index 7ea5db1298..cd8ea0e823 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_in_group/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/cellsdrawing/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_lock_aspect_ratio/_index.md index 2154a1c1b2..2f2c7f11c6 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/cellsdrawing/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_locked/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_locked/_index.md index 888e7ed05e..f73ced8262 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_locked/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/cellsdrawing/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_printable/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_printable/_index.md index 84afcfb495..60919127b8 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_printable/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/cellsdrawing/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_rich_text/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_rich_text/_index.md index 25175ce15c..3a13d9edc8 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/cellsdrawing/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_same_setting/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_same_setting/_index.md index f3d9911220..2e3ba9411f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/cellsdrawing/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/is_smart_art/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_smart_art/_index.md index 766839b109..4aabdf8e51 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/cellsdrawing/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_text_wrapped/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_text_wrapped/_index.md index 2a2b93a179..4da8340154 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/cellsdrawing/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/is_word_art/_index.md b/english/aspose.cells.drawing/cellsdrawing/is_word_art/_index.md index 42b83dc4b9..8ea3e20209 100644 --- a/english/aspose.cells.drawing/cellsdrawing/is_word_art/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/cellsdrawing/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/left/_index.md b/english/aspose.cells.drawing/cellsdrawing/left/_index.md index 4ba7349980..08e663c62a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/left/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/cellsdrawing/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/left_cm/_index.md b/english/aspose.cells.drawing/cellsdrawing/left_cm/_index.md index 4827fa14df..4aec0ad52b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/left_cm/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/cellsdrawing/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/left_in_shape/_index.md b/english/aspose.cells.drawing/cellsdrawing/left_in_shape/_index.md index 401d007c67..62be39072d 100644 --- a/english/aspose.cells.drawing/cellsdrawing/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/cellsdrawing/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/left_inch/_index.md b/english/aspose.cells.drawing/cellsdrawing/left_inch/_index.md index b8fd8d50a1..f7f008b10a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/left_inch/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/cellsdrawing/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/left_to_corner/_index.md b/english/aspose.cells.drawing/cellsdrawing/left_to_corner/_index.md index a1692d6ce1..af3d2036f1 100644 --- a/english/aspose.cells.drawing/cellsdrawing/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/cellsdrawing/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/line/_index.md b/english/aspose.cells.drawing/cellsdrawing/line/_index.md index af637b90d9..3e70fd46e7 100644 --- a/english/aspose.cells.drawing/cellsdrawing/line/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/cellsdrawing/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/line_format/_index.md b/english/aspose.cells.drawing/cellsdrawing/line_format/_index.md index 455c1a843a..fe9ee39cc7 100644 --- a/english/aspose.cells.drawing/cellsdrawing/line_format/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/cellsdrawing/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/linked_cell/_index.md b/english/aspose.cells.drawing/cellsdrawing/linked_cell/_index.md index d928b3b0d4..550262ca38 100644 --- a/english/aspose.cells.drawing/cellsdrawing/linked_cell/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/cellsdrawing/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/lower_delta_x/_index.md b/english/aspose.cells.drawing/cellsdrawing/lower_delta_x/_index.md index 90fe6023d9..75ccaed99a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/cellsdrawing/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/lower_delta_y/_index.md b/english/aspose.cells.drawing/cellsdrawing/lower_delta_y/_index.md index c19f080d03..0a32dfebb0 100644 --- a/english/aspose.cells.drawing/cellsdrawing/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/cellsdrawing/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/lower_right_column/_index.md b/english/aspose.cells.drawing/cellsdrawing/lower_right_column/_index.md index d31bb73ee5..e9e1e21fe9 100644 --- a/english/aspose.cells.drawing/cellsdrawing/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/cellsdrawing/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/lower_right_row/_index.md b/english/aspose.cells.drawing/cellsdrawing/lower_right_row/_index.md index 6996ebac50..306ab1c200 100644 --- a/english/aspose.cells.drawing/cellsdrawing/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/cellsdrawing/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/macro_name/_index.md b/english/aspose.cells.drawing/cellsdrawing/macro_name/_index.md index ce6a6476a6..be95d343c3 100644 --- a/english/aspose.cells.drawing/cellsdrawing/macro_name/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/cellsdrawing/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md b/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md index bc7fe64122..07067aab8d 100644 --- a/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/cellsdrawing/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/mso_drawing_type/_index.md b/english/aspose.cells.drawing/cellsdrawing/mso_drawing_type/_index.md index 27fd163fe4..a64518d3a0 100644 --- a/english/aspose.cells.drawing/cellsdrawing/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/cellsdrawing/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/name/_index.md b/english/aspose.cells.drawing/cellsdrawing/name/_index.md index 3a14e2dcae..eeaee95d10 100644 --- a/english/aspose.cells.drawing/cellsdrawing/name/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/cellsdrawing/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/paths/_index.md b/english/aspose.cells.drawing/cellsdrawing/paths/_index.md index 2ef6d989fd..b93a1d673f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/paths/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/cellsdrawing/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/placement/_index.md b/english/aspose.cells.drawing/cellsdrawing/placement/_index.md index d4761675ea..6532683bf5 100644 --- a/english/aspose.cells.drawing/cellsdrawing/placement/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/cellsdrawing/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/reflection/_index.md b/english/aspose.cells.drawing/cellsdrawing/reflection/_index.md index 0456d3c1ed..8168ad0f74 100644 --- a/english/aspose.cells.drawing/cellsdrawing/reflection/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/cellsdrawing/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/cellsdrawing/relative_to_original_picture_size/_index.md index 5a646277c4..06e6392369 100644 --- a/english/aspose.cells.drawing/cellsdrawing/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/cellsdrawing/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/remove_active_x_control/_index.md b/english/aspose.cells.drawing/cellsdrawing/remove_active_x_control/_index.md index 795d680c00..a56fc4bee2 100644 --- a/english/aspose.cells.drawing/cellsdrawing/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/cellsdrawing/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/remove_hyperlink/_index.md b/english/aspose.cells.drawing/cellsdrawing/remove_hyperlink/_index.md index 1f034901c1..2efe5c9c6a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/cellsdrawing/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/right/_index.md b/english/aspose.cells.drawing/cellsdrawing/right/_index.md index 3c6c965b5e..725e4a0e47 100644 --- a/english/aspose.cells.drawing/cellsdrawing/right/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/cellsdrawing/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/rotation_angle/_index.md b/english/aspose.cells.drawing/cellsdrawing/rotation_angle/_index.md index 6d9bb17a5a..41deb3cd9d 100644 --- a/english/aspose.cells.drawing/cellsdrawing/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/cellsdrawing/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/set_input_range/_index.md b/english/aspose.cells.drawing/cellsdrawing/set_input_range/_index.md index e47936e752..381b89bd49 100644 --- a/english/aspose.cells.drawing/cellsdrawing/set_input_range/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/cellsdrawing/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/set_linked_cell/_index.md b/english/aspose.cells.drawing/cellsdrawing/set_linked_cell/_index.md index fb200eb123..02aeb9f1d4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/cellsdrawing/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/set_locked_property/_index.md b/english/aspose.cells.drawing/cellsdrawing/set_locked_property/_index.md index 6a66b33abb..d1ee1dcf5f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/cellsdrawing/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/shadow_effect/_index.md b/english/aspose.cells.drawing/cellsdrawing/shadow_effect/_index.md index 432e0abe4e..2dd2d16c20 100644 --- a/english/aspose.cells.drawing/cellsdrawing/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/cellsdrawing/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/soft_edges/_index.md b/english/aspose.cells.drawing/cellsdrawing/soft_edges/_index.md index f68aaeb9a5..6ebe737c19 100644 --- a/english/aspose.cells.drawing/cellsdrawing/soft_edges/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/cellsdrawing/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/spid/_index.md b/english/aspose.cells.drawing/cellsdrawing/spid/_index.md index 815543cd65..9676c61452 100644 --- a/english/aspose.cells.drawing/cellsdrawing/spid/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/cellsdrawing/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/spt/_index.md b/english/aspose.cells.drawing/cellsdrawing/spt/_index.md index 6cb7302eca..2c2d5d0b30 100644 --- a/english/aspose.cells.drawing/cellsdrawing/spt/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/cellsdrawing/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text/_index.md b/english/aspose.cells.drawing/cellsdrawing/text/_index.md index 25ee4bbc90..7b9e8bf999 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/cellsdrawing/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_body/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_body/_index.md index c8d9e282be..44451dd186 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_body/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/cellsdrawing/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_box_options/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_box_options/_index.md index 6eff8b8563..ad12d2ded5 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_box_options/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/cellsdrawing/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_direction/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_direction/_index.md index 4984e158ee..3ee0e9e5a9 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_direction/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/cellsdrawing/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_effect/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_effect/_index.md index 4e3bf539c9..8b31cb7503 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_effect/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/cellsdrawing/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_horizontal_alignment/_index.md index 7bc536320a..c0ea92b986 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/cellsdrawing/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_horizontal_overflow/_index.md index 1cc7a524d3..5cafa2375b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/cellsdrawing/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_options/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_options/_index.md index fc3fd80fdc..8380254235 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_options/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/cellsdrawing/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_orientation_type/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_orientation_type/_index.md index 8bffb6051f..9b5a011f74 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/cellsdrawing/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_shape_type/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_shape_type/_index.md index b116a51231..4225430ebe 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/cellsdrawing/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_vertical_alignment/_index.md index b1873756e1..b3abaee34d 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/cellsdrawing/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/cellsdrawing/text_vertical_overflow/_index.md index 4cae2e857b..c42e171ef3 100644 --- a/english/aspose.cells.drawing/cellsdrawing/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/cellsdrawing/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/three_d_format/_index.md b/english/aspose.cells.drawing/cellsdrawing/three_d_format/_index.md index 15bbfe3f96..d8a635ef15 100644 --- a/english/aspose.cells.drawing/cellsdrawing/three_d_format/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/cellsdrawing/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/title/_index.md b/english/aspose.cells.drawing/cellsdrawing/title/_index.md index 9b6a09c200..de31c3a573 100644 --- a/english/aspose.cells.drawing/cellsdrawing/title/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/cellsdrawing/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/to_front_or_back/_index.md b/english/aspose.cells.drawing/cellsdrawing/to_front_or_back/_index.md index b4dba661df..b5e08f820f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/cellsdrawing/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/to_image/_index.md b/english/aspose.cells.drawing/cellsdrawing/to_image/_index.md index c1e10e8d6e..2c09a7dea7 100644 --- a/english/aspose.cells.drawing/cellsdrawing/to_image/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/cellsdrawing/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/top/_index.md b/english/aspose.cells.drawing/cellsdrawing/top/_index.md index 91ccb1fbc5..329cf2dc8b 100644 --- a/english/aspose.cells.drawing/cellsdrawing/top/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/cellsdrawing/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/top_cm/_index.md b/english/aspose.cells.drawing/cellsdrawing/top_cm/_index.md index 15dc111045..1d358fd5d4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/top_cm/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/cellsdrawing/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/top_in_shape/_index.md b/english/aspose.cells.drawing/cellsdrawing/top_in_shape/_index.md index bdd0fa4965..144dcb759f 100644 --- a/english/aspose.cells.drawing/cellsdrawing/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/cellsdrawing/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/top_inch/_index.md b/english/aspose.cells.drawing/cellsdrawing/top_inch/_index.md index aa325e8b23..3a2e279faa 100644 --- a/english/aspose.cells.drawing/cellsdrawing/top_inch/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/cellsdrawing/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/top_to_corner/_index.md b/english/aspose.cells.drawing/cellsdrawing/top_to_corner/_index.md index d77f015211..7ad30c8a7a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/cellsdrawing/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/type/_index.md b/english/aspose.cells.drawing/cellsdrawing/type/_index.md index b2be696253..782bd2a824 100644 --- a/english/aspose.cells.drawing/cellsdrawing/type/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/cellsdrawing/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/update_selected_value/_index.md b/english/aspose.cells.drawing/cellsdrawing/update_selected_value/_index.md index d818793246..44ae8c4c94 100644 --- a/english/aspose.cells.drawing/cellsdrawing/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/cellsdrawing/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/cellsdrawing/upper_delta_x/_index.md b/english/aspose.cells.drawing/cellsdrawing/upper_delta_x/_index.md index c1522e4ca1..a2949ec97e 100644 --- a/english/aspose.cells.drawing/cellsdrawing/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/cellsdrawing/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/upper_delta_y/_index.md b/english/aspose.cells.drawing/cellsdrawing/upper_delta_y/_index.md index 4cbf3fa8c1..ea35f22297 100644 --- a/english/aspose.cells.drawing/cellsdrawing/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/cellsdrawing/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/upper_left_column/_index.md b/english/aspose.cells.drawing/cellsdrawing/upper_left_column/_index.md index 67b10f4d53..c5c81a93c2 100644 --- a/english/aspose.cells.drawing/cellsdrawing/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/cellsdrawing/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/upper_left_row/_index.md b/english/aspose.cells.drawing/cellsdrawing/upper_left_row/_index.md index 54f23411bc..834e0d7bae 100644 --- a/english/aspose.cells.drawing/cellsdrawing/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/cellsdrawing/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width/_index.md b/english/aspose.cells.drawing/cellsdrawing/width/_index.md index 42efaac8a9..baadf2a818 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/cellsdrawing/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width_cm/_index.md b/english/aspose.cells.drawing/cellsdrawing/width_cm/_index.md index 7b894abb4e..a871f822ab 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width_cm/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/cellsdrawing/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width_in_shape/_index.md b/english/aspose.cells.drawing/cellsdrawing/width_in_shape/_index.md index 50f91dd42f..fcc58c0b33 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/cellsdrawing/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width_inch/_index.md b/english/aspose.cells.drawing/cellsdrawing/width_inch/_index.md index 7bbb4dda53..e5d4b3e1d4 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width_inch/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/cellsdrawing/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width_pt/_index.md b/english/aspose.cells.drawing/cellsdrawing/width_pt/_index.md index 85a0d6ccd7..55a5724679 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width_pt/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/cellsdrawing/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/width_scale/_index.md b/english/aspose.cells.drawing/cellsdrawing/width_scale/_index.md index 4ca9efa5c1..0514650a34 100644 --- a/english/aspose.cells.drawing/cellsdrawing/width_scale/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/cellsdrawing/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/worksheet/_index.md b/english/aspose.cells.drawing/cellsdrawing/worksheet/_index.md index 4d4fad7ec0..02a45897cc 100644 --- a/english/aspose.cells.drawing/cellsdrawing/worksheet/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/cellsdrawing/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/x/_index.md b/english/aspose.cells.drawing/cellsdrawing/x/_index.md index 95cdade7ac..355798856a 100644 --- a/english/aspose.cells.drawing/cellsdrawing/x/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/cellsdrawing/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/y/_index.md b/english/aspose.cells.drawing/cellsdrawing/y/_index.md index b0a943369f..7c378f0151 100644 --- a/english/aspose.cells.drawing/cellsdrawing/y/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/cellsdrawing/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/cellsdrawing/z_order_position/_index.md b/english/aspose.cells.drawing/cellsdrawing/z_order_position/_index.md index cf23593691..cba937fa71 100644 --- a/english/aspose.cells.drawing/cellsdrawing/z_order_position/_index.md +++ b/english/aspose.cells.drawing/cellsdrawing/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/cellsdrawing/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/_index.md b/english/aspose.cells.drawing/chartshape/_index.md index 0179093abd..9f5a8ab117 100644 --- a/english/aspose.cells.drawing/chartshape/_index.md +++ b/english/aspose.cells.drawing/chartshape/_index.md @@ -132,31 +132,32 @@ The ChartShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/chartshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/chartshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/chartshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/chartshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/chartshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/chartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/chartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/chartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/chartshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/chartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/chartshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/chartshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/chartshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/chartshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/chartshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/chartshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/chartshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/chartshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/chartshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/chartshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/chartshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/chartshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/chartshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/chartshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/chartshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/chartshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/chartshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/chartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/chartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/chartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/chartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/chartshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/chartshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/chartshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/chartshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/chartshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/chartshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/chartshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/chartshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/chartshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/chartshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/chartshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/chartshape/active_x_control/_index.md b/english/aspose.cells.drawing/chartshape/active_x_control/_index.md index f3bc0e8674..9de93ef629 100644 --- a/english/aspose.cells.drawing/chartshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/chartshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/chartshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/chartshape/actual_lower_right_row/_index.md index 7c9e2bb849..35efea1678 100644 --- a/english/aspose.cells.drawing/chartshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/chartshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/chartshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/chartshape/add_hyperlink/_index.md index 36730c9265..61cbc9d044 100644 --- a/english/aspose.cells.drawing/chartshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/chartshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/chartshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/chartshape/align_top_right_corner/_index.md index 9265e5efb5..175650543d 100644 --- a/english/aspose.cells.drawing/chartshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/chartshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/chartshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/alternative_text/_index.md b/english/aspose.cells.drawing/chartshape/alternative_text/_index.md index 8211da2004..b12bd2a479 100644 --- a/english/aspose.cells.drawing/chartshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/chartshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/chartshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/anchor_type/_index.md b/english/aspose.cells.drawing/chartshape/anchor_type/_index.md index df45caa0f0..8388d7afd4 100644 --- a/english/aspose.cells.drawing/chartshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/chartshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/chartshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/chartshape/auto_shape_type/_index.md index 446fe0e8ce..3e6442f6ca 100644 --- a/english/aspose.cells.drawing/chartshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/chartshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/chartshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/bottom/_index.md b/english/aspose.cells.drawing/chartshape/bottom/_index.md index bf31fe685e..14f8f82192 100644 --- a/english/aspose.cells.drawing/chartshape/bottom/_index.md +++ b/english/aspose.cells.drawing/chartshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/chartshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/chartshape/calculate_text_size/_index.md index 1eda229ac2..ac20837a1e 100644 --- a/english/aspose.cells.drawing/chartshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/chartshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/chartshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/characters/_index.md b/english/aspose.cells.drawing/chartshape/characters/_index.md index 29df683cac..fdff0d5803 100644 --- a/english/aspose.cells.drawing/chartshape/characters/_index.md +++ b/english/aspose.cells.drawing/chartshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/chartshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/chart/_index.md b/english/aspose.cells.drawing/chartshape/chart/_index.md index d5fc9d7183..99cdbee15b 100644 --- a/english/aspose.cells.drawing/chartshape/chart/_index.md +++ b/english/aspose.cells.drawing/chartshape/chart/_index.md @@ -3,7 +3,7 @@ title: chart property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/chartshape/chart/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/control_data/_index.md b/english/aspose.cells.drawing/chartshape/control_data/_index.md index d3a00488a1..c6956361ad 100644 --- a/english/aspose.cells.drawing/chartshape/control_data/_index.md +++ b/english/aspose.cells.drawing/chartshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/chartshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/create_id/_index.md b/english/aspose.cells.drawing/chartshape/create_id/_index.md index c169db83bd..d6a185fbcb 100644 --- a/english/aspose.cells.drawing/chartshape/create_id/_index.md +++ b/english/aspose.cells.drawing/chartshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/chartshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/fill/_index.md b/english/aspose.cells.drawing/chartshape/fill/_index.md index 7e8baf3392..7c182ba51f 100644 --- a/english/aspose.cells.drawing/chartshape/fill/_index.md +++ b/english/aspose.cells.drawing/chartshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/chartshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/fill_format/_index.md b/english/aspose.cells.drawing/chartshape/fill_format/_index.md index 183e94b37c..dba41f2412 100644 --- a/english/aspose.cells.drawing/chartshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/chartshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/chartshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/chartshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..0af672c802 --- /dev/null +++ b/english/aspose.cells.drawing/chartshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/chartshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`ChartShape`](/cells/python-net/aspose.cells.drawing/chartshape) diff --git a/english/aspose.cells.drawing/chartshape/font/_index.md b/english/aspose.cells.drawing/chartshape/font/_index.md index 390f72f4d1..33c8c937e6 100644 --- a/english/aspose.cells.drawing/chartshape/font/_index.md +++ b/english/aspose.cells.drawing/chartshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/chartshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/format_characters/_index.md b/english/aspose.cells.drawing/chartshape/format_characters/_index.md index e83499d57d..a5a0c8e490 100644 --- a/english/aspose.cells.drawing/chartshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/chartshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/chartshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/format_picture/_index.md b/english/aspose.cells.drawing/chartshape/format_picture/_index.md index c5a7237923..b2741cf484 100644 --- a/english/aspose.cells.drawing/chartshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/chartshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/chartshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/geometry/_index.md b/english/aspose.cells.drawing/chartshape/geometry/_index.md index dbf01bd9e2..28673e1d91 100644 --- a/english/aspose.cells.drawing/chartshape/geometry/_index.md +++ b/english/aspose.cells.drawing/chartshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/chartshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/get_actual_box/_index.md b/english/aspose.cells.drawing/chartshape/get_actual_box/_index.md index ca8ef38836..314b4d539c 100644 --- a/english/aspose.cells.drawing/chartshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/chartshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_characters/_index.md b/english/aspose.cells.drawing/chartshape/get_characters/_index.md index 8ec8fda7f3..b0c461403a 100644 --- a/english/aspose.cells.drawing/chartshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/chartshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_connection_points/_index.md b/english/aspose.cells.drawing/chartshape/get_connection_points/_index.md index f0c7c9079d..9ea30226ce 100644 --- a/english/aspose.cells.drawing/chartshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/chartshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_input_range/_index.md b/english/aspose.cells.drawing/chartshape/get_input_range/_index.md index 00fbd9480c..b89046b56f 100644 --- a/english/aspose.cells.drawing/chartshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/chartshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/chartshape/get_linked_cell/_index.md index 330f95f50d..eefc7b248d 100644 --- a/english/aspose.cells.drawing/chartshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/chartshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_locked_property/_index.md b/english/aspose.cells.drawing/chartshape/get_locked_property/_index.md index ce19aca581..09b068e55e 100644 --- a/english/aspose.cells.drawing/chartshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/chartshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/chartshape/get_result_of_smart_art/_index.md index fcbd1ab497..521d0d1353 100644 --- a/english/aspose.cells.drawing/chartshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/chartshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/chartshape/get_rich_formattings/_index.md index 6a125c8e1b..0442b450ca 100644 --- a/english/aspose.cells.drawing/chartshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/chartshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/chartshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/glow/_index.md b/english/aspose.cells.drawing/chartshape/glow/_index.md index 5ae987957e..c61b85f59a 100644 --- a/english/aspose.cells.drawing/chartshape/glow/_index.md +++ b/english/aspose.cells.drawing/chartshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/chartshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/group/_index.md b/english/aspose.cells.drawing/chartshape/group/_index.md index 51cc376045..b6a6797b5d 100644 --- a/english/aspose.cells.drawing/chartshape/group/_index.md +++ b/english/aspose.cells.drawing/chartshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/chartshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/has_line/_index.md b/english/aspose.cells.drawing/chartshape/has_line/_index.md index fac46a2794..f01675e19c 100644 --- a/english/aspose.cells.drawing/chartshape/has_line/_index.md +++ b/english/aspose.cells.drawing/chartshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/chartshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height/_index.md b/english/aspose.cells.drawing/chartshape/height/_index.md index 3712ab9509..66b4cd3c14 100644 --- a/english/aspose.cells.drawing/chartshape/height/_index.md +++ b/english/aspose.cells.drawing/chartshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/chartshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height_cm/_index.md b/english/aspose.cells.drawing/chartshape/height_cm/_index.md index 5ad1d1d635..2cf4d21f9d 100644 --- a/english/aspose.cells.drawing/chartshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/chartshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/chartshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height_in_shape/_index.md b/english/aspose.cells.drawing/chartshape/height_in_shape/_index.md index ce1c855e93..c26e533d45 100644 --- a/english/aspose.cells.drawing/chartshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/chartshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/chartshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height_inch/_index.md b/english/aspose.cells.drawing/chartshape/height_inch/_index.md index e89f27af81..eb54bdcb45 100644 --- a/english/aspose.cells.drawing/chartshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/chartshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/chartshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height_pt/_index.md b/english/aspose.cells.drawing/chartshape/height_pt/_index.md index 905e5ede82..516df6adbe 100644 --- a/english/aspose.cells.drawing/chartshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/chartshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/chartshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/height_scale/_index.md b/english/aspose.cells.drawing/chartshape/height_scale/_index.md index a4caa36afc..ed85768735 100644 --- a/english/aspose.cells.drawing/chartshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/chartshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/chartshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/html_text/_index.md b/english/aspose.cells.drawing/chartshape/html_text/_index.md index 9e838848ee..8bf2442a5f 100644 --- a/english/aspose.cells.drawing/chartshape/html_text/_index.md +++ b/english/aspose.cells.drawing/chartshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/chartshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/hyperlink/_index.md b/english/aspose.cells.drawing/chartshape/hyperlink/_index.md index 2c7db3d431..d7e16d1dbd 100644 --- a/english/aspose.cells.drawing/chartshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/chartshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/chartshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/id/_index.md b/english/aspose.cells.drawing/chartshape/id/_index.md index 89a33d76dd..f88978e46f 100644 --- a/english/aspose.cells.drawing/chartshape/id/_index.md +++ b/english/aspose.cells.drawing/chartshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/chartshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/input_range/_index.md b/english/aspose.cells.drawing/chartshape/input_range/_index.md index fd6190b66e..994a4ac174 100644 --- a/english/aspose.cells.drawing/chartshape/input_range/_index.md +++ b/english/aspose.cells.drawing/chartshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/chartshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/chartshape/is_aspect_ratio_locked/_index.md index 0b0beaf42c..0a26ebe714 100644 --- a/english/aspose.cells.drawing/chartshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/chartshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_decorative/_index.md b/english/aspose.cells.drawing/chartshape/is_decorative/_index.md index e131f52b2a..f306606d1a 100644 --- a/english/aspose.cells.drawing/chartshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/chartshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_equation/_index.md b/english/aspose.cells.drawing/chartshape/is_equation/_index.md index e024e84ae5..65d30b048f 100644 --- a/english/aspose.cells.drawing/chartshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/chartshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_filled/_index.md b/english/aspose.cells.drawing/chartshape/is_filled/_index.md index 43648efa04..9807210b59 100644 --- a/english/aspose.cells.drawing/chartshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/chartshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/chartshape/is_flipped_horizontally/_index.md index 13e0e683c7..414d58cb6e 100644 --- a/english/aspose.cells.drawing/chartshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/chartshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/chartshape/is_flipped_vertically/_index.md index 1204225b34..cd99510f23 100644 --- a/english/aspose.cells.drawing/chartshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/chartshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_group/_index.md b/english/aspose.cells.drawing/chartshape/is_group/_index.md index 9350679651..849331fbe5 100644 --- a/english/aspose.cells.drawing/chartshape/is_group/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/chartshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_hidden/_index.md b/english/aspose.cells.drawing/chartshape/is_hidden/_index.md index 8b28de8776..67cf6e0e0a 100644 --- a/english/aspose.cells.drawing/chartshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/chartshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_in_group/_index.md b/english/aspose.cells.drawing/chartshape/is_in_group/_index.md index 4195d465b8..c8b3cb935f 100644 --- a/english/aspose.cells.drawing/chartshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/chartshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/chartshape/is_lock_aspect_ratio/_index.md index 89180b0270..77193115a4 100644 --- a/english/aspose.cells.drawing/chartshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/chartshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_locked/_index.md b/english/aspose.cells.drawing/chartshape/is_locked/_index.md index 6d23fe20d6..743978f275 100644 --- a/english/aspose.cells.drawing/chartshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/chartshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_printable/_index.md b/english/aspose.cells.drawing/chartshape/is_printable/_index.md index d3835e5344..2257ef0de8 100644 --- a/english/aspose.cells.drawing/chartshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/chartshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_rich_text/_index.md b/english/aspose.cells.drawing/chartshape/is_rich_text/_index.md index 7d91bb1742..1631ca066f 100644 --- a/english/aspose.cells.drawing/chartshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/chartshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_same_setting/_index.md b/english/aspose.cells.drawing/chartshape/is_same_setting/_index.md index 3d3da37c20..9046162b89 100644 --- a/english/aspose.cells.drawing/chartshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/chartshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/is_smart_art/_index.md b/english/aspose.cells.drawing/chartshape/is_smart_art/_index.md index d366a7420e..0a49158dc0 100644 --- a/english/aspose.cells.drawing/chartshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/chartshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/chartshape/is_text_wrapped/_index.md index 928b4b50cb..a9e6cb1e0f 100644 --- a/english/aspose.cells.drawing/chartshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/chartshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/is_word_art/_index.md b/english/aspose.cells.drawing/chartshape/is_word_art/_index.md index 709c438d42..695d847113 100644 --- a/english/aspose.cells.drawing/chartshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/chartshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/chartshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/left/_index.md b/english/aspose.cells.drawing/chartshape/left/_index.md index f401cb4b78..801789544f 100644 --- a/english/aspose.cells.drawing/chartshape/left/_index.md +++ b/english/aspose.cells.drawing/chartshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/chartshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/left_cm/_index.md b/english/aspose.cells.drawing/chartshape/left_cm/_index.md index b0a06022ce..582254e66a 100644 --- a/english/aspose.cells.drawing/chartshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/chartshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/chartshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/left_in_shape/_index.md b/english/aspose.cells.drawing/chartshape/left_in_shape/_index.md index 9179438c22..3c54519a88 100644 --- a/english/aspose.cells.drawing/chartshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/chartshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/chartshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/left_inch/_index.md b/english/aspose.cells.drawing/chartshape/left_inch/_index.md index 4ac8f7e320..3380fe4760 100644 --- a/english/aspose.cells.drawing/chartshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/chartshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/chartshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/left_to_corner/_index.md b/english/aspose.cells.drawing/chartshape/left_to_corner/_index.md index 99e9297766..13f7e1de64 100644 --- a/english/aspose.cells.drawing/chartshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/chartshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/chartshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/line/_index.md b/english/aspose.cells.drawing/chartshape/line/_index.md index 0ea743fd0f..b8b7e0e719 100644 --- a/english/aspose.cells.drawing/chartshape/line/_index.md +++ b/english/aspose.cells.drawing/chartshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/chartshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/line_format/_index.md b/english/aspose.cells.drawing/chartshape/line_format/_index.md index 002c50ad29..61bc9a3628 100644 --- a/english/aspose.cells.drawing/chartshape/line_format/_index.md +++ b/english/aspose.cells.drawing/chartshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/chartshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/linked_cell/_index.md b/english/aspose.cells.drawing/chartshape/linked_cell/_index.md index e21b06a801..cf43d9d002 100644 --- a/english/aspose.cells.drawing/chartshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/chartshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/chartshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/chartshape/lower_delta_x/_index.md index cea3da3e1b..6026af35f4 100644 --- a/english/aspose.cells.drawing/chartshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/chartshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/chartshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/chartshape/lower_delta_y/_index.md index d6f7bfd44e..aa41709587 100644 --- a/english/aspose.cells.drawing/chartshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/chartshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/chartshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/lower_right_column/_index.md b/english/aspose.cells.drawing/chartshape/lower_right_column/_index.md index 01af0339c4..d51b21f4c2 100644 --- a/english/aspose.cells.drawing/chartshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/chartshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/chartshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/lower_right_row/_index.md b/english/aspose.cells.drawing/chartshape/lower_right_row/_index.md index d87dc92202..1b93ba643a 100644 --- a/english/aspose.cells.drawing/chartshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/chartshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/chartshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/macro_name/_index.md b/english/aspose.cells.drawing/chartshape/macro_name/_index.md index 2aac52a289..ba00e99729 100644 --- a/english/aspose.cells.drawing/chartshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/chartshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/chartshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/move_to_range/_index.md b/english/aspose.cells.drawing/chartshape/move_to_range/_index.md index d1d320bd8c..4dd16d27d3 100644 --- a/english/aspose.cells.drawing/chartshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/chartshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/chartshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/chartshape/mso_drawing_type/_index.md index d9e62007c1..a7bd5ac374 100644 --- a/english/aspose.cells.drawing/chartshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/chartshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/chartshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/name/_index.md b/english/aspose.cells.drawing/chartshape/name/_index.md index 12e665d849..143475e818 100644 --- a/english/aspose.cells.drawing/chartshape/name/_index.md +++ b/english/aspose.cells.drawing/chartshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/chartshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/paths/_index.md b/english/aspose.cells.drawing/chartshape/paths/_index.md index 0be4eb60fb..94593f19f1 100644 --- a/english/aspose.cells.drawing/chartshape/paths/_index.md +++ b/english/aspose.cells.drawing/chartshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/chartshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/placement/_index.md b/english/aspose.cells.drawing/chartshape/placement/_index.md index c1b6f7d92f..eebbaec20d 100644 --- a/english/aspose.cells.drawing/chartshape/placement/_index.md +++ b/english/aspose.cells.drawing/chartshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/chartshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/reflection/_index.md b/english/aspose.cells.drawing/chartshape/reflection/_index.md index 6bdb1b81ea..c18a2cbbb0 100644 --- a/english/aspose.cells.drawing/chartshape/reflection/_index.md +++ b/english/aspose.cells.drawing/chartshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/chartshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/chartshape/relative_to_original_picture_size/_index.md index 1cea1c22c1..4716fff100 100644 --- a/english/aspose.cells.drawing/chartshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/chartshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/chartshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/chartshape/remove_active_x_control/_index.md index e905538752..fc34450344 100644 --- a/english/aspose.cells.drawing/chartshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/chartshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/chartshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/chartshape/remove_hyperlink/_index.md index 59d2cf2fe1..e0d6cc5091 100644 --- a/english/aspose.cells.drawing/chartshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/chartshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/chartshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/right/_index.md b/english/aspose.cells.drawing/chartshape/right/_index.md index 80241a0984..c62928ec05 100644 --- a/english/aspose.cells.drawing/chartshape/right/_index.md +++ b/english/aspose.cells.drawing/chartshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/chartshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/rotation_angle/_index.md b/english/aspose.cells.drawing/chartshape/rotation_angle/_index.md index 872cbc6992..15c7df2d66 100644 --- a/english/aspose.cells.drawing/chartshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/chartshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/chartshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/set_input_range/_index.md b/english/aspose.cells.drawing/chartshape/set_input_range/_index.md index f01ca47af6..77e704df06 100644 --- a/english/aspose.cells.drawing/chartshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/chartshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/chartshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/chartshape/set_linked_cell/_index.md index b46d263589..8a705b9ec6 100644 --- a/english/aspose.cells.drawing/chartshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/chartshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/chartshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/set_locked_property/_index.md b/english/aspose.cells.drawing/chartshape/set_locked_property/_index.md index 6b62b15c06..d92ba10602 100644 --- a/english/aspose.cells.drawing/chartshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/chartshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/chartshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/shadow_effect/_index.md b/english/aspose.cells.drawing/chartshape/shadow_effect/_index.md index d367b9d613..8a7eb72dcb 100644 --- a/english/aspose.cells.drawing/chartshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/chartshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/chartshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/soft_edges/_index.md b/english/aspose.cells.drawing/chartshape/soft_edges/_index.md index 89879125d3..aba8bf15ff 100644 --- a/english/aspose.cells.drawing/chartshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/chartshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/chartshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/spid/_index.md b/english/aspose.cells.drawing/chartshape/spid/_index.md index 08c5d3e0f6..520e1b59d7 100644 --- a/english/aspose.cells.drawing/chartshape/spid/_index.md +++ b/english/aspose.cells.drawing/chartshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/chartshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/spt/_index.md b/english/aspose.cells.drawing/chartshape/spt/_index.md index 01187e1d2c..305b1cbb94 100644 --- a/english/aspose.cells.drawing/chartshape/spt/_index.md +++ b/english/aspose.cells.drawing/chartshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/chartshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text/_index.md b/english/aspose.cells.drawing/chartshape/text/_index.md index 31f4e49979..d5a1672e32 100644 --- a/english/aspose.cells.drawing/chartshape/text/_index.md +++ b/english/aspose.cells.drawing/chartshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/chartshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_body/_index.md b/english/aspose.cells.drawing/chartshape/text_body/_index.md index 30d04373d2..ba9b19df45 100644 --- a/english/aspose.cells.drawing/chartshape/text_body/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/chartshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_box_options/_index.md b/english/aspose.cells.drawing/chartshape/text_box_options/_index.md index 8b290b9a29..d670bf657e 100644 --- a/english/aspose.cells.drawing/chartshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/chartshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_direction/_index.md b/english/aspose.cells.drawing/chartshape/text_direction/_index.md index 1a163cba99..45434dd58a 100644 --- a/english/aspose.cells.drawing/chartshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/chartshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_effect/_index.md b/english/aspose.cells.drawing/chartshape/text_effect/_index.md index 8a438df463..65f598284a 100644 --- a/english/aspose.cells.drawing/chartshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/chartshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/chartshape/text_horizontal_alignment/_index.md index 996d56d058..05639c30bc 100644 --- a/english/aspose.cells.drawing/chartshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/chartshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/chartshape/text_horizontal_overflow/_index.md index 55a1bffa55..c8a8c305e3 100644 --- a/english/aspose.cells.drawing/chartshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/chartshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_options/_index.md b/english/aspose.cells.drawing/chartshape/text_options/_index.md index 77f2687ad4..e5e30eb8af 100644 --- a/english/aspose.cells.drawing/chartshape/text_options/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/chartshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/chartshape/text_orientation_type/_index.md index fe177a2c16..5e7c8cb95d 100644 --- a/english/aspose.cells.drawing/chartshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/chartshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_shape_type/_index.md b/english/aspose.cells.drawing/chartshape/text_shape_type/_index.md index 36500d8a01..1476df3924 100644 --- a/english/aspose.cells.drawing/chartshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/chartshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/chartshape/text_vertical_alignment/_index.md index 1bfc4c4691..7292119094 100644 --- a/english/aspose.cells.drawing/chartshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/chartshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/chartshape/text_vertical_overflow/_index.md index 87f9382f68..7261ca8e97 100644 --- a/english/aspose.cells.drawing/chartshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/chartshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/chartshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/three_d_format/_index.md b/english/aspose.cells.drawing/chartshape/three_d_format/_index.md index 544177b80c..d018443ce4 100644 --- a/english/aspose.cells.drawing/chartshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/chartshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/chartshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/title/_index.md b/english/aspose.cells.drawing/chartshape/title/_index.md index 76befbd07e..c0016ff5fe 100644 --- a/english/aspose.cells.drawing/chartshape/title/_index.md +++ b/english/aspose.cells.drawing/chartshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/chartshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/chartshape/to_front_or_back/_index.md index 3c81fdca6f..dd9d7709ac 100644 --- a/english/aspose.cells.drawing/chartshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/chartshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/chartshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/chartshape/to_image/_index.md b/english/aspose.cells.drawing/chartshape/to_image/_index.md index ba5f37c830..33b151ad03 100644 --- a/english/aspose.cells.drawing/chartshape/to_image/_index.md +++ b/english/aspose.cells.drawing/chartshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/chartshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/top/_index.md b/english/aspose.cells.drawing/chartshape/top/_index.md index f91089e953..5e74861253 100644 --- a/english/aspose.cells.drawing/chartshape/top/_index.md +++ b/english/aspose.cells.drawing/chartshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/chartshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/top_cm/_index.md b/english/aspose.cells.drawing/chartshape/top_cm/_index.md index 18606fd62e..417798e223 100644 --- a/english/aspose.cells.drawing/chartshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/chartshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/chartshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/top_in_shape/_index.md b/english/aspose.cells.drawing/chartshape/top_in_shape/_index.md index 62145cd137..5acec82f7d 100644 --- a/english/aspose.cells.drawing/chartshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/chartshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/chartshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/top_inch/_index.md b/english/aspose.cells.drawing/chartshape/top_inch/_index.md index b9df89a6ae..981f0ea0e5 100644 --- a/english/aspose.cells.drawing/chartshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/chartshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/chartshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/top_to_corner/_index.md b/english/aspose.cells.drawing/chartshape/top_to_corner/_index.md index 38ca601f7e..b8758d226b 100644 --- a/english/aspose.cells.drawing/chartshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/chartshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/chartshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/type/_index.md b/english/aspose.cells.drawing/chartshape/type/_index.md index 61f97fa1e0..2b1d6b6e83 100644 --- a/english/aspose.cells.drawing/chartshape/type/_index.md +++ b/english/aspose.cells.drawing/chartshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/chartshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/update_selected_value/_index.md b/english/aspose.cells.drawing/chartshape/update_selected_value/_index.md index 575e3e4b5f..ad1e5942aa 100644 --- a/english/aspose.cells.drawing/chartshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/chartshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/chartshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/chartshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/chartshape/upper_delta_x/_index.md index 89d2eef39d..8adc1d939a 100644 --- a/english/aspose.cells.drawing/chartshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/chartshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/chartshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/chartshape/upper_delta_y/_index.md index 8a40aef0dc..3a0ec1fac5 100644 --- a/english/aspose.cells.drawing/chartshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/chartshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/chartshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/upper_left_column/_index.md b/english/aspose.cells.drawing/chartshape/upper_left_column/_index.md index 3412943c11..e9b71e6952 100644 --- a/english/aspose.cells.drawing/chartshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/chartshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/chartshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/upper_left_row/_index.md b/english/aspose.cells.drawing/chartshape/upper_left_row/_index.md index 1b1100b594..06741502af 100644 --- a/english/aspose.cells.drawing/chartshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/chartshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/chartshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width/_index.md b/english/aspose.cells.drawing/chartshape/width/_index.md index 9d00718b38..a84a527284 100644 --- a/english/aspose.cells.drawing/chartshape/width/_index.md +++ b/english/aspose.cells.drawing/chartshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/chartshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width_cm/_index.md b/english/aspose.cells.drawing/chartshape/width_cm/_index.md index 5498e37a64..92e4ed8c73 100644 --- a/english/aspose.cells.drawing/chartshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/chartshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/chartshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width_in_shape/_index.md b/english/aspose.cells.drawing/chartshape/width_in_shape/_index.md index 8918ae4e82..e638d95f62 100644 --- a/english/aspose.cells.drawing/chartshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/chartshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/chartshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width_inch/_index.md b/english/aspose.cells.drawing/chartshape/width_inch/_index.md index 4b0485e8cb..af719fa0fe 100644 --- a/english/aspose.cells.drawing/chartshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/chartshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/chartshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width_pt/_index.md b/english/aspose.cells.drawing/chartshape/width_pt/_index.md index c692e5a099..491fdb52b6 100644 --- a/english/aspose.cells.drawing/chartshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/chartshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/chartshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/width_scale/_index.md b/english/aspose.cells.drawing/chartshape/width_scale/_index.md index 074f5c4e4f..9a1e696d65 100644 --- a/english/aspose.cells.drawing/chartshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/chartshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/chartshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/worksheet/_index.md b/english/aspose.cells.drawing/chartshape/worksheet/_index.md index f21e4ab3c2..33fd4f1db1 100644 --- a/english/aspose.cells.drawing/chartshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/chartshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/chartshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/x/_index.md b/english/aspose.cells.drawing/chartshape/x/_index.md index a09e2ab352..cde6bdb7af 100644 --- a/english/aspose.cells.drawing/chartshape/x/_index.md +++ b/english/aspose.cells.drawing/chartshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/chartshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/y/_index.md b/english/aspose.cells.drawing/chartshape/y/_index.md index dd5a05adf2..1332289310 100644 --- a/english/aspose.cells.drawing/chartshape/y/_index.md +++ b/english/aspose.cells.drawing/chartshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/chartshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/chartshape/z_order_position/_index.md b/english/aspose.cells.drawing/chartshape/z_order_position/_index.md index 1261bd10e6..19aebbf69f 100644 --- a/english/aspose.cells.drawing/chartshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/chartshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/chartshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/_index.md b/english/aspose.cells.drawing/checkbox/_index.md index 7b495fc94c..2470127b12 100644 --- a/english/aspose.cells.drawing/checkbox/_index.md +++ b/english/aspose.cells.drawing/checkbox/_index.md @@ -134,31 +134,32 @@ The CheckBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/checkbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/checkbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/checkbox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/checkbox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/checkbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/checkbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/checkbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/checkbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/checkbox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/checkbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/checkbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/checkbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/checkbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/checkbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/checkbox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/checkbox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/checkbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/checkbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/checkbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/checkbox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/checkbox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/checkbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/checkbox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/checkbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/checkbox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/checkbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/checkbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/checkbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/checkbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/checkbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/checkbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/checkbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/checkbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/checkbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/checkbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/checkbox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/checkbox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/checkbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/checkbox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/checkbox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/checkbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/checkbox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/checkbox/active_x_control/_index.md b/english/aspose.cells.drawing/checkbox/active_x_control/_index.md index 79a467caa8..5167890249 100644 --- a/english/aspose.cells.drawing/checkbox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/checkbox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/checkbox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/checkbox/actual_lower_right_row/_index.md index ca049072ac..20940397f6 100644 --- a/english/aspose.cells.drawing/checkbox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/checkbox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/checkbox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/add_hyperlink/_index.md b/english/aspose.cells.drawing/checkbox/add_hyperlink/_index.md index 11e0591572..3fbd487357 100644 --- a/english/aspose.cells.drawing/checkbox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/checkbox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkbox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/checkbox/align_top_right_corner/_index.md index 6470eb4560..4e9cabe397 100644 --- a/english/aspose.cells.drawing/checkbox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/checkbox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/checkbox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/alternative_text/_index.md b/english/aspose.cells.drawing/checkbox/alternative_text/_index.md index 6d77bfc8ca..29800c1709 100644 --- a/english/aspose.cells.drawing/checkbox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/checkbox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/checkbox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/anchor_type/_index.md b/english/aspose.cells.drawing/checkbox/anchor_type/_index.md index ee09fe374d..2080a97a92 100644 --- a/english/aspose.cells.drawing/checkbox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/checkbox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/checkbox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/auto_shape_type/_index.md b/english/aspose.cells.drawing/checkbox/auto_shape_type/_index.md index cc1513eb10..ab25b8e683 100644 --- a/english/aspose.cells.drawing/checkbox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/checkbox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/checkbox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/bottom/_index.md b/english/aspose.cells.drawing/checkbox/bottom/_index.md index 5b467fc88f..863933779c 100644 --- a/english/aspose.cells.drawing/checkbox/bottom/_index.md +++ b/english/aspose.cells.drawing/checkbox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/checkbox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/calculate_text_size/_index.md b/english/aspose.cells.drawing/checkbox/calculate_text_size/_index.md index 180f218103..e1200aaa06 100644 --- a/english/aspose.cells.drawing/checkbox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/checkbox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkbox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/characters/_index.md b/english/aspose.cells.drawing/checkbox/characters/_index.md index fca8f7ce27..f03a8c33cf 100644 --- a/english/aspose.cells.drawing/checkbox/characters/_index.md +++ b/english/aspose.cells.drawing/checkbox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkbox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/check_value/_index.md b/english/aspose.cells.drawing/checkbox/check_value/_index.md index 6cb56685b9..9c50f54ea8 100644 --- a/english/aspose.cells.drawing/checkbox/check_value/_index.md +++ b/english/aspose.cells.drawing/checkbox/check_value/_index.md @@ -3,7 +3,7 @@ title: check_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/checkbox/check_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/checked_value/_index.md b/english/aspose.cells.drawing/checkbox/checked_value/_index.md index e9db8e32c9..4a45cccfe9 100644 --- a/english/aspose.cells.drawing/checkbox/checked_value/_index.md +++ b/english/aspose.cells.drawing/checkbox/checked_value/_index.md @@ -3,7 +3,7 @@ title: checked_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/checkbox/checked_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/control_data/_index.md b/english/aspose.cells.drawing/checkbox/control_data/_index.md index c80eb362a5..ebbabe2915 100644 --- a/english/aspose.cells.drawing/checkbox/control_data/_index.md +++ b/english/aspose.cells.drawing/checkbox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/checkbox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/create_id/_index.md b/english/aspose.cells.drawing/checkbox/create_id/_index.md index 6694731c5d..8b01c8a354 100644 --- a/english/aspose.cells.drawing/checkbox/create_id/_index.md +++ b/english/aspose.cells.drawing/checkbox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/checkbox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/fill/_index.md b/english/aspose.cells.drawing/checkbox/fill/_index.md index 87fc884389..59a761baf1 100644 --- a/english/aspose.cells.drawing/checkbox/fill/_index.md +++ b/english/aspose.cells.drawing/checkbox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/checkbox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/fill_format/_index.md b/english/aspose.cells.drawing/checkbox/fill_format/_index.md index 6fff42837b..c49f54cb93 100644 --- a/english/aspose.cells.drawing/checkbox/fill_format/_index.md +++ b/english/aspose.cells.drawing/checkbox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/checkbox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/checkbox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..88af48e116 --- /dev/null +++ b/english/aspose.cells.drawing/checkbox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/checkbox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`CheckBox`](/cells/python-net/aspose.cells.drawing/checkbox) diff --git a/english/aspose.cells.drawing/checkbox/font/_index.md b/english/aspose.cells.drawing/checkbox/font/_index.md index c42928dd93..6e9b5ba197 100644 --- a/english/aspose.cells.drawing/checkbox/font/_index.md +++ b/english/aspose.cells.drawing/checkbox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/checkbox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/format_characters/_index.md b/english/aspose.cells.drawing/checkbox/format_characters/_index.md index 782ed66c76..4f12090f41 100644 --- a/english/aspose.cells.drawing/checkbox/format_characters/_index.md +++ b/english/aspose.cells.drawing/checkbox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/checkbox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/format_picture/_index.md b/english/aspose.cells.drawing/checkbox/format_picture/_index.md index 2dac50993c..15bdecfba4 100644 --- a/english/aspose.cells.drawing/checkbox/format_picture/_index.md +++ b/english/aspose.cells.drawing/checkbox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/checkbox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/geometry/_index.md b/english/aspose.cells.drawing/checkbox/geometry/_index.md index 7065bbe290..d4e239f10b 100644 --- a/english/aspose.cells.drawing/checkbox/geometry/_index.md +++ b/english/aspose.cells.drawing/checkbox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/checkbox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/get_actual_box/_index.md b/english/aspose.cells.drawing/checkbox/get_actual_box/_index.md index b551e251b1..6f98404a43 100644 --- a/english/aspose.cells.drawing/checkbox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/checkbox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_characters/_index.md b/english/aspose.cells.drawing/checkbox/get_characters/_index.md index 199af65bde..ec4cad0b69 100644 --- a/english/aspose.cells.drawing/checkbox/get_characters/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/checkbox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_connection_points/_index.md b/english/aspose.cells.drawing/checkbox/get_connection_points/_index.md index 282dd7468d..33f8cc4995 100644 --- a/english/aspose.cells.drawing/checkbox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/checkbox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_input_range/_index.md b/english/aspose.cells.drawing/checkbox/get_input_range/_index.md index 2bdeb42f3d..07fbc50eda 100644 --- a/english/aspose.cells.drawing/checkbox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/checkbox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_linked_cell/_index.md b/english/aspose.cells.drawing/checkbox/get_linked_cell/_index.md index cd340517e2..5077efac80 100644 --- a/english/aspose.cells.drawing/checkbox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/checkbox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_locked_property/_index.md b/english/aspose.cells.drawing/checkbox/get_locked_property/_index.md index 1f5769b680..3420a9bb31 100644 --- a/english/aspose.cells.drawing/checkbox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/checkbox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/checkbox/get_result_of_smart_art/_index.md index a838e7ee70..f8c1952cb6 100644 --- a/english/aspose.cells.drawing/checkbox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/checkbox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/checkbox/get_rich_formattings/_index.md index 0a48d4c757..bd638dc9fc 100644 --- a/english/aspose.cells.drawing/checkbox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/checkbox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/checkbox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/glow/_index.md b/english/aspose.cells.drawing/checkbox/glow/_index.md index 66d3fec63a..8fce511891 100644 --- a/english/aspose.cells.drawing/checkbox/glow/_index.md +++ b/english/aspose.cells.drawing/checkbox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/checkbox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/group/_index.md b/english/aspose.cells.drawing/checkbox/group/_index.md index 9aaacab3a9..300eab02f3 100644 --- a/english/aspose.cells.drawing/checkbox/group/_index.md +++ b/english/aspose.cells.drawing/checkbox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/checkbox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/has_line/_index.md b/english/aspose.cells.drawing/checkbox/has_line/_index.md index 247c4c12e6..3c0f450a1b 100644 --- a/english/aspose.cells.drawing/checkbox/has_line/_index.md +++ b/english/aspose.cells.drawing/checkbox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/checkbox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height/_index.md b/english/aspose.cells.drawing/checkbox/height/_index.md index b08a81cc5c..500ff0f3c1 100644 --- a/english/aspose.cells.drawing/checkbox/height/_index.md +++ b/english/aspose.cells.drawing/checkbox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/checkbox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height_cm/_index.md b/english/aspose.cells.drawing/checkbox/height_cm/_index.md index 3328be1a34..289bfba899 100644 --- a/english/aspose.cells.drawing/checkbox/height_cm/_index.md +++ b/english/aspose.cells.drawing/checkbox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/checkbox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height_in_shape/_index.md b/english/aspose.cells.drawing/checkbox/height_in_shape/_index.md index 3f41d28583..eb555ecaca 100644 --- a/english/aspose.cells.drawing/checkbox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/checkbox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/checkbox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height_inch/_index.md b/english/aspose.cells.drawing/checkbox/height_inch/_index.md index 3925e7a292..fa0dd16776 100644 --- a/english/aspose.cells.drawing/checkbox/height_inch/_index.md +++ b/english/aspose.cells.drawing/checkbox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/checkbox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height_pt/_index.md b/english/aspose.cells.drawing/checkbox/height_pt/_index.md index 63a2cbc726..a4166e1be2 100644 --- a/english/aspose.cells.drawing/checkbox/height_pt/_index.md +++ b/english/aspose.cells.drawing/checkbox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/checkbox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/height_scale/_index.md b/english/aspose.cells.drawing/checkbox/height_scale/_index.md index 9393cdc24d..968df08507 100644 --- a/english/aspose.cells.drawing/checkbox/height_scale/_index.md +++ b/english/aspose.cells.drawing/checkbox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/checkbox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/html_text/_index.md b/english/aspose.cells.drawing/checkbox/html_text/_index.md index 833a0be635..3247683509 100644 --- a/english/aspose.cells.drawing/checkbox/html_text/_index.md +++ b/english/aspose.cells.drawing/checkbox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/checkbox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/hyperlink/_index.md b/english/aspose.cells.drawing/checkbox/hyperlink/_index.md index 2c33f174c3..3ff2a21376 100644 --- a/english/aspose.cells.drawing/checkbox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/checkbox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/checkbox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/id/_index.md b/english/aspose.cells.drawing/checkbox/id/_index.md index 821cb34baa..a5e862a69e 100644 --- a/english/aspose.cells.drawing/checkbox/id/_index.md +++ b/english/aspose.cells.drawing/checkbox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/checkbox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/input_range/_index.md b/english/aspose.cells.drawing/checkbox/input_range/_index.md index 77b49d58c5..86ba5d37eb 100644 --- a/english/aspose.cells.drawing/checkbox/input_range/_index.md +++ b/english/aspose.cells.drawing/checkbox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/checkbox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/checkbox/is_aspect_ratio_locked/_index.md index 137c20c790..4320e12bc9 100644 --- a/english/aspose.cells.drawing/checkbox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/checkbox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_decorative/_index.md b/english/aspose.cells.drawing/checkbox/is_decorative/_index.md index a9f98b1c78..b3e60e7074 100644 --- a/english/aspose.cells.drawing/checkbox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/checkbox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_equation/_index.md b/english/aspose.cells.drawing/checkbox/is_equation/_index.md index 8b4c864995..214547d55b 100644 --- a/english/aspose.cells.drawing/checkbox/is_equation/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/checkbox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_filled/_index.md b/english/aspose.cells.drawing/checkbox/is_filled/_index.md index 465321fbbc..ef9a4b1a9e 100644 --- a/english/aspose.cells.drawing/checkbox/is_filled/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/checkbox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/checkbox/is_flipped_horizontally/_index.md index b9811bc573..7972eee540 100644 --- a/english/aspose.cells.drawing/checkbox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/checkbox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/checkbox/is_flipped_vertically/_index.md index 5618ddb775..31ba1a1418 100644 --- a/english/aspose.cells.drawing/checkbox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/checkbox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_group/_index.md b/english/aspose.cells.drawing/checkbox/is_group/_index.md index 342e4523d3..a76530976a 100644 --- a/english/aspose.cells.drawing/checkbox/is_group/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/checkbox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_hidden/_index.md b/english/aspose.cells.drawing/checkbox/is_hidden/_index.md index d7e5b7b06b..25d1bdea46 100644 --- a/english/aspose.cells.drawing/checkbox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/checkbox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_in_group/_index.md b/english/aspose.cells.drawing/checkbox/is_in_group/_index.md index aa96727a0c..402edaca75 100644 --- a/english/aspose.cells.drawing/checkbox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/checkbox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/checkbox/is_lock_aspect_ratio/_index.md index 1b8ea4a642..d8f8fb0994 100644 --- a/english/aspose.cells.drawing/checkbox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/checkbox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_locked/_index.md b/english/aspose.cells.drawing/checkbox/is_locked/_index.md index 82da4fd05f..b2a2729ae4 100644 --- a/english/aspose.cells.drawing/checkbox/is_locked/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/checkbox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_printable/_index.md b/english/aspose.cells.drawing/checkbox/is_printable/_index.md index d52fc83ee8..a807cf37e9 100644 --- a/english/aspose.cells.drawing/checkbox/is_printable/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/checkbox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_rich_text/_index.md b/english/aspose.cells.drawing/checkbox/is_rich_text/_index.md index 67d6ecd46a..e355c27a16 100644 --- a/english/aspose.cells.drawing/checkbox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/checkbox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_same_setting/_index.md b/english/aspose.cells.drawing/checkbox/is_same_setting/_index.md index cd0642c9d8..7384a2a2ea 100644 --- a/english/aspose.cells.drawing/checkbox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/checkbox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/is_smart_art/_index.md b/english/aspose.cells.drawing/checkbox/is_smart_art/_index.md index 8479460ff1..008148f986 100644 --- a/english/aspose.cells.drawing/checkbox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/checkbox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/checkbox/is_text_wrapped/_index.md index 944bbf5526..a6d8944db8 100644 --- a/english/aspose.cells.drawing/checkbox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/checkbox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/is_word_art/_index.md b/english/aspose.cells.drawing/checkbox/is_word_art/_index.md index f30c885e49..7930e871d4 100644 --- a/english/aspose.cells.drawing/checkbox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/checkbox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/checkbox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/left/_index.md b/english/aspose.cells.drawing/checkbox/left/_index.md index d6e28c196a..2f8565ef27 100644 --- a/english/aspose.cells.drawing/checkbox/left/_index.md +++ b/english/aspose.cells.drawing/checkbox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/checkbox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/left_cm/_index.md b/english/aspose.cells.drawing/checkbox/left_cm/_index.md index 82eea7b2b7..4835f63069 100644 --- a/english/aspose.cells.drawing/checkbox/left_cm/_index.md +++ b/english/aspose.cells.drawing/checkbox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/checkbox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/left_in_shape/_index.md b/english/aspose.cells.drawing/checkbox/left_in_shape/_index.md index 6a2edba264..2a1096d3eb 100644 --- a/english/aspose.cells.drawing/checkbox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/checkbox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/checkbox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/left_inch/_index.md b/english/aspose.cells.drawing/checkbox/left_inch/_index.md index eba2028068..0b2db0ebae 100644 --- a/english/aspose.cells.drawing/checkbox/left_inch/_index.md +++ b/english/aspose.cells.drawing/checkbox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/checkbox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/left_to_corner/_index.md b/english/aspose.cells.drawing/checkbox/left_to_corner/_index.md index 0cebc72442..cc1c93449e 100644 --- a/english/aspose.cells.drawing/checkbox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/checkbox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/checkbox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/line/_index.md b/english/aspose.cells.drawing/checkbox/line/_index.md index 929923e848..247aa06e81 100644 --- a/english/aspose.cells.drawing/checkbox/line/_index.md +++ b/english/aspose.cells.drawing/checkbox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/checkbox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/line_format/_index.md b/english/aspose.cells.drawing/checkbox/line_format/_index.md index 6f8c08badf..04b7131103 100644 --- a/english/aspose.cells.drawing/checkbox/line_format/_index.md +++ b/english/aspose.cells.drawing/checkbox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/checkbox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/linked_cell/_index.md b/english/aspose.cells.drawing/checkbox/linked_cell/_index.md index 5f653c3bdb..211c8ddd41 100644 --- a/english/aspose.cells.drawing/checkbox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/checkbox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/checkbox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/lower_delta_x/_index.md b/english/aspose.cells.drawing/checkbox/lower_delta_x/_index.md index e53c328e45..18fd114274 100644 --- a/english/aspose.cells.drawing/checkbox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/checkbox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/checkbox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/lower_delta_y/_index.md b/english/aspose.cells.drawing/checkbox/lower_delta_y/_index.md index 7ed873be38..546cfe1134 100644 --- a/english/aspose.cells.drawing/checkbox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/checkbox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/checkbox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/lower_right_column/_index.md b/english/aspose.cells.drawing/checkbox/lower_right_column/_index.md index 67e5bad0a6..1204fcacae 100644 --- a/english/aspose.cells.drawing/checkbox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/checkbox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/checkbox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/lower_right_row/_index.md b/english/aspose.cells.drawing/checkbox/lower_right_row/_index.md index 50e933d19f..478f1a46ea 100644 --- a/english/aspose.cells.drawing/checkbox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/checkbox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/checkbox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/macro_name/_index.md b/english/aspose.cells.drawing/checkbox/macro_name/_index.md index b24d066bd2..7472628d6e 100644 --- a/english/aspose.cells.drawing/checkbox/macro_name/_index.md +++ b/english/aspose.cells.drawing/checkbox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/checkbox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/move_to_range/_index.md b/english/aspose.cells.drawing/checkbox/move_to_range/_index.md index 488c4d8183..d3d7b268db 100644 --- a/english/aspose.cells.drawing/checkbox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/checkbox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/checkbox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/checkbox/mso_drawing_type/_index.md index 58955e0b0b..bb7d8e266f 100644 --- a/english/aspose.cells.drawing/checkbox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/checkbox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/checkbox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/name/_index.md b/english/aspose.cells.drawing/checkbox/name/_index.md index 6079b9dbca..5ad8330f94 100644 --- a/english/aspose.cells.drawing/checkbox/name/_index.md +++ b/english/aspose.cells.drawing/checkbox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/checkbox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/paths/_index.md b/english/aspose.cells.drawing/checkbox/paths/_index.md index 127e4e6810..3a58a7b5cf 100644 --- a/english/aspose.cells.drawing/checkbox/paths/_index.md +++ b/english/aspose.cells.drawing/checkbox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/checkbox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/placement/_index.md b/english/aspose.cells.drawing/checkbox/placement/_index.md index 7ced83695b..9c1e1999bd 100644 --- a/english/aspose.cells.drawing/checkbox/placement/_index.md +++ b/english/aspose.cells.drawing/checkbox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/checkbox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/reflection/_index.md b/english/aspose.cells.drawing/checkbox/reflection/_index.md index a0b2411a5f..f88f3bd65d 100644 --- a/english/aspose.cells.drawing/checkbox/reflection/_index.md +++ b/english/aspose.cells.drawing/checkbox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/checkbox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/checkbox/relative_to_original_picture_size/_index.md index 52fa51c9bf..8516d9abf4 100644 --- a/english/aspose.cells.drawing/checkbox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/checkbox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/checkbox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/checkbox/remove_active_x_control/_index.md index 4df7984fbf..fa1f3f25df 100644 --- a/english/aspose.cells.drawing/checkbox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/checkbox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/checkbox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/checkbox/remove_hyperlink/_index.md index 98a9b6daa2..ae8f764735 100644 --- a/english/aspose.cells.drawing/checkbox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/checkbox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/checkbox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/right/_index.md b/english/aspose.cells.drawing/checkbox/right/_index.md index f450a20a35..57265fa0ae 100644 --- a/english/aspose.cells.drawing/checkbox/right/_index.md +++ b/english/aspose.cells.drawing/checkbox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/checkbox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/rotation_angle/_index.md b/english/aspose.cells.drawing/checkbox/rotation_angle/_index.md index 337da0ea5e..d62d97c93e 100644 --- a/english/aspose.cells.drawing/checkbox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/checkbox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/checkbox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/set_input_range/_index.md b/english/aspose.cells.drawing/checkbox/set_input_range/_index.md index 71753c25bc..949b70f2dd 100644 --- a/english/aspose.cells.drawing/checkbox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/checkbox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/checkbox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/set_linked_cell/_index.md b/english/aspose.cells.drawing/checkbox/set_linked_cell/_index.md index 7de916c439..b06f99bb90 100644 --- a/english/aspose.cells.drawing/checkbox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/checkbox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/checkbox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/set_locked_property/_index.md b/english/aspose.cells.drawing/checkbox/set_locked_property/_index.md index 2c635e6260..69b443ba8d 100644 --- a/english/aspose.cells.drawing/checkbox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/checkbox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/checkbox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/shadow/_index.md b/english/aspose.cells.drawing/checkbox/shadow/_index.md index 1248a6d854..00f49c3d39 100644 --- a/english/aspose.cells.drawing/checkbox/shadow/_index.md +++ b/english/aspose.cells.drawing/checkbox/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/checkbox/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/shadow_effect/_index.md b/english/aspose.cells.drawing/checkbox/shadow_effect/_index.md index 0cb802cf91..6372c1b747 100644 --- a/english/aspose.cells.drawing/checkbox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/checkbox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/checkbox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/soft_edges/_index.md b/english/aspose.cells.drawing/checkbox/soft_edges/_index.md index abbc206b23..9ba4e1b5aa 100644 --- a/english/aspose.cells.drawing/checkbox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/checkbox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/checkbox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/spid/_index.md b/english/aspose.cells.drawing/checkbox/spid/_index.md index cbc594c8a3..43079c9126 100644 --- a/english/aspose.cells.drawing/checkbox/spid/_index.md +++ b/english/aspose.cells.drawing/checkbox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/checkbox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/spt/_index.md b/english/aspose.cells.drawing/checkbox/spt/_index.md index d919ccfb5d..87cff26373 100644 --- a/english/aspose.cells.drawing/checkbox/spt/_index.md +++ b/english/aspose.cells.drawing/checkbox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/checkbox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text/_index.md b/english/aspose.cells.drawing/checkbox/text/_index.md index e2bfe94cc2..032ba2e6bd 100644 --- a/english/aspose.cells.drawing/checkbox/text/_index.md +++ b/english/aspose.cells.drawing/checkbox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/checkbox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_body/_index.md b/english/aspose.cells.drawing/checkbox/text_body/_index.md index da66d3dc33..d3161b3847 100644 --- a/english/aspose.cells.drawing/checkbox/text_body/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/checkbox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_box_options/_index.md b/english/aspose.cells.drawing/checkbox/text_box_options/_index.md index ef5f9a5616..eef4fcc7ae 100644 --- a/english/aspose.cells.drawing/checkbox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/checkbox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_direction/_index.md b/english/aspose.cells.drawing/checkbox/text_direction/_index.md index 462ef9c2bb..2090a321e8 100644 --- a/english/aspose.cells.drawing/checkbox/text_direction/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/checkbox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_effect/_index.md b/english/aspose.cells.drawing/checkbox/text_effect/_index.md index 27250ea30e..0a45437f37 100644 --- a/english/aspose.cells.drawing/checkbox/text_effect/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/checkbox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/checkbox/text_horizontal_alignment/_index.md index 82b7c93ff0..3a883e7825 100644 --- a/english/aspose.cells.drawing/checkbox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/checkbox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/checkbox/text_horizontal_overflow/_index.md index 9b4c2b6116..d0f1ca1a61 100644 --- a/english/aspose.cells.drawing/checkbox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/checkbox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_options/_index.md b/english/aspose.cells.drawing/checkbox/text_options/_index.md index 4c4ef71992..579befa3a2 100644 --- a/english/aspose.cells.drawing/checkbox/text_options/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/checkbox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_orientation_type/_index.md b/english/aspose.cells.drawing/checkbox/text_orientation_type/_index.md index c161cc8185..a7212abe89 100644 --- a/english/aspose.cells.drawing/checkbox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/checkbox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_shape_type/_index.md b/english/aspose.cells.drawing/checkbox/text_shape_type/_index.md index 307630540f..7bd8be661c 100644 --- a/english/aspose.cells.drawing/checkbox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/checkbox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/checkbox/text_vertical_alignment/_index.md index 44f7c4b3a1..cf07770063 100644 --- a/english/aspose.cells.drawing/checkbox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/checkbox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/checkbox/text_vertical_overflow/_index.md index 3808b8ed5b..811ae991e9 100644 --- a/english/aspose.cells.drawing/checkbox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/checkbox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/checkbox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/three_d_format/_index.md b/english/aspose.cells.drawing/checkbox/three_d_format/_index.md index 0de485946d..5c202d75bd 100644 --- a/english/aspose.cells.drawing/checkbox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/checkbox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/checkbox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/title/_index.md b/english/aspose.cells.drawing/checkbox/title/_index.md index 679680b26f..0c874d8e8d 100644 --- a/english/aspose.cells.drawing/checkbox/title/_index.md +++ b/english/aspose.cells.drawing/checkbox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/checkbox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/to_front_or_back/_index.md b/english/aspose.cells.drawing/checkbox/to_front_or_back/_index.md index 2ce1fbf4f1..0dd80b03dc 100644 --- a/english/aspose.cells.drawing/checkbox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/checkbox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/checkbox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/checkbox/to_image/_index.md b/english/aspose.cells.drawing/checkbox/to_image/_index.md index 8ed2489069..24d6de49a4 100644 --- a/english/aspose.cells.drawing/checkbox/to_image/_index.md +++ b/english/aspose.cells.drawing/checkbox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/checkbox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/top/_index.md b/english/aspose.cells.drawing/checkbox/top/_index.md index e197e328bb..2ae2d337f4 100644 --- a/english/aspose.cells.drawing/checkbox/top/_index.md +++ b/english/aspose.cells.drawing/checkbox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/checkbox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/top_cm/_index.md b/english/aspose.cells.drawing/checkbox/top_cm/_index.md index 03e18d2bc0..b2d65e70ac 100644 --- a/english/aspose.cells.drawing/checkbox/top_cm/_index.md +++ b/english/aspose.cells.drawing/checkbox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/checkbox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/top_in_shape/_index.md b/english/aspose.cells.drawing/checkbox/top_in_shape/_index.md index 265abea4dc..4e729c258c 100644 --- a/english/aspose.cells.drawing/checkbox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/checkbox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/checkbox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/top_inch/_index.md b/english/aspose.cells.drawing/checkbox/top_inch/_index.md index 11cb78067e..1dd0e2bac3 100644 --- a/english/aspose.cells.drawing/checkbox/top_inch/_index.md +++ b/english/aspose.cells.drawing/checkbox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/checkbox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/top_to_corner/_index.md b/english/aspose.cells.drawing/checkbox/top_to_corner/_index.md index 1e4bd061e5..2b54f4e1a0 100644 --- a/english/aspose.cells.drawing/checkbox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/checkbox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/checkbox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/type/_index.md b/english/aspose.cells.drawing/checkbox/type/_index.md index 240142d676..1fe3621437 100644 --- a/english/aspose.cells.drawing/checkbox/type/_index.md +++ b/english/aspose.cells.drawing/checkbox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/checkbox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/update_selected_value/_index.md b/english/aspose.cells.drawing/checkbox/update_selected_value/_index.md index 885d53526d..46c6e8402f 100644 --- a/english/aspose.cells.drawing/checkbox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/checkbox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/checkbox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/checkbox/upper_delta_x/_index.md b/english/aspose.cells.drawing/checkbox/upper_delta_x/_index.md index 8aee6c0140..f0cd0d8a4a 100644 --- a/english/aspose.cells.drawing/checkbox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/checkbox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/checkbox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/upper_delta_y/_index.md b/english/aspose.cells.drawing/checkbox/upper_delta_y/_index.md index 1c587481aa..ad2d66a6b3 100644 --- a/english/aspose.cells.drawing/checkbox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/checkbox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/checkbox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/upper_left_column/_index.md b/english/aspose.cells.drawing/checkbox/upper_left_column/_index.md index 571ecd7440..c11007a73d 100644 --- a/english/aspose.cells.drawing/checkbox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/checkbox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/checkbox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/upper_left_row/_index.md b/english/aspose.cells.drawing/checkbox/upper_left_row/_index.md index 32dde4e15f..188c684cce 100644 --- a/english/aspose.cells.drawing/checkbox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/checkbox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/checkbox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/value/_index.md b/english/aspose.cells.drawing/checkbox/value/_index.md index 6b11cd372e..481a636e2c 100644 --- a/english/aspose.cells.drawing/checkbox/value/_index.md +++ b/english/aspose.cells.drawing/checkbox/value/_index.md @@ -3,7 +3,7 @@ title: value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/checkbox/value/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width/_index.md b/english/aspose.cells.drawing/checkbox/width/_index.md index 02e78b7f1c..6bced0b385 100644 --- a/english/aspose.cells.drawing/checkbox/width/_index.md +++ b/english/aspose.cells.drawing/checkbox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/checkbox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width_cm/_index.md b/english/aspose.cells.drawing/checkbox/width_cm/_index.md index 15dc9675d4..39458a6046 100644 --- a/english/aspose.cells.drawing/checkbox/width_cm/_index.md +++ b/english/aspose.cells.drawing/checkbox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/checkbox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width_in_shape/_index.md b/english/aspose.cells.drawing/checkbox/width_in_shape/_index.md index 646b98dc4f..092b5127ad 100644 --- a/english/aspose.cells.drawing/checkbox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/checkbox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/checkbox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width_inch/_index.md b/english/aspose.cells.drawing/checkbox/width_inch/_index.md index 6ed4a40a18..0be65d65d0 100644 --- a/english/aspose.cells.drawing/checkbox/width_inch/_index.md +++ b/english/aspose.cells.drawing/checkbox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/checkbox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width_pt/_index.md b/english/aspose.cells.drawing/checkbox/width_pt/_index.md index c1ecd2aaec..32093b3f2e 100644 --- a/english/aspose.cells.drawing/checkbox/width_pt/_index.md +++ b/english/aspose.cells.drawing/checkbox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/checkbox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/width_scale/_index.md b/english/aspose.cells.drawing/checkbox/width_scale/_index.md index 47d849b5e1..e72dafc524 100644 --- a/english/aspose.cells.drawing/checkbox/width_scale/_index.md +++ b/english/aspose.cells.drawing/checkbox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/checkbox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/worksheet/_index.md b/english/aspose.cells.drawing/checkbox/worksheet/_index.md index 3d0cbb8827..5d652f3a2a 100644 --- a/english/aspose.cells.drawing/checkbox/worksheet/_index.md +++ b/english/aspose.cells.drawing/checkbox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/checkbox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/x/_index.md b/english/aspose.cells.drawing/checkbox/x/_index.md index 67c5676a89..408f8e7c4a 100644 --- a/english/aspose.cells.drawing/checkbox/x/_index.md +++ b/english/aspose.cells.drawing/checkbox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/checkbox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/y/_index.md b/english/aspose.cells.drawing/checkbox/y/_index.md index 5f9c2dd515..ec1cd2a399 100644 --- a/english/aspose.cells.drawing/checkbox/y/_index.md +++ b/english/aspose.cells.drawing/checkbox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/checkbox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkbox/z_order_position/_index.md b/english/aspose.cells.drawing/checkbox/z_order_position/_index.md index 0a96b001fa..cc3bd78b05 100644 --- a/english/aspose.cells.drawing/checkbox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/checkbox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/checkbox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/checkboxcollection/_index.md b/english/aspose.cells.drawing/checkboxcollection/_index.md index 946b8ecc33..275360342a 100644 --- a/english/aspose.cells.drawing/checkboxcollection/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/_index.md @@ -25,15 +25,15 @@ The CheckBoxCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/checkboxcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/checkboxcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/checkboxcollection/index_of/#aspose.cells.drawing.CheckBox-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/checkboxcollection/index_of/#aspose.cells.drawing.CheckBox-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/checkboxcollection/last_index_of/#aspose.cells.drawing.CheckBox) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/checkboxcollection/last_index_of/#aspose.cells.drawing.CheckBox-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](/cells/python-net/aspose.cells.drawing/checkboxcollection/last_index_of/#aspose.cells.drawing.CheckBox-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. | -| [add](/cells/python-net/aspose.cells.drawing/checkboxcollection/add/#int-int-int-int) | Adds a checkBox to the collection. | -| [binary_search](/cells/python-net/aspose.cells.drawing/checkboxcollection/binary_search/#aspose.cells.drawing.CheckBox) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/index_of/#aspose.cells.drawing.checkbox-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/index_of/#aspose.cells.drawing.checkbox-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox) | 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/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox-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/checkboxcollection/last_index_of/#aspose.cells.drawing.checkbox-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. | +| [`add(self, upper_left_row, upper_left_column, height, width)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/add/#int-int-int-int) | Adds a checkBox to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/checkboxcollection/binary_search/#aspose.cells.drawing.checkbox) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/checkboxcollection/add/_index.md b/english/aspose.cells.drawing/checkboxcollection/add/_index.md index ffe03006b7..edc3873c66 100644 --- a/english/aspose.cells.drawing/checkboxcollection/add/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkboxcollection/add/ is_root: false --- -## add {#int-int-int-int} +## add(self, upper_left_row, upper_left_column, height, width) {#int-int-int-int} Adds a checkBox to the collection. @@ -20,6 +20,7 @@ Adds a checkBox to the collection. ```python + def add(self, upper_left_row, upper_left_column, height, width): ... ``` diff --git a/english/aspose.cells.drawing/checkboxcollection/binary_search/_index.md b/english/aspose.cells.drawing/checkboxcollection/binary_search/_index.md index 865511e617..12dc672c0b 100644 --- a/english/aspose.cells.drawing/checkboxcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkboxcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.CheckBox} +## binary_search(self, item) {#aspose.cells.drawing.CheckBox} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/checkboxcollection/copy_to/_index.md b/english/aspose.cells.drawing/checkboxcollection/copy_to/_index.md index 4c56169c65..b1367ad95c 100644 --- a/english/aspose.cells.drawing/checkboxcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/checkboxcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/checkboxcollection/index_of/_index.md b/english/aspose.cells.drawing/checkboxcollection/index_of/_index.md index 7650e90c54..17bf30951c 100644 --- a/english/aspose.cells.drawing/checkboxcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkboxcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.CheckBox-int} +## index_of(self, item, index) {#aspose.cells.drawing.CheckBox-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.CheckBox-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.CheckBox-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/checkboxcollection/last_index_of/_index.md b/english/aspose.cells.drawing/checkboxcollection/last_index_of/_index.md index c73f79c3aa..fec3dae859 100644 --- a/english/aspose.cells.drawing/checkboxcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/checkboxcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/checkboxcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.CheckBox} +## last_index_of(self, item) {#aspose.cells.drawing.CheckBox} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`CheckBox`](/cells/python-net/aspose.cells.drawing/checkbox) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.CheckBox-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.CheckBox-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.CheckBox-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.CheckBox-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/colorhelper/_index.md b/english/aspose.cells.drawing/colorhelper/_index.md index 019016e8f2..8ff7909b59 100644 --- a/english/aspose.cells.drawing/colorhelper/_index.md +++ b/english/aspose.cells.drawing/colorhelper/_index.md @@ -19,8 +19,8 @@ The ColorHelper type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [from_ole_color](/cells/python-net/aspose.cells.drawing/colorhelper/from_ole_color/#int) | Convert OLE_COLOR. | -| [to_ole_color](/cells/python-net/aspose.cells.drawing/colorhelper/to_ole_color/#aspose.pydrawing.Color-aspose.cells.Workbook) | Convert color to OLE_COLOR | +| [`from_ole_color(, ole_color)`](/cells/python-net/aspose.cells.drawing/colorhelper/from_ole_color/#int) | Convert OLE_COLOR. | +| [`to_ole_color(, color, workbook)`](/cells/python-net/aspose.cells.drawing/colorhelper/to_ole_color/#aspose.pydrawing.color-aspose.cells.workbook) | Convert color to OLE_COLOR | diff --git a/english/aspose.cells.drawing/colorhelper/from_ole_color/_index.md b/english/aspose.cells.drawing/colorhelper/from_ole_color/_index.md index c04fbd3556..67be249686 100644 --- a/english/aspose.cells.drawing/colorhelper/from_ole_color/_index.md +++ b/english/aspose.cells.drawing/colorhelper/from_ole_color/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/colorhelper/from_ole_color/ is_root: false --- -## from_ole_color {#int} +## from_ole_color(, ole_color) {#int} Convert OLE_COLOR. @@ -20,7 +20,9 @@ The Color object. ```python -def from_ole_color(self, ole_color): + +@staticmethod +def from_ole_color(ole_color): ... ``` diff --git a/english/aspose.cells.drawing/colorhelper/to_ole_color/_index.md b/english/aspose.cells.drawing/colorhelper/to_ole_color/_index.md index afa8546dd3..4a63a47b2e 100644 --- a/english/aspose.cells.drawing/colorhelper/to_ole_color/_index.md +++ b/english/aspose.cells.drawing/colorhelper/to_ole_color/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/colorhelper/to_ole_color/ is_root: false --- -## to_ole_color {#aspose.pydrawing.Color-aspose.cells.Workbook} +## to_ole_color(, color, workbook) {#aspose.pydrawing.Color-aspose.cells.Workbook} Convert color to OLE_COLOR @@ -20,7 +20,9 @@ The value of OLE_COLOR ```python -def to_ole_color(self, color, workbook): + +@staticmethod +def to_ole_color(color, workbook): ... ``` diff --git a/english/aspose.cells.drawing/combobox/_index.md b/english/aspose.cells.drawing/combobox/_index.md index bce9e214bd..6e10fad306 100644 --- a/english/aspose.cells.drawing/combobox/_index.md +++ b/english/aspose.cells.drawing/combobox/_index.md @@ -135,31 +135,32 @@ The ComboBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/combobox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/combobox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/combobox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/combobox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/combobox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/combobox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/combobox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/combobox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/combobox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/combobox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/combobox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/combobox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/combobox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/combobox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/combobox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/combobox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/combobox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/combobox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/combobox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/combobox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/combobox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/combobox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/combobox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/combobox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/combobox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/combobox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/combobox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/combobox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/combobox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/combobox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/combobox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/combobox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/combobox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/combobox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/combobox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/combobox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/combobox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/combobox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/combobox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/combobox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/combobox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/combobox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/combobox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/combobox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/combobox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/combobox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/combobox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/combobox/active_x_control/_index.md b/english/aspose.cells.drawing/combobox/active_x_control/_index.md index 4b33e67912..f471cd4722 100644 --- a/english/aspose.cells.drawing/combobox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/combobox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/combobox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/combobox/actual_lower_right_row/_index.md index 5186e9fca7..e4d8397c98 100644 --- a/english/aspose.cells.drawing/combobox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/combobox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/combobox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/add_hyperlink/_index.md b/english/aspose.cells.drawing/combobox/add_hyperlink/_index.md index 96986b3c10..6e650b5707 100644 --- a/english/aspose.cells.drawing/combobox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/combobox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/combobox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/combobox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/combobox/align_top_right_corner/_index.md index a3782b520f..621a4bfcee 100644 --- a/english/aspose.cells.drawing/combobox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/combobox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/combobox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/combobox/alternative_text/_index.md b/english/aspose.cells.drawing/combobox/alternative_text/_index.md index 37ba671159..4a46f50bfa 100644 --- a/english/aspose.cells.drawing/combobox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/combobox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/combobox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/anchor_type/_index.md b/english/aspose.cells.drawing/combobox/anchor_type/_index.md index c08d539e22..adbf2214f7 100644 --- a/english/aspose.cells.drawing/combobox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/combobox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/combobox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/auto_shape_type/_index.md b/english/aspose.cells.drawing/combobox/auto_shape_type/_index.md index 5175dae785..14eedee332 100644 --- a/english/aspose.cells.drawing/combobox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/combobox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/combobox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/bottom/_index.md b/english/aspose.cells.drawing/combobox/bottom/_index.md index b18705f6f2..0b8a375c38 100644 --- a/english/aspose.cells.drawing/combobox/bottom/_index.md +++ b/english/aspose.cells.drawing/combobox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/combobox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/calculate_text_size/_index.md b/english/aspose.cells.drawing/combobox/calculate_text_size/_index.md index 00b47ead48..04f991cb31 100644 --- a/english/aspose.cells.drawing/combobox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/combobox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/combobox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/characters/_index.md b/english/aspose.cells.drawing/combobox/characters/_index.md index fdb20c3816..16c0159bfe 100644 --- a/english/aspose.cells.drawing/combobox/characters/_index.md +++ b/english/aspose.cells.drawing/combobox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/combobox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/combobox/control_data/_index.md b/english/aspose.cells.drawing/combobox/control_data/_index.md index c03fb7ffce..4872b64077 100644 --- a/english/aspose.cells.drawing/combobox/control_data/_index.md +++ b/english/aspose.cells.drawing/combobox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/combobox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/create_id/_index.md b/english/aspose.cells.drawing/combobox/create_id/_index.md index a3697de979..932fca661e 100644 --- a/english/aspose.cells.drawing/combobox/create_id/_index.md +++ b/english/aspose.cells.drawing/combobox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/combobox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/drop_down_lines/_index.md b/english/aspose.cells.drawing/combobox/drop_down_lines/_index.md index dd207adc27..e68d6fdab2 100644 --- a/english/aspose.cells.drawing/combobox/drop_down_lines/_index.md +++ b/english/aspose.cells.drawing/combobox/drop_down_lines/_index.md @@ -3,7 +3,7 @@ title: drop_down_lines property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/combobox/drop_down_lines/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/fill/_index.md b/english/aspose.cells.drawing/combobox/fill/_index.md index 48c11a054a..c61337b76b 100644 --- a/english/aspose.cells.drawing/combobox/fill/_index.md +++ b/english/aspose.cells.drawing/combobox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/combobox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/fill_format/_index.md b/english/aspose.cells.drawing/combobox/fill_format/_index.md index 0bb84de17d..b603b522e5 100644 --- a/english/aspose.cells.drawing/combobox/fill_format/_index.md +++ b/english/aspose.cells.drawing/combobox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/combobox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/combobox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..2f6900e9c2 --- /dev/null +++ b/english/aspose.cells.drawing/combobox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/combobox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`ComboBox`](/cells/python-net/aspose.cells.drawing/combobox) diff --git a/english/aspose.cells.drawing/combobox/font/_index.md b/english/aspose.cells.drawing/combobox/font/_index.md index fb1d799f55..bfe8429d94 100644 --- a/english/aspose.cells.drawing/combobox/font/_index.md +++ b/english/aspose.cells.drawing/combobox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/combobox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/format_characters/_index.md b/english/aspose.cells.drawing/combobox/format_characters/_index.md index 56be9f0db2..233b6ffee0 100644 --- a/english/aspose.cells.drawing/combobox/format_characters/_index.md +++ b/english/aspose.cells.drawing/combobox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/combobox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/combobox/format_picture/_index.md b/english/aspose.cells.drawing/combobox/format_picture/_index.md index caab505c42..25075199f4 100644 --- a/english/aspose.cells.drawing/combobox/format_picture/_index.md +++ b/english/aspose.cells.drawing/combobox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/combobox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/geometry/_index.md b/english/aspose.cells.drawing/combobox/geometry/_index.md index 69b13a152f..4eab21bcf2 100644 --- a/english/aspose.cells.drawing/combobox/geometry/_index.md +++ b/english/aspose.cells.drawing/combobox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/combobox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/get_actual_box/_index.md b/english/aspose.cells.drawing/combobox/get_actual_box/_index.md index c7cc981862..6d9bcf5154 100644 --- a/english/aspose.cells.drawing/combobox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/combobox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/combobox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_characters/_index.md b/english/aspose.cells.drawing/combobox/get_characters/_index.md index 5641ee577f..247a887dbd 100644 --- a/english/aspose.cells.drawing/combobox/get_characters/_index.md +++ b/english/aspose.cells.drawing/combobox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/combobox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_connection_points/_index.md b/english/aspose.cells.drawing/combobox/get_connection_points/_index.md index 1ff4f16354..40f0904ee7 100644 --- a/english/aspose.cells.drawing/combobox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/combobox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/combobox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_input_range/_index.md b/english/aspose.cells.drawing/combobox/get_input_range/_index.md index 98c0d0e79c..d0557fc0d0 100644 --- a/english/aspose.cells.drawing/combobox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/combobox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/combobox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_linked_cell/_index.md b/english/aspose.cells.drawing/combobox/get_linked_cell/_index.md index 70584a148a..32d2b5e116 100644 --- a/english/aspose.cells.drawing/combobox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/combobox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/combobox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_locked_property/_index.md b/english/aspose.cells.drawing/combobox/get_locked_property/_index.md index 0fc107730b..7f458b7766 100644 --- a/english/aspose.cells.drawing/combobox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/combobox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/combobox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/combobox/get_result_of_smart_art/_index.md index 021501514b..6af17d48b4 100644 --- a/english/aspose.cells.drawing/combobox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/combobox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/combobox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/combobox/get_rich_formattings/_index.md index d53ed64e73..800e0cf1ab 100644 --- a/english/aspose.cells.drawing/combobox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/combobox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/combobox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/glow/_index.md b/english/aspose.cells.drawing/combobox/glow/_index.md index 11404f7d24..e01efe0f29 100644 --- a/english/aspose.cells.drawing/combobox/glow/_index.md +++ b/english/aspose.cells.drawing/combobox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/combobox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/group/_index.md b/english/aspose.cells.drawing/combobox/group/_index.md index 8773d42369..27e2aaa9ad 100644 --- a/english/aspose.cells.drawing/combobox/group/_index.md +++ b/english/aspose.cells.drawing/combobox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/combobox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/has_line/_index.md b/english/aspose.cells.drawing/combobox/has_line/_index.md index 6665d18b64..875f4905b9 100644 --- a/english/aspose.cells.drawing/combobox/has_line/_index.md +++ b/english/aspose.cells.drawing/combobox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/combobox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height/_index.md b/english/aspose.cells.drawing/combobox/height/_index.md index 7bae4acaa9..b44ada5401 100644 --- a/english/aspose.cells.drawing/combobox/height/_index.md +++ b/english/aspose.cells.drawing/combobox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/combobox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height_cm/_index.md b/english/aspose.cells.drawing/combobox/height_cm/_index.md index b9277e2c41..1e06a2de43 100644 --- a/english/aspose.cells.drawing/combobox/height_cm/_index.md +++ b/english/aspose.cells.drawing/combobox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/combobox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height_in_shape/_index.md b/english/aspose.cells.drawing/combobox/height_in_shape/_index.md index 7be75a6f21..3d08f78906 100644 --- a/english/aspose.cells.drawing/combobox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/combobox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/combobox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height_inch/_index.md b/english/aspose.cells.drawing/combobox/height_inch/_index.md index f3574889be..31445c8a0f 100644 --- a/english/aspose.cells.drawing/combobox/height_inch/_index.md +++ b/english/aspose.cells.drawing/combobox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/combobox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height_pt/_index.md b/english/aspose.cells.drawing/combobox/height_pt/_index.md index fcbd1a99dc..cd469f51a9 100644 --- a/english/aspose.cells.drawing/combobox/height_pt/_index.md +++ b/english/aspose.cells.drawing/combobox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/combobox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/height_scale/_index.md b/english/aspose.cells.drawing/combobox/height_scale/_index.md index aa57f757a8..befb942ae0 100644 --- a/english/aspose.cells.drawing/combobox/height_scale/_index.md +++ b/english/aspose.cells.drawing/combobox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/combobox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/html_text/_index.md b/english/aspose.cells.drawing/combobox/html_text/_index.md index c8b16c6d48..d1dd58caec 100644 --- a/english/aspose.cells.drawing/combobox/html_text/_index.md +++ b/english/aspose.cells.drawing/combobox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/combobox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/hyperlink/_index.md b/english/aspose.cells.drawing/combobox/hyperlink/_index.md index eef1f7daf7..d3aeaec88a 100644 --- a/english/aspose.cells.drawing/combobox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/combobox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/combobox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/id/_index.md b/english/aspose.cells.drawing/combobox/id/_index.md index 5395f6631b..ed392388cb 100644 --- a/english/aspose.cells.drawing/combobox/id/_index.md +++ b/english/aspose.cells.drawing/combobox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/combobox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/input_range/_index.md b/english/aspose.cells.drawing/combobox/input_range/_index.md index 36f4b00242..5881bed5f1 100644 --- a/english/aspose.cells.drawing/combobox/input_range/_index.md +++ b/english/aspose.cells.drawing/combobox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/combobox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/combobox/is_aspect_ratio_locked/_index.md index 1a1ac3d721..8f72642a27 100644 --- a/english/aspose.cells.drawing/combobox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/combobox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/combobox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_decorative/_index.md b/english/aspose.cells.drawing/combobox/is_decorative/_index.md index 5dc568364e..6280e31f50 100644 --- a/english/aspose.cells.drawing/combobox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/combobox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/combobox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_equation/_index.md b/english/aspose.cells.drawing/combobox/is_equation/_index.md index 3f454eb1aa..976a5d24de 100644 --- a/english/aspose.cells.drawing/combobox/is_equation/_index.md +++ b/english/aspose.cells.drawing/combobox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/combobox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_filled/_index.md b/english/aspose.cells.drawing/combobox/is_filled/_index.md index 5c3f145fe2..04b96f13a0 100644 --- a/english/aspose.cells.drawing/combobox/is_filled/_index.md +++ b/english/aspose.cells.drawing/combobox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/combobox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/combobox/is_flipped_horizontally/_index.md index 28eda9bda4..1a9714f5c6 100644 --- a/english/aspose.cells.drawing/combobox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/combobox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/combobox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/combobox/is_flipped_vertically/_index.md index 41a35f52cf..cdd6d93e3c 100644 --- a/english/aspose.cells.drawing/combobox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/combobox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/combobox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_group/_index.md b/english/aspose.cells.drawing/combobox/is_group/_index.md index 7f69a38636..f7acc1c110 100644 --- a/english/aspose.cells.drawing/combobox/is_group/_index.md +++ b/english/aspose.cells.drawing/combobox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/combobox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_hidden/_index.md b/english/aspose.cells.drawing/combobox/is_hidden/_index.md index 94fa559702..8a6720be12 100644 --- a/english/aspose.cells.drawing/combobox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/combobox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/combobox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_in_group/_index.md b/english/aspose.cells.drawing/combobox/is_in_group/_index.md index 74c9d2f33c..0860b9374a 100644 --- a/english/aspose.cells.drawing/combobox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/combobox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/combobox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/combobox/is_lock_aspect_ratio/_index.md index e4826e8b4b..5c271100a6 100644 --- a/english/aspose.cells.drawing/combobox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/combobox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/combobox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_locked/_index.md b/english/aspose.cells.drawing/combobox/is_locked/_index.md index 5ac992e718..0d8914f0a1 100644 --- a/english/aspose.cells.drawing/combobox/is_locked/_index.md +++ b/english/aspose.cells.drawing/combobox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/combobox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_printable/_index.md b/english/aspose.cells.drawing/combobox/is_printable/_index.md index 19da85a890..a6d1da1232 100644 --- a/english/aspose.cells.drawing/combobox/is_printable/_index.md +++ b/english/aspose.cells.drawing/combobox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/combobox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_rich_text/_index.md b/english/aspose.cells.drawing/combobox/is_rich_text/_index.md index b0a6fe42a3..eb116bd18d 100644 --- a/english/aspose.cells.drawing/combobox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/combobox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/combobox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_same_setting/_index.md b/english/aspose.cells.drawing/combobox/is_same_setting/_index.md index 2b9a91361c..1ade77d20b 100644 --- a/english/aspose.cells.drawing/combobox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/combobox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/combobox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/combobox/is_smart_art/_index.md b/english/aspose.cells.drawing/combobox/is_smart_art/_index.md index 12acf76da2..99512f25c4 100644 --- a/english/aspose.cells.drawing/combobox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/combobox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/combobox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/combobox/is_text_wrapped/_index.md index 192fba0053..3f2a3a9b57 100644 --- a/english/aspose.cells.drawing/combobox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/combobox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/combobox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/is_word_art/_index.md b/english/aspose.cells.drawing/combobox/is_word_art/_index.md index fee733dfc6..e88f7ebcd2 100644 --- a/english/aspose.cells.drawing/combobox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/combobox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/combobox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/left/_index.md b/english/aspose.cells.drawing/combobox/left/_index.md index 7488eba69e..c3b5559da3 100644 --- a/english/aspose.cells.drawing/combobox/left/_index.md +++ b/english/aspose.cells.drawing/combobox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/combobox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/left_cm/_index.md b/english/aspose.cells.drawing/combobox/left_cm/_index.md index f106ca2138..df6ad79998 100644 --- a/english/aspose.cells.drawing/combobox/left_cm/_index.md +++ b/english/aspose.cells.drawing/combobox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/combobox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/left_in_shape/_index.md b/english/aspose.cells.drawing/combobox/left_in_shape/_index.md index 3b241608d7..ae94f450b5 100644 --- a/english/aspose.cells.drawing/combobox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/combobox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/combobox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/left_inch/_index.md b/english/aspose.cells.drawing/combobox/left_inch/_index.md index 9d09f18642..857935b2d6 100644 --- a/english/aspose.cells.drawing/combobox/left_inch/_index.md +++ b/english/aspose.cells.drawing/combobox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/combobox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/left_to_corner/_index.md b/english/aspose.cells.drawing/combobox/left_to_corner/_index.md index 3b70e526ce..736fc7ad45 100644 --- a/english/aspose.cells.drawing/combobox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/combobox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/combobox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/line/_index.md b/english/aspose.cells.drawing/combobox/line/_index.md index e728363b41..3deb82f10c 100644 --- a/english/aspose.cells.drawing/combobox/line/_index.md +++ b/english/aspose.cells.drawing/combobox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/combobox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/line_format/_index.md b/english/aspose.cells.drawing/combobox/line_format/_index.md index 820a72be86..d30fa6b64e 100644 --- a/english/aspose.cells.drawing/combobox/line_format/_index.md +++ b/english/aspose.cells.drawing/combobox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/combobox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/linked_cell/_index.md b/english/aspose.cells.drawing/combobox/linked_cell/_index.md index 490c3b1dd5..a038d53b53 100644 --- a/english/aspose.cells.drawing/combobox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/combobox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/combobox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/lower_delta_x/_index.md b/english/aspose.cells.drawing/combobox/lower_delta_x/_index.md index 228ecff4cc..2925e9912e 100644 --- a/english/aspose.cells.drawing/combobox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/combobox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/combobox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/lower_delta_y/_index.md b/english/aspose.cells.drawing/combobox/lower_delta_y/_index.md index 44a092b720..3b0c6febf7 100644 --- a/english/aspose.cells.drawing/combobox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/combobox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/combobox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/lower_right_column/_index.md b/english/aspose.cells.drawing/combobox/lower_right_column/_index.md index edb3d18327..791575b525 100644 --- a/english/aspose.cells.drawing/combobox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/combobox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/combobox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/lower_right_row/_index.md b/english/aspose.cells.drawing/combobox/lower_right_row/_index.md index 357bdd7a54..2e28966898 100644 --- a/english/aspose.cells.drawing/combobox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/combobox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/combobox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/macro_name/_index.md b/english/aspose.cells.drawing/combobox/macro_name/_index.md index ce90120abc..1e43fb334c 100644 --- a/english/aspose.cells.drawing/combobox/macro_name/_index.md +++ b/english/aspose.cells.drawing/combobox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/combobox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/move_to_range/_index.md b/english/aspose.cells.drawing/combobox/move_to_range/_index.md index cdd6452ce7..33438a19f2 100644 --- a/english/aspose.cells.drawing/combobox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/combobox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/combobox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/combobox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/combobox/mso_drawing_type/_index.md index 01cc24cba4..aa3ded2211 100644 --- a/english/aspose.cells.drawing/combobox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/combobox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/combobox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/name/_index.md b/english/aspose.cells.drawing/combobox/name/_index.md index 32a533ad9f..ae397ff325 100644 --- a/english/aspose.cells.drawing/combobox/name/_index.md +++ b/english/aspose.cells.drawing/combobox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/combobox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/paths/_index.md b/english/aspose.cells.drawing/combobox/paths/_index.md index 64b99ccea2..fb90c74480 100644 --- a/english/aspose.cells.drawing/combobox/paths/_index.md +++ b/english/aspose.cells.drawing/combobox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/combobox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/placement/_index.md b/english/aspose.cells.drawing/combobox/placement/_index.md index caea0ff1e5..42a1ff272c 100644 --- a/english/aspose.cells.drawing/combobox/placement/_index.md +++ b/english/aspose.cells.drawing/combobox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/combobox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/reflection/_index.md b/english/aspose.cells.drawing/combobox/reflection/_index.md index be17ffef04..cd6a1efdbf 100644 --- a/english/aspose.cells.drawing/combobox/reflection/_index.md +++ b/english/aspose.cells.drawing/combobox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/combobox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/combobox/relative_to_original_picture_size/_index.md index d180d735bc..965a3af004 100644 --- a/english/aspose.cells.drawing/combobox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/combobox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/combobox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/combobox/remove_active_x_control/_index.md index 4a1d300d83..43afe0e14d 100644 --- a/english/aspose.cells.drawing/combobox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/combobox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/combobox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/combobox/remove_hyperlink/_index.md index de4b1cd240..63f63aabdd 100644 --- a/english/aspose.cells.drawing/combobox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/combobox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/combobox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/right/_index.md b/english/aspose.cells.drawing/combobox/right/_index.md index fcf1deb8f3..1fef4108b1 100644 --- a/english/aspose.cells.drawing/combobox/right/_index.md +++ b/english/aspose.cells.drawing/combobox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/combobox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/rotation_angle/_index.md b/english/aspose.cells.drawing/combobox/rotation_angle/_index.md index 00bfd104ae..5a8f26fb28 100644 --- a/english/aspose.cells.drawing/combobox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/combobox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/combobox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/selected_cell/_index.md b/english/aspose.cells.drawing/combobox/selected_cell/_index.md index a40dd2178f..e30089b283 100644 --- a/english/aspose.cells.drawing/combobox/selected_cell/_index.md +++ b/english/aspose.cells.drawing/combobox/selected_cell/_index.md @@ -3,7 +3,7 @@ title: selected_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/combobox/selected_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/selected_index/_index.md b/english/aspose.cells.drawing/combobox/selected_index/_index.md index ca49d9cf95..a179be0c57 100644 --- a/english/aspose.cells.drawing/combobox/selected_index/_index.md +++ b/english/aspose.cells.drawing/combobox/selected_index/_index.md @@ -3,7 +3,7 @@ title: selected_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/combobox/selected_index/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/selected_value/_index.md b/english/aspose.cells.drawing/combobox/selected_value/_index.md index dc184cf82c..6f5a475aa8 100644 --- a/english/aspose.cells.drawing/combobox/selected_value/_index.md +++ b/english/aspose.cells.drawing/combobox/selected_value/_index.md @@ -3,7 +3,7 @@ title: selected_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/combobox/selected_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/set_input_range/_index.md b/english/aspose.cells.drawing/combobox/set_input_range/_index.md index 9118c6d197..2a85146d3e 100644 --- a/english/aspose.cells.drawing/combobox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/combobox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/combobox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/combobox/set_linked_cell/_index.md b/english/aspose.cells.drawing/combobox/set_linked_cell/_index.md index dcad588f09..abe869b7f3 100644 --- a/english/aspose.cells.drawing/combobox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/combobox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/combobox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/combobox/set_locked_property/_index.md b/english/aspose.cells.drawing/combobox/set_locked_property/_index.md index c5c87fd3f2..f0835f3e25 100644 --- a/english/aspose.cells.drawing/combobox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/combobox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/combobox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/combobox/shadow/_index.md b/english/aspose.cells.drawing/combobox/shadow/_index.md index 8f7064c275..5a4afefbfb 100644 --- a/english/aspose.cells.drawing/combobox/shadow/_index.md +++ b/english/aspose.cells.drawing/combobox/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/combobox/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/shadow_effect/_index.md b/english/aspose.cells.drawing/combobox/shadow_effect/_index.md index b8f2cd725b..7016fd2d3a 100644 --- a/english/aspose.cells.drawing/combobox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/combobox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/combobox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/soft_edges/_index.md b/english/aspose.cells.drawing/combobox/soft_edges/_index.md index bf92c2a760..768d421e2d 100644 --- a/english/aspose.cells.drawing/combobox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/combobox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/combobox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/spid/_index.md b/english/aspose.cells.drawing/combobox/spid/_index.md index d1c50ca861..018622db46 100644 --- a/english/aspose.cells.drawing/combobox/spid/_index.md +++ b/english/aspose.cells.drawing/combobox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/combobox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/spt/_index.md b/english/aspose.cells.drawing/combobox/spt/_index.md index b49512342b..db04bda75c 100644 --- a/english/aspose.cells.drawing/combobox/spt/_index.md +++ b/english/aspose.cells.drawing/combobox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/combobox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text/_index.md b/english/aspose.cells.drawing/combobox/text/_index.md index 6b4bc48ebd..9e9d277ba7 100644 --- a/english/aspose.cells.drawing/combobox/text/_index.md +++ b/english/aspose.cells.drawing/combobox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/combobox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_body/_index.md b/english/aspose.cells.drawing/combobox/text_body/_index.md index c6a90a43d5..b0e7d09a11 100644 --- a/english/aspose.cells.drawing/combobox/text_body/_index.md +++ b/english/aspose.cells.drawing/combobox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/combobox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_box_options/_index.md b/english/aspose.cells.drawing/combobox/text_box_options/_index.md index a35009bdd4..caf4a3297e 100644 --- a/english/aspose.cells.drawing/combobox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/combobox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/combobox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_direction/_index.md b/english/aspose.cells.drawing/combobox/text_direction/_index.md index 8bfc1c2951..e49674b64d 100644 --- a/english/aspose.cells.drawing/combobox/text_direction/_index.md +++ b/english/aspose.cells.drawing/combobox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/combobox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_effect/_index.md b/english/aspose.cells.drawing/combobox/text_effect/_index.md index 3a4769a815..16d7cc14d3 100644 --- a/english/aspose.cells.drawing/combobox/text_effect/_index.md +++ b/english/aspose.cells.drawing/combobox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/combobox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/combobox/text_horizontal_alignment/_index.md index 3073601228..b5967a1be0 100644 --- a/english/aspose.cells.drawing/combobox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/combobox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/combobox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/combobox/text_horizontal_overflow/_index.md index 640b0692c7..7ef5e4ebae 100644 --- a/english/aspose.cells.drawing/combobox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/combobox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/combobox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_options/_index.md b/english/aspose.cells.drawing/combobox/text_options/_index.md index 71168ee3e3..7ade818fd8 100644 --- a/english/aspose.cells.drawing/combobox/text_options/_index.md +++ b/english/aspose.cells.drawing/combobox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/combobox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_orientation_type/_index.md b/english/aspose.cells.drawing/combobox/text_orientation_type/_index.md index 8694a602a5..d8ddf5d9da 100644 --- a/english/aspose.cells.drawing/combobox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/combobox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/combobox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_shape_type/_index.md b/english/aspose.cells.drawing/combobox/text_shape_type/_index.md index 3899189890..d1a455b3e1 100644 --- a/english/aspose.cells.drawing/combobox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/combobox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/combobox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/combobox/text_vertical_alignment/_index.md index 5d848456db..53f6ccea1c 100644 --- a/english/aspose.cells.drawing/combobox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/combobox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/combobox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/combobox/text_vertical_overflow/_index.md index 6e6c533e7c..84fb857a99 100644 --- a/english/aspose.cells.drawing/combobox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/combobox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/combobox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/three_d_format/_index.md b/english/aspose.cells.drawing/combobox/three_d_format/_index.md index ccd9491332..ea32424a47 100644 --- a/english/aspose.cells.drawing/combobox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/combobox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/combobox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/title/_index.md b/english/aspose.cells.drawing/combobox/title/_index.md index d4334880c5..f691365f2e 100644 --- a/english/aspose.cells.drawing/combobox/title/_index.md +++ b/english/aspose.cells.drawing/combobox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/combobox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/to_front_or_back/_index.md b/english/aspose.cells.drawing/combobox/to_front_or_back/_index.md index 4e4854659e..ad1dca6807 100644 --- a/english/aspose.cells.drawing/combobox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/combobox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/combobox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/combobox/to_image/_index.md b/english/aspose.cells.drawing/combobox/to_image/_index.md index 19817a789f..14d35e7d2f 100644 --- a/english/aspose.cells.drawing/combobox/to_image/_index.md +++ b/english/aspose.cells.drawing/combobox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/combobox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/combobox/top/_index.md b/english/aspose.cells.drawing/combobox/top/_index.md index 89210067e0..2e60dc8eb9 100644 --- a/english/aspose.cells.drawing/combobox/top/_index.md +++ b/english/aspose.cells.drawing/combobox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/combobox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/top_cm/_index.md b/english/aspose.cells.drawing/combobox/top_cm/_index.md index 6a22651f0e..a0c7d46f21 100644 --- a/english/aspose.cells.drawing/combobox/top_cm/_index.md +++ b/english/aspose.cells.drawing/combobox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/combobox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/top_in_shape/_index.md b/english/aspose.cells.drawing/combobox/top_in_shape/_index.md index bcd0aed608..98d33c0013 100644 --- a/english/aspose.cells.drawing/combobox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/combobox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/combobox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/top_inch/_index.md b/english/aspose.cells.drawing/combobox/top_inch/_index.md index f312bb8d12..35dd83d642 100644 --- a/english/aspose.cells.drawing/combobox/top_inch/_index.md +++ b/english/aspose.cells.drawing/combobox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/combobox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/top_to_corner/_index.md b/english/aspose.cells.drawing/combobox/top_to_corner/_index.md index 19f0e7a41e..c5c28c1442 100644 --- a/english/aspose.cells.drawing/combobox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/combobox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/combobox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/type/_index.md b/english/aspose.cells.drawing/combobox/type/_index.md index 5df07c0aaa..a7ab54905a 100644 --- a/english/aspose.cells.drawing/combobox/type/_index.md +++ b/english/aspose.cells.drawing/combobox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/combobox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/update_selected_value/_index.md b/english/aspose.cells.drawing/combobox/update_selected_value/_index.md index 9bb95ed188..b4275897fd 100644 --- a/english/aspose.cells.drawing/combobox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/combobox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/combobox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/combobox/upper_delta_x/_index.md b/english/aspose.cells.drawing/combobox/upper_delta_x/_index.md index 75323ed5f0..88c113b392 100644 --- a/english/aspose.cells.drawing/combobox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/combobox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/combobox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/upper_delta_y/_index.md b/english/aspose.cells.drawing/combobox/upper_delta_y/_index.md index f8a9e70db9..6e449ece5c 100644 --- a/english/aspose.cells.drawing/combobox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/combobox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/combobox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/upper_left_column/_index.md b/english/aspose.cells.drawing/combobox/upper_left_column/_index.md index 82b1c015e9..a658134588 100644 --- a/english/aspose.cells.drawing/combobox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/combobox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/combobox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/upper_left_row/_index.md b/english/aspose.cells.drawing/combobox/upper_left_row/_index.md index 00f9fcd39c..035bbe4bc9 100644 --- a/english/aspose.cells.drawing/combobox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/combobox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/combobox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width/_index.md b/english/aspose.cells.drawing/combobox/width/_index.md index 4303dbb543..e65469446a 100644 --- a/english/aspose.cells.drawing/combobox/width/_index.md +++ b/english/aspose.cells.drawing/combobox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/combobox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width_cm/_index.md b/english/aspose.cells.drawing/combobox/width_cm/_index.md index 857cb59b8b..fa2d328a0d 100644 --- a/english/aspose.cells.drawing/combobox/width_cm/_index.md +++ b/english/aspose.cells.drawing/combobox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/combobox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width_in_shape/_index.md b/english/aspose.cells.drawing/combobox/width_in_shape/_index.md index f5656751f6..762f7999f1 100644 --- a/english/aspose.cells.drawing/combobox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/combobox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/combobox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width_inch/_index.md b/english/aspose.cells.drawing/combobox/width_inch/_index.md index 6355e015ed..47357ffb30 100644 --- a/english/aspose.cells.drawing/combobox/width_inch/_index.md +++ b/english/aspose.cells.drawing/combobox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/combobox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width_pt/_index.md b/english/aspose.cells.drawing/combobox/width_pt/_index.md index cf4c28a055..a85716747f 100644 --- a/english/aspose.cells.drawing/combobox/width_pt/_index.md +++ b/english/aspose.cells.drawing/combobox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/combobox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/width_scale/_index.md b/english/aspose.cells.drawing/combobox/width_scale/_index.md index bc080506e3..53e88557a2 100644 --- a/english/aspose.cells.drawing/combobox/width_scale/_index.md +++ b/english/aspose.cells.drawing/combobox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/combobox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/worksheet/_index.md b/english/aspose.cells.drawing/combobox/worksheet/_index.md index 48751108c4..ed78ff9c20 100644 --- a/english/aspose.cells.drawing/combobox/worksheet/_index.md +++ b/english/aspose.cells.drawing/combobox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/combobox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/x/_index.md b/english/aspose.cells.drawing/combobox/x/_index.md index 81a97e16a3..1dc4f1793b 100644 --- a/english/aspose.cells.drawing/combobox/x/_index.md +++ b/english/aspose.cells.drawing/combobox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/combobox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/y/_index.md b/english/aspose.cells.drawing/combobox/y/_index.md index 673a58b4e9..2d5a0178c7 100644 --- a/english/aspose.cells.drawing/combobox/y/_index.md +++ b/english/aspose.cells.drawing/combobox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/combobox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/combobox/z_order_position/_index.md b/english/aspose.cells.drawing/combobox/z_order_position/_index.md index 57870ba634..686c14309d 100644 --- a/english/aspose.cells.drawing/combobox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/combobox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/combobox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/_index.md b/english/aspose.cells.drawing/commentshape/_index.md index 50d6cd27a2..371c03bb49 100644 --- a/english/aspose.cells.drawing/commentshape/_index.md +++ b/english/aspose.cells.drawing/commentshape/_index.md @@ -131,31 +131,32 @@ The CommentShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/commentshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/commentshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/commentshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/commentshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/commentshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/commentshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/commentshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/commentshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/commentshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/commentshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/commentshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/commentshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/commentshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/commentshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/commentshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/commentshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/commentshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/commentshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/commentshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/commentshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/commentshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/commentshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/commentshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/commentshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/commentshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/commentshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/commentshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/commentshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/commentshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/commentshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/commentshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/commentshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/commentshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/commentshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/commentshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/commentshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/commentshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/commentshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/commentshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/commentshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/commentshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/commentshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/commentshape/active_x_control/_index.md b/english/aspose.cells.drawing/commentshape/active_x_control/_index.md index 715503aa1a..d0f77494fa 100644 --- a/english/aspose.cells.drawing/commentshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/commentshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/commentshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/commentshape/actual_lower_right_row/_index.md index b23671a43d..7db5687fda 100644 --- a/english/aspose.cells.drawing/commentshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/commentshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/commentshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/commentshape/add_hyperlink/_index.md index 5b004937a8..408e58a376 100644 --- a/english/aspose.cells.drawing/commentshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/commentshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/commentshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/commentshape/align_top_right_corner/_index.md index f04ec729e8..875f32f290 100644 --- a/english/aspose.cells.drawing/commentshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/commentshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/commentshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/alternative_text/_index.md b/english/aspose.cells.drawing/commentshape/alternative_text/_index.md index 4c69f8f184..948aa3e3a9 100644 --- a/english/aspose.cells.drawing/commentshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/commentshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/commentshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/anchor_type/_index.md b/english/aspose.cells.drawing/commentshape/anchor_type/_index.md index a11edc5283..400dfe7a5c 100644 --- a/english/aspose.cells.drawing/commentshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/commentshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/commentshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/commentshape/auto_shape_type/_index.md index 27e1cb47f1..7be142e26e 100644 --- a/english/aspose.cells.drawing/commentshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/commentshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/commentshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/bottom/_index.md b/english/aspose.cells.drawing/commentshape/bottom/_index.md index ae488e7a62..1d3562c8f8 100644 --- a/english/aspose.cells.drawing/commentshape/bottom/_index.md +++ b/english/aspose.cells.drawing/commentshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/commentshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/commentshape/calculate_text_size/_index.md index a8d825a47b..ef4a595c1e 100644 --- a/english/aspose.cells.drawing/commentshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/commentshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/commentshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/characters/_index.md b/english/aspose.cells.drawing/commentshape/characters/_index.md index 5c44230b67..b5b1839d7e 100644 --- a/english/aspose.cells.drawing/commentshape/characters/_index.md +++ b/english/aspose.cells.drawing/commentshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/commentshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/comment/_index.md b/english/aspose.cells.drawing/commentshape/comment/_index.md index 721e9ed070..30eb245a32 100644 --- a/english/aspose.cells.drawing/commentshape/comment/_index.md +++ b/english/aspose.cells.drawing/commentshape/comment/_index.md @@ -3,7 +3,7 @@ title: comment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/commentshape/comment/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/control_data/_index.md b/english/aspose.cells.drawing/commentshape/control_data/_index.md index f1251c7ebd..d314135b26 100644 --- a/english/aspose.cells.drawing/commentshape/control_data/_index.md +++ b/english/aspose.cells.drawing/commentshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/commentshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/create_id/_index.md b/english/aspose.cells.drawing/commentshape/create_id/_index.md index 02c738a239..2c60b7ec59 100644 --- a/english/aspose.cells.drawing/commentshape/create_id/_index.md +++ b/english/aspose.cells.drawing/commentshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/commentshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/fill/_index.md b/english/aspose.cells.drawing/commentshape/fill/_index.md index dd6f124511..976ebcb6fc 100644 --- a/english/aspose.cells.drawing/commentshape/fill/_index.md +++ b/english/aspose.cells.drawing/commentshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/commentshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/fill_format/_index.md b/english/aspose.cells.drawing/commentshape/fill_format/_index.md index 5b94bdaa6f..2a59cc3b85 100644 --- a/english/aspose.cells.drawing/commentshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/commentshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/commentshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/commentshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..6d92c888ae --- /dev/null +++ b/english/aspose.cells.drawing/commentshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/commentshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`CommentShape`](/cells/python-net/aspose.cells.drawing/commentshape) diff --git a/english/aspose.cells.drawing/commentshape/font/_index.md b/english/aspose.cells.drawing/commentshape/font/_index.md index 848cb3264d..23c985e6e1 100644 --- a/english/aspose.cells.drawing/commentshape/font/_index.md +++ b/english/aspose.cells.drawing/commentshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/commentshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/format_characters/_index.md b/english/aspose.cells.drawing/commentshape/format_characters/_index.md index f9bc8a5bf5..c244b9a356 100644 --- a/english/aspose.cells.drawing/commentshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/commentshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/commentshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/format_picture/_index.md b/english/aspose.cells.drawing/commentshape/format_picture/_index.md index a8a3c8de05..69d059db1d 100644 --- a/english/aspose.cells.drawing/commentshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/commentshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/commentshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/geometry/_index.md b/english/aspose.cells.drawing/commentshape/geometry/_index.md index fa5dc5a854..c24d8cd65b 100644 --- a/english/aspose.cells.drawing/commentshape/geometry/_index.md +++ b/english/aspose.cells.drawing/commentshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/commentshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/get_actual_box/_index.md b/english/aspose.cells.drawing/commentshape/get_actual_box/_index.md index c7eaa8e023..25fa2db40f 100644 --- a/english/aspose.cells.drawing/commentshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/commentshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_characters/_index.md b/english/aspose.cells.drawing/commentshape/get_characters/_index.md index 790bf5aa00..6e1dfb8a2a 100644 --- a/english/aspose.cells.drawing/commentshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/commentshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_connection_points/_index.md b/english/aspose.cells.drawing/commentshape/get_connection_points/_index.md index 92be03a228..c286d89cd2 100644 --- a/english/aspose.cells.drawing/commentshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/commentshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_input_range/_index.md b/english/aspose.cells.drawing/commentshape/get_input_range/_index.md index 43684c175d..37532b4089 100644 --- a/english/aspose.cells.drawing/commentshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/commentshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/commentshape/get_linked_cell/_index.md index 2e03e48a88..dc3c4f1c91 100644 --- a/english/aspose.cells.drawing/commentshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/commentshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_locked_property/_index.md b/english/aspose.cells.drawing/commentshape/get_locked_property/_index.md index d3751d132c..fe9e4555cf 100644 --- a/english/aspose.cells.drawing/commentshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/commentshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/commentshape/get_result_of_smart_art/_index.md index a03a0d1f34..6972609a67 100644 --- a/english/aspose.cells.drawing/commentshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/commentshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/commentshape/get_rich_formattings/_index.md index 6413d62609..547da1a79e 100644 --- a/english/aspose.cells.drawing/commentshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/commentshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/commentshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/glow/_index.md b/english/aspose.cells.drawing/commentshape/glow/_index.md index 3a17cbcc0d..9657d9ebbf 100644 --- a/english/aspose.cells.drawing/commentshape/glow/_index.md +++ b/english/aspose.cells.drawing/commentshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/commentshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/group/_index.md b/english/aspose.cells.drawing/commentshape/group/_index.md index 4d42988d5b..0f23a39397 100644 --- a/english/aspose.cells.drawing/commentshape/group/_index.md +++ b/english/aspose.cells.drawing/commentshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/commentshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/has_line/_index.md b/english/aspose.cells.drawing/commentshape/has_line/_index.md index db5c27c013..7fbe6bd324 100644 --- a/english/aspose.cells.drawing/commentshape/has_line/_index.md +++ b/english/aspose.cells.drawing/commentshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/commentshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height/_index.md b/english/aspose.cells.drawing/commentshape/height/_index.md index 5cba32fc53..4e09e75cb8 100644 --- a/english/aspose.cells.drawing/commentshape/height/_index.md +++ b/english/aspose.cells.drawing/commentshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/commentshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height_cm/_index.md b/english/aspose.cells.drawing/commentshape/height_cm/_index.md index 905f1f48f1..4f67e94a26 100644 --- a/english/aspose.cells.drawing/commentshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/commentshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/commentshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height_in_shape/_index.md b/english/aspose.cells.drawing/commentshape/height_in_shape/_index.md index 479b0213e0..040d7bb590 100644 --- a/english/aspose.cells.drawing/commentshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/commentshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/commentshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height_inch/_index.md b/english/aspose.cells.drawing/commentshape/height_inch/_index.md index c037c9fe49..8bb0003a12 100644 --- a/english/aspose.cells.drawing/commentshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/commentshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/commentshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height_pt/_index.md b/english/aspose.cells.drawing/commentshape/height_pt/_index.md index f5572ca619..8234618eca 100644 --- a/english/aspose.cells.drawing/commentshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/commentshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/commentshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/height_scale/_index.md b/english/aspose.cells.drawing/commentshape/height_scale/_index.md index 3e6d736f2f..976e4cdb1f 100644 --- a/english/aspose.cells.drawing/commentshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/commentshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/commentshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/html_text/_index.md b/english/aspose.cells.drawing/commentshape/html_text/_index.md index 0a864ac2e2..641bb6be63 100644 --- a/english/aspose.cells.drawing/commentshape/html_text/_index.md +++ b/english/aspose.cells.drawing/commentshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/commentshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/hyperlink/_index.md b/english/aspose.cells.drawing/commentshape/hyperlink/_index.md index 3656f771e7..c9093e646f 100644 --- a/english/aspose.cells.drawing/commentshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/commentshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/commentshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/id/_index.md b/english/aspose.cells.drawing/commentshape/id/_index.md index 699982eab5..6dee1943b9 100644 --- a/english/aspose.cells.drawing/commentshape/id/_index.md +++ b/english/aspose.cells.drawing/commentshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/commentshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/input_range/_index.md b/english/aspose.cells.drawing/commentshape/input_range/_index.md index 4368e884b6..eec144c192 100644 --- a/english/aspose.cells.drawing/commentshape/input_range/_index.md +++ b/english/aspose.cells.drawing/commentshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/commentshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/commentshape/is_aspect_ratio_locked/_index.md index d18115a12d..d8b4fc5da3 100644 --- a/english/aspose.cells.drawing/commentshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/commentshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_decorative/_index.md b/english/aspose.cells.drawing/commentshape/is_decorative/_index.md index 89e3144e53..69f8b30ef8 100644 --- a/english/aspose.cells.drawing/commentshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/commentshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_equation/_index.md b/english/aspose.cells.drawing/commentshape/is_equation/_index.md index 24cf4be879..e0adf66283 100644 --- a/english/aspose.cells.drawing/commentshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/commentshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_filled/_index.md b/english/aspose.cells.drawing/commentshape/is_filled/_index.md index 17b68fb55e..a90eb86f20 100644 --- a/english/aspose.cells.drawing/commentshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/commentshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/commentshape/is_flipped_horizontally/_index.md index 918c3b9d34..7b8e484b4c 100644 --- a/english/aspose.cells.drawing/commentshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/commentshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/commentshape/is_flipped_vertically/_index.md index 2763628267..c5d536e4a8 100644 --- a/english/aspose.cells.drawing/commentshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/commentshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_group/_index.md b/english/aspose.cells.drawing/commentshape/is_group/_index.md index d7999f73e7..5b4642a582 100644 --- a/english/aspose.cells.drawing/commentshape/is_group/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/commentshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_hidden/_index.md b/english/aspose.cells.drawing/commentshape/is_hidden/_index.md index d688ee00b5..199be1aff4 100644 --- a/english/aspose.cells.drawing/commentshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/commentshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_in_group/_index.md b/english/aspose.cells.drawing/commentshape/is_in_group/_index.md index e2d6c4aa13..46e4ed0e42 100644 --- a/english/aspose.cells.drawing/commentshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/commentshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/commentshape/is_lock_aspect_ratio/_index.md index 5757262fd3..d6e9e2378d 100644 --- a/english/aspose.cells.drawing/commentshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/commentshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_locked/_index.md b/english/aspose.cells.drawing/commentshape/is_locked/_index.md index 0955df0d86..3a5a598a82 100644 --- a/english/aspose.cells.drawing/commentshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/commentshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_printable/_index.md b/english/aspose.cells.drawing/commentshape/is_printable/_index.md index 726cbddd50..5c37ee813e 100644 --- a/english/aspose.cells.drawing/commentshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/commentshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_rich_text/_index.md b/english/aspose.cells.drawing/commentshape/is_rich_text/_index.md index eb6f9839bb..e16949e59b 100644 --- a/english/aspose.cells.drawing/commentshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/commentshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_same_setting/_index.md b/english/aspose.cells.drawing/commentshape/is_same_setting/_index.md index b2b83a2422..42a2e1f7cf 100644 --- a/english/aspose.cells.drawing/commentshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/commentshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/is_smart_art/_index.md b/english/aspose.cells.drawing/commentshape/is_smart_art/_index.md index e24e07cfb7..e5c8050486 100644 --- a/english/aspose.cells.drawing/commentshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/commentshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/commentshape/is_text_wrapped/_index.md index 15a9139c1d..07d726c4e9 100644 --- a/english/aspose.cells.drawing/commentshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/commentshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/is_word_art/_index.md b/english/aspose.cells.drawing/commentshape/is_word_art/_index.md index fc43a1aba0..768c21954b 100644 --- a/english/aspose.cells.drawing/commentshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/commentshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/commentshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/left/_index.md b/english/aspose.cells.drawing/commentshape/left/_index.md index 1d8e8c0ab1..5217e35431 100644 --- a/english/aspose.cells.drawing/commentshape/left/_index.md +++ b/english/aspose.cells.drawing/commentshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/commentshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/left_cm/_index.md b/english/aspose.cells.drawing/commentshape/left_cm/_index.md index af4ae48a04..bfd0be1031 100644 --- a/english/aspose.cells.drawing/commentshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/commentshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/commentshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/left_in_shape/_index.md b/english/aspose.cells.drawing/commentshape/left_in_shape/_index.md index d43ebb91f0..693ac8872d 100644 --- a/english/aspose.cells.drawing/commentshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/commentshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/commentshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/left_inch/_index.md b/english/aspose.cells.drawing/commentshape/left_inch/_index.md index 31c4d2977a..aaf296b9a9 100644 --- a/english/aspose.cells.drawing/commentshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/commentshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/commentshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/left_to_corner/_index.md b/english/aspose.cells.drawing/commentshape/left_to_corner/_index.md index 64a3b45dee..d13ef01d6d 100644 --- a/english/aspose.cells.drawing/commentshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/commentshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/commentshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/line/_index.md b/english/aspose.cells.drawing/commentshape/line/_index.md index 0b0ae879c9..f5f56e37af 100644 --- a/english/aspose.cells.drawing/commentshape/line/_index.md +++ b/english/aspose.cells.drawing/commentshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/commentshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/line_format/_index.md b/english/aspose.cells.drawing/commentshape/line_format/_index.md index 6388b8ceae..f8ca978e93 100644 --- a/english/aspose.cells.drawing/commentshape/line_format/_index.md +++ b/english/aspose.cells.drawing/commentshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/commentshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/linked_cell/_index.md b/english/aspose.cells.drawing/commentshape/linked_cell/_index.md index 69b40eda35..cd8e6e71bd 100644 --- a/english/aspose.cells.drawing/commentshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/commentshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/commentshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/commentshape/lower_delta_x/_index.md index 36a71cdc0a..daabf1f600 100644 --- a/english/aspose.cells.drawing/commentshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/commentshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/commentshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/commentshape/lower_delta_y/_index.md index 278bffa7b7..f8b48830db 100644 --- a/english/aspose.cells.drawing/commentshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/commentshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/commentshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/lower_right_column/_index.md b/english/aspose.cells.drawing/commentshape/lower_right_column/_index.md index 21b8925775..92fe94acb9 100644 --- a/english/aspose.cells.drawing/commentshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/commentshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/commentshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/lower_right_row/_index.md b/english/aspose.cells.drawing/commentshape/lower_right_row/_index.md index 0108a31f73..973cfe7212 100644 --- a/english/aspose.cells.drawing/commentshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/commentshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/commentshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/macro_name/_index.md b/english/aspose.cells.drawing/commentshape/macro_name/_index.md index c0ee39058f..2c2b57a7f8 100644 --- a/english/aspose.cells.drawing/commentshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/commentshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/commentshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/move_to_range/_index.md b/english/aspose.cells.drawing/commentshape/move_to_range/_index.md index 91536fef24..c5f18b3693 100644 --- a/english/aspose.cells.drawing/commentshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/commentshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/commentshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/commentshape/mso_drawing_type/_index.md index 7137363617..d01762e2d3 100644 --- a/english/aspose.cells.drawing/commentshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/commentshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/commentshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/name/_index.md b/english/aspose.cells.drawing/commentshape/name/_index.md index eeb2984ec2..d9fc8ed2fb 100644 --- a/english/aspose.cells.drawing/commentshape/name/_index.md +++ b/english/aspose.cells.drawing/commentshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/commentshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/paths/_index.md b/english/aspose.cells.drawing/commentshape/paths/_index.md index 01a3e3aa49..97f999a2d6 100644 --- a/english/aspose.cells.drawing/commentshape/paths/_index.md +++ b/english/aspose.cells.drawing/commentshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/commentshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/placement/_index.md b/english/aspose.cells.drawing/commentshape/placement/_index.md index 1d9411fa48..9a3f741a7a 100644 --- a/english/aspose.cells.drawing/commentshape/placement/_index.md +++ b/english/aspose.cells.drawing/commentshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/commentshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/reflection/_index.md b/english/aspose.cells.drawing/commentshape/reflection/_index.md index 2b60211922..1101d2d774 100644 --- a/english/aspose.cells.drawing/commentshape/reflection/_index.md +++ b/english/aspose.cells.drawing/commentshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/commentshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/commentshape/relative_to_original_picture_size/_index.md index b62aaf66ee..c6414679c0 100644 --- a/english/aspose.cells.drawing/commentshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/commentshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/commentshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/commentshape/remove_active_x_control/_index.md index b188f9440a..9df26c95a8 100644 --- a/english/aspose.cells.drawing/commentshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/commentshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/commentshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/commentshape/remove_hyperlink/_index.md index 49d54f1a75..2c2f2c047a 100644 --- a/english/aspose.cells.drawing/commentshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/commentshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/commentshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/right/_index.md b/english/aspose.cells.drawing/commentshape/right/_index.md index abba3a2b47..d65b35905b 100644 --- a/english/aspose.cells.drawing/commentshape/right/_index.md +++ b/english/aspose.cells.drawing/commentshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/commentshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/rotation_angle/_index.md b/english/aspose.cells.drawing/commentshape/rotation_angle/_index.md index b3710fb6c8..abacc87b7f 100644 --- a/english/aspose.cells.drawing/commentshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/commentshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/commentshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/set_input_range/_index.md b/english/aspose.cells.drawing/commentshape/set_input_range/_index.md index 1545ff0468..7a5fa64c4f 100644 --- a/english/aspose.cells.drawing/commentshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/commentshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/commentshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/commentshape/set_linked_cell/_index.md index 43b534b80c..d7b75dc16e 100644 --- a/english/aspose.cells.drawing/commentshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/commentshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/commentshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/set_locked_property/_index.md b/english/aspose.cells.drawing/commentshape/set_locked_property/_index.md index 180ba98710..24b11d88f7 100644 --- a/english/aspose.cells.drawing/commentshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/commentshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/commentshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/shadow_effect/_index.md b/english/aspose.cells.drawing/commentshape/shadow_effect/_index.md index db2c93b306..9553184af6 100644 --- a/english/aspose.cells.drawing/commentshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/commentshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/commentshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/soft_edges/_index.md b/english/aspose.cells.drawing/commentshape/soft_edges/_index.md index c9c7072780..9e6e04ad3f 100644 --- a/english/aspose.cells.drawing/commentshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/commentshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/commentshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/spid/_index.md b/english/aspose.cells.drawing/commentshape/spid/_index.md index 2d763ed5b0..6f68a4c6b6 100644 --- a/english/aspose.cells.drawing/commentshape/spid/_index.md +++ b/english/aspose.cells.drawing/commentshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/commentshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/spt/_index.md b/english/aspose.cells.drawing/commentshape/spt/_index.md index 83db981605..cdb1997c55 100644 --- a/english/aspose.cells.drawing/commentshape/spt/_index.md +++ b/english/aspose.cells.drawing/commentshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/commentshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text/_index.md b/english/aspose.cells.drawing/commentshape/text/_index.md index beeaa2f26d..f692ad655e 100644 --- a/english/aspose.cells.drawing/commentshape/text/_index.md +++ b/english/aspose.cells.drawing/commentshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/commentshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_body/_index.md b/english/aspose.cells.drawing/commentshape/text_body/_index.md index 8f72238c1d..b3a3c16355 100644 --- a/english/aspose.cells.drawing/commentshape/text_body/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/commentshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_box_options/_index.md b/english/aspose.cells.drawing/commentshape/text_box_options/_index.md index 575e90859a..8769c2fd13 100644 --- a/english/aspose.cells.drawing/commentshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/commentshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_direction/_index.md b/english/aspose.cells.drawing/commentshape/text_direction/_index.md index c4e9812bcb..faf80a4d0f 100644 --- a/english/aspose.cells.drawing/commentshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/commentshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_effect/_index.md b/english/aspose.cells.drawing/commentshape/text_effect/_index.md index 5e121c4950..865aeba6a4 100644 --- a/english/aspose.cells.drawing/commentshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/commentshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/commentshape/text_horizontal_alignment/_index.md index 806a5b66ce..edb9d625a3 100644 --- a/english/aspose.cells.drawing/commentshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/commentshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/commentshape/text_horizontal_overflow/_index.md index 792f3c8a73..2e6c30e060 100644 --- a/english/aspose.cells.drawing/commentshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/commentshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_options/_index.md b/english/aspose.cells.drawing/commentshape/text_options/_index.md index 8743669715..765a12de65 100644 --- a/english/aspose.cells.drawing/commentshape/text_options/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/commentshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/commentshape/text_orientation_type/_index.md index 04706e99c0..82ce254b55 100644 --- a/english/aspose.cells.drawing/commentshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/commentshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_shape_type/_index.md b/english/aspose.cells.drawing/commentshape/text_shape_type/_index.md index b166a6887c..f63f0886df 100644 --- a/english/aspose.cells.drawing/commentshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/commentshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/commentshape/text_vertical_alignment/_index.md index 0c36ab334a..13246e0bf3 100644 --- a/english/aspose.cells.drawing/commentshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/commentshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/commentshape/text_vertical_overflow/_index.md index c814741dfe..bba241cba8 100644 --- a/english/aspose.cells.drawing/commentshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/commentshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/commentshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/three_d_format/_index.md b/english/aspose.cells.drawing/commentshape/three_d_format/_index.md index 48c3d1afd5..346ab67401 100644 --- a/english/aspose.cells.drawing/commentshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/commentshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/commentshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/title/_index.md b/english/aspose.cells.drawing/commentshape/title/_index.md index 4b78d053b5..cc6e96c378 100644 --- a/english/aspose.cells.drawing/commentshape/title/_index.md +++ b/english/aspose.cells.drawing/commentshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/commentshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/commentshape/to_front_or_back/_index.md index a19a10cf2e..deacc05dea 100644 --- a/english/aspose.cells.drawing/commentshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/commentshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/commentshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/commentshape/to_image/_index.md b/english/aspose.cells.drawing/commentshape/to_image/_index.md index cad4d0aa06..04c93963a2 100644 --- a/english/aspose.cells.drawing/commentshape/to_image/_index.md +++ b/english/aspose.cells.drawing/commentshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/commentshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/top/_index.md b/english/aspose.cells.drawing/commentshape/top/_index.md index bc61e3c43b..ff1a68ea56 100644 --- a/english/aspose.cells.drawing/commentshape/top/_index.md +++ b/english/aspose.cells.drawing/commentshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/commentshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/top_cm/_index.md b/english/aspose.cells.drawing/commentshape/top_cm/_index.md index 453cf55137..b3fd720414 100644 --- a/english/aspose.cells.drawing/commentshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/commentshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/commentshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/top_in_shape/_index.md b/english/aspose.cells.drawing/commentshape/top_in_shape/_index.md index 615c4bb796..abcf82ad9a 100644 --- a/english/aspose.cells.drawing/commentshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/commentshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/commentshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/top_inch/_index.md b/english/aspose.cells.drawing/commentshape/top_inch/_index.md index 012dc45455..6edada0289 100644 --- a/english/aspose.cells.drawing/commentshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/commentshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/commentshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/top_to_corner/_index.md b/english/aspose.cells.drawing/commentshape/top_to_corner/_index.md index 961f23404f..a422348a74 100644 --- a/english/aspose.cells.drawing/commentshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/commentshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/commentshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/type/_index.md b/english/aspose.cells.drawing/commentshape/type/_index.md index 2ff16ffda3..3ca645851a 100644 --- a/english/aspose.cells.drawing/commentshape/type/_index.md +++ b/english/aspose.cells.drawing/commentshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/commentshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/update_selected_value/_index.md b/english/aspose.cells.drawing/commentshape/update_selected_value/_index.md index 5282406fb6..24133a5b43 100644 --- a/english/aspose.cells.drawing/commentshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/commentshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/commentshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/commentshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/commentshape/upper_delta_x/_index.md index 883ee13538..e50939b71e 100644 --- a/english/aspose.cells.drawing/commentshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/commentshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/commentshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/commentshape/upper_delta_y/_index.md index f0a7417998..0bcbeaf611 100644 --- a/english/aspose.cells.drawing/commentshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/commentshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/commentshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/upper_left_column/_index.md b/english/aspose.cells.drawing/commentshape/upper_left_column/_index.md index f9e79271db..465ec4b2f3 100644 --- a/english/aspose.cells.drawing/commentshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/commentshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/commentshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/upper_left_row/_index.md b/english/aspose.cells.drawing/commentshape/upper_left_row/_index.md index 1eab3cd42a..137de93b07 100644 --- a/english/aspose.cells.drawing/commentshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/commentshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/commentshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width/_index.md b/english/aspose.cells.drawing/commentshape/width/_index.md index d596b019fc..9c3df427eb 100644 --- a/english/aspose.cells.drawing/commentshape/width/_index.md +++ b/english/aspose.cells.drawing/commentshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/commentshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width_cm/_index.md b/english/aspose.cells.drawing/commentshape/width_cm/_index.md index 0afe9ffb41..24e88ab4e0 100644 --- a/english/aspose.cells.drawing/commentshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/commentshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/commentshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width_in_shape/_index.md b/english/aspose.cells.drawing/commentshape/width_in_shape/_index.md index 775097c51a..f9f8e574e7 100644 --- a/english/aspose.cells.drawing/commentshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/commentshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/commentshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width_inch/_index.md b/english/aspose.cells.drawing/commentshape/width_inch/_index.md index 69580b98a2..752dae7890 100644 --- a/english/aspose.cells.drawing/commentshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/commentshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/commentshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width_pt/_index.md b/english/aspose.cells.drawing/commentshape/width_pt/_index.md index 109c72101d..9e6694969d 100644 --- a/english/aspose.cells.drawing/commentshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/commentshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/commentshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/width_scale/_index.md b/english/aspose.cells.drawing/commentshape/width_scale/_index.md index 91da4fd7b3..b8e04eba5c 100644 --- a/english/aspose.cells.drawing/commentshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/commentshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/commentshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/worksheet/_index.md b/english/aspose.cells.drawing/commentshape/worksheet/_index.md index cfd7f20e0c..228a7501e2 100644 --- a/english/aspose.cells.drawing/commentshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/commentshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/commentshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/x/_index.md b/english/aspose.cells.drawing/commentshape/x/_index.md index c509e6c30c..12b6422040 100644 --- a/english/aspose.cells.drawing/commentshape/x/_index.md +++ b/english/aspose.cells.drawing/commentshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/commentshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/y/_index.md b/english/aspose.cells.drawing/commentshape/y/_index.md index c348611aba..3daef51536 100644 --- a/english/aspose.cells.drawing/commentshape/y/_index.md +++ b/english/aspose.cells.drawing/commentshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/commentshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/commentshape/z_order_position/_index.md b/english/aspose.cells.drawing/commentshape/z_order_position/_index.md index c967f85aac..c8f7b1127e 100644 --- a/english/aspose.cells.drawing/commentshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/commentshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/commentshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/_index.md b/english/aspose.cells.drawing/customxmlshape/_index.md index 5cf139ca85..9c1349b612 100644 --- a/english/aspose.cells.drawing/customxmlshape/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/_index.md @@ -130,31 +130,32 @@ The CustomXmlShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/customxmlshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/customxmlshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/customxmlshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/customxmlshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/customxmlshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/customxmlshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/customxmlshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/customxmlshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/customxmlshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/customxmlshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/customxmlshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/customxmlshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/customxmlshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/customxmlshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/customxmlshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/customxmlshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/customxmlshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/customxmlshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/customxmlshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/customxmlshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/customxmlshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/customxmlshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/customxmlshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/customxmlshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/customxmlshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/customxmlshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/customxmlshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/customxmlshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/customxmlshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/customxmlshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/customxmlshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/customxmlshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/customxmlshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/customxmlshape/active_x_control/_index.md b/english/aspose.cells.drawing/customxmlshape/active_x_control/_index.md index 0984b26a59..c55cb197e9 100644 --- a/english/aspose.cells.drawing/customxmlshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/customxmlshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/customxmlshape/actual_lower_right_row/_index.md index 14bcd5de4f..7799d23f72 100644 --- a/english/aspose.cells.drawing/customxmlshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/customxmlshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/customxmlshape/add_hyperlink/_index.md index ad3fa096c5..73aca274b8 100644 --- a/english/aspose.cells.drawing/customxmlshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/customxmlshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/customxmlshape/align_top_right_corner/_index.md index 17c32b51e1..ac4d60a285 100644 --- a/english/aspose.cells.drawing/customxmlshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/customxmlshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/alternative_text/_index.md b/english/aspose.cells.drawing/customxmlshape/alternative_text/_index.md index e032170a20..9835c79b31 100644 --- a/english/aspose.cells.drawing/customxmlshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/customxmlshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/anchor_type/_index.md b/english/aspose.cells.drawing/customxmlshape/anchor_type/_index.md index 373806ec91..28b6c48249 100644 --- a/english/aspose.cells.drawing/customxmlshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/customxmlshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/customxmlshape/auto_shape_type/_index.md index 6ab807a86d..b42c70e160 100644 --- a/english/aspose.cells.drawing/customxmlshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/customxmlshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/bottom/_index.md b/english/aspose.cells.drawing/customxmlshape/bottom/_index.md index 1d0208367d..7825e0297b 100644 --- a/english/aspose.cells.drawing/customxmlshape/bottom/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/customxmlshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/customxmlshape/calculate_text_size/_index.md index 3ad8a9370f..506adc86e4 100644 --- a/english/aspose.cells.drawing/customxmlshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/customxmlshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/characters/_index.md b/english/aspose.cells.drawing/customxmlshape/characters/_index.md index 11c36ccf53..31b02e34f2 100644 --- a/english/aspose.cells.drawing/customxmlshape/characters/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/customxmlshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/control_data/_index.md b/english/aspose.cells.drawing/customxmlshape/control_data/_index.md index 46173d9bbe..e57372b37b 100644 --- a/english/aspose.cells.drawing/customxmlshape/control_data/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/customxmlshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/create_id/_index.md b/english/aspose.cells.drawing/customxmlshape/create_id/_index.md index dd76fe7d7a..a76a5fd354 100644 --- a/english/aspose.cells.drawing/customxmlshape/create_id/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/customxmlshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/fill/_index.md b/english/aspose.cells.drawing/customxmlshape/fill/_index.md index df7c2a9873..b9001bbbc7 100644 --- a/english/aspose.cells.drawing/customxmlshape/fill/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/customxmlshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/fill_format/_index.md b/english/aspose.cells.drawing/customxmlshape/fill_format/_index.md index 31410b07fe..0336ae2608 100644 --- a/english/aspose.cells.drawing/customxmlshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/customxmlshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/customxmlshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..83e1e836d9 --- /dev/null +++ b/english/aspose.cells.drawing/customxmlshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/customxmlshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`CustomXmlShape`](/cells/python-net/aspose.cells.drawing/customxmlshape) diff --git a/english/aspose.cells.drawing/customxmlshape/font/_index.md b/english/aspose.cells.drawing/customxmlshape/font/_index.md index 96a80a1a47..3d935a8664 100644 --- a/english/aspose.cells.drawing/customxmlshape/font/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/customxmlshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/format_characters/_index.md b/english/aspose.cells.drawing/customxmlshape/format_characters/_index.md index 35e1b4ef40..f74a3d3493 100644 --- a/english/aspose.cells.drawing/customxmlshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/customxmlshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/format_picture/_index.md b/english/aspose.cells.drawing/customxmlshape/format_picture/_index.md index 912e57e4e4..53a1dc3599 100644 --- a/english/aspose.cells.drawing/customxmlshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/customxmlshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/geometry/_index.md b/english/aspose.cells.drawing/customxmlshape/geometry/_index.md index fa30247763..dd18f1215c 100644 --- a/english/aspose.cells.drawing/customxmlshape/geometry/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/customxmlshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/get_actual_box/_index.md b/english/aspose.cells.drawing/customxmlshape/get_actual_box/_index.md index edee50eccd..c019191954 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/customxmlshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_characters/_index.md b/english/aspose.cells.drawing/customxmlshape/get_characters/_index.md index 3347d62024..3bc50de460 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/customxmlshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_connection_points/_index.md b/english/aspose.cells.drawing/customxmlshape/get_connection_points/_index.md index 34f501f996..0b8ba66213 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/customxmlshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_input_range/_index.md b/english/aspose.cells.drawing/customxmlshape/get_input_range/_index.md index 76761d1780..4963e0ebb8 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/customxmlshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/customxmlshape/get_linked_cell/_index.md index 27d3fe642e..2dea6d92e0 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/customxmlshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_locked_property/_index.md b/english/aspose.cells.drawing/customxmlshape/get_locked_property/_index.md index 862934ff42..6ce4d1e423 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/customxmlshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/_index.md index 9192f42f52..1ad42e2907 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/customxmlshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/customxmlshape/get_rich_formattings/_index.md index 2bdf5d62fa..51ba9ad639 100644 --- a/english/aspose.cells.drawing/customxmlshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/customxmlshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/glow/_index.md b/english/aspose.cells.drawing/customxmlshape/glow/_index.md index 1a2469a171..0b39bebfd9 100644 --- a/english/aspose.cells.drawing/customxmlshape/glow/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/customxmlshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/group/_index.md b/english/aspose.cells.drawing/customxmlshape/group/_index.md index a1084e8939..30dd1a7a6a 100644 --- a/english/aspose.cells.drawing/customxmlshape/group/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/customxmlshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/has_line/_index.md b/english/aspose.cells.drawing/customxmlshape/has_line/_index.md index 7fbecdb7b6..1112b0be5f 100644 --- a/english/aspose.cells.drawing/customxmlshape/has_line/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/customxmlshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height/_index.md b/english/aspose.cells.drawing/customxmlshape/height/_index.md index 7d620e5c0e..de7b3ce910 100644 --- a/english/aspose.cells.drawing/customxmlshape/height/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/customxmlshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height_cm/_index.md b/english/aspose.cells.drawing/customxmlshape/height_cm/_index.md index 59ff2a1174..1fa52c5642 100644 --- a/english/aspose.cells.drawing/customxmlshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/customxmlshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height_in_shape/_index.md b/english/aspose.cells.drawing/customxmlshape/height_in_shape/_index.md index 71e0d9940f..117229acf2 100644 --- a/english/aspose.cells.drawing/customxmlshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/customxmlshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height_inch/_index.md b/english/aspose.cells.drawing/customxmlshape/height_inch/_index.md index 01320a0a19..3264518277 100644 --- a/english/aspose.cells.drawing/customxmlshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/customxmlshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height_pt/_index.md b/english/aspose.cells.drawing/customxmlshape/height_pt/_index.md index 2e5b446c84..e9a77f03dd 100644 --- a/english/aspose.cells.drawing/customxmlshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/customxmlshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/height_scale/_index.md b/english/aspose.cells.drawing/customxmlshape/height_scale/_index.md index 6133a21da1..a82e5637f8 100644 --- a/english/aspose.cells.drawing/customxmlshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/customxmlshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/html_text/_index.md b/english/aspose.cells.drawing/customxmlshape/html_text/_index.md index 1ee231e99b..fc19953965 100644 --- a/english/aspose.cells.drawing/customxmlshape/html_text/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/customxmlshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/hyperlink/_index.md b/english/aspose.cells.drawing/customxmlshape/hyperlink/_index.md index a924ad97fa..a8430caeb8 100644 --- a/english/aspose.cells.drawing/customxmlshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/customxmlshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/id/_index.md b/english/aspose.cells.drawing/customxmlshape/id/_index.md index 0a6e216429..3edc1bee86 100644 --- a/english/aspose.cells.drawing/customxmlshape/id/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/customxmlshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/input_range/_index.md b/english/aspose.cells.drawing/customxmlshape/input_range/_index.md index 25e5ca7f67..b3a70c953b 100644 --- a/english/aspose.cells.drawing/customxmlshape/input_range/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/customxmlshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/customxmlshape/is_aspect_ratio_locked/_index.md index 0ce998834d..6e1eb80872 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/customxmlshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_decorative/_index.md b/english/aspose.cells.drawing/customxmlshape/is_decorative/_index.md index 3a8d5d2acc..fa78ddec97 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/customxmlshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_equation/_index.md b/english/aspose.cells.drawing/customxmlshape/is_equation/_index.md index f79a243639..e25b56d683 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/customxmlshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_filled/_index.md b/english/aspose.cells.drawing/customxmlshape/is_filled/_index.md index ab47ef16da..557dc30d35 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/customxmlshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/customxmlshape/is_flipped_horizontally/_index.md index c0861ead29..a1a3a8a25f 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/customxmlshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/customxmlshape/is_flipped_vertically/_index.md index 519a68186c..7b91daf643 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/customxmlshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_group/_index.md b/english/aspose.cells.drawing/customxmlshape/is_group/_index.md index c107d2f5bf..00eb751fe2 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_group/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/customxmlshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_hidden/_index.md b/english/aspose.cells.drawing/customxmlshape/is_hidden/_index.md index 2ccdb69017..c98b30e8e9 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/customxmlshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_in_group/_index.md b/english/aspose.cells.drawing/customxmlshape/is_in_group/_index.md index 665ea8f24f..042080c1b7 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/customxmlshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/customxmlshape/is_lock_aspect_ratio/_index.md index d3dc55d342..94db169012 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/customxmlshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_locked/_index.md b/english/aspose.cells.drawing/customxmlshape/is_locked/_index.md index dd3fd5b00b..a958731ce2 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/customxmlshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_printable/_index.md b/english/aspose.cells.drawing/customxmlshape/is_printable/_index.md index 9572cc4377..d30525c74f 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/customxmlshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_rich_text/_index.md b/english/aspose.cells.drawing/customxmlshape/is_rich_text/_index.md index 4756e23f57..566fdeca4e 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/customxmlshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_same_setting/_index.md b/english/aspose.cells.drawing/customxmlshape/is_same_setting/_index.md index c68c57c186..8b1bafdb51 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/customxmlshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/is_smart_art/_index.md b/english/aspose.cells.drawing/customxmlshape/is_smart_art/_index.md index 6c007133bd..58abf86206 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/customxmlshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/customxmlshape/is_text_wrapped/_index.md index 923f10555c..4708f87cb8 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/customxmlshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/is_word_art/_index.md b/english/aspose.cells.drawing/customxmlshape/is_word_art/_index.md index a39d911d66..6e2b487731 100644 --- a/english/aspose.cells.drawing/customxmlshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/customxmlshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/left/_index.md b/english/aspose.cells.drawing/customxmlshape/left/_index.md index 4d9559e02b..09cb67fd8e 100644 --- a/english/aspose.cells.drawing/customxmlshape/left/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/customxmlshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/left_cm/_index.md b/english/aspose.cells.drawing/customxmlshape/left_cm/_index.md index 89794ab90b..a80cefd153 100644 --- a/english/aspose.cells.drawing/customxmlshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/customxmlshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/left_in_shape/_index.md b/english/aspose.cells.drawing/customxmlshape/left_in_shape/_index.md index fa8cb2d528..a2cc87ed09 100644 --- a/english/aspose.cells.drawing/customxmlshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/customxmlshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/left_inch/_index.md b/english/aspose.cells.drawing/customxmlshape/left_inch/_index.md index 33c01b3d10..9ef8137e99 100644 --- a/english/aspose.cells.drawing/customxmlshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/customxmlshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/left_to_corner/_index.md b/english/aspose.cells.drawing/customxmlshape/left_to_corner/_index.md index 5a62950007..262ba51c98 100644 --- a/english/aspose.cells.drawing/customxmlshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/customxmlshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/line/_index.md b/english/aspose.cells.drawing/customxmlshape/line/_index.md index 23fde17add..9f4c51775b 100644 --- a/english/aspose.cells.drawing/customxmlshape/line/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/customxmlshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/line_format/_index.md b/english/aspose.cells.drawing/customxmlshape/line_format/_index.md index d2b003dc96..2de738e9a5 100644 --- a/english/aspose.cells.drawing/customxmlshape/line_format/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/customxmlshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/linked_cell/_index.md b/english/aspose.cells.drawing/customxmlshape/linked_cell/_index.md index 1f706e9baf..05001c5e0e 100644 --- a/english/aspose.cells.drawing/customxmlshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/customxmlshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/customxmlshape/lower_delta_x/_index.md index 9bd80a021e..9c43831911 100644 --- a/english/aspose.cells.drawing/customxmlshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/customxmlshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/customxmlshape/lower_delta_y/_index.md index 14a1d97e81..3f8847e62f 100644 --- a/english/aspose.cells.drawing/customxmlshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/customxmlshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/lower_right_column/_index.md b/english/aspose.cells.drawing/customxmlshape/lower_right_column/_index.md index daae47b18c..9c6f4ef916 100644 --- a/english/aspose.cells.drawing/customxmlshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/customxmlshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/lower_right_row/_index.md b/english/aspose.cells.drawing/customxmlshape/lower_right_row/_index.md index 231f51b9d3..1aba726128 100644 --- a/english/aspose.cells.drawing/customxmlshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/customxmlshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/macro_name/_index.md b/english/aspose.cells.drawing/customxmlshape/macro_name/_index.md index c8e1627c35..6acf3563b7 100644 --- a/english/aspose.cells.drawing/customxmlshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/customxmlshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md b/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md index 445db4eb4a..a7993edf10 100644 --- a/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/customxmlshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/customxmlshape/mso_drawing_type/_index.md index a3e8c39525..f311c740e8 100644 --- a/english/aspose.cells.drawing/customxmlshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/customxmlshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/name/_index.md b/english/aspose.cells.drawing/customxmlshape/name/_index.md index b9bf6d6155..850ebbfb57 100644 --- a/english/aspose.cells.drawing/customxmlshape/name/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/customxmlshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/paths/_index.md b/english/aspose.cells.drawing/customxmlshape/paths/_index.md index 2ac77e7c87..b9d1469522 100644 --- a/english/aspose.cells.drawing/customxmlshape/paths/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/customxmlshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/placement/_index.md b/english/aspose.cells.drawing/customxmlshape/placement/_index.md index 2a63907d39..89f7f9adb0 100644 --- a/english/aspose.cells.drawing/customxmlshape/placement/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/customxmlshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/reflection/_index.md b/english/aspose.cells.drawing/customxmlshape/reflection/_index.md index 84d3fbbeae..f03472bb96 100644 --- a/english/aspose.cells.drawing/customxmlshape/reflection/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/customxmlshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/customxmlshape/relative_to_original_picture_size/_index.md index b10992e8ac..e3b3f56cab 100644 --- a/english/aspose.cells.drawing/customxmlshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/customxmlshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/customxmlshape/remove_active_x_control/_index.md index 128020cc95..b840b7dd34 100644 --- a/english/aspose.cells.drawing/customxmlshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/customxmlshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/customxmlshape/remove_hyperlink/_index.md index 2d732ff852..a4ffca076e 100644 --- a/english/aspose.cells.drawing/customxmlshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/customxmlshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/right/_index.md b/english/aspose.cells.drawing/customxmlshape/right/_index.md index d734abae69..ac68749e45 100644 --- a/english/aspose.cells.drawing/customxmlshape/right/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/customxmlshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/rotation_angle/_index.md b/english/aspose.cells.drawing/customxmlshape/rotation_angle/_index.md index 19368d69e0..e3157bd888 100644 --- a/english/aspose.cells.drawing/customxmlshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/customxmlshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/set_input_range/_index.md b/english/aspose.cells.drawing/customxmlshape/set_input_range/_index.md index 2fdf596004..c741c7bc01 100644 --- a/english/aspose.cells.drawing/customxmlshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/customxmlshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/customxmlshape/set_linked_cell/_index.md index 532bebada0..623ad2b2da 100644 --- a/english/aspose.cells.drawing/customxmlshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/customxmlshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/set_locked_property/_index.md b/english/aspose.cells.drawing/customxmlshape/set_locked_property/_index.md index 381b5a6f7b..882dce81c4 100644 --- a/english/aspose.cells.drawing/customxmlshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/customxmlshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/shadow_effect/_index.md b/english/aspose.cells.drawing/customxmlshape/shadow_effect/_index.md index a41856d27a..a125cb5815 100644 --- a/english/aspose.cells.drawing/customxmlshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/customxmlshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/soft_edges/_index.md b/english/aspose.cells.drawing/customxmlshape/soft_edges/_index.md index fa9fe36f99..e87eecccd3 100644 --- a/english/aspose.cells.drawing/customxmlshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/customxmlshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/spid/_index.md b/english/aspose.cells.drawing/customxmlshape/spid/_index.md index 9f55284a32..fb2fcaf509 100644 --- a/english/aspose.cells.drawing/customxmlshape/spid/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/customxmlshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/spt/_index.md b/english/aspose.cells.drawing/customxmlshape/spt/_index.md index f94a9095ab..8e6fb075ec 100644 --- a/english/aspose.cells.drawing/customxmlshape/spt/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/customxmlshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text/_index.md b/english/aspose.cells.drawing/customxmlshape/text/_index.md index 2cc1e31054..431302fb36 100644 --- a/english/aspose.cells.drawing/customxmlshape/text/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/customxmlshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_body/_index.md b/english/aspose.cells.drawing/customxmlshape/text_body/_index.md index 99fd7290d3..85f6807db1 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_body/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/customxmlshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_box_options/_index.md b/english/aspose.cells.drawing/customxmlshape/text_box_options/_index.md index 5a01022609..655698c295 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/customxmlshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_direction/_index.md b/english/aspose.cells.drawing/customxmlshape/text_direction/_index.md index 493dc76620..7a1c14d63a 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/customxmlshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_effect/_index.md b/english/aspose.cells.drawing/customxmlshape/text_effect/_index.md index fc0f29c25e..74e4c889f6 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/customxmlshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/customxmlshape/text_horizontal_alignment/_index.md index 63f88c4fcf..e0fc1dde05 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/customxmlshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/customxmlshape/text_horizontal_overflow/_index.md index 98a798f700..7c90c0030b 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/customxmlshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_options/_index.md b/english/aspose.cells.drawing/customxmlshape/text_options/_index.md index 33e5735b7f..b487db20ff 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_options/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/customxmlshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/customxmlshape/text_orientation_type/_index.md index 1de805fb87..2f6eeb75d9 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/customxmlshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_shape_type/_index.md b/english/aspose.cells.drawing/customxmlshape/text_shape_type/_index.md index c7ea739e97..7ef59e88ac 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/customxmlshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/customxmlshape/text_vertical_alignment/_index.md index 389be82510..3eccaf3897 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/customxmlshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/customxmlshape/text_vertical_overflow/_index.md index 852dd9ff8f..e442c25fd0 100644 --- a/english/aspose.cells.drawing/customxmlshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/customxmlshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/three_d_format/_index.md b/english/aspose.cells.drawing/customxmlshape/three_d_format/_index.md index 01b97688ae..a18e661782 100644 --- a/english/aspose.cells.drawing/customxmlshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/customxmlshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/title/_index.md b/english/aspose.cells.drawing/customxmlshape/title/_index.md index ecf6eab3af..5c81bd60cb 100644 --- a/english/aspose.cells.drawing/customxmlshape/title/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/customxmlshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/customxmlshape/to_front_or_back/_index.md index 54e16177a3..7fad1240d4 100644 --- a/english/aspose.cells.drawing/customxmlshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/customxmlshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/to_image/_index.md b/english/aspose.cells.drawing/customxmlshape/to_image/_index.md index ded44ddd10..d2a74f7e75 100644 --- a/english/aspose.cells.drawing/customxmlshape/to_image/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/customxmlshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/top/_index.md b/english/aspose.cells.drawing/customxmlshape/top/_index.md index 003b92722a..0cf1c15953 100644 --- a/english/aspose.cells.drawing/customxmlshape/top/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/customxmlshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/top_cm/_index.md b/english/aspose.cells.drawing/customxmlshape/top_cm/_index.md index 4147aa166d..3bb1fb86b6 100644 --- a/english/aspose.cells.drawing/customxmlshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/customxmlshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/top_in_shape/_index.md b/english/aspose.cells.drawing/customxmlshape/top_in_shape/_index.md index e0a0f7ed56..645fc7c544 100644 --- a/english/aspose.cells.drawing/customxmlshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/customxmlshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/top_inch/_index.md b/english/aspose.cells.drawing/customxmlshape/top_inch/_index.md index 692c62f96a..c537e9f3dc 100644 --- a/english/aspose.cells.drawing/customxmlshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/customxmlshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/top_to_corner/_index.md b/english/aspose.cells.drawing/customxmlshape/top_to_corner/_index.md index 01b1127d3f..3687322dd4 100644 --- a/english/aspose.cells.drawing/customxmlshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/customxmlshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/type/_index.md b/english/aspose.cells.drawing/customxmlshape/type/_index.md index 6a22afd7ef..aa867f2acc 100644 --- a/english/aspose.cells.drawing/customxmlshape/type/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/customxmlshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/update_selected_value/_index.md b/english/aspose.cells.drawing/customxmlshape/update_selected_value/_index.md index 4709516f45..0aa55677ab 100644 --- a/english/aspose.cells.drawing/customxmlshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/customxmlshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/customxmlshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/customxmlshape/upper_delta_x/_index.md index 21f89fb376..338dc41a82 100644 --- a/english/aspose.cells.drawing/customxmlshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/customxmlshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/customxmlshape/upper_delta_y/_index.md index 37fe5de47c..66b902c4b9 100644 --- a/english/aspose.cells.drawing/customxmlshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/customxmlshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/upper_left_column/_index.md b/english/aspose.cells.drawing/customxmlshape/upper_left_column/_index.md index 7a6b88250c..6c335b13ea 100644 --- a/english/aspose.cells.drawing/customxmlshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/customxmlshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/upper_left_row/_index.md b/english/aspose.cells.drawing/customxmlshape/upper_left_row/_index.md index 392c24b7e5..042b09739b 100644 --- a/english/aspose.cells.drawing/customxmlshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/customxmlshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width/_index.md b/english/aspose.cells.drawing/customxmlshape/width/_index.md index 70e43291b6..c27db5c764 100644 --- a/english/aspose.cells.drawing/customxmlshape/width/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/customxmlshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width_cm/_index.md b/english/aspose.cells.drawing/customxmlshape/width_cm/_index.md index 222c9539c9..e90ff46688 100644 --- a/english/aspose.cells.drawing/customxmlshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/customxmlshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width_in_shape/_index.md b/english/aspose.cells.drawing/customxmlshape/width_in_shape/_index.md index 36164f3c3d..3d7df06127 100644 --- a/english/aspose.cells.drawing/customxmlshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/customxmlshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width_inch/_index.md b/english/aspose.cells.drawing/customxmlshape/width_inch/_index.md index 39ecb67f52..de441a735c 100644 --- a/english/aspose.cells.drawing/customxmlshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/customxmlshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width_pt/_index.md b/english/aspose.cells.drawing/customxmlshape/width_pt/_index.md index e1f07639d3..a1637c6e83 100644 --- a/english/aspose.cells.drawing/customxmlshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/customxmlshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/width_scale/_index.md b/english/aspose.cells.drawing/customxmlshape/width_scale/_index.md index d9bff1836e..60423aa9a6 100644 --- a/english/aspose.cells.drawing/customxmlshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/customxmlshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/worksheet/_index.md b/english/aspose.cells.drawing/customxmlshape/worksheet/_index.md index d7862366b5..d4b0332f69 100644 --- a/english/aspose.cells.drawing/customxmlshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/customxmlshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/x/_index.md b/english/aspose.cells.drawing/customxmlshape/x/_index.md index ffec3d1147..83668f5565 100644 --- a/english/aspose.cells.drawing/customxmlshape/x/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/customxmlshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/y/_index.md b/english/aspose.cells.drawing/customxmlshape/y/_index.md index 95433a90f1..080642f24c 100644 --- a/english/aspose.cells.drawing/customxmlshape/y/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/customxmlshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/customxmlshape/z_order_position/_index.md b/english/aspose.cells.drawing/customxmlshape/z_order_position/_index.md index 0744d77848..69ff0996b9 100644 --- a/english/aspose.cells.drawing/customxmlshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/customxmlshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/customxmlshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/_index.md b/english/aspose.cells.drawing/dialogbox/_index.md index b8e1762835..db60873024 100644 --- a/english/aspose.cells.drawing/dialogbox/_index.md +++ b/english/aspose.cells.drawing/dialogbox/_index.md @@ -130,31 +130,32 @@ The DialogBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/dialogbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/dialogbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/dialogbox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/dialogbox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/dialogbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/dialogbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/dialogbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/dialogbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/dialogbox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/dialogbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/dialogbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/dialogbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/dialogbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/dialogbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/dialogbox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/dialogbox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/dialogbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/dialogbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/dialogbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/dialogbox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/dialogbox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/dialogbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/dialogbox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/dialogbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/dialogbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/dialogbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/dialogbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/dialogbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/dialogbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/dialogbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/dialogbox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/dialogbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/dialogbox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/dialogbox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/dialogbox/active_x_control/_index.md b/english/aspose.cells.drawing/dialogbox/active_x_control/_index.md index cf529b3fea..356736f294 100644 --- a/english/aspose.cells.drawing/dialogbox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/dialogbox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/dialogbox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/dialogbox/actual_lower_right_row/_index.md index 8986c65dc4..4e6b11aeae 100644 --- a/english/aspose.cells.drawing/dialogbox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/dialogbox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/dialogbox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/add_hyperlink/_index.md b/english/aspose.cells.drawing/dialogbox/add_hyperlink/_index.md index 63abdbaa86..b1193bdebf 100644 --- a/english/aspose.cells.drawing/dialogbox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/dialogbox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/dialogbox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/dialogbox/align_top_right_corner/_index.md index f08d3f732a..29b746ff23 100644 --- a/english/aspose.cells.drawing/dialogbox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/dialogbox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/dialogbox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/alternative_text/_index.md b/english/aspose.cells.drawing/dialogbox/alternative_text/_index.md index 930a6dddf2..9225fa4aed 100644 --- a/english/aspose.cells.drawing/dialogbox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/dialogbox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/dialogbox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/anchor_type/_index.md b/english/aspose.cells.drawing/dialogbox/anchor_type/_index.md index a8567c2948..d1aa5c8be2 100644 --- a/english/aspose.cells.drawing/dialogbox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/dialogbox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/auto_shape_type/_index.md b/english/aspose.cells.drawing/dialogbox/auto_shape_type/_index.md index 89e8b0b365..d174f74a9e 100644 --- a/english/aspose.cells.drawing/dialogbox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/dialogbox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/bottom/_index.md b/english/aspose.cells.drawing/dialogbox/bottom/_index.md index ed459f0e0f..cc40ee2c30 100644 --- a/english/aspose.cells.drawing/dialogbox/bottom/_index.md +++ b/english/aspose.cells.drawing/dialogbox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/dialogbox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/calculate_text_size/_index.md b/english/aspose.cells.drawing/dialogbox/calculate_text_size/_index.md index cfa4857531..51d5c4cfd8 100644 --- a/english/aspose.cells.drawing/dialogbox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/dialogbox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/dialogbox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/characters/_index.md b/english/aspose.cells.drawing/dialogbox/characters/_index.md index dc9fbd03ee..7cad977623 100644 --- a/english/aspose.cells.drawing/dialogbox/characters/_index.md +++ b/english/aspose.cells.drawing/dialogbox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/dialogbox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/control_data/_index.md b/english/aspose.cells.drawing/dialogbox/control_data/_index.md index 7dc2ed904b..c6c15bf567 100644 --- a/english/aspose.cells.drawing/dialogbox/control_data/_index.md +++ b/english/aspose.cells.drawing/dialogbox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/dialogbox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/create_id/_index.md b/english/aspose.cells.drawing/dialogbox/create_id/_index.md index a11cdda7c8..bbf7265178 100644 --- a/english/aspose.cells.drawing/dialogbox/create_id/_index.md +++ b/english/aspose.cells.drawing/dialogbox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/dialogbox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/fill/_index.md b/english/aspose.cells.drawing/dialogbox/fill/_index.md index f692a36a49..81084e716e 100644 --- a/english/aspose.cells.drawing/dialogbox/fill/_index.md +++ b/english/aspose.cells.drawing/dialogbox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/dialogbox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/fill_format/_index.md b/english/aspose.cells.drawing/dialogbox/fill_format/_index.md index 6f9ca60fee..351ca6b119 100644 --- a/english/aspose.cells.drawing/dialogbox/fill_format/_index.md +++ b/english/aspose.cells.drawing/dialogbox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/dialogbox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/dialogbox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..cc9782ae14 --- /dev/null +++ b/english/aspose.cells.drawing/dialogbox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/dialogbox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`DialogBox`](/cells/python-net/aspose.cells.drawing/dialogbox) diff --git a/english/aspose.cells.drawing/dialogbox/font/_index.md b/english/aspose.cells.drawing/dialogbox/font/_index.md index 3d394a1d45..65f2b3fb5d 100644 --- a/english/aspose.cells.drawing/dialogbox/font/_index.md +++ b/english/aspose.cells.drawing/dialogbox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/dialogbox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/format_characters/_index.md b/english/aspose.cells.drawing/dialogbox/format_characters/_index.md index a6bd9c9feb..1a8ad92698 100644 --- a/english/aspose.cells.drawing/dialogbox/format_characters/_index.md +++ b/english/aspose.cells.drawing/dialogbox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/dialogbox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/format_picture/_index.md b/english/aspose.cells.drawing/dialogbox/format_picture/_index.md index b90c617c08..724f71cc04 100644 --- a/english/aspose.cells.drawing/dialogbox/format_picture/_index.md +++ b/english/aspose.cells.drawing/dialogbox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/dialogbox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/geometry/_index.md b/english/aspose.cells.drawing/dialogbox/geometry/_index.md index f2b17b5c76..efec8a1ca2 100644 --- a/english/aspose.cells.drawing/dialogbox/geometry/_index.md +++ b/english/aspose.cells.drawing/dialogbox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/dialogbox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/get_actual_box/_index.md b/english/aspose.cells.drawing/dialogbox/get_actual_box/_index.md index 5d2310bad2..eb115a3a91 100644 --- a/english/aspose.cells.drawing/dialogbox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/dialogbox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_characters/_index.md b/english/aspose.cells.drawing/dialogbox/get_characters/_index.md index 1d62bedf56..1df3a7dc38 100644 --- a/english/aspose.cells.drawing/dialogbox/get_characters/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/dialogbox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_connection_points/_index.md b/english/aspose.cells.drawing/dialogbox/get_connection_points/_index.md index 4a1e4c9d05..32435755b4 100644 --- a/english/aspose.cells.drawing/dialogbox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/dialogbox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_input_range/_index.md b/english/aspose.cells.drawing/dialogbox/get_input_range/_index.md index 252d5afe50..d9e403cf34 100644 --- a/english/aspose.cells.drawing/dialogbox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/dialogbox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_linked_cell/_index.md b/english/aspose.cells.drawing/dialogbox/get_linked_cell/_index.md index 12ed289661..76cda8ee94 100644 --- a/english/aspose.cells.drawing/dialogbox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/dialogbox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_locked_property/_index.md b/english/aspose.cells.drawing/dialogbox/get_locked_property/_index.md index dd271f42e5..9bf41162aa 100644 --- a/english/aspose.cells.drawing/dialogbox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/dialogbox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/dialogbox/get_result_of_smart_art/_index.md index dc44ebf012..eac48ec6ac 100644 --- a/english/aspose.cells.drawing/dialogbox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/dialogbox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/dialogbox/get_rich_formattings/_index.md index 1b92324d4e..2e8bff0963 100644 --- a/english/aspose.cells.drawing/dialogbox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/dialogbox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/dialogbox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/glow/_index.md b/english/aspose.cells.drawing/dialogbox/glow/_index.md index a4b9ca9213..b474d82204 100644 --- a/english/aspose.cells.drawing/dialogbox/glow/_index.md +++ b/english/aspose.cells.drawing/dialogbox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/dialogbox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/group/_index.md b/english/aspose.cells.drawing/dialogbox/group/_index.md index 89aa6b1dff..702137b23b 100644 --- a/english/aspose.cells.drawing/dialogbox/group/_index.md +++ b/english/aspose.cells.drawing/dialogbox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/dialogbox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/has_line/_index.md b/english/aspose.cells.drawing/dialogbox/has_line/_index.md index 3b6a257f4b..9627d5f3c4 100644 --- a/english/aspose.cells.drawing/dialogbox/has_line/_index.md +++ b/english/aspose.cells.drawing/dialogbox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/dialogbox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height/_index.md b/english/aspose.cells.drawing/dialogbox/height/_index.md index 350b7e7ac3..8f6f3c101b 100644 --- a/english/aspose.cells.drawing/dialogbox/height/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/dialogbox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height_cm/_index.md b/english/aspose.cells.drawing/dialogbox/height_cm/_index.md index 4e9604f6e1..c7dd7ac1a5 100644 --- a/english/aspose.cells.drawing/dialogbox/height_cm/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/dialogbox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height_in_shape/_index.md b/english/aspose.cells.drawing/dialogbox/height_in_shape/_index.md index d275d82727..ed8b2671ab 100644 --- a/english/aspose.cells.drawing/dialogbox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/dialogbox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height_inch/_index.md b/english/aspose.cells.drawing/dialogbox/height_inch/_index.md index ad3a3c73f1..6ac16ce684 100644 --- a/english/aspose.cells.drawing/dialogbox/height_inch/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/dialogbox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height_pt/_index.md b/english/aspose.cells.drawing/dialogbox/height_pt/_index.md index 028f5b5bd0..0d42de1456 100644 --- a/english/aspose.cells.drawing/dialogbox/height_pt/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/dialogbox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/height_scale/_index.md b/english/aspose.cells.drawing/dialogbox/height_scale/_index.md index f7be1f9474..2d0761710f 100644 --- a/english/aspose.cells.drawing/dialogbox/height_scale/_index.md +++ b/english/aspose.cells.drawing/dialogbox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/dialogbox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/html_text/_index.md b/english/aspose.cells.drawing/dialogbox/html_text/_index.md index 743a060f94..0ff580f8bd 100644 --- a/english/aspose.cells.drawing/dialogbox/html_text/_index.md +++ b/english/aspose.cells.drawing/dialogbox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/dialogbox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/hyperlink/_index.md b/english/aspose.cells.drawing/dialogbox/hyperlink/_index.md index dfd0b8c70d..6d909b2135 100644 --- a/english/aspose.cells.drawing/dialogbox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/dialogbox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/dialogbox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/id/_index.md b/english/aspose.cells.drawing/dialogbox/id/_index.md index a9fdb5a468..a17fe6c093 100644 --- a/english/aspose.cells.drawing/dialogbox/id/_index.md +++ b/english/aspose.cells.drawing/dialogbox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/dialogbox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/input_range/_index.md b/english/aspose.cells.drawing/dialogbox/input_range/_index.md index 5f83bcdce4..ad93c4e029 100644 --- a/english/aspose.cells.drawing/dialogbox/input_range/_index.md +++ b/english/aspose.cells.drawing/dialogbox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/dialogbox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/dialogbox/is_aspect_ratio_locked/_index.md index 4c375645f7..a15108c735 100644 --- a/english/aspose.cells.drawing/dialogbox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/dialogbox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_decorative/_index.md b/english/aspose.cells.drawing/dialogbox/is_decorative/_index.md index 779af407f9..f845b97f1f 100644 --- a/english/aspose.cells.drawing/dialogbox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/dialogbox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_equation/_index.md b/english/aspose.cells.drawing/dialogbox/is_equation/_index.md index b3af441ab8..6e179c2b80 100644 --- a/english/aspose.cells.drawing/dialogbox/is_equation/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/dialogbox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_filled/_index.md b/english/aspose.cells.drawing/dialogbox/is_filled/_index.md index a1d947cc25..336434dd50 100644 --- a/english/aspose.cells.drawing/dialogbox/is_filled/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/dialogbox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/dialogbox/is_flipped_horizontally/_index.md index 4e73e6b6e8..79df33a857 100644 --- a/english/aspose.cells.drawing/dialogbox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/dialogbox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/dialogbox/is_flipped_vertically/_index.md index bc51eedae5..60ac45a72d 100644 --- a/english/aspose.cells.drawing/dialogbox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/dialogbox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_group/_index.md b/english/aspose.cells.drawing/dialogbox/is_group/_index.md index c5c534d6e6..6bde7c5dbe 100644 --- a/english/aspose.cells.drawing/dialogbox/is_group/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/dialogbox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_hidden/_index.md b/english/aspose.cells.drawing/dialogbox/is_hidden/_index.md index 8ddbbe5c1b..045c1f8dca 100644 --- a/english/aspose.cells.drawing/dialogbox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/dialogbox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_in_group/_index.md b/english/aspose.cells.drawing/dialogbox/is_in_group/_index.md index 8e9b7f2ef7..25f7e3bdc9 100644 --- a/english/aspose.cells.drawing/dialogbox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/dialogbox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/dialogbox/is_lock_aspect_ratio/_index.md index 3951f45722..43ada315b1 100644 --- a/english/aspose.cells.drawing/dialogbox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/dialogbox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_locked/_index.md b/english/aspose.cells.drawing/dialogbox/is_locked/_index.md index 30ab5d80a8..e7983870ed 100644 --- a/english/aspose.cells.drawing/dialogbox/is_locked/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/dialogbox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_printable/_index.md b/english/aspose.cells.drawing/dialogbox/is_printable/_index.md index 2e30c70dc2..a9ba6c5e64 100644 --- a/english/aspose.cells.drawing/dialogbox/is_printable/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/dialogbox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_rich_text/_index.md b/english/aspose.cells.drawing/dialogbox/is_rich_text/_index.md index 369717cd01..0a1bf7bd5b 100644 --- a/english/aspose.cells.drawing/dialogbox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/dialogbox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_same_setting/_index.md b/english/aspose.cells.drawing/dialogbox/is_same_setting/_index.md index 7a03b3d930..9fa00b40e9 100644 --- a/english/aspose.cells.drawing/dialogbox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/dialogbox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/is_smart_art/_index.md b/english/aspose.cells.drawing/dialogbox/is_smart_art/_index.md index 88ee0c708a..33b45b6630 100644 --- a/english/aspose.cells.drawing/dialogbox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/dialogbox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/dialogbox/is_text_wrapped/_index.md index c25adf3154..eaa48319f3 100644 --- a/english/aspose.cells.drawing/dialogbox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/dialogbox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/is_word_art/_index.md b/english/aspose.cells.drawing/dialogbox/is_word_art/_index.md index a836d24e8b..c382f7272e 100644 --- a/english/aspose.cells.drawing/dialogbox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/dialogbox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/dialogbox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/left/_index.md b/english/aspose.cells.drawing/dialogbox/left/_index.md index e05b4411f4..d2d6d159fc 100644 --- a/english/aspose.cells.drawing/dialogbox/left/_index.md +++ b/english/aspose.cells.drawing/dialogbox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/dialogbox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/left_cm/_index.md b/english/aspose.cells.drawing/dialogbox/left_cm/_index.md index 1edf83bcc3..d188d076bb 100644 --- a/english/aspose.cells.drawing/dialogbox/left_cm/_index.md +++ b/english/aspose.cells.drawing/dialogbox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/dialogbox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/left_in_shape/_index.md b/english/aspose.cells.drawing/dialogbox/left_in_shape/_index.md index 6cc14e7686..16630c7c33 100644 --- a/english/aspose.cells.drawing/dialogbox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/dialogbox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/dialogbox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/left_inch/_index.md b/english/aspose.cells.drawing/dialogbox/left_inch/_index.md index eedf542773..5a281fc383 100644 --- a/english/aspose.cells.drawing/dialogbox/left_inch/_index.md +++ b/english/aspose.cells.drawing/dialogbox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/dialogbox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/left_to_corner/_index.md b/english/aspose.cells.drawing/dialogbox/left_to_corner/_index.md index 34a3347985..89b9079633 100644 --- a/english/aspose.cells.drawing/dialogbox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/dialogbox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/dialogbox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/line/_index.md b/english/aspose.cells.drawing/dialogbox/line/_index.md index cb61dd05da..8dee938713 100644 --- a/english/aspose.cells.drawing/dialogbox/line/_index.md +++ b/english/aspose.cells.drawing/dialogbox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/dialogbox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/line_format/_index.md b/english/aspose.cells.drawing/dialogbox/line_format/_index.md index 652a1cac29..2b5187ed4c 100644 --- a/english/aspose.cells.drawing/dialogbox/line_format/_index.md +++ b/english/aspose.cells.drawing/dialogbox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/dialogbox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/linked_cell/_index.md b/english/aspose.cells.drawing/dialogbox/linked_cell/_index.md index f3ea172f87..ab51e58ff5 100644 --- a/english/aspose.cells.drawing/dialogbox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/dialogbox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/dialogbox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/lower_delta_x/_index.md b/english/aspose.cells.drawing/dialogbox/lower_delta_x/_index.md index 7957cdcdee..548d5d3744 100644 --- a/english/aspose.cells.drawing/dialogbox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/dialogbox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/dialogbox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/lower_delta_y/_index.md b/english/aspose.cells.drawing/dialogbox/lower_delta_y/_index.md index 36d6bcfb4f..161ceaedbf 100644 --- a/english/aspose.cells.drawing/dialogbox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/dialogbox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/dialogbox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/lower_right_column/_index.md b/english/aspose.cells.drawing/dialogbox/lower_right_column/_index.md index c477ee5a23..e096ea52fe 100644 --- a/english/aspose.cells.drawing/dialogbox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/dialogbox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/dialogbox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/lower_right_row/_index.md b/english/aspose.cells.drawing/dialogbox/lower_right_row/_index.md index bf74ba411d..1a8ead5e48 100644 --- a/english/aspose.cells.drawing/dialogbox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/dialogbox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/dialogbox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/macro_name/_index.md b/english/aspose.cells.drawing/dialogbox/macro_name/_index.md index 6cd960a3b2..3cdc8a3d31 100644 --- a/english/aspose.cells.drawing/dialogbox/macro_name/_index.md +++ b/english/aspose.cells.drawing/dialogbox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/dialogbox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md b/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md index 72eb5a48c6..05d67ba443 100644 --- a/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/dialogbox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/dialogbox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/dialogbox/mso_drawing_type/_index.md index 4836a89806..1a7379004f 100644 --- a/english/aspose.cells.drawing/dialogbox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/dialogbox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/name/_index.md b/english/aspose.cells.drawing/dialogbox/name/_index.md index 1acad21eaa..a8c75799cd 100644 --- a/english/aspose.cells.drawing/dialogbox/name/_index.md +++ b/english/aspose.cells.drawing/dialogbox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/dialogbox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/paths/_index.md b/english/aspose.cells.drawing/dialogbox/paths/_index.md index dd2da79cf5..d907ec0830 100644 --- a/english/aspose.cells.drawing/dialogbox/paths/_index.md +++ b/english/aspose.cells.drawing/dialogbox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/dialogbox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/placement/_index.md b/english/aspose.cells.drawing/dialogbox/placement/_index.md index d0a96cf40f..42824f3bbc 100644 --- a/english/aspose.cells.drawing/dialogbox/placement/_index.md +++ b/english/aspose.cells.drawing/dialogbox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/dialogbox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/reflection/_index.md b/english/aspose.cells.drawing/dialogbox/reflection/_index.md index 5511cdb393..fc8bd1db51 100644 --- a/english/aspose.cells.drawing/dialogbox/reflection/_index.md +++ b/english/aspose.cells.drawing/dialogbox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/dialogbox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/dialogbox/relative_to_original_picture_size/_index.md index 640f1e481c..adc47794ab 100644 --- a/english/aspose.cells.drawing/dialogbox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/dialogbox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/dialogbox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/dialogbox/remove_active_x_control/_index.md index 3020f5e9ba..d44e19926a 100644 --- a/english/aspose.cells.drawing/dialogbox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/dialogbox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/dialogbox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/dialogbox/remove_hyperlink/_index.md index 0411b22c85..5f93f787d9 100644 --- a/english/aspose.cells.drawing/dialogbox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/dialogbox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/dialogbox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/right/_index.md b/english/aspose.cells.drawing/dialogbox/right/_index.md index c2da120f5b..cf4ba31035 100644 --- a/english/aspose.cells.drawing/dialogbox/right/_index.md +++ b/english/aspose.cells.drawing/dialogbox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/dialogbox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/rotation_angle/_index.md b/english/aspose.cells.drawing/dialogbox/rotation_angle/_index.md index 263b71724b..8451d9040c 100644 --- a/english/aspose.cells.drawing/dialogbox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/dialogbox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/dialogbox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/set_input_range/_index.md b/english/aspose.cells.drawing/dialogbox/set_input_range/_index.md index 36042666ff..5a59f64003 100644 --- a/english/aspose.cells.drawing/dialogbox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/dialogbox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/dialogbox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/set_linked_cell/_index.md b/english/aspose.cells.drawing/dialogbox/set_linked_cell/_index.md index e9bd1a326b..c1458d1ba5 100644 --- a/english/aspose.cells.drawing/dialogbox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/dialogbox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/dialogbox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/set_locked_property/_index.md b/english/aspose.cells.drawing/dialogbox/set_locked_property/_index.md index 75ed327ba7..d198cc033c 100644 --- a/english/aspose.cells.drawing/dialogbox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/dialogbox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/dialogbox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/shadow_effect/_index.md b/english/aspose.cells.drawing/dialogbox/shadow_effect/_index.md index 36284fbc4d..c6cc9296f8 100644 --- a/english/aspose.cells.drawing/dialogbox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/dialogbox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/dialogbox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/soft_edges/_index.md b/english/aspose.cells.drawing/dialogbox/soft_edges/_index.md index 176e917f56..50e83c83e0 100644 --- a/english/aspose.cells.drawing/dialogbox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/dialogbox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/dialogbox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/spid/_index.md b/english/aspose.cells.drawing/dialogbox/spid/_index.md index 8bfca33f88..cb19dcc1be 100644 --- a/english/aspose.cells.drawing/dialogbox/spid/_index.md +++ b/english/aspose.cells.drawing/dialogbox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/dialogbox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/spt/_index.md b/english/aspose.cells.drawing/dialogbox/spt/_index.md index ab024888ef..4292b2b34a 100644 --- a/english/aspose.cells.drawing/dialogbox/spt/_index.md +++ b/english/aspose.cells.drawing/dialogbox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/dialogbox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text/_index.md b/english/aspose.cells.drawing/dialogbox/text/_index.md index 2b08aba485..41ddec4d77 100644 --- a/english/aspose.cells.drawing/dialogbox/text/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/dialogbox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_body/_index.md b/english/aspose.cells.drawing/dialogbox/text_body/_index.md index 67829e0abf..4420110e99 100644 --- a/english/aspose.cells.drawing/dialogbox/text_body/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/dialogbox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_box_options/_index.md b/english/aspose.cells.drawing/dialogbox/text_box_options/_index.md index 0faa8307b4..45eba83dc7 100644 --- a/english/aspose.cells.drawing/dialogbox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/dialogbox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_direction/_index.md b/english/aspose.cells.drawing/dialogbox/text_direction/_index.md index 5424c7385f..71aea1350d 100644 --- a/english/aspose.cells.drawing/dialogbox/text_direction/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/dialogbox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_effect/_index.md b/english/aspose.cells.drawing/dialogbox/text_effect/_index.md index 3375ea66e8..b282069c39 100644 --- a/english/aspose.cells.drawing/dialogbox/text_effect/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/dialogbox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/dialogbox/text_horizontal_alignment/_index.md index 9c6251adc7..7906064433 100644 --- a/english/aspose.cells.drawing/dialogbox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/dialogbox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/dialogbox/text_horizontal_overflow/_index.md index 4cdd06c9ee..4823fd7377 100644 --- a/english/aspose.cells.drawing/dialogbox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/dialogbox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_options/_index.md b/english/aspose.cells.drawing/dialogbox/text_options/_index.md index b56de718a7..4d8fba77cb 100644 --- a/english/aspose.cells.drawing/dialogbox/text_options/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/dialogbox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_orientation_type/_index.md b/english/aspose.cells.drawing/dialogbox/text_orientation_type/_index.md index 3793722b1a..0ebeb8b45a 100644 --- a/english/aspose.cells.drawing/dialogbox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/dialogbox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_shape_type/_index.md b/english/aspose.cells.drawing/dialogbox/text_shape_type/_index.md index 896d993fab..683f30c399 100644 --- a/english/aspose.cells.drawing/dialogbox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/dialogbox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/dialogbox/text_vertical_alignment/_index.md index 87451df926..f7f8868e12 100644 --- a/english/aspose.cells.drawing/dialogbox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/dialogbox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/dialogbox/text_vertical_overflow/_index.md index adcdee8a6d..a57038a99d 100644 --- a/english/aspose.cells.drawing/dialogbox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/dialogbox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/dialogbox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/three_d_format/_index.md b/english/aspose.cells.drawing/dialogbox/three_d_format/_index.md index 3d8b4a966f..08d55b58c6 100644 --- a/english/aspose.cells.drawing/dialogbox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/dialogbox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/dialogbox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/title/_index.md b/english/aspose.cells.drawing/dialogbox/title/_index.md index b7778d8dd2..e3e609293f 100644 --- a/english/aspose.cells.drawing/dialogbox/title/_index.md +++ b/english/aspose.cells.drawing/dialogbox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/dialogbox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/to_front_or_back/_index.md b/english/aspose.cells.drawing/dialogbox/to_front_or_back/_index.md index b3ee1cad7f..9ceb0ef5c4 100644 --- a/english/aspose.cells.drawing/dialogbox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/dialogbox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/dialogbox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/to_image/_index.md b/english/aspose.cells.drawing/dialogbox/to_image/_index.md index 9d54a7e56e..ade92ed987 100644 --- a/english/aspose.cells.drawing/dialogbox/to_image/_index.md +++ b/english/aspose.cells.drawing/dialogbox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/dialogbox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/top/_index.md b/english/aspose.cells.drawing/dialogbox/top/_index.md index ae8bc55507..4c08142262 100644 --- a/english/aspose.cells.drawing/dialogbox/top/_index.md +++ b/english/aspose.cells.drawing/dialogbox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/dialogbox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/top_cm/_index.md b/english/aspose.cells.drawing/dialogbox/top_cm/_index.md index 2948dcbc38..baeae4e52d 100644 --- a/english/aspose.cells.drawing/dialogbox/top_cm/_index.md +++ b/english/aspose.cells.drawing/dialogbox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/dialogbox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/top_in_shape/_index.md b/english/aspose.cells.drawing/dialogbox/top_in_shape/_index.md index 63f6d1e80d..db534fa655 100644 --- a/english/aspose.cells.drawing/dialogbox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/dialogbox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/dialogbox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/top_inch/_index.md b/english/aspose.cells.drawing/dialogbox/top_inch/_index.md index 013f2590db..9fd097522d 100644 --- a/english/aspose.cells.drawing/dialogbox/top_inch/_index.md +++ b/english/aspose.cells.drawing/dialogbox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/dialogbox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/top_to_corner/_index.md b/english/aspose.cells.drawing/dialogbox/top_to_corner/_index.md index a610a8e803..ff3e0855db 100644 --- a/english/aspose.cells.drawing/dialogbox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/dialogbox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/dialogbox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/type/_index.md b/english/aspose.cells.drawing/dialogbox/type/_index.md index 67d7a53128..f0d3f51678 100644 --- a/english/aspose.cells.drawing/dialogbox/type/_index.md +++ b/english/aspose.cells.drawing/dialogbox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/dialogbox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/update_selected_value/_index.md b/english/aspose.cells.drawing/dialogbox/update_selected_value/_index.md index 07279c34e7..acf7e288b2 100644 --- a/english/aspose.cells.drawing/dialogbox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/dialogbox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/dialogbox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/dialogbox/upper_delta_x/_index.md b/english/aspose.cells.drawing/dialogbox/upper_delta_x/_index.md index bef20bea09..97990a12e3 100644 --- a/english/aspose.cells.drawing/dialogbox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/dialogbox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/dialogbox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/upper_delta_y/_index.md b/english/aspose.cells.drawing/dialogbox/upper_delta_y/_index.md index d1cc1c91d6..88da63ec2e 100644 --- a/english/aspose.cells.drawing/dialogbox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/dialogbox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/dialogbox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/upper_left_column/_index.md b/english/aspose.cells.drawing/dialogbox/upper_left_column/_index.md index 6fa86b7a75..f6c4b13f81 100644 --- a/english/aspose.cells.drawing/dialogbox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/dialogbox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/dialogbox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/upper_left_row/_index.md b/english/aspose.cells.drawing/dialogbox/upper_left_row/_index.md index 5713b5bf69..0319d059bc 100644 --- a/english/aspose.cells.drawing/dialogbox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/dialogbox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/dialogbox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width/_index.md b/english/aspose.cells.drawing/dialogbox/width/_index.md index e6c809cf67..d7fb515548 100644 --- a/english/aspose.cells.drawing/dialogbox/width/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/dialogbox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width_cm/_index.md b/english/aspose.cells.drawing/dialogbox/width_cm/_index.md index 3e24151ffc..a3b4ad2ab5 100644 --- a/english/aspose.cells.drawing/dialogbox/width_cm/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/dialogbox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width_in_shape/_index.md b/english/aspose.cells.drawing/dialogbox/width_in_shape/_index.md index 5ed53c0802..0184505526 100644 --- a/english/aspose.cells.drawing/dialogbox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/dialogbox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width_inch/_index.md b/english/aspose.cells.drawing/dialogbox/width_inch/_index.md index 9998d769dd..f077ac39d6 100644 --- a/english/aspose.cells.drawing/dialogbox/width_inch/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/dialogbox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width_pt/_index.md b/english/aspose.cells.drawing/dialogbox/width_pt/_index.md index 5b8efc0a89..ddfd0b625e 100644 --- a/english/aspose.cells.drawing/dialogbox/width_pt/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/dialogbox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/width_scale/_index.md b/english/aspose.cells.drawing/dialogbox/width_scale/_index.md index 726ef7c507..e61774d956 100644 --- a/english/aspose.cells.drawing/dialogbox/width_scale/_index.md +++ b/english/aspose.cells.drawing/dialogbox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/dialogbox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/worksheet/_index.md b/english/aspose.cells.drawing/dialogbox/worksheet/_index.md index 0c8ee81189..44cb1c7c57 100644 --- a/english/aspose.cells.drawing/dialogbox/worksheet/_index.md +++ b/english/aspose.cells.drawing/dialogbox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/dialogbox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/x/_index.md b/english/aspose.cells.drawing/dialogbox/x/_index.md index eb732f7c45..d4c8d4f52c 100644 --- a/english/aspose.cells.drawing/dialogbox/x/_index.md +++ b/english/aspose.cells.drawing/dialogbox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/dialogbox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/y/_index.md b/english/aspose.cells.drawing/dialogbox/y/_index.md index 08541d7aa3..21e6275024 100644 --- a/english/aspose.cells.drawing/dialogbox/y/_index.md +++ b/english/aspose.cells.drawing/dialogbox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/dialogbox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/dialogbox/z_order_position/_index.md b/english/aspose.cells.drawing/dialogbox/z_order_position/_index.md index 6a37fc08ff..8f78a0d891 100644 --- a/english/aspose.cells.drawing/dialogbox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/dialogbox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/dialogbox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/fillformat/_index.md b/english/aspose.cells.drawing/fillformat/_index.md index 48d64b1735..399a82874a 100644 --- a/english/aspose.cells.drawing/fillformat/_index.md +++ b/english/aspose.cells.drawing/fillformat/_index.md @@ -44,10 +44,10 @@ The FillFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/fillformat/set_two_color_gradient/#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/fillformat/set_two_color_gradient/#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_one_color_gradient](/cells/python-net/aspose.cells.drawing/fillformat/set_one_color_gradient/#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | -| [set_preset_color_gradient](/cells/python-net/aspose.cells.drawing/fillformat/set_preset_color_gradient/#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a preset-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, color2, style, variant)`](/cells/python-net/aspose.cells.drawing/fillformat/set_two_color_gradient/#aspose.pydrawing.color-aspose.pydrawing.color-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant)`](/cells/python-net/aspose.cells.drawing/fillformat/set_two_color_gradient/#aspose.pydrawing.color-float-aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_one_color_gradient(self, color, degree, style, variant)`](/cells/python-net/aspose.cells.drawing/fillformat/set_one_color_gradient/#aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | +| [`set_preset_color_gradient(self, preset_color, style, variant)`](/cells/python-net/aspose.cells.drawing/fillformat/set_preset_color_gradient/#aspose.cells.drawing.gradientpresettype-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a preset-color gradient.
Only applies for Excel 2007. | diff --git a/english/aspose.cells.drawing/fillformat/set_one_color_gradient/_index.md b/english/aspose.cells.drawing/fillformat/set_one_color_gradient/_index.md index 81507d16ac..9bf64c28eb 100644 --- a/english/aspose.cells.drawing/fillformat/set_one_color_gradient/_index.md +++ b/english/aspose.cells.drawing/fillformat/set_one_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/fillformat/set_one_color_gradient/ is_root: false --- -## set_one_color_gradient {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_one_color_gradient(self, color, degree, style, variant) {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a one-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_one_color_gradient(self, color, degree, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/fillformat/set_preset_color_gradient/_index.md b/english/aspose.cells.drawing/fillformat/set_preset_color_gradient/_index.md index a8727166a9..f380a076c5 100644 --- a/english/aspose.cells.drawing/fillformat/set_preset_color_gradient/_index.md +++ b/english/aspose.cells.drawing/fillformat/set_preset_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/fillformat/set_preset_color_gradient/ is_root: false --- -## set_preset_color_gradient {#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int} +## set_preset_color_gradient(self, preset_color, style, variant) {#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a preset-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_preset_color_gradient(self, preset_color, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/fillformat/set_two_color_gradient/_index.md b/english/aspose.cells.drawing/fillformat/set_two_color_gradient/_index.md index 430bcaea88..b74135cb59 100644 --- a/english/aspose.cells.drawing/fillformat/set_two_color_gradient/_index.md +++ b/english/aspose.cells.drawing/fillformat/set_two_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/fillformat/set_two_color_gradient/ is_root: false --- -## set_two_color_gradient {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, color2, style, variant) {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, color2, style, variant): ... ``` @@ -29,7 +30,7 @@ def set_two_color_gradient(self, color1, color2, style, variant): | variant | int | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | -## set_two_color_gradient {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant) {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -37,6 +38,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/format3d/_index.md b/english/aspose.cells.drawing/format3d/_index.md index 065b4e36d7..3d610c91d6 100644 --- a/english/aspose.cells.drawing/format3d/_index.md +++ b/english/aspose.cells.drawing/format3d/_index.md @@ -28,7 +28,7 @@ The Format3D type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [has_top_bevel_data](/cells/python-net/aspose.cells.drawing/format3d/has_top_bevel_data/#) | Indicates if the shape has top bevel data. | +| [`has_top_bevel_data(self)`](/cells/python-net/aspose.cells.drawing/format3d/has_top_bevel_data/#) | Indicates if the shape has top bevel data. | diff --git a/english/aspose.cells.drawing/format3d/has_top_bevel_data/_index.md b/english/aspose.cells.drawing/format3d/has_top_bevel_data/_index.md index b08757ab0f..0fd37645a9 100644 --- a/english/aspose.cells.drawing/format3d/has_top_bevel_data/_index.md +++ b/english/aspose.cells.drawing/format3d/has_top_bevel_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/format3d/has_top_bevel_data/ is_root: false --- -## has_top_bevel_data {#} +## has_top_bevel_data(self) {#} Indicates if the shape has top bevel data. @@ -20,6 +20,7 @@ Indicates if the shape has top bevel data. ```python + def has_top_bevel_data(self): ... ``` diff --git a/english/aspose.cells.drawing/gradientfill/_index.md b/english/aspose.cells.drawing/gradientfill/_index.md index d90ceb7d76..7a5d65e4f0 100644 --- a/english/aspose.cells.drawing/gradientfill/_index.md +++ b/english/aspose.cells.drawing/gradientfill/_index.md @@ -33,11 +33,11 @@ The GradientFill type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/gradientfill/set_two_color_gradient/#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/gradientfill/set_two_color_gradient/#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_gradient](/cells/python-net/aspose.cells.drawing/gradientfill/set_gradient/#aspose.cells.drawing.GradientFillType-float-aspose.cells.drawing.GradientDirectionType) | Set the gradient fill type and direction. | -| [set_preset_theme_gradient](/cells/python-net/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/#aspose.cells.drawing.PresetThemeGradientType-aspose.cells.ThemeColorType) | Sets preset theme gradient fill. | -| [set_one_color_gradient](/cells/python-net/aspose.cells.drawing/gradientfill/set_one_color_gradient/#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, color2, style, variant)`](/cells/python-net/aspose.cells.drawing/gradientfill/set_two_color_gradient/#aspose.pydrawing.color-aspose.pydrawing.color-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant)`](/cells/python-net/aspose.cells.drawing/gradientfill/set_two_color_gradient/#aspose.pydrawing.color-float-aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_gradient(self, type, angle, direction)`](/cells/python-net/aspose.cells.drawing/gradientfill/set_gradient/#aspose.cells.drawing.gradientfilltype-float-aspose.cells.drawing.gradientdirectiontype) | Set the gradient fill type and direction. | +| [`set_preset_theme_gradient(self, gradient_type, theme_color_type)`](/cells/python-net/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/#aspose.cells.drawing.presetthemegradienttype-aspose.cells.themecolortype) | Sets preset theme gradient fill. | +| [`set_one_color_gradient(self, color, degree, style, variant)`](/cells/python-net/aspose.cells.drawing/gradientfill/set_one_color_gradient/#aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | diff --git a/english/aspose.cells.drawing/gradientfill/set_gradient/_index.md b/english/aspose.cells.drawing/gradientfill/set_gradient/_index.md index c89f8f39cb..f6518fe293 100644 --- a/english/aspose.cells.drawing/gradientfill/set_gradient/_index.md +++ b/english/aspose.cells.drawing/gradientfill/set_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/gradientfill/set_gradient/ is_root: false --- -## set_gradient {#aspose.cells.drawing.GradientFillType-float-aspose.cells.drawing.GradientDirectionType} +## set_gradient(self, type, angle, direction) {#aspose.cells.drawing.GradientFillType-float-aspose.cells.drawing.GradientDirectionType} Set the gradient fill type and direction. ```python + def set_gradient(self, type, angle, direction): ... ``` diff --git a/english/aspose.cells.drawing/gradientfill/set_one_color_gradient/_index.md b/english/aspose.cells.drawing/gradientfill/set_one_color_gradient/_index.md index 5dbb42aa7a..c7acb6c621 100644 --- a/english/aspose.cells.drawing/gradientfill/set_one_color_gradient/_index.md +++ b/english/aspose.cells.drawing/gradientfill/set_one_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/gradientfill/set_one_color_gradient/ is_root: false --- -## set_one_color_gradient {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_one_color_gradient(self, color, degree, style, variant) {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a one-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_one_color_gradient(self, color, degree, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/_index.md b/english/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/_index.md index a9b26fbf1a..5c947512a3 100644 --- a/english/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/_index.md +++ b/english/aspose.cells.drawing/gradientfill/set_preset_theme_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/gradientfill/set_preset_theme_gradient/ is_root: false --- -## set_preset_theme_gradient {#aspose.cells.drawing.PresetThemeGradientType-aspose.cells.ThemeColorType} +## set_preset_theme_gradient(self, gradient_type, theme_color_type) {#aspose.cells.drawing.PresetThemeGradientType-aspose.cells.ThemeColorType} Sets preset theme gradient fill. ```python + def set_preset_theme_gradient(self, gradient_type, theme_color_type): ... ``` diff --git a/english/aspose.cells.drawing/gradientfill/set_two_color_gradient/_index.md b/english/aspose.cells.drawing/gradientfill/set_two_color_gradient/_index.md index 070f11a14c..3966735079 100644 --- a/english/aspose.cells.drawing/gradientfill/set_two_color_gradient/_index.md +++ b/english/aspose.cells.drawing/gradientfill/set_two_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/gradientfill/set_two_color_gradient/ is_root: false --- -## set_two_color_gradient {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, color2, style, variant) {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, color2, style, variant): ... ``` @@ -29,7 +30,7 @@ def set_two_color_gradient(self, color1, color2, style, variant): | variant | int | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | -## set_two_color_gradient {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant) {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -37,6 +38,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/gradientstopcollection/_index.md b/english/aspose.cells.drawing/gradientstopcollection/_index.md index 931f9bc37d..9e3822a8f2 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/_index.md @@ -25,16 +25,16 @@ The GradientStopCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.drawing/gradientstopcollection/add/#float-aspose.cells.CellsColor-int) | Add a gradient stop. | -| [add](/cells/python-net/aspose.cells.drawing/gradientstopcollection/add/#float-aspose.pydrawing.Color-int) | Add a gradient stop. | -| [copy_to](/cells/python-net/aspose.cells.drawing/gradientstopcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/gradientstopcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/gradientstopcollection/index_of/#aspose.cells.drawing.GradientStop-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/gradientstopcollection/index_of/#aspose.cells.drawing.GradientStop-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/gradientstopcollection/last_index_of/#aspose.cells.drawing.GradientStop) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/gradientstopcollection/last_index_of/#aspose.cells.drawing.GradientStop-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](/cells/python-net/aspose.cells.drawing/gradientstopcollection/last_index_of/#aspose.cells.drawing.GradientStop-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. | -| [binary_search](/cells/python-net/aspose.cells.drawing/gradientstopcollection/binary_search/#aspose.cells.drawing.GradientStop) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, position, color, alpha)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/add/#float-aspose.cells.cellscolor-int) | Add a gradient stop. | +| [`add(self, position, color, alpha)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/add/#float-aspose.pydrawing.color-int) | Add a gradient stop. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/index_of/#aspose.cells.drawing.gradientstop-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/index_of/#aspose.cells.drawing.gradientstop-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/last_index_of/#aspose.cells.drawing.gradientstop) | 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/gradientstopcollection/last_index_of/#aspose.cells.drawing.gradientstop-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/gradientstopcollection/last_index_of/#aspose.cells.drawing.gradientstop-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/gradientstopcollection/binary_search/#aspose.cells.drawing.gradientstop) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/gradientstopcollection/add/_index.md b/english/aspose.cells.drawing/gradientstopcollection/add/_index.md index 8988850070..cf5e897005 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/add/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/gradientstopcollection/add/ is_root: false --- -## add {#float-aspose.cells.CellsColor-int} +## add(self, position, color, alpha) {#float-aspose.cells.CellsColor-int} Add a gradient stop. ```python + def add(self, position, color, alpha): ... ``` @@ -27,13 +28,14 @@ def add(self, position, color, alpha): | alpha | int | The alpha of the color. | -## add {#float-aspose.pydrawing.Color-int} +## add(self, position, color, alpha) {#float-aspose.pydrawing.Color-int} Add a gradient stop. ```python + def add(self, position, color, alpha): ... ``` diff --git a/english/aspose.cells.drawing/gradientstopcollection/binary_search/_index.md b/english/aspose.cells.drawing/gradientstopcollection/binary_search/_index.md index 08c831a805..cc4d6f4c4c 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/gradientstopcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.GradientStop} +## binary_search(self, item) {#aspose.cells.drawing.GradientStop} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/gradientstopcollection/copy_to/_index.md b/english/aspose.cells.drawing/gradientstopcollection/copy_to/_index.md index 794c85bb0d..fab081505a 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/gradientstopcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/gradientstopcollection/index_of/_index.md b/english/aspose.cells.drawing/gradientstopcollection/index_of/_index.md index 82ebd652d5..b6ea451c08 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/gradientstopcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.GradientStop-int} +## index_of(self, item, index) {#aspose.cells.drawing.GradientStop-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.GradientStop-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.GradientStop-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/gradientstopcollection/last_index_of/_index.md b/english/aspose.cells.drawing/gradientstopcollection/last_index_of/_index.md index 157c18d457..5a587d377c 100644 --- a/english/aspose.cells.drawing/gradientstopcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/gradientstopcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/gradientstopcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.GradientStop} +## last_index_of(self, item) {#aspose.cells.drawing.GradientStop} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`GradientStop`](/cells/python-net/aspose.cells.drawing/gradientstop) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.GradientStop-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.GradientStop-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.GradientStop-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.GradientStop-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/_index.md b/english/aspose.cells.drawing/groupbox/_index.md index 8ef19a8095..fe85912e9a 100644 --- a/english/aspose.cells.drawing/groupbox/_index.md +++ b/english/aspose.cells.drawing/groupbox/_index.md @@ -131,31 +131,32 @@ The GroupBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/groupbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/groupbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/groupbox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/groupbox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/groupbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/groupbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/groupbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/groupbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/groupbox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/groupbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/groupbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/groupbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/groupbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/groupbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/groupbox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/groupbox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/groupbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/groupbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/groupbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/groupbox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/groupbox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/groupbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/groupbox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/groupbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/groupbox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/groupbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/groupbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/groupbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/groupbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/groupbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/groupbox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/groupbox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/groupbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/groupbox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/groupbox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/groupbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/groupbox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/groupbox/active_x_control/_index.md b/english/aspose.cells.drawing/groupbox/active_x_control/_index.md index 763eecc7fe..f63309a397 100644 --- a/english/aspose.cells.drawing/groupbox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/groupbox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/groupbox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/groupbox/actual_lower_right_row/_index.md index 147c043572..f004bb3032 100644 --- a/english/aspose.cells.drawing/groupbox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/groupbox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/groupbox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/add_hyperlink/_index.md b/english/aspose.cells.drawing/groupbox/add_hyperlink/_index.md index db2efca70e..275073f067 100644 --- a/english/aspose.cells.drawing/groupbox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupbox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupbox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/groupbox/align_top_right_corner/_index.md index 77285ced74..76588f70e5 100644 --- a/english/aspose.cells.drawing/groupbox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/groupbox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/groupbox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/alternative_text/_index.md b/english/aspose.cells.drawing/groupbox/alternative_text/_index.md index f72b373c6a..06dcba2079 100644 --- a/english/aspose.cells.drawing/groupbox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/groupbox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/groupbox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/anchor_type/_index.md b/english/aspose.cells.drawing/groupbox/anchor_type/_index.md index c46069185f..1f934504eb 100644 --- a/english/aspose.cells.drawing/groupbox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/groupbox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/groupbox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/auto_shape_type/_index.md b/english/aspose.cells.drawing/groupbox/auto_shape_type/_index.md index aeab387d2c..b448da2fee 100644 --- a/english/aspose.cells.drawing/groupbox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/groupbox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/groupbox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/bottom/_index.md b/english/aspose.cells.drawing/groupbox/bottom/_index.md index 903771e0a1..a0d384fb80 100644 --- a/english/aspose.cells.drawing/groupbox/bottom/_index.md +++ b/english/aspose.cells.drawing/groupbox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/groupbox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/calculate_text_size/_index.md b/english/aspose.cells.drawing/groupbox/calculate_text_size/_index.md index 74f1d8d8c7..3d8339909e 100644 --- a/english/aspose.cells.drawing/groupbox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/groupbox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupbox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/characters/_index.md b/english/aspose.cells.drawing/groupbox/characters/_index.md index bdd068c98d..dc31325ac7 100644 --- a/english/aspose.cells.drawing/groupbox/characters/_index.md +++ b/english/aspose.cells.drawing/groupbox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupbox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/control_data/_index.md b/english/aspose.cells.drawing/groupbox/control_data/_index.md index 48825dc100..fade5f3648 100644 --- a/english/aspose.cells.drawing/groupbox/control_data/_index.md +++ b/english/aspose.cells.drawing/groupbox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/groupbox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/create_id/_index.md b/english/aspose.cells.drawing/groupbox/create_id/_index.md index 91de33712e..393b6777bb 100644 --- a/english/aspose.cells.drawing/groupbox/create_id/_index.md +++ b/english/aspose.cells.drawing/groupbox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/groupbox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/fill/_index.md b/english/aspose.cells.drawing/groupbox/fill/_index.md index fb61450b61..00549c253e 100644 --- a/english/aspose.cells.drawing/groupbox/fill/_index.md +++ b/english/aspose.cells.drawing/groupbox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/groupbox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/fill_format/_index.md b/english/aspose.cells.drawing/groupbox/fill_format/_index.md index 855063e2ca..34df6609c2 100644 --- a/english/aspose.cells.drawing/groupbox/fill_format/_index.md +++ b/english/aspose.cells.drawing/groupbox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/groupbox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/groupbox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..2020b80f6e --- /dev/null +++ b/english/aspose.cells.drawing/groupbox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/groupbox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`GroupBox`](/cells/python-net/aspose.cells.drawing/groupbox) diff --git a/english/aspose.cells.drawing/groupbox/font/_index.md b/english/aspose.cells.drawing/groupbox/font/_index.md index e6b696556f..c9b4656189 100644 --- a/english/aspose.cells.drawing/groupbox/font/_index.md +++ b/english/aspose.cells.drawing/groupbox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/groupbox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/format_characters/_index.md b/english/aspose.cells.drawing/groupbox/format_characters/_index.md index 08305997cc..75b9891673 100644 --- a/english/aspose.cells.drawing/groupbox/format_characters/_index.md +++ b/english/aspose.cells.drawing/groupbox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/groupbox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/format_picture/_index.md b/english/aspose.cells.drawing/groupbox/format_picture/_index.md index e64d2ad4bc..c0e7153c3c 100644 --- a/english/aspose.cells.drawing/groupbox/format_picture/_index.md +++ b/english/aspose.cells.drawing/groupbox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/groupbox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/geometry/_index.md b/english/aspose.cells.drawing/groupbox/geometry/_index.md index b17b5f10c4..fcb1b0c778 100644 --- a/english/aspose.cells.drawing/groupbox/geometry/_index.md +++ b/english/aspose.cells.drawing/groupbox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/groupbox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/get_actual_box/_index.md b/english/aspose.cells.drawing/groupbox/get_actual_box/_index.md index 057d5f2cf3..ba4238a98c 100644 --- a/english/aspose.cells.drawing/groupbox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/groupbox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_characters/_index.md b/english/aspose.cells.drawing/groupbox/get_characters/_index.md index aac72644a2..47a5df2331 100644 --- a/english/aspose.cells.drawing/groupbox/get_characters/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/groupbox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_connection_points/_index.md b/english/aspose.cells.drawing/groupbox/get_connection_points/_index.md index b864247bdd..a1a392115e 100644 --- a/english/aspose.cells.drawing/groupbox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/groupbox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_input_range/_index.md b/english/aspose.cells.drawing/groupbox/get_input_range/_index.md index bd24ee50de..86254d8782 100644 --- a/english/aspose.cells.drawing/groupbox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/groupbox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_linked_cell/_index.md b/english/aspose.cells.drawing/groupbox/get_linked_cell/_index.md index b7b13a0231..93becfe801 100644 --- a/english/aspose.cells.drawing/groupbox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/groupbox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_locked_property/_index.md b/english/aspose.cells.drawing/groupbox/get_locked_property/_index.md index 3aca16d9b8..166ea3168f 100644 --- a/english/aspose.cells.drawing/groupbox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/groupbox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/groupbox/get_result_of_smart_art/_index.md index f8b5d58509..736333e38b 100644 --- a/english/aspose.cells.drawing/groupbox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/groupbox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/groupbox/get_rich_formattings/_index.md index 72cc16d685..ac0a233742 100644 --- a/english/aspose.cells.drawing/groupbox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/groupbox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/groupbox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/glow/_index.md b/english/aspose.cells.drawing/groupbox/glow/_index.md index b9682997be..e405ee4fff 100644 --- a/english/aspose.cells.drawing/groupbox/glow/_index.md +++ b/english/aspose.cells.drawing/groupbox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/groupbox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/group/_index.md b/english/aspose.cells.drawing/groupbox/group/_index.md index 57fd9940c7..708e384d4b 100644 --- a/english/aspose.cells.drawing/groupbox/group/_index.md +++ b/english/aspose.cells.drawing/groupbox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/groupbox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/has_line/_index.md b/english/aspose.cells.drawing/groupbox/has_line/_index.md index aca2b880d2..1839e0f8b4 100644 --- a/english/aspose.cells.drawing/groupbox/has_line/_index.md +++ b/english/aspose.cells.drawing/groupbox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/groupbox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height/_index.md b/english/aspose.cells.drawing/groupbox/height/_index.md index 2dd836ca0b..ed03cf3e35 100644 --- a/english/aspose.cells.drawing/groupbox/height/_index.md +++ b/english/aspose.cells.drawing/groupbox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/groupbox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height_cm/_index.md b/english/aspose.cells.drawing/groupbox/height_cm/_index.md index db6a4f023f..dcecb8917d 100644 --- a/english/aspose.cells.drawing/groupbox/height_cm/_index.md +++ b/english/aspose.cells.drawing/groupbox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/groupbox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height_in_shape/_index.md b/english/aspose.cells.drawing/groupbox/height_in_shape/_index.md index e5190fe2c7..ec52cbfccd 100644 --- a/english/aspose.cells.drawing/groupbox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupbox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/groupbox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height_inch/_index.md b/english/aspose.cells.drawing/groupbox/height_inch/_index.md index 447f453fde..b591c69b4f 100644 --- a/english/aspose.cells.drawing/groupbox/height_inch/_index.md +++ b/english/aspose.cells.drawing/groupbox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/groupbox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height_pt/_index.md b/english/aspose.cells.drawing/groupbox/height_pt/_index.md index a934405786..01d65167ed 100644 --- a/english/aspose.cells.drawing/groupbox/height_pt/_index.md +++ b/english/aspose.cells.drawing/groupbox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/groupbox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/height_scale/_index.md b/english/aspose.cells.drawing/groupbox/height_scale/_index.md index e1173bd992..55bfa33472 100644 --- a/english/aspose.cells.drawing/groupbox/height_scale/_index.md +++ b/english/aspose.cells.drawing/groupbox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/groupbox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/html_text/_index.md b/english/aspose.cells.drawing/groupbox/html_text/_index.md index 1d1debd236..b9e5402c87 100644 --- a/english/aspose.cells.drawing/groupbox/html_text/_index.md +++ b/english/aspose.cells.drawing/groupbox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/groupbox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/hyperlink/_index.md b/english/aspose.cells.drawing/groupbox/hyperlink/_index.md index 665e1be93d..fc8402e852 100644 --- a/english/aspose.cells.drawing/groupbox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupbox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/groupbox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/id/_index.md b/english/aspose.cells.drawing/groupbox/id/_index.md index e2470fc122..46839e8ce5 100644 --- a/english/aspose.cells.drawing/groupbox/id/_index.md +++ b/english/aspose.cells.drawing/groupbox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/groupbox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/input_range/_index.md b/english/aspose.cells.drawing/groupbox/input_range/_index.md index 8a2a2cb84b..314e984253 100644 --- a/english/aspose.cells.drawing/groupbox/input_range/_index.md +++ b/english/aspose.cells.drawing/groupbox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/groupbox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/groupbox/is_aspect_ratio_locked/_index.md index b2e2925f9f..2d5e8d9349 100644 --- a/english/aspose.cells.drawing/groupbox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/groupbox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_decorative/_index.md b/english/aspose.cells.drawing/groupbox/is_decorative/_index.md index 3084a0efbe..b8cbe5cf3a 100644 --- a/english/aspose.cells.drawing/groupbox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/groupbox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_equation/_index.md b/english/aspose.cells.drawing/groupbox/is_equation/_index.md index 7d928e1290..6c961a3b75 100644 --- a/english/aspose.cells.drawing/groupbox/is_equation/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/groupbox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_filled/_index.md b/english/aspose.cells.drawing/groupbox/is_filled/_index.md index d4957cc6dc..52200f8626 100644 --- a/english/aspose.cells.drawing/groupbox/is_filled/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/groupbox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/groupbox/is_flipped_horizontally/_index.md index 0ab20ec156..a6574e07b3 100644 --- a/english/aspose.cells.drawing/groupbox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/groupbox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/groupbox/is_flipped_vertically/_index.md index 8bd89b028d..1cb78a9791 100644 --- a/english/aspose.cells.drawing/groupbox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/groupbox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_group/_index.md b/english/aspose.cells.drawing/groupbox/is_group/_index.md index 459c3907e0..0f29b76f16 100644 --- a/english/aspose.cells.drawing/groupbox/is_group/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/groupbox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_hidden/_index.md b/english/aspose.cells.drawing/groupbox/is_hidden/_index.md index 598876f961..e2c072743a 100644 --- a/english/aspose.cells.drawing/groupbox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/groupbox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_in_group/_index.md b/english/aspose.cells.drawing/groupbox/is_in_group/_index.md index d9c2e016ac..667849189f 100644 --- a/english/aspose.cells.drawing/groupbox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/groupbox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/groupbox/is_lock_aspect_ratio/_index.md index e84f138a70..aa2f4808a7 100644 --- a/english/aspose.cells.drawing/groupbox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/groupbox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_locked/_index.md b/english/aspose.cells.drawing/groupbox/is_locked/_index.md index 2e7e700ddb..f37df5d70a 100644 --- a/english/aspose.cells.drawing/groupbox/is_locked/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/groupbox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_printable/_index.md b/english/aspose.cells.drawing/groupbox/is_printable/_index.md index de610fa930..5b27b700b9 100644 --- a/english/aspose.cells.drawing/groupbox/is_printable/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/groupbox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_rich_text/_index.md b/english/aspose.cells.drawing/groupbox/is_rich_text/_index.md index 4ffda43d80..591049a510 100644 --- a/english/aspose.cells.drawing/groupbox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/groupbox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_same_setting/_index.md b/english/aspose.cells.drawing/groupbox/is_same_setting/_index.md index 88048298b9..d63a6a4aa7 100644 --- a/english/aspose.cells.drawing/groupbox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/groupbox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/is_smart_art/_index.md b/english/aspose.cells.drawing/groupbox/is_smart_art/_index.md index 718e65bd98..a448644f43 100644 --- a/english/aspose.cells.drawing/groupbox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/groupbox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/groupbox/is_text_wrapped/_index.md index 4ef081efbb..87f970776a 100644 --- a/english/aspose.cells.drawing/groupbox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/groupbox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/is_word_art/_index.md b/english/aspose.cells.drawing/groupbox/is_word_art/_index.md index 6c1c24fb38..48bd680783 100644 --- a/english/aspose.cells.drawing/groupbox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/groupbox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/groupbox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/left/_index.md b/english/aspose.cells.drawing/groupbox/left/_index.md index 4e26269aa3..5e8d0763e6 100644 --- a/english/aspose.cells.drawing/groupbox/left/_index.md +++ b/english/aspose.cells.drawing/groupbox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/groupbox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/left_cm/_index.md b/english/aspose.cells.drawing/groupbox/left_cm/_index.md index 9f721370b6..c9d8fe319b 100644 --- a/english/aspose.cells.drawing/groupbox/left_cm/_index.md +++ b/english/aspose.cells.drawing/groupbox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/groupbox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/left_in_shape/_index.md b/english/aspose.cells.drawing/groupbox/left_in_shape/_index.md index 35c56b6ec6..9a4b55ca07 100644 --- a/english/aspose.cells.drawing/groupbox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupbox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/groupbox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/left_inch/_index.md b/english/aspose.cells.drawing/groupbox/left_inch/_index.md index 4619ace1bc..d8c3d9a330 100644 --- a/english/aspose.cells.drawing/groupbox/left_inch/_index.md +++ b/english/aspose.cells.drawing/groupbox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/groupbox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/left_to_corner/_index.md b/english/aspose.cells.drawing/groupbox/left_to_corner/_index.md index 6f87933dd4..5cd9b37336 100644 --- a/english/aspose.cells.drawing/groupbox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/groupbox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/groupbox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/line/_index.md b/english/aspose.cells.drawing/groupbox/line/_index.md index a1710e66fa..36788cdeec 100644 --- a/english/aspose.cells.drawing/groupbox/line/_index.md +++ b/english/aspose.cells.drawing/groupbox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/groupbox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/line_format/_index.md b/english/aspose.cells.drawing/groupbox/line_format/_index.md index 8248b14bf4..a9012eb9d1 100644 --- a/english/aspose.cells.drawing/groupbox/line_format/_index.md +++ b/english/aspose.cells.drawing/groupbox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/groupbox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/linked_cell/_index.md b/english/aspose.cells.drawing/groupbox/linked_cell/_index.md index 10e40b01fd..80f825da70 100644 --- a/english/aspose.cells.drawing/groupbox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupbox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/groupbox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/lower_delta_x/_index.md b/english/aspose.cells.drawing/groupbox/lower_delta_x/_index.md index 4cdf622ee1..755071de29 100644 --- a/english/aspose.cells.drawing/groupbox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/groupbox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/groupbox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/lower_delta_y/_index.md b/english/aspose.cells.drawing/groupbox/lower_delta_y/_index.md index 93f07e2677..b81ccd983c 100644 --- a/english/aspose.cells.drawing/groupbox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/groupbox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/groupbox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/lower_right_column/_index.md b/english/aspose.cells.drawing/groupbox/lower_right_column/_index.md index 595c30b97e..e41717f4e7 100644 --- a/english/aspose.cells.drawing/groupbox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/groupbox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/groupbox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/lower_right_row/_index.md b/english/aspose.cells.drawing/groupbox/lower_right_row/_index.md index ab293cb9dd..a010a53237 100644 --- a/english/aspose.cells.drawing/groupbox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/groupbox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/groupbox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/macro_name/_index.md b/english/aspose.cells.drawing/groupbox/macro_name/_index.md index 902273e63b..4e50f371d1 100644 --- a/english/aspose.cells.drawing/groupbox/macro_name/_index.md +++ b/english/aspose.cells.drawing/groupbox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/groupbox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/move_to_range/_index.md b/english/aspose.cells.drawing/groupbox/move_to_range/_index.md index 8d6e8bddea..0d67eb16ce 100644 --- a/english/aspose.cells.drawing/groupbox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/groupbox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/groupbox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/groupbox/mso_drawing_type/_index.md index 038ba3f9d4..ec1c111510 100644 --- a/english/aspose.cells.drawing/groupbox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/groupbox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/groupbox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/name/_index.md b/english/aspose.cells.drawing/groupbox/name/_index.md index 5ab1e47a4a..f7ea4c0f80 100644 --- a/english/aspose.cells.drawing/groupbox/name/_index.md +++ b/english/aspose.cells.drawing/groupbox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/groupbox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/paths/_index.md b/english/aspose.cells.drawing/groupbox/paths/_index.md index 78ec132ab5..8baa29709d 100644 --- a/english/aspose.cells.drawing/groupbox/paths/_index.md +++ b/english/aspose.cells.drawing/groupbox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/groupbox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/placement/_index.md b/english/aspose.cells.drawing/groupbox/placement/_index.md index e92c8d6d07..5823a3206c 100644 --- a/english/aspose.cells.drawing/groupbox/placement/_index.md +++ b/english/aspose.cells.drawing/groupbox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/groupbox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/reflection/_index.md b/english/aspose.cells.drawing/groupbox/reflection/_index.md index 82f9df2f37..bf0e0e45ea 100644 --- a/english/aspose.cells.drawing/groupbox/reflection/_index.md +++ b/english/aspose.cells.drawing/groupbox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/groupbox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/groupbox/relative_to_original_picture_size/_index.md index b07eb35c48..6504ac7ddc 100644 --- a/english/aspose.cells.drawing/groupbox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/groupbox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/groupbox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/groupbox/remove_active_x_control/_index.md index 143774cb70..0cf658640c 100644 --- a/english/aspose.cells.drawing/groupbox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/groupbox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/groupbox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/groupbox/remove_hyperlink/_index.md index a93dea63bc..b039a6712e 100644 --- a/english/aspose.cells.drawing/groupbox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupbox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/groupbox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/right/_index.md b/english/aspose.cells.drawing/groupbox/right/_index.md index 832d6667ba..9171489341 100644 --- a/english/aspose.cells.drawing/groupbox/right/_index.md +++ b/english/aspose.cells.drawing/groupbox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/groupbox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/rotation_angle/_index.md b/english/aspose.cells.drawing/groupbox/rotation_angle/_index.md index 0d4671e5ca..36cd81eee2 100644 --- a/english/aspose.cells.drawing/groupbox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/groupbox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/groupbox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/set_input_range/_index.md b/english/aspose.cells.drawing/groupbox/set_input_range/_index.md index 042c414701..a0e464958b 100644 --- a/english/aspose.cells.drawing/groupbox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/groupbox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/groupbox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/set_linked_cell/_index.md b/english/aspose.cells.drawing/groupbox/set_linked_cell/_index.md index 471e59eee8..bf0b093780 100644 --- a/english/aspose.cells.drawing/groupbox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupbox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/groupbox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/set_locked_property/_index.md b/english/aspose.cells.drawing/groupbox/set_locked_property/_index.md index 8c2977beb1..59c009ad20 100644 --- a/english/aspose.cells.drawing/groupbox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/groupbox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/groupbox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/shadow/_index.md b/english/aspose.cells.drawing/groupbox/shadow/_index.md index c0b950b969..9d3273b945 100644 --- a/english/aspose.cells.drawing/groupbox/shadow/_index.md +++ b/english/aspose.cells.drawing/groupbox/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/groupbox/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/shadow_effect/_index.md b/english/aspose.cells.drawing/groupbox/shadow_effect/_index.md index 4d75de281b..35bb7e19de 100644 --- a/english/aspose.cells.drawing/groupbox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/groupbox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/groupbox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/soft_edges/_index.md b/english/aspose.cells.drawing/groupbox/soft_edges/_index.md index 11c93a925c..0cce5e9186 100644 --- a/english/aspose.cells.drawing/groupbox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/groupbox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/groupbox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/spid/_index.md b/english/aspose.cells.drawing/groupbox/spid/_index.md index dd8e5e2d28..a7080cacea 100644 --- a/english/aspose.cells.drawing/groupbox/spid/_index.md +++ b/english/aspose.cells.drawing/groupbox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/groupbox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/spt/_index.md b/english/aspose.cells.drawing/groupbox/spt/_index.md index 2a3aebc3fb..7ea95f5884 100644 --- a/english/aspose.cells.drawing/groupbox/spt/_index.md +++ b/english/aspose.cells.drawing/groupbox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/groupbox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text/_index.md b/english/aspose.cells.drawing/groupbox/text/_index.md index 4439127d51..a9fb5be9d3 100644 --- a/english/aspose.cells.drawing/groupbox/text/_index.md +++ b/english/aspose.cells.drawing/groupbox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/groupbox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_body/_index.md b/english/aspose.cells.drawing/groupbox/text_body/_index.md index 6b9f5ccf0f..2e13012379 100644 --- a/english/aspose.cells.drawing/groupbox/text_body/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/groupbox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_box_options/_index.md b/english/aspose.cells.drawing/groupbox/text_box_options/_index.md index 22de7df222..a2dbcf5569 100644 --- a/english/aspose.cells.drawing/groupbox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/groupbox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_direction/_index.md b/english/aspose.cells.drawing/groupbox/text_direction/_index.md index 582ee70576..1e32f586fc 100644 --- a/english/aspose.cells.drawing/groupbox/text_direction/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/groupbox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_effect/_index.md b/english/aspose.cells.drawing/groupbox/text_effect/_index.md index a148cfcfd1..b0f5e552c5 100644 --- a/english/aspose.cells.drawing/groupbox/text_effect/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/groupbox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/groupbox/text_horizontal_alignment/_index.md index f24a4d7dbf..fb31f36cbb 100644 --- a/english/aspose.cells.drawing/groupbox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/groupbox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/groupbox/text_horizontal_overflow/_index.md index 350c175fff..497726f4ea 100644 --- a/english/aspose.cells.drawing/groupbox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/groupbox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_options/_index.md b/english/aspose.cells.drawing/groupbox/text_options/_index.md index 80977f8e7a..573b3cf996 100644 --- a/english/aspose.cells.drawing/groupbox/text_options/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/groupbox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_orientation_type/_index.md b/english/aspose.cells.drawing/groupbox/text_orientation_type/_index.md index 3dc362d29f..19f6d87169 100644 --- a/english/aspose.cells.drawing/groupbox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/groupbox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_shape_type/_index.md b/english/aspose.cells.drawing/groupbox/text_shape_type/_index.md index e8283059b5..1ff38b9f8e 100644 --- a/english/aspose.cells.drawing/groupbox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/groupbox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/groupbox/text_vertical_alignment/_index.md index 05ec35fb86..e4eaca2413 100644 --- a/english/aspose.cells.drawing/groupbox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/groupbox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/groupbox/text_vertical_overflow/_index.md index 9475a6ae46..ab830098e4 100644 --- a/english/aspose.cells.drawing/groupbox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/groupbox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/groupbox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/three_d_format/_index.md b/english/aspose.cells.drawing/groupbox/three_d_format/_index.md index 29d4817376..6ae28fbaf4 100644 --- a/english/aspose.cells.drawing/groupbox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/groupbox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/groupbox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/title/_index.md b/english/aspose.cells.drawing/groupbox/title/_index.md index 1e003f9b18..4609ffe0f7 100644 --- a/english/aspose.cells.drawing/groupbox/title/_index.md +++ b/english/aspose.cells.drawing/groupbox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/groupbox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/to_front_or_back/_index.md b/english/aspose.cells.drawing/groupbox/to_front_or_back/_index.md index 9e309b56de..8c31a7994e 100644 --- a/english/aspose.cells.drawing/groupbox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/groupbox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/groupbox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/groupbox/to_image/_index.md b/english/aspose.cells.drawing/groupbox/to_image/_index.md index 348aed528f..45c37fef11 100644 --- a/english/aspose.cells.drawing/groupbox/to_image/_index.md +++ b/english/aspose.cells.drawing/groupbox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/groupbox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/top/_index.md b/english/aspose.cells.drawing/groupbox/top/_index.md index 564f49500e..f767f95b89 100644 --- a/english/aspose.cells.drawing/groupbox/top/_index.md +++ b/english/aspose.cells.drawing/groupbox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/groupbox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/top_cm/_index.md b/english/aspose.cells.drawing/groupbox/top_cm/_index.md index ba0b2b1cfb..34135cfef1 100644 --- a/english/aspose.cells.drawing/groupbox/top_cm/_index.md +++ b/english/aspose.cells.drawing/groupbox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/groupbox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/top_in_shape/_index.md b/english/aspose.cells.drawing/groupbox/top_in_shape/_index.md index b2f715d238..21cd054bc1 100644 --- a/english/aspose.cells.drawing/groupbox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupbox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/groupbox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/top_inch/_index.md b/english/aspose.cells.drawing/groupbox/top_inch/_index.md index e3e8d5b343..9b307386f9 100644 --- a/english/aspose.cells.drawing/groupbox/top_inch/_index.md +++ b/english/aspose.cells.drawing/groupbox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/groupbox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/top_to_corner/_index.md b/english/aspose.cells.drawing/groupbox/top_to_corner/_index.md index de07e9caa6..4ef8563e4b 100644 --- a/english/aspose.cells.drawing/groupbox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/groupbox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/groupbox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/type/_index.md b/english/aspose.cells.drawing/groupbox/type/_index.md index 35d09f1f73..2453268a4d 100644 --- a/english/aspose.cells.drawing/groupbox/type/_index.md +++ b/english/aspose.cells.drawing/groupbox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/groupbox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/update_selected_value/_index.md b/english/aspose.cells.drawing/groupbox/update_selected_value/_index.md index 0cf54ec02e..066740db42 100644 --- a/english/aspose.cells.drawing/groupbox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/groupbox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/groupbox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/groupbox/upper_delta_x/_index.md b/english/aspose.cells.drawing/groupbox/upper_delta_x/_index.md index bd5438276f..13d184d7ab 100644 --- a/english/aspose.cells.drawing/groupbox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/groupbox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/groupbox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/upper_delta_y/_index.md b/english/aspose.cells.drawing/groupbox/upper_delta_y/_index.md index 71f3023656..3aad62b978 100644 --- a/english/aspose.cells.drawing/groupbox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/groupbox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/groupbox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/upper_left_column/_index.md b/english/aspose.cells.drawing/groupbox/upper_left_column/_index.md index 7ffc52fa4d..7dd1087f4b 100644 --- a/english/aspose.cells.drawing/groupbox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/groupbox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/groupbox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/upper_left_row/_index.md b/english/aspose.cells.drawing/groupbox/upper_left_row/_index.md index c4d60deecf..503d111506 100644 --- a/english/aspose.cells.drawing/groupbox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/groupbox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/groupbox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width/_index.md b/english/aspose.cells.drawing/groupbox/width/_index.md index fd7cdbcc83..cf0e14845b 100644 --- a/english/aspose.cells.drawing/groupbox/width/_index.md +++ b/english/aspose.cells.drawing/groupbox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/groupbox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width_cm/_index.md b/english/aspose.cells.drawing/groupbox/width_cm/_index.md index 086708365b..d1b2e1720e 100644 --- a/english/aspose.cells.drawing/groupbox/width_cm/_index.md +++ b/english/aspose.cells.drawing/groupbox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/groupbox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width_in_shape/_index.md b/english/aspose.cells.drawing/groupbox/width_in_shape/_index.md index bd6a03a770..bd35d8bdfc 100644 --- a/english/aspose.cells.drawing/groupbox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupbox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/groupbox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width_inch/_index.md b/english/aspose.cells.drawing/groupbox/width_inch/_index.md index f4371da39c..b262fe25d2 100644 --- a/english/aspose.cells.drawing/groupbox/width_inch/_index.md +++ b/english/aspose.cells.drawing/groupbox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/groupbox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width_pt/_index.md b/english/aspose.cells.drawing/groupbox/width_pt/_index.md index 4bc9b47346..a4bcff4376 100644 --- a/english/aspose.cells.drawing/groupbox/width_pt/_index.md +++ b/english/aspose.cells.drawing/groupbox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/groupbox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/width_scale/_index.md b/english/aspose.cells.drawing/groupbox/width_scale/_index.md index 1998075659..87054456e6 100644 --- a/english/aspose.cells.drawing/groupbox/width_scale/_index.md +++ b/english/aspose.cells.drawing/groupbox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/groupbox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/worksheet/_index.md b/english/aspose.cells.drawing/groupbox/worksheet/_index.md index ce139d7203..de18b6df2f 100644 --- a/english/aspose.cells.drawing/groupbox/worksheet/_index.md +++ b/english/aspose.cells.drawing/groupbox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/groupbox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/x/_index.md b/english/aspose.cells.drawing/groupbox/x/_index.md index 450df469aa..4a20139e7b 100644 --- a/english/aspose.cells.drawing/groupbox/x/_index.md +++ b/english/aspose.cells.drawing/groupbox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/groupbox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/y/_index.md b/english/aspose.cells.drawing/groupbox/y/_index.md index b834254746..1fb9b02a0d 100644 --- a/english/aspose.cells.drawing/groupbox/y/_index.md +++ b/english/aspose.cells.drawing/groupbox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/groupbox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupbox/z_order_position/_index.md b/english/aspose.cells.drawing/groupbox/z_order_position/_index.md index 8dd7658862..4330b10030 100644 --- a/english/aspose.cells.drawing/groupbox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/groupbox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/groupbox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/__getitem__/_index.md b/english/aspose.cells.drawing/groupshape/__getitem__/_index.md index f1616249bd..9205b52562 100644 --- a/english/aspose.cells.drawing/groupshape/__getitem__/_index.md +++ b/english/aspose.cells.drawing/groupshape/__getitem__/_index.md @@ -3,7 +3,7 @@ title: GroupShape indexer second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/groupshape/__getitem__/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/_index.md b/english/aspose.cells.drawing/groupshape/_index.md index 0a83438d04..bcbab7fbb7 100644 --- a/english/aspose.cells.drawing/groupshape/_index.md +++ b/english/aspose.cells.drawing/groupshape/_index.md @@ -138,33 +138,34 @@ Gets the child shape by index. ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/groupshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/groupshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/groupshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/groupshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/groupshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/groupshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/groupshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/groupshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/groupshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/groupshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/groupshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/groupshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/groupshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/groupshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/groupshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/groupshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/groupshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/groupshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/groupshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/groupshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/groupshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/groupshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | -| [ungroup](/cells/python-net/aspose.cells.drawing/groupshape/ungroup/#) | Ungroups the shape items. | -| [get_grouped_shapes](/cells/python-net/aspose.cells.drawing/groupshape/get_grouped_shapes/#) | Gets the shapes grouped by this shape. | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/groupshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/groupshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/groupshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/groupshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/groupshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/groupshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/groupshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/groupshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/groupshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/groupshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/groupshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/groupshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/groupshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/groupshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/groupshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/groupshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | +| [`ungroup(self)`](/cells/python-net/aspose.cells.drawing/groupshape/ungroup/#) | Ungroups the shape items. | +| [`get_grouped_shapes(self)`](/cells/python-net/aspose.cells.drawing/groupshape/get_grouped_shapes/#) | Gets the shapes grouped by this shape. | diff --git a/english/aspose.cells.drawing/groupshape/active_x_control/_index.md b/english/aspose.cells.drawing/groupshape/active_x_control/_index.md index dd303d0b42..5318aff0a5 100644 --- a/english/aspose.cells.drawing/groupshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/groupshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/groupshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/groupshape/actual_lower_right_row/_index.md index 1f6ceca0bc..a2ebf7e3e8 100644 --- a/english/aspose.cells.drawing/groupshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/groupshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/groupshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/groupshape/add_hyperlink/_index.md index 5118166eaf..617d423734 100644 --- a/english/aspose.cells.drawing/groupshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/groupshape/align_top_right_corner/_index.md index aea2052b57..a80d7a8ef2 100644 --- a/english/aspose.cells.drawing/groupshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/groupshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/groupshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/alternative_text/_index.md b/english/aspose.cells.drawing/groupshape/alternative_text/_index.md index 25fe3b0a53..2af21304f1 100644 --- a/english/aspose.cells.drawing/groupshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/groupshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/groupshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/anchor_type/_index.md b/english/aspose.cells.drawing/groupshape/anchor_type/_index.md index 3bf3d566b5..800e23b642 100644 --- a/english/aspose.cells.drawing/groupshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/groupshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/groupshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/groupshape/auto_shape_type/_index.md index f2a4339a73..ab16176a00 100644 --- a/english/aspose.cells.drawing/groupshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/groupshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/groupshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/bottom/_index.md b/english/aspose.cells.drawing/groupshape/bottom/_index.md index e57b3e71fa..84145ff3ac 100644 --- a/english/aspose.cells.drawing/groupshape/bottom/_index.md +++ b/english/aspose.cells.drawing/groupshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/groupshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/groupshape/calculate_text_size/_index.md index 0ed8a74954..3c139df494 100644 --- a/english/aspose.cells.drawing/groupshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/groupshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/characters/_index.md b/english/aspose.cells.drawing/groupshape/characters/_index.md index a8396801f4..726bdcb9fd 100644 --- a/english/aspose.cells.drawing/groupshape/characters/_index.md +++ b/english/aspose.cells.drawing/groupshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/groupshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/control_data/_index.md b/english/aspose.cells.drawing/groupshape/control_data/_index.md index a2282a5ea8..1416289f2c 100644 --- a/english/aspose.cells.drawing/groupshape/control_data/_index.md +++ b/english/aspose.cells.drawing/groupshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/groupshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/create_id/_index.md b/english/aspose.cells.drawing/groupshape/create_id/_index.md index 9deaadce81..f97d23772e 100644 --- a/english/aspose.cells.drawing/groupshape/create_id/_index.md +++ b/english/aspose.cells.drawing/groupshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/groupshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/fill/_index.md b/english/aspose.cells.drawing/groupshape/fill/_index.md index 635203decd..0ece401edd 100644 --- a/english/aspose.cells.drawing/groupshape/fill/_index.md +++ b/english/aspose.cells.drawing/groupshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/groupshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/fill_format/_index.md b/english/aspose.cells.drawing/groupshape/fill_format/_index.md index 5d78bd21fe..498059a9c7 100644 --- a/english/aspose.cells.drawing/groupshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/groupshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/groupshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/groupshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..def74a1e70 --- /dev/null +++ b/english/aspose.cells.drawing/groupshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/groupshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`GroupShape`](/cells/python-net/aspose.cells.drawing/groupshape) diff --git a/english/aspose.cells.drawing/groupshape/font/_index.md b/english/aspose.cells.drawing/groupshape/font/_index.md index 99c0374dff..19b9dc2b51 100644 --- a/english/aspose.cells.drawing/groupshape/font/_index.md +++ b/english/aspose.cells.drawing/groupshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/groupshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/format_characters/_index.md b/english/aspose.cells.drawing/groupshape/format_characters/_index.md index 4d1922aa9b..ae83c27b52 100644 --- a/english/aspose.cells.drawing/groupshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/groupshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/groupshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/format_picture/_index.md b/english/aspose.cells.drawing/groupshape/format_picture/_index.md index 2406595164..8d6c5e3108 100644 --- a/english/aspose.cells.drawing/groupshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/groupshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/groupshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/geometry/_index.md b/english/aspose.cells.drawing/groupshape/geometry/_index.md index 05a3d477db..6ce575db6d 100644 --- a/english/aspose.cells.drawing/groupshape/geometry/_index.md +++ b/english/aspose.cells.drawing/groupshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/groupshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/get_actual_box/_index.md b/english/aspose.cells.drawing/groupshape/get_actual_box/_index.md index 56dbc4c9d0..3d84bffb0b 100644 --- a/english/aspose.cells.drawing/groupshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/groupshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_characters/_index.md b/english/aspose.cells.drawing/groupshape/get_characters/_index.md index 63f4293538..9f0ac37def 100644 --- a/english/aspose.cells.drawing/groupshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/groupshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_connection_points/_index.md b/english/aspose.cells.drawing/groupshape/get_connection_points/_index.md index 07a982f629..5ed774e851 100644 --- a/english/aspose.cells.drawing/groupshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/groupshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_grouped_shapes/_index.md b/english/aspose.cells.drawing/groupshape/get_grouped_shapes/_index.md index 440c322b55..8b4002c080 100644 --- a/english/aspose.cells.drawing/groupshape/get_grouped_shapes/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_grouped_shapes/_index.md @@ -3,18 +3,19 @@ title: get_grouped_shapes method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/groupshape/get_grouped_shapes/ is_root: false --- -## get_grouped_shapes {#} +## get_grouped_shapes(self) {#} Gets the shapes grouped by this shape. ```python + def get_grouped_shapes(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_input_range/_index.md b/english/aspose.cells.drawing/groupshape/get_input_range/_index.md index 817fe6706f..ee71081307 100644 --- a/english/aspose.cells.drawing/groupshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/groupshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/groupshape/get_linked_cell/_index.md index 354efbc8bf..b54f313008 100644 --- a/english/aspose.cells.drawing/groupshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/groupshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_locked_property/_index.md b/english/aspose.cells.drawing/groupshape/get_locked_property/_index.md index d1b2e39a84..9f130eb145 100644 --- a/english/aspose.cells.drawing/groupshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/groupshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/groupshape/get_result_of_smart_art/_index.md index 14eb0271c8..ef8f8cccf7 100644 --- a/english/aspose.cells.drawing/groupshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/groupshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/groupshape/get_rich_formattings/_index.md index 92ca51d5ad..ca0b271e36 100644 --- a/english/aspose.cells.drawing/groupshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/groupshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/groupshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/glow/_index.md b/english/aspose.cells.drawing/groupshape/glow/_index.md index e6a037d460..160c48857e 100644 --- a/english/aspose.cells.drawing/groupshape/glow/_index.md +++ b/english/aspose.cells.drawing/groupshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/groupshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/group/_index.md b/english/aspose.cells.drawing/groupshape/group/_index.md index 169b455d18..43de7505a3 100644 --- a/english/aspose.cells.drawing/groupshape/group/_index.md +++ b/english/aspose.cells.drawing/groupshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/groupshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/has_line/_index.md b/english/aspose.cells.drawing/groupshape/has_line/_index.md index 246b1b59db..059b984135 100644 --- a/english/aspose.cells.drawing/groupshape/has_line/_index.md +++ b/english/aspose.cells.drawing/groupshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/groupshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height/_index.md b/english/aspose.cells.drawing/groupshape/height/_index.md index 68bad6d56c..67b0f7e1d4 100644 --- a/english/aspose.cells.drawing/groupshape/height/_index.md +++ b/english/aspose.cells.drawing/groupshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/groupshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height_cm/_index.md b/english/aspose.cells.drawing/groupshape/height_cm/_index.md index c38c2a4a83..be2798c277 100644 --- a/english/aspose.cells.drawing/groupshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/groupshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/groupshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height_in_shape/_index.md b/english/aspose.cells.drawing/groupshape/height_in_shape/_index.md index 9858a5c3c3..55f149c732 100644 --- a/english/aspose.cells.drawing/groupshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/groupshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height_inch/_index.md b/english/aspose.cells.drawing/groupshape/height_inch/_index.md index 1bb98e2e11..dd4a130a42 100644 --- a/english/aspose.cells.drawing/groupshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/groupshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/groupshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height_pt/_index.md b/english/aspose.cells.drawing/groupshape/height_pt/_index.md index 16abe2fe77..593216300f 100644 --- a/english/aspose.cells.drawing/groupshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/groupshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/groupshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/height_scale/_index.md b/english/aspose.cells.drawing/groupshape/height_scale/_index.md index 2112f8e21e..8e189e7101 100644 --- a/english/aspose.cells.drawing/groupshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/groupshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/groupshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/html_text/_index.md b/english/aspose.cells.drawing/groupshape/html_text/_index.md index a137fcdc58..32716d8f17 100644 --- a/english/aspose.cells.drawing/groupshape/html_text/_index.md +++ b/english/aspose.cells.drawing/groupshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/groupshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/hyperlink/_index.md b/english/aspose.cells.drawing/groupshape/hyperlink/_index.md index c682681fb9..ccfdbded53 100644 --- a/english/aspose.cells.drawing/groupshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/groupshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/id/_index.md b/english/aspose.cells.drawing/groupshape/id/_index.md index b6a018b452..cba941b9b6 100644 --- a/english/aspose.cells.drawing/groupshape/id/_index.md +++ b/english/aspose.cells.drawing/groupshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/groupshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/input_range/_index.md b/english/aspose.cells.drawing/groupshape/input_range/_index.md index f2b441e09f..a3db6e6d04 100644 --- a/english/aspose.cells.drawing/groupshape/input_range/_index.md +++ b/english/aspose.cells.drawing/groupshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/groupshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/groupshape/is_aspect_ratio_locked/_index.md index fceff2a24d..56c6e44d19 100644 --- a/english/aspose.cells.drawing/groupshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/groupshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_decorative/_index.md b/english/aspose.cells.drawing/groupshape/is_decorative/_index.md index 8a73e14786..2196b18857 100644 --- a/english/aspose.cells.drawing/groupshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/groupshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_equation/_index.md b/english/aspose.cells.drawing/groupshape/is_equation/_index.md index d664dab511..f94006a943 100644 --- a/english/aspose.cells.drawing/groupshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/groupshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_filled/_index.md b/english/aspose.cells.drawing/groupshape/is_filled/_index.md index 2cf20b208d..08beccb464 100644 --- a/english/aspose.cells.drawing/groupshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/groupshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/groupshape/is_flipped_horizontally/_index.md index 3aa486a027..e0e1670616 100644 --- a/english/aspose.cells.drawing/groupshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/groupshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/groupshape/is_flipped_vertically/_index.md index ac9672e0c3..ce91b7f748 100644 --- a/english/aspose.cells.drawing/groupshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/groupshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_group/_index.md b/english/aspose.cells.drawing/groupshape/is_group/_index.md index 2129405fac..cf6c620aa4 100644 --- a/english/aspose.cells.drawing/groupshape/is_group/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/groupshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_hidden/_index.md b/english/aspose.cells.drawing/groupshape/is_hidden/_index.md index b8ce001368..dcb38b04c7 100644 --- a/english/aspose.cells.drawing/groupshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/groupshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_in_group/_index.md b/english/aspose.cells.drawing/groupshape/is_in_group/_index.md index b4188b6fe2..ea6aec40b1 100644 --- a/english/aspose.cells.drawing/groupshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/groupshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/groupshape/is_lock_aspect_ratio/_index.md index 67feaa661d..f2c2239fd7 100644 --- a/english/aspose.cells.drawing/groupshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/groupshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_locked/_index.md b/english/aspose.cells.drawing/groupshape/is_locked/_index.md index bc7975fbeb..3245d1f71d 100644 --- a/english/aspose.cells.drawing/groupshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/groupshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_printable/_index.md b/english/aspose.cells.drawing/groupshape/is_printable/_index.md index 65885b8267..08d686a73b 100644 --- a/english/aspose.cells.drawing/groupshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/groupshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_rich_text/_index.md b/english/aspose.cells.drawing/groupshape/is_rich_text/_index.md index 6da1ade86a..bf9558959e 100644 --- a/english/aspose.cells.drawing/groupshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/groupshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_same_setting/_index.md b/english/aspose.cells.drawing/groupshape/is_same_setting/_index.md index 568c1edd8e..a6424a4c7b 100644 --- a/english/aspose.cells.drawing/groupshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/groupshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/is_smart_art/_index.md b/english/aspose.cells.drawing/groupshape/is_smart_art/_index.md index 0d522fa4a5..cd13df6a1e 100644 --- a/english/aspose.cells.drawing/groupshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/groupshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/groupshape/is_text_wrapped/_index.md index dcdabf4247..377392c3b0 100644 --- a/english/aspose.cells.drawing/groupshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/groupshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/is_word_art/_index.md b/english/aspose.cells.drawing/groupshape/is_word_art/_index.md index 5c93d18104..56e8b1d7e4 100644 --- a/english/aspose.cells.drawing/groupshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/groupshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/groupshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/left/_index.md b/english/aspose.cells.drawing/groupshape/left/_index.md index 716b28e10f..7b85562f64 100644 --- a/english/aspose.cells.drawing/groupshape/left/_index.md +++ b/english/aspose.cells.drawing/groupshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/groupshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/left_cm/_index.md b/english/aspose.cells.drawing/groupshape/left_cm/_index.md index b140812dfd..937d07e1fa 100644 --- a/english/aspose.cells.drawing/groupshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/groupshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/groupshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/left_in_shape/_index.md b/english/aspose.cells.drawing/groupshape/left_in_shape/_index.md index a82a89e774..ff7e18f792 100644 --- a/english/aspose.cells.drawing/groupshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/groupshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/left_inch/_index.md b/english/aspose.cells.drawing/groupshape/left_inch/_index.md index febf939724..fae6c69ca0 100644 --- a/english/aspose.cells.drawing/groupshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/groupshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/groupshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/left_to_corner/_index.md b/english/aspose.cells.drawing/groupshape/left_to_corner/_index.md index 7e68b7e55a..cb52e348e4 100644 --- a/english/aspose.cells.drawing/groupshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/groupshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/groupshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/line/_index.md b/english/aspose.cells.drawing/groupshape/line/_index.md index 6dcfb4f907..bf91f92d89 100644 --- a/english/aspose.cells.drawing/groupshape/line/_index.md +++ b/english/aspose.cells.drawing/groupshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/groupshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/line_format/_index.md b/english/aspose.cells.drawing/groupshape/line_format/_index.md index dc6fcfbc14..b4420e1bd6 100644 --- a/english/aspose.cells.drawing/groupshape/line_format/_index.md +++ b/english/aspose.cells.drawing/groupshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/groupshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/linked_cell/_index.md b/english/aspose.cells.drawing/groupshape/linked_cell/_index.md index 234bed2b16..331710f1de 100644 --- a/english/aspose.cells.drawing/groupshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/groupshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/groupshape/lower_delta_x/_index.md index a1f1cb38e2..781200732f 100644 --- a/english/aspose.cells.drawing/groupshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/groupshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/groupshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/groupshape/lower_delta_y/_index.md index 86cbbdd3d5..24df9aecbc 100644 --- a/english/aspose.cells.drawing/groupshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/groupshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/groupshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/lower_right_column/_index.md b/english/aspose.cells.drawing/groupshape/lower_right_column/_index.md index 9d30c3db94..14c62d96ba 100644 --- a/english/aspose.cells.drawing/groupshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/groupshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/groupshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/lower_right_row/_index.md b/english/aspose.cells.drawing/groupshape/lower_right_row/_index.md index d146cbda9f..cc41aca297 100644 --- a/english/aspose.cells.drawing/groupshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/groupshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/groupshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/macro_name/_index.md b/english/aspose.cells.drawing/groupshape/macro_name/_index.md index c7d417d712..0d4d5e1176 100644 --- a/english/aspose.cells.drawing/groupshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/groupshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/groupshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/move_to_range/_index.md b/english/aspose.cells.drawing/groupshape/move_to_range/_index.md index 01727e4ad2..43116e851c 100644 --- a/english/aspose.cells.drawing/groupshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/groupshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/groupshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/groupshape/mso_drawing_type/_index.md index d0f36ae756..761812b067 100644 --- a/english/aspose.cells.drawing/groupshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/groupshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/groupshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/name/_index.md b/english/aspose.cells.drawing/groupshape/name/_index.md index 416dd1f322..8df5e5ae1c 100644 --- a/english/aspose.cells.drawing/groupshape/name/_index.md +++ b/english/aspose.cells.drawing/groupshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/groupshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/paths/_index.md b/english/aspose.cells.drawing/groupshape/paths/_index.md index 703f122c56..4c4d2827da 100644 --- a/english/aspose.cells.drawing/groupshape/paths/_index.md +++ b/english/aspose.cells.drawing/groupshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/groupshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/placement/_index.md b/english/aspose.cells.drawing/groupshape/placement/_index.md index f58748a3db..933483aa74 100644 --- a/english/aspose.cells.drawing/groupshape/placement/_index.md +++ b/english/aspose.cells.drawing/groupshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/groupshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/reflection/_index.md b/english/aspose.cells.drawing/groupshape/reflection/_index.md index b7d754bf06..b288b2c850 100644 --- a/english/aspose.cells.drawing/groupshape/reflection/_index.md +++ b/english/aspose.cells.drawing/groupshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/groupshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/groupshape/relative_to_original_picture_size/_index.md index 9b01937207..383b00759b 100644 --- a/english/aspose.cells.drawing/groupshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/groupshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/groupshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/groupshape/remove_active_x_control/_index.md index b200f358d7..8064d991e7 100644 --- a/english/aspose.cells.drawing/groupshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/groupshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/groupshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/groupshape/remove_hyperlink/_index.md index 8cf211bb59..022883021f 100644 --- a/english/aspose.cells.drawing/groupshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/groupshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/groupshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/right/_index.md b/english/aspose.cells.drawing/groupshape/right/_index.md index 1248b3628b..abf771b86f 100644 --- a/english/aspose.cells.drawing/groupshape/right/_index.md +++ b/english/aspose.cells.drawing/groupshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/groupshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/rotation_angle/_index.md b/english/aspose.cells.drawing/groupshape/rotation_angle/_index.md index fa6efef034..4c6afdd040 100644 --- a/english/aspose.cells.drawing/groupshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/groupshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/groupshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/set_input_range/_index.md b/english/aspose.cells.drawing/groupshape/set_input_range/_index.md index 6edd8f5392..0111c1777a 100644 --- a/english/aspose.cells.drawing/groupshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/groupshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/groupshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/groupshape/set_linked_cell/_index.md index ecc303a439..389f5462b4 100644 --- a/english/aspose.cells.drawing/groupshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/groupshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/groupshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/set_locked_property/_index.md b/english/aspose.cells.drawing/groupshape/set_locked_property/_index.md index 11f2003b40..2f607b1ad0 100644 --- a/english/aspose.cells.drawing/groupshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/groupshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/groupshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/shadow_effect/_index.md b/english/aspose.cells.drawing/groupshape/shadow_effect/_index.md index 36d4015f37..ad9d129fb6 100644 --- a/english/aspose.cells.drawing/groupshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/groupshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/groupshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/soft_edges/_index.md b/english/aspose.cells.drawing/groupshape/soft_edges/_index.md index a4173917bf..a7f7f64eca 100644 --- a/english/aspose.cells.drawing/groupshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/groupshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/groupshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/spid/_index.md b/english/aspose.cells.drawing/groupshape/spid/_index.md index fb6cb7a5c6..c729d99bf7 100644 --- a/english/aspose.cells.drawing/groupshape/spid/_index.md +++ b/english/aspose.cells.drawing/groupshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/groupshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/spt/_index.md b/english/aspose.cells.drawing/groupshape/spt/_index.md index f3c1db850e..e056563f69 100644 --- a/english/aspose.cells.drawing/groupshape/spt/_index.md +++ b/english/aspose.cells.drawing/groupshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/groupshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text/_index.md b/english/aspose.cells.drawing/groupshape/text/_index.md index db3fd1f0a0..a3f2054d10 100644 --- a/english/aspose.cells.drawing/groupshape/text/_index.md +++ b/english/aspose.cells.drawing/groupshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/groupshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_body/_index.md b/english/aspose.cells.drawing/groupshape/text_body/_index.md index dcea23441e..7bc40bf361 100644 --- a/english/aspose.cells.drawing/groupshape/text_body/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/groupshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_box_options/_index.md b/english/aspose.cells.drawing/groupshape/text_box_options/_index.md index 571f925617..6674f6e7b8 100644 --- a/english/aspose.cells.drawing/groupshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/groupshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_direction/_index.md b/english/aspose.cells.drawing/groupshape/text_direction/_index.md index 2195ab3f16..7b5018c4cd 100644 --- a/english/aspose.cells.drawing/groupshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/groupshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_effect/_index.md b/english/aspose.cells.drawing/groupshape/text_effect/_index.md index 5bd259de8d..b0c1a80848 100644 --- a/english/aspose.cells.drawing/groupshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/groupshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/groupshape/text_horizontal_alignment/_index.md index 8993dde2e7..91c0d919d9 100644 --- a/english/aspose.cells.drawing/groupshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/groupshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/groupshape/text_horizontal_overflow/_index.md index 2b29cbc44f..ef305b2490 100644 --- a/english/aspose.cells.drawing/groupshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/groupshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_options/_index.md b/english/aspose.cells.drawing/groupshape/text_options/_index.md index 7dd088306d..64b6bfeeaf 100644 --- a/english/aspose.cells.drawing/groupshape/text_options/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/groupshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/groupshape/text_orientation_type/_index.md index 8707332cba..29e75d62e3 100644 --- a/english/aspose.cells.drawing/groupshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/groupshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_shape_type/_index.md b/english/aspose.cells.drawing/groupshape/text_shape_type/_index.md index 67a5ce5d73..fc8f7484f6 100644 --- a/english/aspose.cells.drawing/groupshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/groupshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/groupshape/text_vertical_alignment/_index.md index 7c468d4d51..f587db9d7b 100644 --- a/english/aspose.cells.drawing/groupshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/groupshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/groupshape/text_vertical_overflow/_index.md index 31e7d72a79..e731d10fcc 100644 --- a/english/aspose.cells.drawing/groupshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/groupshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/groupshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/three_d_format/_index.md b/english/aspose.cells.drawing/groupshape/three_d_format/_index.md index a067fe70ec..71cc596319 100644 --- a/english/aspose.cells.drawing/groupshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/groupshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/groupshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/title/_index.md b/english/aspose.cells.drawing/groupshape/title/_index.md index 39cfb4ebb4..3774b961ad 100644 --- a/english/aspose.cells.drawing/groupshape/title/_index.md +++ b/english/aspose.cells.drawing/groupshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/groupshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/groupshape/to_front_or_back/_index.md index 6e03d3ebe4..30f0d5806d 100644 --- a/english/aspose.cells.drawing/groupshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/groupshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/groupshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/groupshape/to_image/_index.md b/english/aspose.cells.drawing/groupshape/to_image/_index.md index 1a5278a51e..28ef2e29c1 100644 --- a/english/aspose.cells.drawing/groupshape/to_image/_index.md +++ b/english/aspose.cells.drawing/groupshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/groupshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/top/_index.md b/english/aspose.cells.drawing/groupshape/top/_index.md index ddbf965b52..7184908f1f 100644 --- a/english/aspose.cells.drawing/groupshape/top/_index.md +++ b/english/aspose.cells.drawing/groupshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/groupshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/top_cm/_index.md b/english/aspose.cells.drawing/groupshape/top_cm/_index.md index 4ffe122b43..37ca3eab67 100644 --- a/english/aspose.cells.drawing/groupshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/groupshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/groupshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/top_in_shape/_index.md b/english/aspose.cells.drawing/groupshape/top_in_shape/_index.md index fcbdfdfd8b..da74c2b983 100644 --- a/english/aspose.cells.drawing/groupshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/groupshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/top_inch/_index.md b/english/aspose.cells.drawing/groupshape/top_inch/_index.md index 9c471c1fe8..892580e0cb 100644 --- a/english/aspose.cells.drawing/groupshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/groupshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/groupshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/top_to_corner/_index.md b/english/aspose.cells.drawing/groupshape/top_to_corner/_index.md index a4ad3f2952..c82924d47f 100644 --- a/english/aspose.cells.drawing/groupshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/groupshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/groupshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/type/_index.md b/english/aspose.cells.drawing/groupshape/type/_index.md index 2edfac2f9d..99033c6f4f 100644 --- a/english/aspose.cells.drawing/groupshape/type/_index.md +++ b/english/aspose.cells.drawing/groupshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/groupshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/ungroup/_index.md b/english/aspose.cells.drawing/groupshape/ungroup/_index.md index 8a647332d8..7b25f2577f 100644 --- a/english/aspose.cells.drawing/groupshape/ungroup/_index.md +++ b/english/aspose.cells.drawing/groupshape/ungroup/_index.md @@ -3,18 +3,19 @@ title: ungroup method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/groupshape/ungroup/ is_root: false --- -## ungroup {#} +## ungroup(self) {#} Ungroups the shape items. ```python + def ungroup(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/update_selected_value/_index.md b/english/aspose.cells.drawing/groupshape/update_selected_value/_index.md index d0e2b57d67..6f372e7e64 100644 --- a/english/aspose.cells.drawing/groupshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/groupshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/groupshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/groupshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/groupshape/upper_delta_x/_index.md index 8896ce34b1..8ccd98436b 100644 --- a/english/aspose.cells.drawing/groupshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/groupshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/groupshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/groupshape/upper_delta_y/_index.md index 58836ac185..da4b45a0c9 100644 --- a/english/aspose.cells.drawing/groupshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/groupshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/groupshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/upper_left_column/_index.md b/english/aspose.cells.drawing/groupshape/upper_left_column/_index.md index 85830b1125..2059a6e5f5 100644 --- a/english/aspose.cells.drawing/groupshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/groupshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/groupshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/upper_left_row/_index.md b/english/aspose.cells.drawing/groupshape/upper_left_row/_index.md index 7c057401b1..cff6cfa52a 100644 --- a/english/aspose.cells.drawing/groupshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/groupshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/groupshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width/_index.md b/english/aspose.cells.drawing/groupshape/width/_index.md index f80af97f81..6f69d4d9a8 100644 --- a/english/aspose.cells.drawing/groupshape/width/_index.md +++ b/english/aspose.cells.drawing/groupshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/groupshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width_cm/_index.md b/english/aspose.cells.drawing/groupshape/width_cm/_index.md index 67e1e0a7ae..8dc6d397f7 100644 --- a/english/aspose.cells.drawing/groupshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/groupshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/groupshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width_in_shape/_index.md b/english/aspose.cells.drawing/groupshape/width_in_shape/_index.md index aa5382f08d..e72027adbd 100644 --- a/english/aspose.cells.drawing/groupshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/groupshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/groupshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width_inch/_index.md b/english/aspose.cells.drawing/groupshape/width_inch/_index.md index cb91c056f2..e764313293 100644 --- a/english/aspose.cells.drawing/groupshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/groupshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/groupshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width_pt/_index.md b/english/aspose.cells.drawing/groupshape/width_pt/_index.md index bcc7ed0192..a08093117f 100644 --- a/english/aspose.cells.drawing/groupshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/groupshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/groupshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/width_scale/_index.md b/english/aspose.cells.drawing/groupshape/width_scale/_index.md index 22c09aac1a..37b824ee40 100644 --- a/english/aspose.cells.drawing/groupshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/groupshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/groupshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/worksheet/_index.md b/english/aspose.cells.drawing/groupshape/worksheet/_index.md index d8e3918656..ea1b9195d0 100644 --- a/english/aspose.cells.drawing/groupshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/groupshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/groupshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/x/_index.md b/english/aspose.cells.drawing/groupshape/x/_index.md index 8ac4311d81..9bafb1a1be 100644 --- a/english/aspose.cells.drawing/groupshape/x/_index.md +++ b/english/aspose.cells.drawing/groupshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/groupshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/y/_index.md b/english/aspose.cells.drawing/groupshape/y/_index.md index 21d230295e..4f044781e5 100644 --- a/english/aspose.cells.drawing/groupshape/y/_index.md +++ b/english/aspose.cells.drawing/groupshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/groupshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/groupshape/z_order_position/_index.md b/english/aspose.cells.drawing/groupshape/z_order_position/_index.md index 42f16ceb93..63c0809e97 100644 --- a/english/aspose.cells.drawing/groupshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/groupshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/groupshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/_index.md b/english/aspose.cells.drawing/label/_index.md index 5bda6656a0..010f219aa2 100644 --- a/english/aspose.cells.drawing/label/_index.md +++ b/english/aspose.cells.drawing/label/_index.md @@ -130,31 +130,32 @@ The Label type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/label/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/label/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/label/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/label/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/label/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/label/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/label/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/label/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/label/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/label/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/label/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/label/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/label/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/label/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/label/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/label/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/label/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/label/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/label/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/label/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/label/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/label/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/label/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/label/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/label/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/label/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/label/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/label/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/label/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/label/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/label/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/label/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/label/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/label/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/label/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/label/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/label/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/label/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/label/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/label/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/label/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/label/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/label/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/label/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/label/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/label/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/label/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/label/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/label/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/label/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/label/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/label/active_x_control/_index.md b/english/aspose.cells.drawing/label/active_x_control/_index.md index 1297a71f94..44850adb6a 100644 --- a/english/aspose.cells.drawing/label/active_x_control/_index.md +++ b/english/aspose.cells.drawing/label/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/label/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/label/actual_lower_right_row/_index.md index b9162d72f7..723b701fc1 100644 --- a/english/aspose.cells.drawing/label/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/label/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/label/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/add_hyperlink/_index.md b/english/aspose.cells.drawing/label/add_hyperlink/_index.md index 9af5b5f7fb..67c193eae6 100644 --- a/english/aspose.cells.drawing/label/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/label/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/label/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/label/align_top_right_corner/_index.md b/english/aspose.cells.drawing/label/align_top_right_corner/_index.md index 08834d0e4f..d16f277433 100644 --- a/english/aspose.cells.drawing/label/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/label/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/label/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/label/alternative_text/_index.md b/english/aspose.cells.drawing/label/alternative_text/_index.md index b2092198f6..672b422556 100644 --- a/english/aspose.cells.drawing/label/alternative_text/_index.md +++ b/english/aspose.cells.drawing/label/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/label/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/anchor_type/_index.md b/english/aspose.cells.drawing/label/anchor_type/_index.md index 07be406f5e..cf721ba769 100644 --- a/english/aspose.cells.drawing/label/anchor_type/_index.md +++ b/english/aspose.cells.drawing/label/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/label/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/auto_shape_type/_index.md b/english/aspose.cells.drawing/label/auto_shape_type/_index.md index 41349ad821..178bdfe5af 100644 --- a/english/aspose.cells.drawing/label/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/label/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/label/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/bottom/_index.md b/english/aspose.cells.drawing/label/bottom/_index.md index f929eb80b2..dd53830c37 100644 --- a/english/aspose.cells.drawing/label/bottom/_index.md +++ b/english/aspose.cells.drawing/label/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/label/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/calculate_text_size/_index.md b/english/aspose.cells.drawing/label/calculate_text_size/_index.md index 6206815e5c..c5862ee872 100644 --- a/english/aspose.cells.drawing/label/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/label/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/label/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/label/characters/_index.md b/english/aspose.cells.drawing/label/characters/_index.md index e6740f1e6a..0b7d859865 100644 --- a/english/aspose.cells.drawing/label/characters/_index.md +++ b/english/aspose.cells.drawing/label/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/label/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/label/control_data/_index.md b/english/aspose.cells.drawing/label/control_data/_index.md index 4026c077f4..99d5bd3ab1 100644 --- a/english/aspose.cells.drawing/label/control_data/_index.md +++ b/english/aspose.cells.drawing/label/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/label/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/create_id/_index.md b/english/aspose.cells.drawing/label/create_id/_index.md index 07ad14137b..5b8fe0a3ac 100644 --- a/english/aspose.cells.drawing/label/create_id/_index.md +++ b/english/aspose.cells.drawing/label/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/label/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/fill/_index.md b/english/aspose.cells.drawing/label/fill/_index.md index b2539e744a..1168d070cc 100644 --- a/english/aspose.cells.drawing/label/fill/_index.md +++ b/english/aspose.cells.drawing/label/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/label/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/fill_format/_index.md b/english/aspose.cells.drawing/label/fill_format/_index.md index 2d47769774..cd8376f621 100644 --- a/english/aspose.cells.drawing/label/fill_format/_index.md +++ b/english/aspose.cells.drawing/label/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/label/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/fit_to_text_size/_index.md b/english/aspose.cells.drawing/label/fit_to_text_size/_index.md new file mode 100644 index 0000000000..acb67cb2bc --- /dev/null +++ b/english/aspose.cells.drawing/label/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/label/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Label`](/cells/python-net/aspose.cells.drawing/label) diff --git a/english/aspose.cells.drawing/label/font/_index.md b/english/aspose.cells.drawing/label/font/_index.md index 6ec25793ee..e95c8125d3 100644 --- a/english/aspose.cells.drawing/label/font/_index.md +++ b/english/aspose.cells.drawing/label/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/label/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/format_characters/_index.md b/english/aspose.cells.drawing/label/format_characters/_index.md index 2f918b940e..109aa6c2b1 100644 --- a/english/aspose.cells.drawing/label/format_characters/_index.md +++ b/english/aspose.cells.drawing/label/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/label/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/label/format_picture/_index.md b/english/aspose.cells.drawing/label/format_picture/_index.md index 255a700e37..12a3e35850 100644 --- a/english/aspose.cells.drawing/label/format_picture/_index.md +++ b/english/aspose.cells.drawing/label/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/label/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/geometry/_index.md b/english/aspose.cells.drawing/label/geometry/_index.md index d754664ab6..e9a142afdf 100644 --- a/english/aspose.cells.drawing/label/geometry/_index.md +++ b/english/aspose.cells.drawing/label/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/label/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/get_actual_box/_index.md b/english/aspose.cells.drawing/label/get_actual_box/_index.md index c1cfa8703a..c4ca057798 100644 --- a/english/aspose.cells.drawing/label/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/label/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/label/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/label/get_characters/_index.md b/english/aspose.cells.drawing/label/get_characters/_index.md index 31351c2013..83ea5225ba 100644 --- a/english/aspose.cells.drawing/label/get_characters/_index.md +++ b/english/aspose.cells.drawing/label/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/label/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/label/get_connection_points/_index.md b/english/aspose.cells.drawing/label/get_connection_points/_index.md index d466e2bb6a..be7e28de87 100644 --- a/english/aspose.cells.drawing/label/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/label/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/label/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/label/get_input_range/_index.md b/english/aspose.cells.drawing/label/get_input_range/_index.md index 5e28b5ea6d..ccfebf772b 100644 --- a/english/aspose.cells.drawing/label/get_input_range/_index.md +++ b/english/aspose.cells.drawing/label/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/label/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/label/get_linked_cell/_index.md b/english/aspose.cells.drawing/label/get_linked_cell/_index.md index e7ad41b91a..52521a0a07 100644 --- a/english/aspose.cells.drawing/label/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/label/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/label/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/label/get_locked_property/_index.md b/english/aspose.cells.drawing/label/get_locked_property/_index.md index 0fc3bb5f9a..4e7c35ac54 100644 --- a/english/aspose.cells.drawing/label/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/label/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/label/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/label/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/label/get_result_of_smart_art/_index.md index 2a47d4034a..364e111dac 100644 --- a/english/aspose.cells.drawing/label/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/label/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/label/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/label/get_rich_formattings/_index.md b/english/aspose.cells.drawing/label/get_rich_formattings/_index.md index 6e92eca889..5e8304da08 100644 --- a/english/aspose.cells.drawing/label/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/label/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/label/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/label/glow/_index.md b/english/aspose.cells.drawing/label/glow/_index.md index 02b614ecd1..58fd211e88 100644 --- a/english/aspose.cells.drawing/label/glow/_index.md +++ b/english/aspose.cells.drawing/label/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/label/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/group/_index.md b/english/aspose.cells.drawing/label/group/_index.md index 9841a6764a..fa896bbd37 100644 --- a/english/aspose.cells.drawing/label/group/_index.md +++ b/english/aspose.cells.drawing/label/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/label/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/has_line/_index.md b/english/aspose.cells.drawing/label/has_line/_index.md index 7feaf65a4e..333bd17fc2 100644 --- a/english/aspose.cells.drawing/label/has_line/_index.md +++ b/english/aspose.cells.drawing/label/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/label/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height/_index.md b/english/aspose.cells.drawing/label/height/_index.md index cd985474bc..223867238d 100644 --- a/english/aspose.cells.drawing/label/height/_index.md +++ b/english/aspose.cells.drawing/label/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/label/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height_cm/_index.md b/english/aspose.cells.drawing/label/height_cm/_index.md index 1d045ea76b..1a858992f6 100644 --- a/english/aspose.cells.drawing/label/height_cm/_index.md +++ b/english/aspose.cells.drawing/label/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/label/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height_in_shape/_index.md b/english/aspose.cells.drawing/label/height_in_shape/_index.md index 053d5da1f7..e0bc766d42 100644 --- a/english/aspose.cells.drawing/label/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/label/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/label/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height_inch/_index.md b/english/aspose.cells.drawing/label/height_inch/_index.md index 916e419288..840570816e 100644 --- a/english/aspose.cells.drawing/label/height_inch/_index.md +++ b/english/aspose.cells.drawing/label/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/label/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height_pt/_index.md b/english/aspose.cells.drawing/label/height_pt/_index.md index 5abeccb7b2..710df8da13 100644 --- a/english/aspose.cells.drawing/label/height_pt/_index.md +++ b/english/aspose.cells.drawing/label/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/label/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/height_scale/_index.md b/english/aspose.cells.drawing/label/height_scale/_index.md index 2ef232733b..9e4cf41774 100644 --- a/english/aspose.cells.drawing/label/height_scale/_index.md +++ b/english/aspose.cells.drawing/label/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/label/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/html_text/_index.md b/english/aspose.cells.drawing/label/html_text/_index.md index 1b958eba26..fad1444597 100644 --- a/english/aspose.cells.drawing/label/html_text/_index.md +++ b/english/aspose.cells.drawing/label/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/label/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/hyperlink/_index.md b/english/aspose.cells.drawing/label/hyperlink/_index.md index dd8287e6c3..1bbc4aefcb 100644 --- a/english/aspose.cells.drawing/label/hyperlink/_index.md +++ b/english/aspose.cells.drawing/label/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/label/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/id/_index.md b/english/aspose.cells.drawing/label/id/_index.md index b2a4b0bd40..08755b8cf8 100644 --- a/english/aspose.cells.drawing/label/id/_index.md +++ b/english/aspose.cells.drawing/label/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/label/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/input_range/_index.md b/english/aspose.cells.drawing/label/input_range/_index.md index f010c843db..34588d8c39 100644 --- a/english/aspose.cells.drawing/label/input_range/_index.md +++ b/english/aspose.cells.drawing/label/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/label/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/label/is_aspect_ratio_locked/_index.md index 18a9aca976..17d2a5f004 100644 --- a/english/aspose.cells.drawing/label/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/label/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/label/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_decorative/_index.md b/english/aspose.cells.drawing/label/is_decorative/_index.md index c79441423b..48113248af 100644 --- a/english/aspose.cells.drawing/label/is_decorative/_index.md +++ b/english/aspose.cells.drawing/label/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/label/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_equation/_index.md b/english/aspose.cells.drawing/label/is_equation/_index.md index f02b6b1537..4e8c53adfb 100644 --- a/english/aspose.cells.drawing/label/is_equation/_index.md +++ b/english/aspose.cells.drawing/label/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/label/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_filled/_index.md b/english/aspose.cells.drawing/label/is_filled/_index.md index d2132e96af..d524e8a2fc 100644 --- a/english/aspose.cells.drawing/label/is_filled/_index.md +++ b/english/aspose.cells.drawing/label/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/label/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/label/is_flipped_horizontally/_index.md index bff191abd5..50dd9badab 100644 --- a/english/aspose.cells.drawing/label/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/label/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/label/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/label/is_flipped_vertically/_index.md index 2c666f2f97..5141a56c56 100644 --- a/english/aspose.cells.drawing/label/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/label/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/label/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_group/_index.md b/english/aspose.cells.drawing/label/is_group/_index.md index 8f18974dd6..7ae926c90c 100644 --- a/english/aspose.cells.drawing/label/is_group/_index.md +++ b/english/aspose.cells.drawing/label/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/label/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_hidden/_index.md b/english/aspose.cells.drawing/label/is_hidden/_index.md index bc3ada338b..d28476ceb9 100644 --- a/english/aspose.cells.drawing/label/is_hidden/_index.md +++ b/english/aspose.cells.drawing/label/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/label/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_in_group/_index.md b/english/aspose.cells.drawing/label/is_in_group/_index.md index 92f695bf5c..992e4ded30 100644 --- a/english/aspose.cells.drawing/label/is_in_group/_index.md +++ b/english/aspose.cells.drawing/label/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/label/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/label/is_lock_aspect_ratio/_index.md index 4407138eeb..73e3053d95 100644 --- a/english/aspose.cells.drawing/label/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/label/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/label/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_locked/_index.md b/english/aspose.cells.drawing/label/is_locked/_index.md index 4fcc0e4340..7d04772cb0 100644 --- a/english/aspose.cells.drawing/label/is_locked/_index.md +++ b/english/aspose.cells.drawing/label/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/label/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_printable/_index.md b/english/aspose.cells.drawing/label/is_printable/_index.md index fb1cca5757..87b88504af 100644 --- a/english/aspose.cells.drawing/label/is_printable/_index.md +++ b/english/aspose.cells.drawing/label/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/label/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_rich_text/_index.md b/english/aspose.cells.drawing/label/is_rich_text/_index.md index 3e12619ead..0dce625fb3 100644 --- a/english/aspose.cells.drawing/label/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/label/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/label/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_same_setting/_index.md b/english/aspose.cells.drawing/label/is_same_setting/_index.md index 18fce6cd3a..518550b22d 100644 --- a/english/aspose.cells.drawing/label/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/label/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/label/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/label/is_smart_art/_index.md b/english/aspose.cells.drawing/label/is_smart_art/_index.md index e9bd84c3c3..e7b24f2099 100644 --- a/english/aspose.cells.drawing/label/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/label/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/label/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_text_wrapped/_index.md b/english/aspose.cells.drawing/label/is_text_wrapped/_index.md index 5ce3c024a6..7f5dea0d3d 100644 --- a/english/aspose.cells.drawing/label/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/label/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/label/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/is_word_art/_index.md b/english/aspose.cells.drawing/label/is_word_art/_index.md index 6f3c1bbdc7..1e21ace82e 100644 --- a/english/aspose.cells.drawing/label/is_word_art/_index.md +++ b/english/aspose.cells.drawing/label/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/label/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/left/_index.md b/english/aspose.cells.drawing/label/left/_index.md index a3400adeb8..44bec44671 100644 --- a/english/aspose.cells.drawing/label/left/_index.md +++ b/english/aspose.cells.drawing/label/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/label/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/left_cm/_index.md b/english/aspose.cells.drawing/label/left_cm/_index.md index f3f96ca288..9b8c680a98 100644 --- a/english/aspose.cells.drawing/label/left_cm/_index.md +++ b/english/aspose.cells.drawing/label/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/label/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/left_in_shape/_index.md b/english/aspose.cells.drawing/label/left_in_shape/_index.md index 0eeb686579..5d8c4b3daf 100644 --- a/english/aspose.cells.drawing/label/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/label/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/label/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/left_inch/_index.md b/english/aspose.cells.drawing/label/left_inch/_index.md index 57475572a3..b0f4d9eb5e 100644 --- a/english/aspose.cells.drawing/label/left_inch/_index.md +++ b/english/aspose.cells.drawing/label/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/label/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/left_to_corner/_index.md b/english/aspose.cells.drawing/label/left_to_corner/_index.md index 9cc2b1dbaa..933230df9a 100644 --- a/english/aspose.cells.drawing/label/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/label/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/label/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/line/_index.md b/english/aspose.cells.drawing/label/line/_index.md index 2887197d1f..fd4ea0d5cd 100644 --- a/english/aspose.cells.drawing/label/line/_index.md +++ b/english/aspose.cells.drawing/label/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/label/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/line_format/_index.md b/english/aspose.cells.drawing/label/line_format/_index.md index 8109767c50..547fab238e 100644 --- a/english/aspose.cells.drawing/label/line_format/_index.md +++ b/english/aspose.cells.drawing/label/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/label/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/linked_cell/_index.md b/english/aspose.cells.drawing/label/linked_cell/_index.md index 7b3fdc96fc..22a3ed3e82 100644 --- a/english/aspose.cells.drawing/label/linked_cell/_index.md +++ b/english/aspose.cells.drawing/label/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/label/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/lower_delta_x/_index.md b/english/aspose.cells.drawing/label/lower_delta_x/_index.md index 0066e32151..482940a078 100644 --- a/english/aspose.cells.drawing/label/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/label/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/label/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/lower_delta_y/_index.md b/english/aspose.cells.drawing/label/lower_delta_y/_index.md index 2c09576bd8..1c04ed1deb 100644 --- a/english/aspose.cells.drawing/label/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/label/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/label/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/lower_right_column/_index.md b/english/aspose.cells.drawing/label/lower_right_column/_index.md index 6ed3da0c3f..72c5cabb56 100644 --- a/english/aspose.cells.drawing/label/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/label/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/label/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/lower_right_row/_index.md b/english/aspose.cells.drawing/label/lower_right_row/_index.md index fda7ba4e14..d3a8c99d52 100644 --- a/english/aspose.cells.drawing/label/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/label/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/label/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/macro_name/_index.md b/english/aspose.cells.drawing/label/macro_name/_index.md index 0960fb6882..70be3c8ca9 100644 --- a/english/aspose.cells.drawing/label/macro_name/_index.md +++ b/english/aspose.cells.drawing/label/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/label/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/move_to_range/_index.md b/english/aspose.cells.drawing/label/move_to_range/_index.md index a9c432ee2a..a88e8a055b 100644 --- a/english/aspose.cells.drawing/label/move_to_range/_index.md +++ b/english/aspose.cells.drawing/label/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/label/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/label/mso_drawing_type/_index.md b/english/aspose.cells.drawing/label/mso_drawing_type/_index.md index 60012b7480..a36c32089a 100644 --- a/english/aspose.cells.drawing/label/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/label/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/label/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/name/_index.md b/english/aspose.cells.drawing/label/name/_index.md index 5fdd28c65d..00cb5fcfe7 100644 --- a/english/aspose.cells.drawing/label/name/_index.md +++ b/english/aspose.cells.drawing/label/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/label/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/paths/_index.md b/english/aspose.cells.drawing/label/paths/_index.md index 384bf1365c..c8b3033d31 100644 --- a/english/aspose.cells.drawing/label/paths/_index.md +++ b/english/aspose.cells.drawing/label/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/label/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/placement/_index.md b/english/aspose.cells.drawing/label/placement/_index.md index d82de25f2a..bf3ab548fe 100644 --- a/english/aspose.cells.drawing/label/placement/_index.md +++ b/english/aspose.cells.drawing/label/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/label/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/reflection/_index.md b/english/aspose.cells.drawing/label/reflection/_index.md index cdb351c23a..55296ee71d 100644 --- a/english/aspose.cells.drawing/label/reflection/_index.md +++ b/english/aspose.cells.drawing/label/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/label/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/label/relative_to_original_picture_size/_index.md index ea56eb4804..f5b6b41ae7 100644 --- a/english/aspose.cells.drawing/label/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/label/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/label/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/remove_active_x_control/_index.md b/english/aspose.cells.drawing/label/remove_active_x_control/_index.md index d014ee6070..d90ab30454 100644 --- a/english/aspose.cells.drawing/label/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/label/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/label/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/label/remove_hyperlink/_index.md b/english/aspose.cells.drawing/label/remove_hyperlink/_index.md index 9041ccc53f..e723df8699 100644 --- a/english/aspose.cells.drawing/label/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/label/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/label/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/label/right/_index.md b/english/aspose.cells.drawing/label/right/_index.md index 9777ce689b..2efa4b08be 100644 --- a/english/aspose.cells.drawing/label/right/_index.md +++ b/english/aspose.cells.drawing/label/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/label/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/rotation_angle/_index.md b/english/aspose.cells.drawing/label/rotation_angle/_index.md index 100c1b3b40..53b21f4b67 100644 --- a/english/aspose.cells.drawing/label/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/label/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/label/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/set_input_range/_index.md b/english/aspose.cells.drawing/label/set_input_range/_index.md index b4dcc53a86..1dc120bc27 100644 --- a/english/aspose.cells.drawing/label/set_input_range/_index.md +++ b/english/aspose.cells.drawing/label/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/label/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/label/set_linked_cell/_index.md b/english/aspose.cells.drawing/label/set_linked_cell/_index.md index 181529c415..73d1f0cbb4 100644 --- a/english/aspose.cells.drawing/label/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/label/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/label/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/label/set_locked_property/_index.md b/english/aspose.cells.drawing/label/set_locked_property/_index.md index 5bfe72b1db..86d2664298 100644 --- a/english/aspose.cells.drawing/label/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/label/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/label/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/label/shadow_effect/_index.md b/english/aspose.cells.drawing/label/shadow_effect/_index.md index 639902e69a..7f1471493f 100644 --- a/english/aspose.cells.drawing/label/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/label/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/label/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/soft_edges/_index.md b/english/aspose.cells.drawing/label/soft_edges/_index.md index 9b65cb42c3..a2fe63fb9d 100644 --- a/english/aspose.cells.drawing/label/soft_edges/_index.md +++ b/english/aspose.cells.drawing/label/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/label/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/spid/_index.md b/english/aspose.cells.drawing/label/spid/_index.md index e2788671a3..90aae13394 100644 --- a/english/aspose.cells.drawing/label/spid/_index.md +++ b/english/aspose.cells.drawing/label/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/label/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/spt/_index.md b/english/aspose.cells.drawing/label/spt/_index.md index b5b94bee1d..51b7df32d5 100644 --- a/english/aspose.cells.drawing/label/spt/_index.md +++ b/english/aspose.cells.drawing/label/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/label/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text/_index.md b/english/aspose.cells.drawing/label/text/_index.md index 49d682ce35..08957c7cbd 100644 --- a/english/aspose.cells.drawing/label/text/_index.md +++ b/english/aspose.cells.drawing/label/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/label/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_body/_index.md b/english/aspose.cells.drawing/label/text_body/_index.md index 9fa26b0d30..66c9c604b2 100644 --- a/english/aspose.cells.drawing/label/text_body/_index.md +++ b/english/aspose.cells.drawing/label/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/label/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_box_options/_index.md b/english/aspose.cells.drawing/label/text_box_options/_index.md index 392e660858..9e1dbc992a 100644 --- a/english/aspose.cells.drawing/label/text_box_options/_index.md +++ b/english/aspose.cells.drawing/label/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/label/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_direction/_index.md b/english/aspose.cells.drawing/label/text_direction/_index.md index 16cdc08aca..84a7c7d574 100644 --- a/english/aspose.cells.drawing/label/text_direction/_index.md +++ b/english/aspose.cells.drawing/label/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/label/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_effect/_index.md b/english/aspose.cells.drawing/label/text_effect/_index.md index f6e878fd73..b8024478fa 100644 --- a/english/aspose.cells.drawing/label/text_effect/_index.md +++ b/english/aspose.cells.drawing/label/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/label/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/label/text_horizontal_alignment/_index.md index 4e2b2b804d..868a5a1ca1 100644 --- a/english/aspose.cells.drawing/label/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/label/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/label/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/label/text_horizontal_overflow/_index.md index 3b33784b17..8894b76337 100644 --- a/english/aspose.cells.drawing/label/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/label/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/label/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_options/_index.md b/english/aspose.cells.drawing/label/text_options/_index.md index c8e31a98f3..0bdb62b577 100644 --- a/english/aspose.cells.drawing/label/text_options/_index.md +++ b/english/aspose.cells.drawing/label/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/label/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_orientation_type/_index.md b/english/aspose.cells.drawing/label/text_orientation_type/_index.md index 35640c0281..788eacf29d 100644 --- a/english/aspose.cells.drawing/label/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/label/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/label/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_shape_type/_index.md b/english/aspose.cells.drawing/label/text_shape_type/_index.md index ca250bef4c..208571ef05 100644 --- a/english/aspose.cells.drawing/label/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/label/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/label/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/label/text_vertical_alignment/_index.md index c65a09e57d..2698ca28d5 100644 --- a/english/aspose.cells.drawing/label/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/label/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/label/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/label/text_vertical_overflow/_index.md index 79a5092ec5..85973fe08f 100644 --- a/english/aspose.cells.drawing/label/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/label/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/label/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/three_d_format/_index.md b/english/aspose.cells.drawing/label/three_d_format/_index.md index 2a82b20e1d..04cde255cb 100644 --- a/english/aspose.cells.drawing/label/three_d_format/_index.md +++ b/english/aspose.cells.drawing/label/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/label/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/title/_index.md b/english/aspose.cells.drawing/label/title/_index.md index cd0f123b61..8a040f9ac4 100644 --- a/english/aspose.cells.drawing/label/title/_index.md +++ b/english/aspose.cells.drawing/label/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/label/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/to_front_or_back/_index.md b/english/aspose.cells.drawing/label/to_front_or_back/_index.md index 373a1e6e47..fff83ed78c 100644 --- a/english/aspose.cells.drawing/label/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/label/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/label/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/label/to_image/_index.md b/english/aspose.cells.drawing/label/to_image/_index.md index 38e405a90b..74e6006a6d 100644 --- a/english/aspose.cells.drawing/label/to_image/_index.md +++ b/english/aspose.cells.drawing/label/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/label/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/label/top/_index.md b/english/aspose.cells.drawing/label/top/_index.md index 447e580818..06450c90ad 100644 --- a/english/aspose.cells.drawing/label/top/_index.md +++ b/english/aspose.cells.drawing/label/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/label/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/top_cm/_index.md b/english/aspose.cells.drawing/label/top_cm/_index.md index 27dccabf01..0696f61bab 100644 --- a/english/aspose.cells.drawing/label/top_cm/_index.md +++ b/english/aspose.cells.drawing/label/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/label/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/top_in_shape/_index.md b/english/aspose.cells.drawing/label/top_in_shape/_index.md index 811e2d2fd2..503c81589c 100644 --- a/english/aspose.cells.drawing/label/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/label/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/label/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/top_inch/_index.md b/english/aspose.cells.drawing/label/top_inch/_index.md index 7948c2afef..f7699e1f9c 100644 --- a/english/aspose.cells.drawing/label/top_inch/_index.md +++ b/english/aspose.cells.drawing/label/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/label/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/top_to_corner/_index.md b/english/aspose.cells.drawing/label/top_to_corner/_index.md index d990cd791e..a962e85af9 100644 --- a/english/aspose.cells.drawing/label/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/label/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/label/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/type/_index.md b/english/aspose.cells.drawing/label/type/_index.md index 71cc7f8bbe..44db5d2ca4 100644 --- a/english/aspose.cells.drawing/label/type/_index.md +++ b/english/aspose.cells.drawing/label/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/label/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/update_selected_value/_index.md b/english/aspose.cells.drawing/label/update_selected_value/_index.md index d17357835c..db5f0247ec 100644 --- a/english/aspose.cells.drawing/label/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/label/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/label/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/label/upper_delta_x/_index.md b/english/aspose.cells.drawing/label/upper_delta_x/_index.md index e0fb3b3e4a..2761a1daf7 100644 --- a/english/aspose.cells.drawing/label/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/label/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/label/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/upper_delta_y/_index.md b/english/aspose.cells.drawing/label/upper_delta_y/_index.md index 7b90c6aecb..6f8d866618 100644 --- a/english/aspose.cells.drawing/label/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/label/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/label/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/upper_left_column/_index.md b/english/aspose.cells.drawing/label/upper_left_column/_index.md index 428328e16a..d3998af408 100644 --- a/english/aspose.cells.drawing/label/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/label/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/label/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/upper_left_row/_index.md b/english/aspose.cells.drawing/label/upper_left_row/_index.md index 94fa8ec853..c703c38d62 100644 --- a/english/aspose.cells.drawing/label/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/label/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/label/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width/_index.md b/english/aspose.cells.drawing/label/width/_index.md index 24eb642097..6a5d9c989c 100644 --- a/english/aspose.cells.drawing/label/width/_index.md +++ b/english/aspose.cells.drawing/label/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/label/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width_cm/_index.md b/english/aspose.cells.drawing/label/width_cm/_index.md index d80c65cf08..749390a78e 100644 --- a/english/aspose.cells.drawing/label/width_cm/_index.md +++ b/english/aspose.cells.drawing/label/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/label/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width_in_shape/_index.md b/english/aspose.cells.drawing/label/width_in_shape/_index.md index 068febffd9..ac762925b7 100644 --- a/english/aspose.cells.drawing/label/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/label/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/label/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width_inch/_index.md b/english/aspose.cells.drawing/label/width_inch/_index.md index 2e50206851..a7b9e6e48b 100644 --- a/english/aspose.cells.drawing/label/width_inch/_index.md +++ b/english/aspose.cells.drawing/label/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/label/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width_pt/_index.md b/english/aspose.cells.drawing/label/width_pt/_index.md index 0c39221190..b924a6b6b1 100644 --- a/english/aspose.cells.drawing/label/width_pt/_index.md +++ b/english/aspose.cells.drawing/label/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/label/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/width_scale/_index.md b/english/aspose.cells.drawing/label/width_scale/_index.md index 6412b2d814..f26730869a 100644 --- a/english/aspose.cells.drawing/label/width_scale/_index.md +++ b/english/aspose.cells.drawing/label/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/label/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/worksheet/_index.md b/english/aspose.cells.drawing/label/worksheet/_index.md index 23746de542..5387d9766f 100644 --- a/english/aspose.cells.drawing/label/worksheet/_index.md +++ b/english/aspose.cells.drawing/label/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/label/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/x/_index.md b/english/aspose.cells.drawing/label/x/_index.md index d91d799d89..e45d3b0101 100644 --- a/english/aspose.cells.drawing/label/x/_index.md +++ b/english/aspose.cells.drawing/label/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/label/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/y/_index.md b/english/aspose.cells.drawing/label/y/_index.md index 84b4b6eb68..2b1fd363c0 100644 --- a/english/aspose.cells.drawing/label/y/_index.md +++ b/english/aspose.cells.drawing/label/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/label/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/label/z_order_position/_index.md b/english/aspose.cells.drawing/label/z_order_position/_index.md index 74815eec18..de8265fa60 100644 --- a/english/aspose.cells.drawing/label/z_order_position/_index.md +++ b/english/aspose.cells.drawing/label/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/label/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineformat/_index.md b/english/aspose.cells.drawing/lineformat/_index.md index f7735f046f..a2799bf703 100644 --- a/english/aspose.cells.drawing/lineformat/_index.md +++ b/english/aspose.cells.drawing/lineformat/_index.md @@ -60,10 +60,10 @@ The LineFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/lineformat/set_two_color_gradient/#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_two_color_gradient](/cells/python-net/aspose.cells.drawing/lineformat/set_two_color_gradient/#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | -| [set_one_color_gradient](/cells/python-net/aspose.cells.drawing/lineformat/set_one_color_gradient/#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | -| [set_preset_color_gradient](/cells/python-net/aspose.cells.drawing/lineformat/set_preset_color_gradient/#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a preset-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, color2, style, variant)`](/cells/python-net/aspose.cells.drawing/lineformat/set_two_color_gradient/#aspose.pydrawing.color-aspose.pydrawing.color-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant)`](/cells/python-net/aspose.cells.drawing/lineformat/set_two_color_gradient/#aspose.pydrawing.color-float-aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient.
Only applies for Excel 2007. | +| [`set_one_color_gradient(self, color, degree, style, variant)`](/cells/python-net/aspose.cells.drawing/lineformat/set_one_color_gradient/#aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a one-color gradient.
Only applies for Excel 2007. | +| [`set_preset_color_gradient(self, preset_color, style, variant)`](/cells/python-net/aspose.cells.drawing/lineformat/set_preset_color_gradient/#aspose.cells.drawing.gradientpresettype-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a preset-color gradient.
Only applies for Excel 2007. | diff --git a/english/aspose.cells.drawing/lineformat/set_one_color_gradient/_index.md b/english/aspose.cells.drawing/lineformat/set_one_color_gradient/_index.md index 0ea88597ae..e79e4128ca 100644 --- a/english/aspose.cells.drawing/lineformat/set_one_color_gradient/_index.md +++ b/english/aspose.cells.drawing/lineformat/set_one_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineformat/set_one_color_gradient/ is_root: false --- -## set_one_color_gradient {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_one_color_gradient(self, color, degree, style, variant) {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a one-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_one_color_gradient(self, color, degree, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/lineformat/set_preset_color_gradient/_index.md b/english/aspose.cells.drawing/lineformat/set_preset_color_gradient/_index.md index 0a5b02c146..00b1dad181 100644 --- a/english/aspose.cells.drawing/lineformat/set_preset_color_gradient/_index.md +++ b/english/aspose.cells.drawing/lineformat/set_preset_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineformat/set_preset_color_gradient/ is_root: false --- -## set_preset_color_gradient {#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int} +## set_preset_color_gradient(self, preset_color, style, variant) {#aspose.cells.drawing.GradientPresetType-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a preset-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_preset_color_gradient(self, preset_color, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/lineformat/set_two_color_gradient/_index.md b/english/aspose.cells.drawing/lineformat/set_two_color_gradient/_index.md index 726c8da1f8..c91cde37e8 100644 --- a/english/aspose.cells.drawing/lineformat/set_two_color_gradient/_index.md +++ b/english/aspose.cells.drawing/lineformat/set_two_color_gradient/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineformat/set_two_color_gradient/ is_root: false --- -## set_two_color_gradient {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, color2, style, variant) {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -16,6 +16,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, color2, style, variant): ... ``` @@ -29,7 +30,7 @@ def set_two_color_gradient(self, color1, color2, style, variant): | variant | int | The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2. | -## set_two_color_gradient {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant) {#aspose.pydrawing.Color-float-aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. Only applies for Excel 2007. @@ -37,6 +38,7 @@ Only applies for Excel 2007. ```python + def set_two_color_gradient(self, color1, transparency1, color2, transparency2, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/_index.md b/english/aspose.cells.drawing/lineshape/_index.md index 36904d3798..e9dd60c8cf 100644 --- a/english/aspose.cells.drawing/lineshape/_index.md +++ b/english/aspose.cells.drawing/lineshape/_index.md @@ -136,31 +136,32 @@ The LineShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/lineshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/lineshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/lineshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/lineshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/lineshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/lineshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/lineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/lineshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/lineshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/lineshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/lineshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/lineshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/lineshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/lineshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/lineshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/lineshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/lineshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/lineshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/lineshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/lineshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/lineshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/lineshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/lineshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/lineshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/lineshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/lineshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/lineshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/lineshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/lineshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/lineshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/lineshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/lineshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/lineshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/lineshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/lineshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/lineshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/lineshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/lineshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/lineshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/lineshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/lineshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/lineshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/lineshape/active_x_control/_index.md b/english/aspose.cells.drawing/lineshape/active_x_control/_index.md index 56daf0d86c..25a34a0e30 100644 --- a/english/aspose.cells.drawing/lineshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/lineshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/lineshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/lineshape/actual_lower_right_row/_index.md index 7133cef7e7..c769864e44 100644 --- a/english/aspose.cells.drawing/lineshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/lineshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/lineshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/lineshape/add_hyperlink/_index.md index a533e8822f..70d164a93f 100644 --- a/english/aspose.cells.drawing/lineshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/lineshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/lineshape/align_top_right_corner/_index.md index 9f9288fa49..bd32973048 100644 --- a/english/aspose.cells.drawing/lineshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/lineshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/lineshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/alternative_text/_index.md b/english/aspose.cells.drawing/lineshape/alternative_text/_index.md index 4725cccf53..4715354eef 100644 --- a/english/aspose.cells.drawing/lineshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/lineshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/lineshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/anchor_type/_index.md b/english/aspose.cells.drawing/lineshape/anchor_type/_index.md index 9a46f819eb..eafcb091fe 100644 --- a/english/aspose.cells.drawing/lineshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/lineshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/lineshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/lineshape/auto_shape_type/_index.md index 6568d70f61..b131c3ecaa 100644 --- a/english/aspose.cells.drawing/lineshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/lineshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/lineshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/begin_arrowhead_length/_index.md b/english/aspose.cells.drawing/lineshape/begin_arrowhead_length/_index.md index 09a5e03375..f76a96045a 100644 --- a/english/aspose.cells.drawing/lineshape/begin_arrowhead_length/_index.md +++ b/english/aspose.cells.drawing/lineshape/begin_arrowhead_length/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_length property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/lineshape/begin_arrowhead_length/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/begin_arrowhead_style/_index.md b/english/aspose.cells.drawing/lineshape/begin_arrowhead_style/_index.md index c08049c19c..44e9f17e0e 100644 --- a/english/aspose.cells.drawing/lineshape/begin_arrowhead_style/_index.md +++ b/english/aspose.cells.drawing/lineshape/begin_arrowhead_style/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/lineshape/begin_arrowhead_style/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/begin_arrowhead_width/_index.md b/english/aspose.cells.drawing/lineshape/begin_arrowhead_width/_index.md index f75f3bd443..859195e3fd 100644 --- a/english/aspose.cells.drawing/lineshape/begin_arrowhead_width/_index.md +++ b/english/aspose.cells.drawing/lineshape/begin_arrowhead_width/_index.md @@ -3,7 +3,7 @@ title: begin_arrowhead_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/lineshape/begin_arrowhead_width/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/bottom/_index.md b/english/aspose.cells.drawing/lineshape/bottom/_index.md index 1681d7585d..bea58bb193 100644 --- a/english/aspose.cells.drawing/lineshape/bottom/_index.md +++ b/english/aspose.cells.drawing/lineshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/lineshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/lineshape/calculate_text_size/_index.md index a06e351b54..66795ae13a 100644 --- a/english/aspose.cells.drawing/lineshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/lineshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/characters/_index.md b/english/aspose.cells.drawing/lineshape/characters/_index.md index 2074da3f6f..6e90027bd8 100644 --- a/english/aspose.cells.drawing/lineshape/characters/_index.md +++ b/english/aspose.cells.drawing/lineshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/lineshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/control_data/_index.md b/english/aspose.cells.drawing/lineshape/control_data/_index.md index 163063c4b6..bf926f7839 100644 --- a/english/aspose.cells.drawing/lineshape/control_data/_index.md +++ b/english/aspose.cells.drawing/lineshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/lineshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/create_id/_index.md b/english/aspose.cells.drawing/lineshape/create_id/_index.md index 832d5cb87a..d59bba9580 100644 --- a/english/aspose.cells.drawing/lineshape/create_id/_index.md +++ b/english/aspose.cells.drawing/lineshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/lineshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/end_arrowhead_length/_index.md b/english/aspose.cells.drawing/lineshape/end_arrowhead_length/_index.md index 8418082534..b5454b27a5 100644 --- a/english/aspose.cells.drawing/lineshape/end_arrowhead_length/_index.md +++ b/english/aspose.cells.drawing/lineshape/end_arrowhead_length/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_length property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/lineshape/end_arrowhead_length/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/end_arrowhead_style/_index.md b/english/aspose.cells.drawing/lineshape/end_arrowhead_style/_index.md index e6a37ffe8e..1030b87184 100644 --- a/english/aspose.cells.drawing/lineshape/end_arrowhead_style/_index.md +++ b/english/aspose.cells.drawing/lineshape/end_arrowhead_style/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/lineshape/end_arrowhead_style/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/end_arrowhead_width/_index.md b/english/aspose.cells.drawing/lineshape/end_arrowhead_width/_index.md index 1abe59d016..215174c925 100644 --- a/english/aspose.cells.drawing/lineshape/end_arrowhead_width/_index.md +++ b/english/aspose.cells.drawing/lineshape/end_arrowhead_width/_index.md @@ -3,7 +3,7 @@ title: end_arrowhead_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/lineshape/end_arrowhead_width/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/fill/_index.md b/english/aspose.cells.drawing/lineshape/fill/_index.md index b2495e60c6..df10b7811c 100644 --- a/english/aspose.cells.drawing/lineshape/fill/_index.md +++ b/english/aspose.cells.drawing/lineshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/lineshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/fill_format/_index.md b/english/aspose.cells.drawing/lineshape/fill_format/_index.md index 41887eb297..f4fc7698ce 100644 --- a/english/aspose.cells.drawing/lineshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/lineshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/lineshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/lineshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..5d0eed77b9 --- /dev/null +++ b/english/aspose.cells.drawing/lineshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/lineshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`LineShape`](/cells/python-net/aspose.cells.drawing/lineshape) diff --git a/english/aspose.cells.drawing/lineshape/font/_index.md b/english/aspose.cells.drawing/lineshape/font/_index.md index 2c729c163f..54532db15b 100644 --- a/english/aspose.cells.drawing/lineshape/font/_index.md +++ b/english/aspose.cells.drawing/lineshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/lineshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/format_characters/_index.md b/english/aspose.cells.drawing/lineshape/format_characters/_index.md index 2a3a281f08..01ed7c9627 100644 --- a/english/aspose.cells.drawing/lineshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/lineshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/lineshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/format_picture/_index.md b/english/aspose.cells.drawing/lineshape/format_picture/_index.md index 796de6170e..8b40b1e690 100644 --- a/english/aspose.cells.drawing/lineshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/lineshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/lineshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/geometry/_index.md b/english/aspose.cells.drawing/lineshape/geometry/_index.md index a931c0e455..71d37757ca 100644 --- a/english/aspose.cells.drawing/lineshape/geometry/_index.md +++ b/english/aspose.cells.drawing/lineshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/lineshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/get_actual_box/_index.md b/english/aspose.cells.drawing/lineshape/get_actual_box/_index.md index a03e4fcca2..cf2ecabb59 100644 --- a/english/aspose.cells.drawing/lineshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/lineshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_characters/_index.md b/english/aspose.cells.drawing/lineshape/get_characters/_index.md index 6537e45e2d..498eddc3d2 100644 --- a/english/aspose.cells.drawing/lineshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/lineshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_connection_points/_index.md b/english/aspose.cells.drawing/lineshape/get_connection_points/_index.md index 0d35ef5747..efeefb2090 100644 --- a/english/aspose.cells.drawing/lineshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/lineshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_input_range/_index.md b/english/aspose.cells.drawing/lineshape/get_input_range/_index.md index 69064f9c43..f33466da6e 100644 --- a/english/aspose.cells.drawing/lineshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/lineshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/lineshape/get_linked_cell/_index.md index 98932d31ad..e16ab53b43 100644 --- a/english/aspose.cells.drawing/lineshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/lineshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_locked_property/_index.md b/english/aspose.cells.drawing/lineshape/get_locked_property/_index.md index 3a75095b65..04fb5b0c2f 100644 --- a/english/aspose.cells.drawing/lineshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/lineshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/lineshape/get_result_of_smart_art/_index.md index acb08cebb9..c262240872 100644 --- a/english/aspose.cells.drawing/lineshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/lineshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/lineshape/get_rich_formattings/_index.md index 394bbb3baa..4d7e5e0d46 100644 --- a/english/aspose.cells.drawing/lineshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/lineshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/lineshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/glow/_index.md b/english/aspose.cells.drawing/lineshape/glow/_index.md index 962f3e5f7c..d826407bbd 100644 --- a/english/aspose.cells.drawing/lineshape/glow/_index.md +++ b/english/aspose.cells.drawing/lineshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/lineshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/group/_index.md b/english/aspose.cells.drawing/lineshape/group/_index.md index 4faf0dcf5a..e503aaf122 100644 --- a/english/aspose.cells.drawing/lineshape/group/_index.md +++ b/english/aspose.cells.drawing/lineshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/lineshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/has_line/_index.md b/english/aspose.cells.drawing/lineshape/has_line/_index.md index 70eaab5d40..6f147995d0 100644 --- a/english/aspose.cells.drawing/lineshape/has_line/_index.md +++ b/english/aspose.cells.drawing/lineshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/lineshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height/_index.md b/english/aspose.cells.drawing/lineshape/height/_index.md index 635ff11f50..512ea5f4ee 100644 --- a/english/aspose.cells.drawing/lineshape/height/_index.md +++ b/english/aspose.cells.drawing/lineshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/lineshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height_cm/_index.md b/english/aspose.cells.drawing/lineshape/height_cm/_index.md index 5e37add6d1..6e94bda2cc 100644 --- a/english/aspose.cells.drawing/lineshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/lineshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/lineshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height_in_shape/_index.md b/english/aspose.cells.drawing/lineshape/height_in_shape/_index.md index bfa8ad9ae1..74a3c3de23 100644 --- a/english/aspose.cells.drawing/lineshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/lineshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/lineshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height_inch/_index.md b/english/aspose.cells.drawing/lineshape/height_inch/_index.md index 037a6617f3..42298db274 100644 --- a/english/aspose.cells.drawing/lineshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/lineshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/lineshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height_pt/_index.md b/english/aspose.cells.drawing/lineshape/height_pt/_index.md index 677ab4b70c..330ef83ae3 100644 --- a/english/aspose.cells.drawing/lineshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/lineshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/lineshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/height_scale/_index.md b/english/aspose.cells.drawing/lineshape/height_scale/_index.md index 29e6f1ebe4..86de8fc5c5 100644 --- a/english/aspose.cells.drawing/lineshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/lineshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/lineshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/html_text/_index.md b/english/aspose.cells.drawing/lineshape/html_text/_index.md index 9d8db5c01b..f3993252e0 100644 --- a/english/aspose.cells.drawing/lineshape/html_text/_index.md +++ b/english/aspose.cells.drawing/lineshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/lineshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/hyperlink/_index.md b/english/aspose.cells.drawing/lineshape/hyperlink/_index.md index 067a4656ea..0d9cad8927 100644 --- a/english/aspose.cells.drawing/lineshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/lineshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/lineshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/id/_index.md b/english/aspose.cells.drawing/lineshape/id/_index.md index 38bcdfb434..98c34b7af5 100644 --- a/english/aspose.cells.drawing/lineshape/id/_index.md +++ b/english/aspose.cells.drawing/lineshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/lineshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/input_range/_index.md b/english/aspose.cells.drawing/lineshape/input_range/_index.md index bad8179448..981ad192ee 100644 --- a/english/aspose.cells.drawing/lineshape/input_range/_index.md +++ b/english/aspose.cells.drawing/lineshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/lineshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/lineshape/is_aspect_ratio_locked/_index.md index 2d32659f24..f64bf1aafb 100644 --- a/english/aspose.cells.drawing/lineshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/lineshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_decorative/_index.md b/english/aspose.cells.drawing/lineshape/is_decorative/_index.md index 5585a58b3f..059be33bf6 100644 --- a/english/aspose.cells.drawing/lineshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/lineshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_equation/_index.md b/english/aspose.cells.drawing/lineshape/is_equation/_index.md index 2bb74836e5..bceccbc1b2 100644 --- a/english/aspose.cells.drawing/lineshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/lineshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_filled/_index.md b/english/aspose.cells.drawing/lineshape/is_filled/_index.md index 5a6ae9f7bb..a0b27c6c73 100644 --- a/english/aspose.cells.drawing/lineshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/lineshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/lineshape/is_flipped_horizontally/_index.md index e7344bc2cf..e02d2f35f4 100644 --- a/english/aspose.cells.drawing/lineshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/lineshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/lineshape/is_flipped_vertically/_index.md index 4ab2358104..52ad1a492b 100644 --- a/english/aspose.cells.drawing/lineshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/lineshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_group/_index.md b/english/aspose.cells.drawing/lineshape/is_group/_index.md index 2cc1718540..fa0737e7e3 100644 --- a/english/aspose.cells.drawing/lineshape/is_group/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/lineshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_hidden/_index.md b/english/aspose.cells.drawing/lineshape/is_hidden/_index.md index e269f3465f..ca5fb367ed 100644 --- a/english/aspose.cells.drawing/lineshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/lineshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_in_group/_index.md b/english/aspose.cells.drawing/lineshape/is_in_group/_index.md index 752787b49e..a3ab6d953a 100644 --- a/english/aspose.cells.drawing/lineshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/lineshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/lineshape/is_lock_aspect_ratio/_index.md index 6466faf09e..e2abc84f4b 100644 --- a/english/aspose.cells.drawing/lineshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/lineshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_locked/_index.md b/english/aspose.cells.drawing/lineshape/is_locked/_index.md index dc773190bd..159bde1bec 100644 --- a/english/aspose.cells.drawing/lineshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/lineshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_printable/_index.md b/english/aspose.cells.drawing/lineshape/is_printable/_index.md index ec6a3ca1b9..337f399522 100644 --- a/english/aspose.cells.drawing/lineshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/lineshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_rich_text/_index.md b/english/aspose.cells.drawing/lineshape/is_rich_text/_index.md index 264e6fd4c9..f45584a71d 100644 --- a/english/aspose.cells.drawing/lineshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/lineshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_same_setting/_index.md b/english/aspose.cells.drawing/lineshape/is_same_setting/_index.md index cc173da801..1d38bb8bcb 100644 --- a/english/aspose.cells.drawing/lineshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/lineshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/is_smart_art/_index.md b/english/aspose.cells.drawing/lineshape/is_smart_art/_index.md index 1c13555ec1..6f05a4c7ad 100644 --- a/english/aspose.cells.drawing/lineshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/lineshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/lineshape/is_text_wrapped/_index.md index 013760f223..bab366f3ae 100644 --- a/english/aspose.cells.drawing/lineshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/lineshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/is_word_art/_index.md b/english/aspose.cells.drawing/lineshape/is_word_art/_index.md index b6669efc9e..afc2c7e304 100644 --- a/english/aspose.cells.drawing/lineshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/lineshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/lineshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/left/_index.md b/english/aspose.cells.drawing/lineshape/left/_index.md index 6dfd58a642..452401f498 100644 --- a/english/aspose.cells.drawing/lineshape/left/_index.md +++ b/english/aspose.cells.drawing/lineshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/lineshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/left_cm/_index.md b/english/aspose.cells.drawing/lineshape/left_cm/_index.md index 085c758540..cf43b656ff 100644 --- a/english/aspose.cells.drawing/lineshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/lineshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/lineshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/left_in_shape/_index.md b/english/aspose.cells.drawing/lineshape/left_in_shape/_index.md index 262506b6de..847175448f 100644 --- a/english/aspose.cells.drawing/lineshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/lineshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/lineshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/left_inch/_index.md b/english/aspose.cells.drawing/lineshape/left_inch/_index.md index 003392e557..3947906fa8 100644 --- a/english/aspose.cells.drawing/lineshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/lineshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/lineshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/left_to_corner/_index.md b/english/aspose.cells.drawing/lineshape/left_to_corner/_index.md index e994041670..611719903c 100644 --- a/english/aspose.cells.drawing/lineshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/lineshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/lineshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/line/_index.md b/english/aspose.cells.drawing/lineshape/line/_index.md index 4b683cd710..b09c4b7b1f 100644 --- a/english/aspose.cells.drawing/lineshape/line/_index.md +++ b/english/aspose.cells.drawing/lineshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/lineshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/line_format/_index.md b/english/aspose.cells.drawing/lineshape/line_format/_index.md index 9812a62b48..8074def98d 100644 --- a/english/aspose.cells.drawing/lineshape/line_format/_index.md +++ b/english/aspose.cells.drawing/lineshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/lineshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/linked_cell/_index.md b/english/aspose.cells.drawing/lineshape/linked_cell/_index.md index 7485dcb95f..a65d8fd610 100644 --- a/english/aspose.cells.drawing/lineshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/lineshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/lineshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/lineshape/lower_delta_x/_index.md index e56b9624ee..b018c4630e 100644 --- a/english/aspose.cells.drawing/lineshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/lineshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/lineshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/lineshape/lower_delta_y/_index.md index 07a13c168e..28de2ab71f 100644 --- a/english/aspose.cells.drawing/lineshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/lineshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/lineshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/lower_right_column/_index.md b/english/aspose.cells.drawing/lineshape/lower_right_column/_index.md index d81dfe385d..ca8cb2e512 100644 --- a/english/aspose.cells.drawing/lineshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/lineshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/lineshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/lower_right_row/_index.md b/english/aspose.cells.drawing/lineshape/lower_right_row/_index.md index caa365726a..bbae757f5d 100644 --- a/english/aspose.cells.drawing/lineshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/lineshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/lineshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/macro_name/_index.md b/english/aspose.cells.drawing/lineshape/macro_name/_index.md index f76c23124c..b30f76ad9f 100644 --- a/english/aspose.cells.drawing/lineshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/lineshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/lineshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/move_to_range/_index.md b/english/aspose.cells.drawing/lineshape/move_to_range/_index.md index 8e4f5ba95a..f8962e109e 100644 --- a/english/aspose.cells.drawing/lineshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/lineshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/lineshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/lineshape/mso_drawing_type/_index.md index f5ad88246b..6761e180a0 100644 --- a/english/aspose.cells.drawing/lineshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/lineshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/lineshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/name/_index.md b/english/aspose.cells.drawing/lineshape/name/_index.md index c37dc02290..26d1770b87 100644 --- a/english/aspose.cells.drawing/lineshape/name/_index.md +++ b/english/aspose.cells.drawing/lineshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/lineshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/paths/_index.md b/english/aspose.cells.drawing/lineshape/paths/_index.md index 85092ffb11..1416090e44 100644 --- a/english/aspose.cells.drawing/lineshape/paths/_index.md +++ b/english/aspose.cells.drawing/lineshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/lineshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/placement/_index.md b/english/aspose.cells.drawing/lineshape/placement/_index.md index 82aa780f64..1b93dc464d 100644 --- a/english/aspose.cells.drawing/lineshape/placement/_index.md +++ b/english/aspose.cells.drawing/lineshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/lineshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/reflection/_index.md b/english/aspose.cells.drawing/lineshape/reflection/_index.md index 8fa261aff8..d64244844c 100644 --- a/english/aspose.cells.drawing/lineshape/reflection/_index.md +++ b/english/aspose.cells.drawing/lineshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/lineshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/lineshape/relative_to_original_picture_size/_index.md index 1637c84faf..c6deacfb14 100644 --- a/english/aspose.cells.drawing/lineshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/lineshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/lineshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/lineshape/remove_active_x_control/_index.md index 22c4b7c6ef..50a1436530 100644 --- a/english/aspose.cells.drawing/lineshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/lineshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/lineshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/lineshape/remove_hyperlink/_index.md index 9bcf496e20..d9966962fb 100644 --- a/english/aspose.cells.drawing/lineshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/lineshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/lineshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/right/_index.md b/english/aspose.cells.drawing/lineshape/right/_index.md index 7f59911215..2129f64a56 100644 --- a/english/aspose.cells.drawing/lineshape/right/_index.md +++ b/english/aspose.cells.drawing/lineshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/lineshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/rotation_angle/_index.md b/english/aspose.cells.drawing/lineshape/rotation_angle/_index.md index c9d4a51a7f..151e664a1a 100644 --- a/english/aspose.cells.drawing/lineshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/lineshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/lineshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/set_input_range/_index.md b/english/aspose.cells.drawing/lineshape/set_input_range/_index.md index b3a071a1b0..0da69573e9 100644 --- a/english/aspose.cells.drawing/lineshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/lineshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/lineshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/lineshape/set_linked_cell/_index.md index 56f121dbba..c1d1854a43 100644 --- a/english/aspose.cells.drawing/lineshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/lineshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/lineshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/set_locked_property/_index.md b/english/aspose.cells.drawing/lineshape/set_locked_property/_index.md index f16ab0eda0..ae0b0214b2 100644 --- a/english/aspose.cells.drawing/lineshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/lineshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/lineshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/shadow_effect/_index.md b/english/aspose.cells.drawing/lineshape/shadow_effect/_index.md index a76f028df2..9208bba998 100644 --- a/english/aspose.cells.drawing/lineshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/lineshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/lineshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/soft_edges/_index.md b/english/aspose.cells.drawing/lineshape/soft_edges/_index.md index 7e4118c335..d2f6595844 100644 --- a/english/aspose.cells.drawing/lineshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/lineshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/lineshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/spid/_index.md b/english/aspose.cells.drawing/lineshape/spid/_index.md index a6d57877fa..2a6f936049 100644 --- a/english/aspose.cells.drawing/lineshape/spid/_index.md +++ b/english/aspose.cells.drawing/lineshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/lineshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/spt/_index.md b/english/aspose.cells.drawing/lineshape/spt/_index.md index 9a1f05e697..c187b1c4d0 100644 --- a/english/aspose.cells.drawing/lineshape/spt/_index.md +++ b/english/aspose.cells.drawing/lineshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/lineshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text/_index.md b/english/aspose.cells.drawing/lineshape/text/_index.md index 41fbcddc08..41f23e9e82 100644 --- a/english/aspose.cells.drawing/lineshape/text/_index.md +++ b/english/aspose.cells.drawing/lineshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/lineshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_body/_index.md b/english/aspose.cells.drawing/lineshape/text_body/_index.md index 17f5cb62bd..96b0332f54 100644 --- a/english/aspose.cells.drawing/lineshape/text_body/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/lineshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_box_options/_index.md b/english/aspose.cells.drawing/lineshape/text_box_options/_index.md index a6c39a0eef..f31bf7012c 100644 --- a/english/aspose.cells.drawing/lineshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/lineshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_direction/_index.md b/english/aspose.cells.drawing/lineshape/text_direction/_index.md index 546fed4662..e78325e909 100644 --- a/english/aspose.cells.drawing/lineshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/lineshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_effect/_index.md b/english/aspose.cells.drawing/lineshape/text_effect/_index.md index 1061a53cbf..ff35aba54f 100644 --- a/english/aspose.cells.drawing/lineshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/lineshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/lineshape/text_horizontal_alignment/_index.md index 36482aeedd..8d3e518c4d 100644 --- a/english/aspose.cells.drawing/lineshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/lineshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/lineshape/text_horizontal_overflow/_index.md index c703b6a8cc..6910a7ef96 100644 --- a/english/aspose.cells.drawing/lineshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/lineshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_options/_index.md b/english/aspose.cells.drawing/lineshape/text_options/_index.md index c0ab7c0c06..5680d7f7a4 100644 --- a/english/aspose.cells.drawing/lineshape/text_options/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/lineshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/lineshape/text_orientation_type/_index.md index 1be0655839..6c1959969c 100644 --- a/english/aspose.cells.drawing/lineshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/lineshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_shape_type/_index.md b/english/aspose.cells.drawing/lineshape/text_shape_type/_index.md index ae05bd5b86..8190ea9358 100644 --- a/english/aspose.cells.drawing/lineshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/lineshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/lineshape/text_vertical_alignment/_index.md index 209472b0b8..003adf1c86 100644 --- a/english/aspose.cells.drawing/lineshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/lineshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/lineshape/text_vertical_overflow/_index.md index 562c392033..223e0ed0f9 100644 --- a/english/aspose.cells.drawing/lineshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/lineshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/lineshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/three_d_format/_index.md b/english/aspose.cells.drawing/lineshape/three_d_format/_index.md index 88b3fa6225..5c517f2257 100644 --- a/english/aspose.cells.drawing/lineshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/lineshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/lineshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/title/_index.md b/english/aspose.cells.drawing/lineshape/title/_index.md index 2707656c0f..38b79ef03e 100644 --- a/english/aspose.cells.drawing/lineshape/title/_index.md +++ b/english/aspose.cells.drawing/lineshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/lineshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/lineshape/to_front_or_back/_index.md index ca8704a76e..a415ba3fcb 100644 --- a/english/aspose.cells.drawing/lineshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/lineshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/lineshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/lineshape/to_image/_index.md b/english/aspose.cells.drawing/lineshape/to_image/_index.md index df6bdf4f76..10de8d39f2 100644 --- a/english/aspose.cells.drawing/lineshape/to_image/_index.md +++ b/english/aspose.cells.drawing/lineshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/lineshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/top/_index.md b/english/aspose.cells.drawing/lineshape/top/_index.md index 664e2e174e..b413fcefa5 100644 --- a/english/aspose.cells.drawing/lineshape/top/_index.md +++ b/english/aspose.cells.drawing/lineshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/lineshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/top_cm/_index.md b/english/aspose.cells.drawing/lineshape/top_cm/_index.md index 75a9ff038e..51e039b560 100644 --- a/english/aspose.cells.drawing/lineshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/lineshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/lineshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/top_in_shape/_index.md b/english/aspose.cells.drawing/lineshape/top_in_shape/_index.md index ced24c39b6..5b038e4a6e 100644 --- a/english/aspose.cells.drawing/lineshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/lineshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/lineshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/top_inch/_index.md b/english/aspose.cells.drawing/lineshape/top_inch/_index.md index cdc0ef5b10..0a4376e354 100644 --- a/english/aspose.cells.drawing/lineshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/lineshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/lineshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/top_to_corner/_index.md b/english/aspose.cells.drawing/lineshape/top_to_corner/_index.md index 8afe781655..3305166548 100644 --- a/english/aspose.cells.drawing/lineshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/lineshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/lineshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/type/_index.md b/english/aspose.cells.drawing/lineshape/type/_index.md index 063aa3cbcf..797c933e7a 100644 --- a/english/aspose.cells.drawing/lineshape/type/_index.md +++ b/english/aspose.cells.drawing/lineshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/lineshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/update_selected_value/_index.md b/english/aspose.cells.drawing/lineshape/update_selected_value/_index.md index 94a504c175..3e7973880f 100644 --- a/english/aspose.cells.drawing/lineshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/lineshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/lineshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/lineshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/lineshape/upper_delta_x/_index.md index 7e322aebbe..d4b1b14340 100644 --- a/english/aspose.cells.drawing/lineshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/lineshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/lineshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/lineshape/upper_delta_y/_index.md index 3f3cf33142..8a1f60b9ec 100644 --- a/english/aspose.cells.drawing/lineshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/lineshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/lineshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/upper_left_column/_index.md b/english/aspose.cells.drawing/lineshape/upper_left_column/_index.md index d926bf86b8..95b0fa6089 100644 --- a/english/aspose.cells.drawing/lineshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/lineshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/lineshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/upper_left_row/_index.md b/english/aspose.cells.drawing/lineshape/upper_left_row/_index.md index 917f55570c..8c029e1946 100644 --- a/english/aspose.cells.drawing/lineshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/lineshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/lineshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width/_index.md b/english/aspose.cells.drawing/lineshape/width/_index.md index cd62226455..021282013e 100644 --- a/english/aspose.cells.drawing/lineshape/width/_index.md +++ b/english/aspose.cells.drawing/lineshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/lineshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width_cm/_index.md b/english/aspose.cells.drawing/lineshape/width_cm/_index.md index 64d20ec8fa..a59bf89413 100644 --- a/english/aspose.cells.drawing/lineshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/lineshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/lineshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width_in_shape/_index.md b/english/aspose.cells.drawing/lineshape/width_in_shape/_index.md index c1e2922d26..e6a9c7cec7 100644 --- a/english/aspose.cells.drawing/lineshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/lineshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/lineshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width_inch/_index.md b/english/aspose.cells.drawing/lineshape/width_inch/_index.md index 993a43b293..892fef0296 100644 --- a/english/aspose.cells.drawing/lineshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/lineshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/lineshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width_pt/_index.md b/english/aspose.cells.drawing/lineshape/width_pt/_index.md index 2024abba14..44cd0a800d 100644 --- a/english/aspose.cells.drawing/lineshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/lineshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/lineshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/width_scale/_index.md b/english/aspose.cells.drawing/lineshape/width_scale/_index.md index c346e2d20d..8a09df0503 100644 --- a/english/aspose.cells.drawing/lineshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/lineshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/lineshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/worksheet/_index.md b/english/aspose.cells.drawing/lineshape/worksheet/_index.md index 25ca8ac238..6ca95a897c 100644 --- a/english/aspose.cells.drawing/lineshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/lineshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/lineshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/x/_index.md b/english/aspose.cells.drawing/lineshape/x/_index.md index b586795781..2c9b8151a9 100644 --- a/english/aspose.cells.drawing/lineshape/x/_index.md +++ b/english/aspose.cells.drawing/lineshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/lineshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/y/_index.md b/english/aspose.cells.drawing/lineshape/y/_index.md index ebbce69baa..2ce1ec695a 100644 --- a/english/aspose.cells.drawing/lineshape/y/_index.md +++ b/english/aspose.cells.drawing/lineshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/lineshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/lineshape/z_order_position/_index.md b/english/aspose.cells.drawing/lineshape/z_order_position/_index.md index 50c350f6de..b109519dbb 100644 --- a/english/aspose.cells.drawing/lineshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/lineshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/lineshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/_index.md b/english/aspose.cells.drawing/listbox/_index.md index 936fc344e0..574c3d3e8f 100644 --- a/english/aspose.cells.drawing/listbox/_index.md +++ b/english/aspose.cells.drawing/listbox/_index.md @@ -136,33 +136,34 @@ The ListBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/listbox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/listbox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/listbox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/listbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/listbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/listbox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/listbox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/listbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/listbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/listbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/listbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/listbox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/listbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/listbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/listbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/listbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/listbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/listbox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/listbox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/listbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/listbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/listbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/listbox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/listbox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/listbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | -| [selected_item](/cells/python-net/aspose.cells.drawing/listbox/selected_item/#int-bool) | Sets whether the item is selected | -| [is_selected](/cells/python-net/aspose.cells.drawing/listbox/is_selected/#int) | Indicates whether the item is selected. | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/listbox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/listbox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/listbox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/listbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/listbox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/listbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/listbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/listbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/listbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/listbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/listbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/listbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/listbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/listbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/listbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/listbox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/listbox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/listbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/listbox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/listbox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/listbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/listbox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | +| [`selected_item(self, item_index, is_selected)`](/cells/python-net/aspose.cells.drawing/listbox/selected_item/#int-bool) | Sets whether the item is selected | +| [`is_selected(self, item_index)`](/cells/python-net/aspose.cells.drawing/listbox/is_selected/#int) | Indicates whether the item is selected. | diff --git a/english/aspose.cells.drawing/listbox/active_x_control/_index.md b/english/aspose.cells.drawing/listbox/active_x_control/_index.md index 2d45a4ac8f..6d959da411 100644 --- a/english/aspose.cells.drawing/listbox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/listbox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/listbox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/listbox/actual_lower_right_row/_index.md index 930b223945..b9b202eea9 100644 --- a/english/aspose.cells.drawing/listbox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/listbox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/listbox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/add_hyperlink/_index.md b/english/aspose.cells.drawing/listbox/add_hyperlink/_index.md index 2563b952e7..db517f954c 100644 --- a/english/aspose.cells.drawing/listbox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/listbox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/listbox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/listbox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/listbox/align_top_right_corner/_index.md index 153fa917bc..8fffa960e8 100644 --- a/english/aspose.cells.drawing/listbox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/listbox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/listbox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/listbox/alternative_text/_index.md b/english/aspose.cells.drawing/listbox/alternative_text/_index.md index e4a544a0d8..d11523b9f0 100644 --- a/english/aspose.cells.drawing/listbox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/listbox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/listbox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/anchor_type/_index.md b/english/aspose.cells.drawing/listbox/anchor_type/_index.md index 47b082aeef..ee7e0a972c 100644 --- a/english/aspose.cells.drawing/listbox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/listbox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/listbox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/auto_shape_type/_index.md b/english/aspose.cells.drawing/listbox/auto_shape_type/_index.md index f316d5c0d6..01526c4805 100644 --- a/english/aspose.cells.drawing/listbox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/listbox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/listbox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/bottom/_index.md b/english/aspose.cells.drawing/listbox/bottom/_index.md index 6ab6b7cfc7..a2bc4105b6 100644 --- a/english/aspose.cells.drawing/listbox/bottom/_index.md +++ b/english/aspose.cells.drawing/listbox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/listbox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/calculate_text_size/_index.md b/english/aspose.cells.drawing/listbox/calculate_text_size/_index.md index 3e3130ac7f..f9f2ec6638 100644 --- a/english/aspose.cells.drawing/listbox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/listbox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/listbox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/characters/_index.md b/english/aspose.cells.drawing/listbox/characters/_index.md index 6fd1d6414f..ec75caee78 100644 --- a/english/aspose.cells.drawing/listbox/characters/_index.md +++ b/english/aspose.cells.drawing/listbox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/listbox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/listbox/control_data/_index.md b/english/aspose.cells.drawing/listbox/control_data/_index.md index ade3fb6ddf..5c090d2309 100644 --- a/english/aspose.cells.drawing/listbox/control_data/_index.md +++ b/english/aspose.cells.drawing/listbox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/listbox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/create_id/_index.md b/english/aspose.cells.drawing/listbox/create_id/_index.md index 0b953c290a..f1300066b3 100644 --- a/english/aspose.cells.drawing/listbox/create_id/_index.md +++ b/english/aspose.cells.drawing/listbox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/listbox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/fill/_index.md b/english/aspose.cells.drawing/listbox/fill/_index.md index e9cd0c8e9c..c659b03110 100644 --- a/english/aspose.cells.drawing/listbox/fill/_index.md +++ b/english/aspose.cells.drawing/listbox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/listbox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/fill_format/_index.md b/english/aspose.cells.drawing/listbox/fill_format/_index.md index 3318fc2250..55fc7ad023 100644 --- a/english/aspose.cells.drawing/listbox/fill_format/_index.md +++ b/english/aspose.cells.drawing/listbox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/listbox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/listbox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..b44c0b5339 --- /dev/null +++ b/english/aspose.cells.drawing/listbox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/listbox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`ListBox`](/cells/python-net/aspose.cells.drawing/listbox) diff --git a/english/aspose.cells.drawing/listbox/font/_index.md b/english/aspose.cells.drawing/listbox/font/_index.md index 38c5cc1c42..e8a7ca641a 100644 --- a/english/aspose.cells.drawing/listbox/font/_index.md +++ b/english/aspose.cells.drawing/listbox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/listbox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/format_characters/_index.md b/english/aspose.cells.drawing/listbox/format_characters/_index.md index a327f24dd9..636f288e8f 100644 --- a/english/aspose.cells.drawing/listbox/format_characters/_index.md +++ b/english/aspose.cells.drawing/listbox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/listbox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/listbox/format_picture/_index.md b/english/aspose.cells.drawing/listbox/format_picture/_index.md index 2c0b21fc32..210f91ada3 100644 --- a/english/aspose.cells.drawing/listbox/format_picture/_index.md +++ b/english/aspose.cells.drawing/listbox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/listbox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/geometry/_index.md b/english/aspose.cells.drawing/listbox/geometry/_index.md index ba000a682f..fb9657d024 100644 --- a/english/aspose.cells.drawing/listbox/geometry/_index.md +++ b/english/aspose.cells.drawing/listbox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/listbox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/get_actual_box/_index.md b/english/aspose.cells.drawing/listbox/get_actual_box/_index.md index 29d3f3ae11..cb939d024f 100644 --- a/english/aspose.cells.drawing/listbox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/listbox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/listbox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_characters/_index.md b/english/aspose.cells.drawing/listbox/get_characters/_index.md index 7335a0b5e0..417ab79aec 100644 --- a/english/aspose.cells.drawing/listbox/get_characters/_index.md +++ b/english/aspose.cells.drawing/listbox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/listbox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_connection_points/_index.md b/english/aspose.cells.drawing/listbox/get_connection_points/_index.md index 392769d562..59b0a3e19a 100644 --- a/english/aspose.cells.drawing/listbox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/listbox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/listbox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_input_range/_index.md b/english/aspose.cells.drawing/listbox/get_input_range/_index.md index 5f6e70a285..4ba597ff84 100644 --- a/english/aspose.cells.drawing/listbox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/listbox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/listbox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_linked_cell/_index.md b/english/aspose.cells.drawing/listbox/get_linked_cell/_index.md index 5120024739..22f3fe38a0 100644 --- a/english/aspose.cells.drawing/listbox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/listbox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/listbox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_locked_property/_index.md b/english/aspose.cells.drawing/listbox/get_locked_property/_index.md index 21efeb4711..e8728ec55f 100644 --- a/english/aspose.cells.drawing/listbox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/listbox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/listbox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/listbox/get_result_of_smart_art/_index.md index 153d0206a1..93c55c8cb7 100644 --- a/english/aspose.cells.drawing/listbox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/listbox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/listbox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/listbox/get_rich_formattings/_index.md index e44c54378a..7ba6005510 100644 --- a/english/aspose.cells.drawing/listbox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/listbox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/listbox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/glow/_index.md b/english/aspose.cells.drawing/listbox/glow/_index.md index c9ad6d1383..d2f11e539a 100644 --- a/english/aspose.cells.drawing/listbox/glow/_index.md +++ b/english/aspose.cells.drawing/listbox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/listbox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/group/_index.md b/english/aspose.cells.drawing/listbox/group/_index.md index b0501b9422..34bdd8e27e 100644 --- a/english/aspose.cells.drawing/listbox/group/_index.md +++ b/english/aspose.cells.drawing/listbox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/listbox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/has_line/_index.md b/english/aspose.cells.drawing/listbox/has_line/_index.md index 2a7eea6dc2..be597ef34c 100644 --- a/english/aspose.cells.drawing/listbox/has_line/_index.md +++ b/english/aspose.cells.drawing/listbox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/listbox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height/_index.md b/english/aspose.cells.drawing/listbox/height/_index.md index 62a915d6cd..d38d890c96 100644 --- a/english/aspose.cells.drawing/listbox/height/_index.md +++ b/english/aspose.cells.drawing/listbox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/listbox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height_cm/_index.md b/english/aspose.cells.drawing/listbox/height_cm/_index.md index adb26558f6..e0e6807ff3 100644 --- a/english/aspose.cells.drawing/listbox/height_cm/_index.md +++ b/english/aspose.cells.drawing/listbox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/listbox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height_in_shape/_index.md b/english/aspose.cells.drawing/listbox/height_in_shape/_index.md index bbfb875d34..c0a4309fed 100644 --- a/english/aspose.cells.drawing/listbox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/listbox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/listbox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height_inch/_index.md b/english/aspose.cells.drawing/listbox/height_inch/_index.md index 448ed20355..3b00633cd0 100644 --- a/english/aspose.cells.drawing/listbox/height_inch/_index.md +++ b/english/aspose.cells.drawing/listbox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/listbox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height_pt/_index.md b/english/aspose.cells.drawing/listbox/height_pt/_index.md index 8ee1a6a5cd..85dc096a1b 100644 --- a/english/aspose.cells.drawing/listbox/height_pt/_index.md +++ b/english/aspose.cells.drawing/listbox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/listbox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/height_scale/_index.md b/english/aspose.cells.drawing/listbox/height_scale/_index.md index a71c295ab1..85f22a4c99 100644 --- a/english/aspose.cells.drawing/listbox/height_scale/_index.md +++ b/english/aspose.cells.drawing/listbox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/listbox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/html_text/_index.md b/english/aspose.cells.drawing/listbox/html_text/_index.md index 5380a39258..ca55822bf9 100644 --- a/english/aspose.cells.drawing/listbox/html_text/_index.md +++ b/english/aspose.cells.drawing/listbox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/listbox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/hyperlink/_index.md b/english/aspose.cells.drawing/listbox/hyperlink/_index.md index d6e068fc1e..5a63f4ae3a 100644 --- a/english/aspose.cells.drawing/listbox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/listbox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/listbox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/id/_index.md b/english/aspose.cells.drawing/listbox/id/_index.md index cea5879b7a..b47e98cc67 100644 --- a/english/aspose.cells.drawing/listbox/id/_index.md +++ b/english/aspose.cells.drawing/listbox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/listbox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/input_range/_index.md b/english/aspose.cells.drawing/listbox/input_range/_index.md index 9f820353f6..70fc0b12fa 100644 --- a/english/aspose.cells.drawing/listbox/input_range/_index.md +++ b/english/aspose.cells.drawing/listbox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/listbox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/listbox/is_aspect_ratio_locked/_index.md index f6e9443b1f..e396322d76 100644 --- a/english/aspose.cells.drawing/listbox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/listbox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/listbox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_decorative/_index.md b/english/aspose.cells.drawing/listbox/is_decorative/_index.md index 36c0da6d25..748d1483c4 100644 --- a/english/aspose.cells.drawing/listbox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/listbox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/listbox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_equation/_index.md b/english/aspose.cells.drawing/listbox/is_equation/_index.md index 6882b73d5f..87c32f8000 100644 --- a/english/aspose.cells.drawing/listbox/is_equation/_index.md +++ b/english/aspose.cells.drawing/listbox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/listbox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_filled/_index.md b/english/aspose.cells.drawing/listbox/is_filled/_index.md index 34762c5fef..52346a5d6f 100644 --- a/english/aspose.cells.drawing/listbox/is_filled/_index.md +++ b/english/aspose.cells.drawing/listbox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/listbox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/listbox/is_flipped_horizontally/_index.md index 5796b9f7c7..a529924dcd 100644 --- a/english/aspose.cells.drawing/listbox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/listbox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/listbox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/listbox/is_flipped_vertically/_index.md index 0086431dd3..eb2de2c3e0 100644 --- a/english/aspose.cells.drawing/listbox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/listbox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/listbox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_group/_index.md b/english/aspose.cells.drawing/listbox/is_group/_index.md index 51033f06c5..ea819f289c 100644 --- a/english/aspose.cells.drawing/listbox/is_group/_index.md +++ b/english/aspose.cells.drawing/listbox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/listbox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_hidden/_index.md b/english/aspose.cells.drawing/listbox/is_hidden/_index.md index d9a730b55c..eb8fde5757 100644 --- a/english/aspose.cells.drawing/listbox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/listbox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/listbox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_in_group/_index.md b/english/aspose.cells.drawing/listbox/is_in_group/_index.md index 4732cf8022..414aad2bd6 100644 --- a/english/aspose.cells.drawing/listbox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/listbox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/listbox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/listbox/is_lock_aspect_ratio/_index.md index 4559702d3b..660946a230 100644 --- a/english/aspose.cells.drawing/listbox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/listbox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/listbox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_locked/_index.md b/english/aspose.cells.drawing/listbox/is_locked/_index.md index b26a0caaca..8d41a01b34 100644 --- a/english/aspose.cells.drawing/listbox/is_locked/_index.md +++ b/english/aspose.cells.drawing/listbox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/listbox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_printable/_index.md b/english/aspose.cells.drawing/listbox/is_printable/_index.md index c4050f6452..ba63b07656 100644 --- a/english/aspose.cells.drawing/listbox/is_printable/_index.md +++ b/english/aspose.cells.drawing/listbox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/listbox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_rich_text/_index.md b/english/aspose.cells.drawing/listbox/is_rich_text/_index.md index b24fed458b..10f7ef4662 100644 --- a/english/aspose.cells.drawing/listbox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/listbox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/listbox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_same_setting/_index.md b/english/aspose.cells.drawing/listbox/is_same_setting/_index.md index a28affd99e..bb2838ebe1 100644 --- a/english/aspose.cells.drawing/listbox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/listbox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/listbox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/listbox/is_selected/_index.md b/english/aspose.cells.drawing/listbox/is_selected/_index.md index cc993ef26f..8cba5b5d96 100644 --- a/english/aspose.cells.drawing/listbox/is_selected/_index.md +++ b/english/aspose.cells.drawing/listbox/is_selected/_index.md @@ -3,12 +3,12 @@ title: is_selected method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/listbox/is_selected/ is_root: false --- -## is_selected {#int} +## is_selected(self, item_index) {#int} Indicates whether the item is selected. @@ -20,6 +20,7 @@ whether the item is selected. ```python + def is_selected(self, item_index): ... ``` diff --git a/english/aspose.cells.drawing/listbox/is_smart_art/_index.md b/english/aspose.cells.drawing/listbox/is_smart_art/_index.md index d0b09a9e6d..8b52f3bb07 100644 --- a/english/aspose.cells.drawing/listbox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/listbox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/listbox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/listbox/is_text_wrapped/_index.md index 92328548be..de9e67e36f 100644 --- a/english/aspose.cells.drawing/listbox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/listbox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/listbox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/is_word_art/_index.md b/english/aspose.cells.drawing/listbox/is_word_art/_index.md index 586b988fd7..f99f3639bd 100644 --- a/english/aspose.cells.drawing/listbox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/listbox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/listbox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/item_count/_index.md b/english/aspose.cells.drawing/listbox/item_count/_index.md index a9b2672e07..7227c4bc92 100644 --- a/english/aspose.cells.drawing/listbox/item_count/_index.md +++ b/english/aspose.cells.drawing/listbox/item_count/_index.md @@ -3,7 +3,7 @@ title: item_count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/listbox/item_count/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/left/_index.md b/english/aspose.cells.drawing/listbox/left/_index.md index 5e4d823006..76705a8b49 100644 --- a/english/aspose.cells.drawing/listbox/left/_index.md +++ b/english/aspose.cells.drawing/listbox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/listbox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/left_cm/_index.md b/english/aspose.cells.drawing/listbox/left_cm/_index.md index e369a0b3c1..766479c3e8 100644 --- a/english/aspose.cells.drawing/listbox/left_cm/_index.md +++ b/english/aspose.cells.drawing/listbox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/listbox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/left_in_shape/_index.md b/english/aspose.cells.drawing/listbox/left_in_shape/_index.md index 9e84c0d96c..affb4208a8 100644 --- a/english/aspose.cells.drawing/listbox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/listbox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/listbox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/left_inch/_index.md b/english/aspose.cells.drawing/listbox/left_inch/_index.md index 85dee924c3..c7c135a57f 100644 --- a/english/aspose.cells.drawing/listbox/left_inch/_index.md +++ b/english/aspose.cells.drawing/listbox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/listbox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/left_to_corner/_index.md b/english/aspose.cells.drawing/listbox/left_to_corner/_index.md index 257d8c2d09..a369a0d7d0 100644 --- a/english/aspose.cells.drawing/listbox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/listbox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/listbox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/line/_index.md b/english/aspose.cells.drawing/listbox/line/_index.md index a11b6c861a..d0f51072ff 100644 --- a/english/aspose.cells.drawing/listbox/line/_index.md +++ b/english/aspose.cells.drawing/listbox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/listbox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/line_format/_index.md b/english/aspose.cells.drawing/listbox/line_format/_index.md index 0fd1bac14e..46e21cf0b8 100644 --- a/english/aspose.cells.drawing/listbox/line_format/_index.md +++ b/english/aspose.cells.drawing/listbox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/listbox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/linked_cell/_index.md b/english/aspose.cells.drawing/listbox/linked_cell/_index.md index 7597b5b51b..eb1d1b348a 100644 --- a/english/aspose.cells.drawing/listbox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/listbox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/listbox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/lower_delta_x/_index.md b/english/aspose.cells.drawing/listbox/lower_delta_x/_index.md index a5472d33f2..33017a7533 100644 --- a/english/aspose.cells.drawing/listbox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/listbox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/listbox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/lower_delta_y/_index.md b/english/aspose.cells.drawing/listbox/lower_delta_y/_index.md index e63af7a4c4..fb97c561de 100644 --- a/english/aspose.cells.drawing/listbox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/listbox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/listbox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/lower_right_column/_index.md b/english/aspose.cells.drawing/listbox/lower_right_column/_index.md index 439714b4c9..5053a4a961 100644 --- a/english/aspose.cells.drawing/listbox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/listbox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/listbox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/lower_right_row/_index.md b/english/aspose.cells.drawing/listbox/lower_right_row/_index.md index 60c36b47bc..e3437a1b07 100644 --- a/english/aspose.cells.drawing/listbox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/listbox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/listbox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/macro_name/_index.md b/english/aspose.cells.drawing/listbox/macro_name/_index.md index 8fb679e872..4489769124 100644 --- a/english/aspose.cells.drawing/listbox/macro_name/_index.md +++ b/english/aspose.cells.drawing/listbox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/listbox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/move_to_range/_index.md b/english/aspose.cells.drawing/listbox/move_to_range/_index.md index cda29645c9..8fd3314009 100644 --- a/english/aspose.cells.drawing/listbox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/listbox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/listbox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/listbox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/listbox/mso_drawing_type/_index.md index cbb100f5bd..8d23021b12 100644 --- a/english/aspose.cells.drawing/listbox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/listbox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/listbox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/name/_index.md b/english/aspose.cells.drawing/listbox/name/_index.md index 96fec2a593..ad4e62bfa7 100644 --- a/english/aspose.cells.drawing/listbox/name/_index.md +++ b/english/aspose.cells.drawing/listbox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/listbox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/page_change/_index.md b/english/aspose.cells.drawing/listbox/page_change/_index.md index 30cf237380..c39e7a39dc 100644 --- a/english/aspose.cells.drawing/listbox/page_change/_index.md +++ b/english/aspose.cells.drawing/listbox/page_change/_index.md @@ -3,7 +3,7 @@ title: page_change property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/listbox/page_change/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/paths/_index.md b/english/aspose.cells.drawing/listbox/paths/_index.md index 2084d81f34..3975f83827 100644 --- a/english/aspose.cells.drawing/listbox/paths/_index.md +++ b/english/aspose.cells.drawing/listbox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/listbox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/placement/_index.md b/english/aspose.cells.drawing/listbox/placement/_index.md index be332e813b..0399e2d8e3 100644 --- a/english/aspose.cells.drawing/listbox/placement/_index.md +++ b/english/aspose.cells.drawing/listbox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/listbox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/reflection/_index.md b/english/aspose.cells.drawing/listbox/reflection/_index.md index 6564736415..76dbe3c92b 100644 --- a/english/aspose.cells.drawing/listbox/reflection/_index.md +++ b/english/aspose.cells.drawing/listbox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/listbox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/listbox/relative_to_original_picture_size/_index.md index afd190c9ef..30dc7f76fa 100644 --- a/english/aspose.cells.drawing/listbox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/listbox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/listbox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/listbox/remove_active_x_control/_index.md index 298af7e5b7..268c2d037d 100644 --- a/english/aspose.cells.drawing/listbox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/listbox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/listbox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/listbox/remove_hyperlink/_index.md index 8e3e69ca43..a8388ad5fe 100644 --- a/english/aspose.cells.drawing/listbox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/listbox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/listbox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/right/_index.md b/english/aspose.cells.drawing/listbox/right/_index.md index 4d0614d627..6d23d1ed15 100644 --- a/english/aspose.cells.drawing/listbox/right/_index.md +++ b/english/aspose.cells.drawing/listbox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/listbox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/rotation_angle/_index.md b/english/aspose.cells.drawing/listbox/rotation_angle/_index.md index 02e4bf7514..ba79dc3eef 100644 --- a/english/aspose.cells.drawing/listbox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/listbox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/listbox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/selected_cells/_index.md b/english/aspose.cells.drawing/listbox/selected_cells/_index.md index 9f2f8b9466..e2aa225e50 100644 --- a/english/aspose.cells.drawing/listbox/selected_cells/_index.md +++ b/english/aspose.cells.drawing/listbox/selected_cells/_index.md @@ -3,7 +3,7 @@ title: selected_cells property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/listbox/selected_cells/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/selected_index/_index.md b/english/aspose.cells.drawing/listbox/selected_index/_index.md index 2e8da96a70..a4ced30f37 100644 --- a/english/aspose.cells.drawing/listbox/selected_index/_index.md +++ b/english/aspose.cells.drawing/listbox/selected_index/_index.md @@ -3,7 +3,7 @@ title: selected_index property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/listbox/selected_index/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/selected_item/_index.md b/english/aspose.cells.drawing/listbox/selected_item/_index.md index d047c07fa8..ec7a47ce47 100644 --- a/english/aspose.cells.drawing/listbox/selected_item/_index.md +++ b/english/aspose.cells.drawing/listbox/selected_item/_index.md @@ -3,20 +3,21 @@ title: selected_item method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/listbox/selected_item/ is_root: false --- -## selected_item {#int-bool} +## selected_item(self, item_index, is_selected) {#int-bool} Sets whether the item is selected -```python +```python + def selected_item(self, item_index, is_selected): - ... + ... ``` diff --git a/english/aspose.cells.drawing/listbox/selection_type/_index.md b/english/aspose.cells.drawing/listbox/selection_type/_index.md index 9856729a08..1a05df2160 100644 --- a/english/aspose.cells.drawing/listbox/selection_type/_index.md +++ b/english/aspose.cells.drawing/listbox/selection_type/_index.md @@ -3,7 +3,7 @@ title: selection_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/listbox/selection_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/set_input_range/_index.md b/english/aspose.cells.drawing/listbox/set_input_range/_index.md index 8c45ea353d..ad96d40fea 100644 --- a/english/aspose.cells.drawing/listbox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/listbox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/listbox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/listbox/set_linked_cell/_index.md b/english/aspose.cells.drawing/listbox/set_linked_cell/_index.md index 599258594a..5e2dad6554 100644 --- a/english/aspose.cells.drawing/listbox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/listbox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/listbox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/listbox/set_locked_property/_index.md b/english/aspose.cells.drawing/listbox/set_locked_property/_index.md index dcccee9e1f..1adbd29356 100644 --- a/english/aspose.cells.drawing/listbox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/listbox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/listbox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/listbox/shadow/_index.md b/english/aspose.cells.drawing/listbox/shadow/_index.md index 374bbe596b..6b323f97fc 100644 --- a/english/aspose.cells.drawing/listbox/shadow/_index.md +++ b/english/aspose.cells.drawing/listbox/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/listbox/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/shadow_effect/_index.md b/english/aspose.cells.drawing/listbox/shadow_effect/_index.md index c9f597fbd5..d72283930b 100644 --- a/english/aspose.cells.drawing/listbox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/listbox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/listbox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/soft_edges/_index.md b/english/aspose.cells.drawing/listbox/soft_edges/_index.md index 68adb11722..b7333dcda6 100644 --- a/english/aspose.cells.drawing/listbox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/listbox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/listbox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/spid/_index.md b/english/aspose.cells.drawing/listbox/spid/_index.md index 12aada75fb..bcd588552f 100644 --- a/english/aspose.cells.drawing/listbox/spid/_index.md +++ b/english/aspose.cells.drawing/listbox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/listbox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/spt/_index.md b/english/aspose.cells.drawing/listbox/spt/_index.md index 9a6de1ec0f..8fdea9563f 100644 --- a/english/aspose.cells.drawing/listbox/spt/_index.md +++ b/english/aspose.cells.drawing/listbox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/listbox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text/_index.md b/english/aspose.cells.drawing/listbox/text/_index.md index f2e979f82b..2835294c71 100644 --- a/english/aspose.cells.drawing/listbox/text/_index.md +++ b/english/aspose.cells.drawing/listbox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/listbox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_body/_index.md b/english/aspose.cells.drawing/listbox/text_body/_index.md index 6997dd4dac..8d9b9ec0e2 100644 --- a/english/aspose.cells.drawing/listbox/text_body/_index.md +++ b/english/aspose.cells.drawing/listbox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/listbox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_box_options/_index.md b/english/aspose.cells.drawing/listbox/text_box_options/_index.md index 1c2dd76bd7..308d2384f5 100644 --- a/english/aspose.cells.drawing/listbox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/listbox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/listbox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_direction/_index.md b/english/aspose.cells.drawing/listbox/text_direction/_index.md index 7be79a7937..ef8b7d62f7 100644 --- a/english/aspose.cells.drawing/listbox/text_direction/_index.md +++ b/english/aspose.cells.drawing/listbox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/listbox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_effect/_index.md b/english/aspose.cells.drawing/listbox/text_effect/_index.md index 84ae69a11f..1efb2a32bf 100644 --- a/english/aspose.cells.drawing/listbox/text_effect/_index.md +++ b/english/aspose.cells.drawing/listbox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/listbox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/listbox/text_horizontal_alignment/_index.md index c7a0bee03a..8356ef212d 100644 --- a/english/aspose.cells.drawing/listbox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/listbox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/listbox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/listbox/text_horizontal_overflow/_index.md index 86fbf3bcd8..bb8722655e 100644 --- a/english/aspose.cells.drawing/listbox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/listbox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/listbox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_options/_index.md b/english/aspose.cells.drawing/listbox/text_options/_index.md index e03500a8d1..c8618ec011 100644 --- a/english/aspose.cells.drawing/listbox/text_options/_index.md +++ b/english/aspose.cells.drawing/listbox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/listbox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_orientation_type/_index.md b/english/aspose.cells.drawing/listbox/text_orientation_type/_index.md index 2e5a73d0c4..6d461aa2d3 100644 --- a/english/aspose.cells.drawing/listbox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/listbox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/listbox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_shape_type/_index.md b/english/aspose.cells.drawing/listbox/text_shape_type/_index.md index 8af83310cf..e8abc3d11b 100644 --- a/english/aspose.cells.drawing/listbox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/listbox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/listbox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/listbox/text_vertical_alignment/_index.md index f673bb9082..5ff0887c49 100644 --- a/english/aspose.cells.drawing/listbox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/listbox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/listbox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/listbox/text_vertical_overflow/_index.md index 96a2ad113b..5942f6e8a0 100644 --- a/english/aspose.cells.drawing/listbox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/listbox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/listbox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/three_d_format/_index.md b/english/aspose.cells.drawing/listbox/three_d_format/_index.md index 4049f6d299..982d486f05 100644 --- a/english/aspose.cells.drawing/listbox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/listbox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/listbox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/title/_index.md b/english/aspose.cells.drawing/listbox/title/_index.md index 2c509bed89..39603efb34 100644 --- a/english/aspose.cells.drawing/listbox/title/_index.md +++ b/english/aspose.cells.drawing/listbox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/listbox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/to_front_or_back/_index.md b/english/aspose.cells.drawing/listbox/to_front_or_back/_index.md index 4b9d4bf780..03c58624f7 100644 --- a/english/aspose.cells.drawing/listbox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/listbox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/listbox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/listbox/to_image/_index.md b/english/aspose.cells.drawing/listbox/to_image/_index.md index f7dad5833e..f6cd06d100 100644 --- a/english/aspose.cells.drawing/listbox/to_image/_index.md +++ b/english/aspose.cells.drawing/listbox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/listbox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/listbox/top/_index.md b/english/aspose.cells.drawing/listbox/top/_index.md index 6bffb3c02d..27b56e5a82 100644 --- a/english/aspose.cells.drawing/listbox/top/_index.md +++ b/english/aspose.cells.drawing/listbox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/listbox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/top_cm/_index.md b/english/aspose.cells.drawing/listbox/top_cm/_index.md index 760a74dda7..baca3f1bb7 100644 --- a/english/aspose.cells.drawing/listbox/top_cm/_index.md +++ b/english/aspose.cells.drawing/listbox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/listbox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/top_in_shape/_index.md b/english/aspose.cells.drawing/listbox/top_in_shape/_index.md index c655a4fb9a..4e985816fe 100644 --- a/english/aspose.cells.drawing/listbox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/listbox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/listbox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/top_inch/_index.md b/english/aspose.cells.drawing/listbox/top_inch/_index.md index 28f112bf3e..f1aab1a764 100644 --- a/english/aspose.cells.drawing/listbox/top_inch/_index.md +++ b/english/aspose.cells.drawing/listbox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/listbox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/top_to_corner/_index.md b/english/aspose.cells.drawing/listbox/top_to_corner/_index.md index 5cfe6a01d4..8cb555d370 100644 --- a/english/aspose.cells.drawing/listbox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/listbox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/listbox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/type/_index.md b/english/aspose.cells.drawing/listbox/type/_index.md index e270a5bbc1..5c6103efc4 100644 --- a/english/aspose.cells.drawing/listbox/type/_index.md +++ b/english/aspose.cells.drawing/listbox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/listbox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/update_selected_value/_index.md b/english/aspose.cells.drawing/listbox/update_selected_value/_index.md index 82ff579e1c..95916d6fa0 100644 --- a/english/aspose.cells.drawing/listbox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/listbox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/listbox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/listbox/upper_delta_x/_index.md b/english/aspose.cells.drawing/listbox/upper_delta_x/_index.md index 53899e234e..b6ae01aba4 100644 --- a/english/aspose.cells.drawing/listbox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/listbox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/listbox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/upper_delta_y/_index.md b/english/aspose.cells.drawing/listbox/upper_delta_y/_index.md index 1aed10cc14..4f07a0f1cb 100644 --- a/english/aspose.cells.drawing/listbox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/listbox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/listbox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/upper_left_column/_index.md b/english/aspose.cells.drawing/listbox/upper_left_column/_index.md index 299937b838..2adcc454b7 100644 --- a/english/aspose.cells.drawing/listbox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/listbox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/listbox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/upper_left_row/_index.md b/english/aspose.cells.drawing/listbox/upper_left_row/_index.md index 11d04be120..d986d1205c 100644 --- a/english/aspose.cells.drawing/listbox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/listbox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/listbox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width/_index.md b/english/aspose.cells.drawing/listbox/width/_index.md index 487f352238..5f829c2107 100644 --- a/english/aspose.cells.drawing/listbox/width/_index.md +++ b/english/aspose.cells.drawing/listbox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/listbox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width_cm/_index.md b/english/aspose.cells.drawing/listbox/width_cm/_index.md index 5dd4a081ec..0b2ccb2513 100644 --- a/english/aspose.cells.drawing/listbox/width_cm/_index.md +++ b/english/aspose.cells.drawing/listbox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/listbox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width_in_shape/_index.md b/english/aspose.cells.drawing/listbox/width_in_shape/_index.md index fcd0028d3c..f2a238bf18 100644 --- a/english/aspose.cells.drawing/listbox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/listbox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/listbox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width_inch/_index.md b/english/aspose.cells.drawing/listbox/width_inch/_index.md index bda434cdee..4e39449bdb 100644 --- a/english/aspose.cells.drawing/listbox/width_inch/_index.md +++ b/english/aspose.cells.drawing/listbox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/listbox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width_pt/_index.md b/english/aspose.cells.drawing/listbox/width_pt/_index.md index e06afb9253..eedc3f008b 100644 --- a/english/aspose.cells.drawing/listbox/width_pt/_index.md +++ b/english/aspose.cells.drawing/listbox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/listbox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/width_scale/_index.md b/english/aspose.cells.drawing/listbox/width_scale/_index.md index 07fc2af37a..680bd20300 100644 --- a/english/aspose.cells.drawing/listbox/width_scale/_index.md +++ b/english/aspose.cells.drawing/listbox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/listbox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/worksheet/_index.md b/english/aspose.cells.drawing/listbox/worksheet/_index.md index 177875a041..5568ecb25b 100644 --- a/english/aspose.cells.drawing/listbox/worksheet/_index.md +++ b/english/aspose.cells.drawing/listbox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/listbox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/x/_index.md b/english/aspose.cells.drawing/listbox/x/_index.md index 165acfe529..5d3381c24b 100644 --- a/english/aspose.cells.drawing/listbox/x/_index.md +++ b/english/aspose.cells.drawing/listbox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/listbox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/y/_index.md b/english/aspose.cells.drawing/listbox/y/_index.md index 150854aafd..a6a49b745f 100644 --- a/english/aspose.cells.drawing/listbox/y/_index.md +++ b/english/aspose.cells.drawing/listbox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1330 +weight: 1340 url: /aspose.cells.drawing/listbox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/listbox/z_order_position/_index.md b/english/aspose.cells.drawing/listbox/z_order_position/_index.md index c7179b1ce4..90fcbbe266 100644 --- a/english/aspose.cells.drawing/listbox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/listbox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1340 +weight: 1350 url: /aspose.cells.drawing/listbox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/msofillformat/_index.md b/english/aspose.cells.drawing/msofillformat/_index.md index f463eadb62..93425140ec 100644 --- a/english/aspose.cells.drawing/msofillformat/_index.md +++ b/english/aspose.cells.drawing/msofillformat/_index.md @@ -30,7 +30,7 @@ The MsoFillFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_one_color_gradient](/cells/python-net/aspose.cells.drawing/msofillformat/set_one_color_gradient/#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a one-color gradient. | +| [`set_one_color_gradient(self, color, degree, style, variant)`](/cells/python-net/aspose.cells.drawing/msofillformat/set_one_color_gradient/#aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a one-color gradient. | diff --git a/english/aspose.cells.drawing/msofillformat/set_one_color_gradient/_index.md b/english/aspose.cells.drawing/msofillformat/set_one_color_gradient/_index.md index 6d4ebdae80..5eeea5dc11 100644 --- a/english/aspose.cells.drawing/msofillformat/set_one_color_gradient/_index.md +++ b/english/aspose.cells.drawing/msofillformat/set_one_color_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/msofillformat/set_one_color_gradient/ is_root: false --- -## set_one_color_gradient {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_one_color_gradient(self, color, degree, style, variant) {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a one-color gradient. ```python + def set_one_color_gradient(self, color, degree, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/msofillformathelper/_index.md b/english/aspose.cells.drawing/msofillformathelper/_index.md index 6162eaa1f7..9bb3663406 100644 --- a/english/aspose.cells.drawing/msofillformathelper/_index.md +++ b/english/aspose.cells.drawing/msofillformathelper/_index.md @@ -30,7 +30,7 @@ The MsoFillFormatHelper type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_one_color_gradient](/cells/python-net/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a one-color gradient. | +| [`set_one_color_gradient(self, color, degree, style, variant)`](/cells/python-net/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/#aspose.pydrawing.color-float-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a one-color gradient. | diff --git a/english/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/_index.md b/english/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/_index.md index ff3a3c03b2..c6cbae069d 100644 --- a/english/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/_index.md +++ b/english/aspose.cells.drawing/msofillformathelper/set_one_color_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/msofillformathelper/set_one_color_gradient/ is_root: false --- -## set_one_color_gradient {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} +## set_one_color_gradient(self, color, degree, style, variant) {#aspose.pydrawing.Color-float-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a one-color gradient. ```python + def set_one_color_gradient(self, color, degree, style, variant): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/_index.md b/english/aspose.cells.drawing/oleobject/_index.md index 9a83f99abb..6bbe54dc39 100644 --- a/english/aspose.cells.drawing/oleobject/_index.md +++ b/english/aspose.cells.drawing/oleobject/_index.md @@ -146,34 +146,35 @@ The OleObject type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [set_embedded_object](/cells/python-net/aspose.cells.drawing/oleobject/set_embedded_object/#bool-bytes-str-bool-str) | Sets embedded object data. | -| [set_embedded_object](/cells/python-net/aspose.cells.drawing/oleobject/set_embedded_object/#bool-bytes-str-bool-str-bool) | Sets embedded object data. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/oleobject/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/oleobject/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/oleobject/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/oleobject/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/oleobject/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/oleobject/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/oleobject/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/oleobject/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/oleobject/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/oleobject/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/oleobject/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/oleobject/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/oleobject/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/oleobject/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/oleobject/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/oleobject/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/oleobject/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/oleobject/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/oleobject/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/oleobject/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/oleobject/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/oleobject/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | -| [set_native_source_full_name](/cells/python-net/aspose.cells.drawing/oleobject/set_native_source_full_name/#str) | Sets the ole native source full file name with path. | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/oleobject/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label)`](/cells/python-net/aspose.cells.drawing/oleobject/set_embedded_object/#bool-bytes-str-bool-str) | Sets embedded object data. | +| [`set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label, update_icon)`](/cells/python-net/aspose.cells.drawing/oleobject/set_embedded_object/#bool-bytes-str-bool-str-bool) | Sets embedded object data. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/oleobject/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/oleobject/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/oleobject/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/oleobject/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/oleobject/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/oleobject/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/oleobject/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oleobject/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oleobject/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oleobject/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oleobject/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/oleobject/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/oleobject/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/oleobject/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/oleobject/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/oleobject/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/oleobject/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/oleobject/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/oleobject/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | +| [`set_native_source_full_name(self, source_full_name)`](/cells/python-net/aspose.cells.drawing/oleobject/set_native_source_full_name/#str) | Sets the ole native source full file name with path. | diff --git a/english/aspose.cells.drawing/oleobject/active_x_control/_index.md b/english/aspose.cells.drawing/oleobject/active_x_control/_index.md index 2d78a488b2..c0698864cf 100644 --- a/english/aspose.cells.drawing/oleobject/active_x_control/_index.md +++ b/english/aspose.cells.drawing/oleobject/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/oleobject/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/oleobject/actual_lower_right_row/_index.md index b3e595cf15..fba97a3ab8 100644 --- a/english/aspose.cells.drawing/oleobject/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/oleobject/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/oleobject/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/add_hyperlink/_index.md b/english/aspose.cells.drawing/oleobject/add_hyperlink/_index.md index 39585e6cc0..49bd2f2594 100644 --- a/english/aspose.cells.drawing/oleobject/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/oleobject/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobject/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/align_top_right_corner/_index.md b/english/aspose.cells.drawing/oleobject/align_top_right_corner/_index.md index 8e952e39bf..03cb34b939 100644 --- a/english/aspose.cells.drawing/oleobject/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/oleobject/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/oleobject/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/alternative_text/_index.md b/english/aspose.cells.drawing/oleobject/alternative_text/_index.md index 3395b87e03..f650af395b 100644 --- a/english/aspose.cells.drawing/oleobject/alternative_text/_index.md +++ b/english/aspose.cells.drawing/oleobject/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/oleobject/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/anchor_type/_index.md b/english/aspose.cells.drawing/oleobject/anchor_type/_index.md index d409cbf644..df47dd849d 100644 --- a/english/aspose.cells.drawing/oleobject/anchor_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/oleobject/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/auto_load/_index.md b/english/aspose.cells.drawing/oleobject/auto_load/_index.md index cf4d79f6ce..9a0a4cf49f 100644 --- a/english/aspose.cells.drawing/oleobject/auto_load/_index.md +++ b/english/aspose.cells.drawing/oleobject/auto_load/_index.md @@ -3,7 +3,7 @@ title: auto_load property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/oleobject/auto_load/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/auto_shape_type/_index.md b/english/aspose.cells.drawing/oleobject/auto_shape_type/_index.md index 25d5fb3bdc..0a5db7111c 100644 --- a/english/aspose.cells.drawing/oleobject/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/oleobject/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/auto_update/_index.md b/english/aspose.cells.drawing/oleobject/auto_update/_index.md index 44e01c0b05..a82a280622 100644 --- a/english/aspose.cells.drawing/oleobject/auto_update/_index.md +++ b/english/aspose.cells.drawing/oleobject/auto_update/_index.md @@ -3,7 +3,7 @@ title: auto_update property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/oleobject/auto_update/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/bottom/_index.md b/english/aspose.cells.drawing/oleobject/bottom/_index.md index a794f0af69..1dfd098e0f 100644 --- a/english/aspose.cells.drawing/oleobject/bottom/_index.md +++ b/english/aspose.cells.drawing/oleobject/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/oleobject/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/calculate_text_size/_index.md b/english/aspose.cells.drawing/oleobject/calculate_text_size/_index.md index 1b6f17b6e2..ec033d030b 100644 --- a/english/aspose.cells.drawing/oleobject/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/oleobject/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobject/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/characters/_index.md b/english/aspose.cells.drawing/oleobject/characters/_index.md index b7fda89372..30d3d83ac9 100644 --- a/english/aspose.cells.drawing/oleobject/characters/_index.md +++ b/english/aspose.cells.drawing/oleobject/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobject/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/class_identifier/_index.md b/english/aspose.cells.drawing/oleobject/class_identifier/_index.md index a9a5351f19..c17550710d 100644 --- a/english/aspose.cells.drawing/oleobject/class_identifier/_index.md +++ b/english/aspose.cells.drawing/oleobject/class_identifier/_index.md @@ -3,7 +3,7 @@ title: class_identifier property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/oleobject/class_identifier/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/control_data/_index.md b/english/aspose.cells.drawing/oleobject/control_data/_index.md index 1ff2d554b8..7d4f54b90d 100644 --- a/english/aspose.cells.drawing/oleobject/control_data/_index.md +++ b/english/aspose.cells.drawing/oleobject/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/oleobject/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/create_id/_index.md b/english/aspose.cells.drawing/oleobject/create_id/_index.md index c74e6cc93d..556b18b7d5 100644 --- a/english/aspose.cells.drawing/oleobject/create_id/_index.md +++ b/english/aspose.cells.drawing/oleobject/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/oleobject/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/display_as_icon/_index.md b/english/aspose.cells.drawing/oleobject/display_as_icon/_index.md index 503e559e29..f4e02454b0 100644 --- a/english/aspose.cells.drawing/oleobject/display_as_icon/_index.md +++ b/english/aspose.cells.drawing/oleobject/display_as_icon/_index.md @@ -3,7 +3,7 @@ title: display_as_icon property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/oleobject/display_as_icon/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/file_format_type/_index.md b/english/aspose.cells.drawing/oleobject/file_format_type/_index.md index 76379b71a3..f54e2e2ece 100644 --- a/english/aspose.cells.drawing/oleobject/file_format_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/file_format_type/_index.md @@ -3,7 +3,7 @@ title: file_format_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/oleobject/file_format_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/fill/_index.md b/english/aspose.cells.drawing/oleobject/fill/_index.md index 7b8fe9c026..fe7286b7fc 100644 --- a/english/aspose.cells.drawing/oleobject/fill/_index.md +++ b/english/aspose.cells.drawing/oleobject/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/oleobject/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/fill_format/_index.md b/english/aspose.cells.drawing/oleobject/fill_format/_index.md index 8b8f4d4ff4..fa45518527 100644 --- a/english/aspose.cells.drawing/oleobject/fill_format/_index.md +++ b/english/aspose.cells.drawing/oleobject/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/oleobject/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/fit_to_text_size/_index.md b/english/aspose.cells.drawing/oleobject/fit_to_text_size/_index.md new file mode 100644 index 0000000000..b6be885557 --- /dev/null +++ b/english/aspose.cells.drawing/oleobject/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/oleobject/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`OleObject`](/cells/python-net/aspose.cells.drawing/oleobject) diff --git a/english/aspose.cells.drawing/oleobject/font/_index.md b/english/aspose.cells.drawing/oleobject/font/_index.md index 4cf2c76393..1ff54b08e4 100644 --- a/english/aspose.cells.drawing/oleobject/font/_index.md +++ b/english/aspose.cells.drawing/oleobject/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/oleobject/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/format_characters/_index.md b/english/aspose.cells.drawing/oleobject/format_characters/_index.md index ee96aae512..11c8cdf3a4 100644 --- a/english/aspose.cells.drawing/oleobject/format_characters/_index.md +++ b/english/aspose.cells.drawing/oleobject/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/oleobject/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/format_picture/_index.md b/english/aspose.cells.drawing/oleobject/format_picture/_index.md index 6dd6b38dbd..c4eebfe386 100644 --- a/english/aspose.cells.drawing/oleobject/format_picture/_index.md +++ b/english/aspose.cells.drawing/oleobject/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/oleobject/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/full_object_bin/_index.md b/english/aspose.cells.drawing/oleobject/full_object_bin/_index.md index 922e99521b..05ecc3043a 100644 --- a/english/aspose.cells.drawing/oleobject/full_object_bin/_index.md +++ b/english/aspose.cells.drawing/oleobject/full_object_bin/_index.md @@ -3,7 +3,7 @@ title: full_object_bin property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/oleobject/full_object_bin/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/geometry/_index.md b/english/aspose.cells.drawing/oleobject/geometry/_index.md index 1c97bba52f..eb4488d834 100644 --- a/english/aspose.cells.drawing/oleobject/geometry/_index.md +++ b/english/aspose.cells.drawing/oleobject/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/oleobject/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/get_actual_box/_index.md b/english/aspose.cells.drawing/oleobject/get_actual_box/_index.md index 88e8017437..36c0aff44d 100644 --- a/english/aspose.cells.drawing/oleobject/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/oleobject/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_characters/_index.md b/english/aspose.cells.drawing/oleobject/get_characters/_index.md index 0ef542fa84..029b748dc0 100644 --- a/english/aspose.cells.drawing/oleobject/get_characters/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/oleobject/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_connection_points/_index.md b/english/aspose.cells.drawing/oleobject/get_connection_points/_index.md index b0528782fb..aff8ca821e 100644 --- a/english/aspose.cells.drawing/oleobject/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/oleobject/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_input_range/_index.md b/english/aspose.cells.drawing/oleobject/get_input_range/_index.md index 2928db0d68..03ec2534ea 100644 --- a/english/aspose.cells.drawing/oleobject/get_input_range/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/oleobject/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_linked_cell/_index.md b/english/aspose.cells.drawing/oleobject/get_linked_cell/_index.md index a46ab0162e..2bc8e050b3 100644 --- a/english/aspose.cells.drawing/oleobject/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/oleobject/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_locked_property/_index.md b/english/aspose.cells.drawing/oleobject/get_locked_property/_index.md index 322d1f2737..c921132cb1 100644 --- a/english/aspose.cells.drawing/oleobject/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/oleobject/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/oleobject/get_result_of_smart_art/_index.md index 734ad020a6..9bbe3caedc 100644 --- a/english/aspose.cells.drawing/oleobject/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/oleobject/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/get_rich_formattings/_index.md b/english/aspose.cells.drawing/oleobject/get_rich_formattings/_index.md index 5212993079..cc1b235a9d 100644 --- a/english/aspose.cells.drawing/oleobject/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/oleobject/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/oleobject/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/glow/_index.md b/english/aspose.cells.drawing/oleobject/glow/_index.md index 97e63f3585..1eb47745ca 100644 --- a/english/aspose.cells.drawing/oleobject/glow/_index.md +++ b/english/aspose.cells.drawing/oleobject/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/oleobject/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/group/_index.md b/english/aspose.cells.drawing/oleobject/group/_index.md index 42a74183c6..f7ee6a9ff6 100644 --- a/english/aspose.cells.drawing/oleobject/group/_index.md +++ b/english/aspose.cells.drawing/oleobject/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/oleobject/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/has_line/_index.md b/english/aspose.cells.drawing/oleobject/has_line/_index.md index a31333a426..a699fe20da 100644 --- a/english/aspose.cells.drawing/oleobject/has_line/_index.md +++ b/english/aspose.cells.drawing/oleobject/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/oleobject/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height/_index.md b/english/aspose.cells.drawing/oleobject/height/_index.md index 8bf7ea8f3f..6ffafaef5c 100644 --- a/english/aspose.cells.drawing/oleobject/height/_index.md +++ b/english/aspose.cells.drawing/oleobject/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/oleobject/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height_cm/_index.md b/english/aspose.cells.drawing/oleobject/height_cm/_index.md index c35e99d8c7..842ce4e600 100644 --- a/english/aspose.cells.drawing/oleobject/height_cm/_index.md +++ b/english/aspose.cells.drawing/oleobject/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/oleobject/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height_in_shape/_index.md b/english/aspose.cells.drawing/oleobject/height_in_shape/_index.md index 68babf259a..b95de64ace 100644 --- a/english/aspose.cells.drawing/oleobject/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/oleobject/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/oleobject/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height_inch/_index.md b/english/aspose.cells.drawing/oleobject/height_inch/_index.md index a0a68d00b5..2e39ddf331 100644 --- a/english/aspose.cells.drawing/oleobject/height_inch/_index.md +++ b/english/aspose.cells.drawing/oleobject/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/oleobject/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height_pt/_index.md b/english/aspose.cells.drawing/oleobject/height_pt/_index.md index 64e32eeb13..3bc19e6a15 100644 --- a/english/aspose.cells.drawing/oleobject/height_pt/_index.md +++ b/english/aspose.cells.drawing/oleobject/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/oleobject/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/height_scale/_index.md b/english/aspose.cells.drawing/oleobject/height_scale/_index.md index f39a2b4b92..5b5ecbe1d0 100644 --- a/english/aspose.cells.drawing/oleobject/height_scale/_index.md +++ b/english/aspose.cells.drawing/oleobject/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/oleobject/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/html_text/_index.md b/english/aspose.cells.drawing/oleobject/html_text/_index.md index 79e98e6557..0a5c410892 100644 --- a/english/aspose.cells.drawing/oleobject/html_text/_index.md +++ b/english/aspose.cells.drawing/oleobject/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/oleobject/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/hyperlink/_index.md b/english/aspose.cells.drawing/oleobject/hyperlink/_index.md index 05900e6223..20dac956de 100644 --- a/english/aspose.cells.drawing/oleobject/hyperlink/_index.md +++ b/english/aspose.cells.drawing/oleobject/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/oleobject/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/id/_index.md b/english/aspose.cells.drawing/oleobject/id/_index.md index 5eee06282d..3fb9c4d18f 100644 --- a/english/aspose.cells.drawing/oleobject/id/_index.md +++ b/english/aspose.cells.drawing/oleobject/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/oleobject/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/image_data/_index.md b/english/aspose.cells.drawing/oleobject/image_data/_index.md index 5ea9d76201..b66d124006 100644 --- a/english/aspose.cells.drawing/oleobject/image_data/_index.md +++ b/english/aspose.cells.drawing/oleobject/image_data/_index.md @@ -3,7 +3,7 @@ title: image_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/oleobject/image_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/image_source_full_name/_index.md b/english/aspose.cells.drawing/oleobject/image_source_full_name/_index.md index 413ec58806..9d245476ad 100644 --- a/english/aspose.cells.drawing/oleobject/image_source_full_name/_index.md +++ b/english/aspose.cells.drawing/oleobject/image_source_full_name/_index.md @@ -3,7 +3,7 @@ title: image_source_full_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/oleobject/image_source_full_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/image_type/_index.md b/english/aspose.cells.drawing/oleobject/image_type/_index.md index e601ca4bf3..b0f0ada50f 100644 --- a/english/aspose.cells.drawing/oleobject/image_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/image_type/_index.md @@ -3,7 +3,7 @@ title: image_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/oleobject/image_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/input_range/_index.md b/english/aspose.cells.drawing/oleobject/input_range/_index.md index cb16184c7f..1aa2e94bec 100644 --- a/english/aspose.cells.drawing/oleobject/input_range/_index.md +++ b/english/aspose.cells.drawing/oleobject/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/oleobject/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/oleobject/is_aspect_ratio_locked/_index.md index 47de634baa..bf5075afb3 100644 --- a/english/aspose.cells.drawing/oleobject/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/oleobject/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_auto_size/_index.md b/english/aspose.cells.drawing/oleobject/is_auto_size/_index.md index 86014e425b..31b750de3c 100644 --- a/english/aspose.cells.drawing/oleobject/is_auto_size/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_auto_size/_index.md @@ -3,7 +3,7 @@ title: is_auto_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/oleobject/is_auto_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_decorative/_index.md b/english/aspose.cells.drawing/oleobject/is_decorative/_index.md index 25309cddf2..82b7394fc5 100644 --- a/english/aspose.cells.drawing/oleobject/is_decorative/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/oleobject/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_equation/_index.md b/english/aspose.cells.drawing/oleobject/is_equation/_index.md index f48fc2c169..92d39324d6 100644 --- a/english/aspose.cells.drawing/oleobject/is_equation/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/oleobject/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_filled/_index.md b/english/aspose.cells.drawing/oleobject/is_filled/_index.md index 5d6847bacb..4dc6bc06f2 100644 --- a/english/aspose.cells.drawing/oleobject/is_filled/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/oleobject/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/oleobject/is_flipped_horizontally/_index.md index f2176762f5..9f746c33cd 100644 --- a/english/aspose.cells.drawing/oleobject/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/oleobject/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/oleobject/is_flipped_vertically/_index.md index e742058874..ee194271b9 100644 --- a/english/aspose.cells.drawing/oleobject/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/oleobject/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_group/_index.md b/english/aspose.cells.drawing/oleobject/is_group/_index.md index 75a35e884c..7319453453 100644 --- a/english/aspose.cells.drawing/oleobject/is_group/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/oleobject/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_hidden/_index.md b/english/aspose.cells.drawing/oleobject/is_hidden/_index.md index ea7fbe897c..ab0a8fafa3 100644 --- a/english/aspose.cells.drawing/oleobject/is_hidden/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/oleobject/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_in_group/_index.md b/english/aspose.cells.drawing/oleobject/is_in_group/_index.md index 6ab377333f..4dc32d86e3 100644 --- a/english/aspose.cells.drawing/oleobject/is_in_group/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/oleobject/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_link/_index.md b/english/aspose.cells.drawing/oleobject/is_link/_index.md index cac4aa5498..9993f6d89b 100644 --- a/english/aspose.cells.drawing/oleobject/is_link/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_link/_index.md @@ -3,7 +3,7 @@ title: is_link property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/oleobject/is_link/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/oleobject/is_lock_aspect_ratio/_index.md index e10d23bbd9..33a1549eaa 100644 --- a/english/aspose.cells.drawing/oleobject/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/oleobject/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_locked/_index.md b/english/aspose.cells.drawing/oleobject/is_locked/_index.md index 393845fea2..8139d52305 100644 --- a/english/aspose.cells.drawing/oleobject/is_locked/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/oleobject/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_printable/_index.md b/english/aspose.cells.drawing/oleobject/is_printable/_index.md index acca1ec537..e6a40c211d 100644 --- a/english/aspose.cells.drawing/oleobject/is_printable/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/oleobject/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_rich_text/_index.md b/english/aspose.cells.drawing/oleobject/is_rich_text/_index.md index a6783367ef..a941572620 100644 --- a/english/aspose.cells.drawing/oleobject/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/oleobject/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_same_setting/_index.md b/english/aspose.cells.drawing/oleobject/is_same_setting/_index.md index 25b9d56024..a3564520ad 100644 --- a/english/aspose.cells.drawing/oleobject/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/oleobject/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/is_smart_art/_index.md b/english/aspose.cells.drawing/oleobject/is_smart_art/_index.md index 005153546b..fa92f7dcfd 100644 --- a/english/aspose.cells.drawing/oleobject/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/oleobject/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_text_wrapped/_index.md b/english/aspose.cells.drawing/oleobject/is_text_wrapped/_index.md index 56a4f5175e..1619a87ac0 100644 --- a/english/aspose.cells.drawing/oleobject/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/oleobject/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/is_word_art/_index.md b/english/aspose.cells.drawing/oleobject/is_word_art/_index.md index b476672f87..a8298eae08 100644 --- a/english/aspose.cells.drawing/oleobject/is_word_art/_index.md +++ b/english/aspose.cells.drawing/oleobject/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/oleobject/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/label/_index.md b/english/aspose.cells.drawing/oleobject/label/_index.md index f5fd1c5a40..4476deb621 100644 --- a/english/aspose.cells.drawing/oleobject/label/_index.md +++ b/english/aspose.cells.drawing/oleobject/label/_index.md @@ -3,7 +3,7 @@ title: label property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/oleobject/label/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/left/_index.md b/english/aspose.cells.drawing/oleobject/left/_index.md index 32740a956b..f7fec81b88 100644 --- a/english/aspose.cells.drawing/oleobject/left/_index.md +++ b/english/aspose.cells.drawing/oleobject/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/oleobject/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/left_cm/_index.md b/english/aspose.cells.drawing/oleobject/left_cm/_index.md index eb362773c0..ee299140b4 100644 --- a/english/aspose.cells.drawing/oleobject/left_cm/_index.md +++ b/english/aspose.cells.drawing/oleobject/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/oleobject/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/left_in_shape/_index.md b/english/aspose.cells.drawing/oleobject/left_in_shape/_index.md index c9d0b5bbe2..179c4b75de 100644 --- a/english/aspose.cells.drawing/oleobject/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/oleobject/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/oleobject/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/left_inch/_index.md b/english/aspose.cells.drawing/oleobject/left_inch/_index.md index 56dcf852c1..dfc30ad78a 100644 --- a/english/aspose.cells.drawing/oleobject/left_inch/_index.md +++ b/english/aspose.cells.drawing/oleobject/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/oleobject/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/left_to_corner/_index.md b/english/aspose.cells.drawing/oleobject/left_to_corner/_index.md index ce194196fc..09fe763148 100644 --- a/english/aspose.cells.drawing/oleobject/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/oleobject/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/oleobject/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/line/_index.md b/english/aspose.cells.drawing/oleobject/line/_index.md index 1e1b872364..1743ba9356 100644 --- a/english/aspose.cells.drawing/oleobject/line/_index.md +++ b/english/aspose.cells.drawing/oleobject/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/oleobject/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/line_format/_index.md b/english/aspose.cells.drawing/oleobject/line_format/_index.md index baf220d59b..2068c1823c 100644 --- a/english/aspose.cells.drawing/oleobject/line_format/_index.md +++ b/english/aspose.cells.drawing/oleobject/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/oleobject/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/linked_cell/_index.md b/english/aspose.cells.drawing/oleobject/linked_cell/_index.md index 8dc25ba06e..78cc2aba94 100644 --- a/english/aspose.cells.drawing/oleobject/linked_cell/_index.md +++ b/english/aspose.cells.drawing/oleobject/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/oleobject/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/lower_delta_x/_index.md b/english/aspose.cells.drawing/oleobject/lower_delta_x/_index.md index 563c558bb5..ef1bbca256 100644 --- a/english/aspose.cells.drawing/oleobject/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/oleobject/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/oleobject/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/lower_delta_y/_index.md b/english/aspose.cells.drawing/oleobject/lower_delta_y/_index.md index 85ad3d8f3f..3ca89790bb 100644 --- a/english/aspose.cells.drawing/oleobject/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/oleobject/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/oleobject/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/lower_right_column/_index.md b/english/aspose.cells.drawing/oleobject/lower_right_column/_index.md index e2817b723c..2658eecd55 100644 --- a/english/aspose.cells.drawing/oleobject/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/oleobject/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/oleobject/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/lower_right_row/_index.md b/english/aspose.cells.drawing/oleobject/lower_right_row/_index.md index aab0219f59..c35bd94ce1 100644 --- a/english/aspose.cells.drawing/oleobject/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/oleobject/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/oleobject/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/macro_name/_index.md b/english/aspose.cells.drawing/oleobject/macro_name/_index.md index db4f463734..86e03a7d8b 100644 --- a/english/aspose.cells.drawing/oleobject/macro_name/_index.md +++ b/english/aspose.cells.drawing/oleobject/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/oleobject/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/move_to_range/_index.md b/english/aspose.cells.drawing/oleobject/move_to_range/_index.md index d29917a196..a10caaae02 100644 --- a/english/aspose.cells.drawing/oleobject/move_to_range/_index.md +++ b/english/aspose.cells.drawing/oleobject/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/oleobject/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/mso_drawing_type/_index.md b/english/aspose.cells.drawing/oleobject/mso_drawing_type/_index.md index d29ef42648..d09ebc71f3 100644 --- a/english/aspose.cells.drawing/oleobject/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/oleobject/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/name/_index.md b/english/aspose.cells.drawing/oleobject/name/_index.md index c81a3fbb19..91655ac081 100644 --- a/english/aspose.cells.drawing/oleobject/name/_index.md +++ b/english/aspose.cells.drawing/oleobject/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/oleobject/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/object_data/_index.md b/english/aspose.cells.drawing/oleobject/object_data/_index.md index cbb3f59c44..bb878eac4b 100644 --- a/english/aspose.cells.drawing/oleobject/object_data/_index.md +++ b/english/aspose.cells.drawing/oleobject/object_data/_index.md @@ -3,7 +3,7 @@ title: object_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/oleobject/object_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/object_source_full_name/_index.md b/english/aspose.cells.drawing/oleobject/object_source_full_name/_index.md index b815dc2d78..966e9b808d 100644 --- a/english/aspose.cells.drawing/oleobject/object_source_full_name/_index.md +++ b/english/aspose.cells.drawing/oleobject/object_source_full_name/_index.md @@ -3,7 +3,7 @@ title: object_source_full_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/oleobject/object_source_full_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/paths/_index.md b/english/aspose.cells.drawing/oleobject/paths/_index.md index 8d5d4f4643..b89bd44a5f 100644 --- a/english/aspose.cells.drawing/oleobject/paths/_index.md +++ b/english/aspose.cells.drawing/oleobject/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/oleobject/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/placement/_index.md b/english/aspose.cells.drawing/oleobject/placement/_index.md index a50f0ae82f..4447a3a757 100644 --- a/english/aspose.cells.drawing/oleobject/placement/_index.md +++ b/english/aspose.cells.drawing/oleobject/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/oleobject/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/prog_id/_index.md b/english/aspose.cells.drawing/oleobject/prog_id/_index.md index 72b08174fc..68b7d46ca9 100644 --- a/english/aspose.cells.drawing/oleobject/prog_id/_index.md +++ b/english/aspose.cells.drawing/oleobject/prog_id/_index.md @@ -3,7 +3,7 @@ title: prog_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/oleobject/prog_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/reflection/_index.md b/english/aspose.cells.drawing/oleobject/reflection/_index.md index 71359474fd..17bf9d272c 100644 --- a/english/aspose.cells.drawing/oleobject/reflection/_index.md +++ b/english/aspose.cells.drawing/oleobject/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/oleobject/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/oleobject/relative_to_original_picture_size/_index.md index 74384145b9..de55949e63 100644 --- a/english/aspose.cells.drawing/oleobject/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/oleobject/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/oleobject/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/remove_active_x_control/_index.md b/english/aspose.cells.drawing/oleobject/remove_active_x_control/_index.md index b8c7b2739d..904db13a68 100644 --- a/english/aspose.cells.drawing/oleobject/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/oleobject/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/oleobject/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/remove_hyperlink/_index.md b/english/aspose.cells.drawing/oleobject/remove_hyperlink/_index.md index c056d47cea..110c55d310 100644 --- a/english/aspose.cells.drawing/oleobject/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/oleobject/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/oleobject/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/right/_index.md b/english/aspose.cells.drawing/oleobject/right/_index.md index c23e1e266e..d83a65eec8 100644 --- a/english/aspose.cells.drawing/oleobject/right/_index.md +++ b/english/aspose.cells.drawing/oleobject/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/oleobject/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/rotation_angle/_index.md b/english/aspose.cells.drawing/oleobject/rotation_angle/_index.md index 31b7b2633e..97352c35ff 100644 --- a/english/aspose.cells.drawing/oleobject/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/oleobject/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/oleobject/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/set_embedded_object/_index.md b/english/aspose.cells.drawing/oleobject/set_embedded_object/_index.md index 0e28fea691..80bbd44ad5 100644 --- a/english/aspose.cells.drawing/oleobject/set_embedded_object/_index.md +++ b/english/aspose.cells.drawing/oleobject/set_embedded_object/_index.md @@ -3,20 +3,21 @@ title: set_embedded_object method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/oleobject/set_embedded_object/ is_root: false --- -## set_embedded_object {#bool-bytes-str-bool-str} +## set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label) {#bool-bytes-str-bool-str} Sets embedded object data. -```python +```python + def set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label): - ... + ... ``` @@ -29,15 +30,16 @@ def set_embedded_object(self, link_to_file, object_data, source_file_name, displ | label | str | The icon label. Only works when displayAsIcon as true. | -## set_embedded_object {#bool-bytes-str-bool-str-bool} +## set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label, update_icon) {#bool-bytes-str-bool-str-bool} Sets embedded object data. -```python +```python + def set_embedded_object(self, link_to_file, object_data, source_file_name, display_as_icon, label, update_icon): - ... + ... ``` diff --git a/english/aspose.cells.drawing/oleobject/set_input_range/_index.md b/english/aspose.cells.drawing/oleobject/set_input_range/_index.md index 55ed577913..de6042aa37 100644 --- a/english/aspose.cells.drawing/oleobject/set_input_range/_index.md +++ b/english/aspose.cells.drawing/oleobject/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/oleobject/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/set_linked_cell/_index.md b/english/aspose.cells.drawing/oleobject/set_linked_cell/_index.md index a88885f7a7..9018f0e14f 100644 --- a/english/aspose.cells.drawing/oleobject/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/oleobject/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/oleobject/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/set_locked_property/_index.md b/english/aspose.cells.drawing/oleobject/set_locked_property/_index.md index fe929377b4..77a60d8637 100644 --- a/english/aspose.cells.drawing/oleobject/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/oleobject/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/oleobject/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/set_native_source_full_name/_index.md b/english/aspose.cells.drawing/oleobject/set_native_source_full_name/_index.md index 68d64b7663..f48d4efe25 100644 --- a/english/aspose.cells.drawing/oleobject/set_native_source_full_name/_index.md +++ b/english/aspose.cells.drawing/oleobject/set_native_source_full_name/_index.md @@ -3,18 +3,19 @@ title: set_native_source_full_name method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/oleobject/set_native_source_full_name/ is_root: false --- -## set_native_source_full_name {#str} +## set_native_source_full_name(self, source_full_name) {#str} Sets the ole native source full file name with path. ```python + def set_native_source_full_name(self, source_full_name): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/shadow_effect/_index.md b/english/aspose.cells.drawing/oleobject/shadow_effect/_index.md index 6249c12e0f..71053b6ebc 100644 --- a/english/aspose.cells.drawing/oleobject/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/oleobject/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/oleobject/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/soft_edges/_index.md b/english/aspose.cells.drawing/oleobject/soft_edges/_index.md index 8d6ddebc9d..e82eaf7bad 100644 --- a/english/aspose.cells.drawing/oleobject/soft_edges/_index.md +++ b/english/aspose.cells.drawing/oleobject/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/oleobject/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/source_full_name/_index.md b/english/aspose.cells.drawing/oleobject/source_full_name/_index.md index 0a9c290d8d..56485ef14a 100644 --- a/english/aspose.cells.drawing/oleobject/source_full_name/_index.md +++ b/english/aspose.cells.drawing/oleobject/source_full_name/_index.md @@ -3,7 +3,7 @@ title: source_full_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/oleobject/source_full_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/spid/_index.md b/english/aspose.cells.drawing/oleobject/spid/_index.md index e0d5a43ad3..09fd96c947 100644 --- a/english/aspose.cells.drawing/oleobject/spid/_index.md +++ b/english/aspose.cells.drawing/oleobject/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/oleobject/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/spt/_index.md b/english/aspose.cells.drawing/oleobject/spt/_index.md index 00ea912b14..5d310056e9 100644 --- a/english/aspose.cells.drawing/oleobject/spt/_index.md +++ b/english/aspose.cells.drawing/oleobject/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/oleobject/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text/_index.md b/english/aspose.cells.drawing/oleobject/text/_index.md index eaeb2417ce..8ec5c9764c 100644 --- a/english/aspose.cells.drawing/oleobject/text/_index.md +++ b/english/aspose.cells.drawing/oleobject/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/oleobject/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_body/_index.md b/english/aspose.cells.drawing/oleobject/text_body/_index.md index b30b604b97..1bce6c918e 100644 --- a/english/aspose.cells.drawing/oleobject/text_body/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/oleobject/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_box_options/_index.md b/english/aspose.cells.drawing/oleobject/text_box_options/_index.md index 3a0832eeda..f249865280 100644 --- a/english/aspose.cells.drawing/oleobject/text_box_options/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/oleobject/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_direction/_index.md b/english/aspose.cells.drawing/oleobject/text_direction/_index.md index 501f4b137b..588ac12cf6 100644 --- a/english/aspose.cells.drawing/oleobject/text_direction/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/oleobject/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_effect/_index.md b/english/aspose.cells.drawing/oleobject/text_effect/_index.md index 32fc0eccf8..5f1ee7de80 100644 --- a/english/aspose.cells.drawing/oleobject/text_effect/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/oleobject/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/oleobject/text_horizontal_alignment/_index.md index d04bc55c87..b9ad64c2f8 100644 --- a/english/aspose.cells.drawing/oleobject/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/oleobject/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/oleobject/text_horizontal_overflow/_index.md index 5dd43150b2..427d7e931e 100644 --- a/english/aspose.cells.drawing/oleobject/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/oleobject/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_options/_index.md b/english/aspose.cells.drawing/oleobject/text_options/_index.md index 133720da4f..92208b5504 100644 --- a/english/aspose.cells.drawing/oleobject/text_options/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/oleobject/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_orientation_type/_index.md b/english/aspose.cells.drawing/oleobject/text_orientation_type/_index.md index 389f0dd75e..bb8f22ad2f 100644 --- a/english/aspose.cells.drawing/oleobject/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/oleobject/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_shape_type/_index.md b/english/aspose.cells.drawing/oleobject/text_shape_type/_index.md index ec6c5782c7..f31873ee21 100644 --- a/english/aspose.cells.drawing/oleobject/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/oleobject/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/oleobject/text_vertical_alignment/_index.md index e26812842b..74426c2198 100644 --- a/english/aspose.cells.drawing/oleobject/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/oleobject/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/oleobject/text_vertical_overflow/_index.md index 2e491cf986..5374687771 100644 --- a/english/aspose.cells.drawing/oleobject/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/oleobject/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/oleobject/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/three_d_format/_index.md b/english/aspose.cells.drawing/oleobject/three_d_format/_index.md index 4a698a5bc6..812795a70a 100644 --- a/english/aspose.cells.drawing/oleobject/three_d_format/_index.md +++ b/english/aspose.cells.drawing/oleobject/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/oleobject/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/title/_index.md b/english/aspose.cells.drawing/oleobject/title/_index.md index b01d1b3a0d..49ba101a87 100644 --- a/english/aspose.cells.drawing/oleobject/title/_index.md +++ b/english/aspose.cells.drawing/oleobject/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/oleobject/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/to_front_or_back/_index.md b/english/aspose.cells.drawing/oleobject/to_front_or_back/_index.md index d0abb45e3f..f7d33370b1 100644 --- a/english/aspose.cells.drawing/oleobject/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/oleobject/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/oleobject/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/oleobject/to_image/_index.md b/english/aspose.cells.drawing/oleobject/to_image/_index.md index 2e007c214d..2452c7ff25 100644 --- a/english/aspose.cells.drawing/oleobject/to_image/_index.md +++ b/english/aspose.cells.drawing/oleobject/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/oleobject/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/top/_index.md b/english/aspose.cells.drawing/oleobject/top/_index.md index 86a9e59ee9..898ff5aa01 100644 --- a/english/aspose.cells.drawing/oleobject/top/_index.md +++ b/english/aspose.cells.drawing/oleobject/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/oleobject/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/top_cm/_index.md b/english/aspose.cells.drawing/oleobject/top_cm/_index.md index 02f339fb90..80685d8755 100644 --- a/english/aspose.cells.drawing/oleobject/top_cm/_index.md +++ b/english/aspose.cells.drawing/oleobject/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/oleobject/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/top_in_shape/_index.md b/english/aspose.cells.drawing/oleobject/top_in_shape/_index.md index 1a7b78e53f..25ac185b50 100644 --- a/english/aspose.cells.drawing/oleobject/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/oleobject/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/oleobject/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/top_inch/_index.md b/english/aspose.cells.drawing/oleobject/top_inch/_index.md index 336b22e4f3..9146a2beb4 100644 --- a/english/aspose.cells.drawing/oleobject/top_inch/_index.md +++ b/english/aspose.cells.drawing/oleobject/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/oleobject/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/top_to_corner/_index.md b/english/aspose.cells.drawing/oleobject/top_to_corner/_index.md index 4f15929f10..887f760b2b 100644 --- a/english/aspose.cells.drawing/oleobject/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/oleobject/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/oleobject/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/type/_index.md b/english/aspose.cells.drawing/oleobject/type/_index.md index 23b1662655..cfd5174bf8 100644 --- a/english/aspose.cells.drawing/oleobject/type/_index.md +++ b/english/aspose.cells.drawing/oleobject/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/oleobject/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/update_selected_value/_index.md b/english/aspose.cells.drawing/oleobject/update_selected_value/_index.md index 97015797c6..6a1b6ab7b8 100644 --- a/english/aspose.cells.drawing/oleobject/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/oleobject/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/oleobject/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/oleobject/upper_delta_x/_index.md b/english/aspose.cells.drawing/oleobject/upper_delta_x/_index.md index ec75500cf9..f9b7c2deba 100644 --- a/english/aspose.cells.drawing/oleobject/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/oleobject/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/oleobject/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/upper_delta_y/_index.md b/english/aspose.cells.drawing/oleobject/upper_delta_y/_index.md index 0bc541b86f..dc548945ec 100644 --- a/english/aspose.cells.drawing/oleobject/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/oleobject/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/oleobject/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/upper_left_column/_index.md b/english/aspose.cells.drawing/oleobject/upper_left_column/_index.md index f2d5a8a146..979935e599 100644 --- a/english/aspose.cells.drawing/oleobject/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/oleobject/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1330 +weight: 1340 url: /aspose.cells.drawing/oleobject/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/upper_left_row/_index.md b/english/aspose.cells.drawing/oleobject/upper_left_row/_index.md index 831c082e41..106e67e664 100644 --- a/english/aspose.cells.drawing/oleobject/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/oleobject/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1340 +weight: 1350 url: /aspose.cells.drawing/oleobject/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width/_index.md b/english/aspose.cells.drawing/oleobject/width/_index.md index 8a3be9249d..82f9d7083b 100644 --- a/english/aspose.cells.drawing/oleobject/width/_index.md +++ b/english/aspose.cells.drawing/oleobject/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1350 +weight: 1360 url: /aspose.cells.drawing/oleobject/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width_cm/_index.md b/english/aspose.cells.drawing/oleobject/width_cm/_index.md index 9f2fe7397d..a126338ef2 100644 --- a/english/aspose.cells.drawing/oleobject/width_cm/_index.md +++ b/english/aspose.cells.drawing/oleobject/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1360 +weight: 1370 url: /aspose.cells.drawing/oleobject/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width_in_shape/_index.md b/english/aspose.cells.drawing/oleobject/width_in_shape/_index.md index 8171b1b30d..97c5811792 100644 --- a/english/aspose.cells.drawing/oleobject/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/oleobject/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1370 +weight: 1380 url: /aspose.cells.drawing/oleobject/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width_inch/_index.md b/english/aspose.cells.drawing/oleobject/width_inch/_index.md index 05b72f5600..8ceb58df84 100644 --- a/english/aspose.cells.drawing/oleobject/width_inch/_index.md +++ b/english/aspose.cells.drawing/oleobject/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1380 +weight: 1390 url: /aspose.cells.drawing/oleobject/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width_pt/_index.md b/english/aspose.cells.drawing/oleobject/width_pt/_index.md index 568bb0e228..07c4a0cdbe 100644 --- a/english/aspose.cells.drawing/oleobject/width_pt/_index.md +++ b/english/aspose.cells.drawing/oleobject/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1390 +weight: 1400 url: /aspose.cells.drawing/oleobject/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/width_scale/_index.md b/english/aspose.cells.drawing/oleobject/width_scale/_index.md index 4bc0f5d4c1..f179080251 100644 --- a/english/aspose.cells.drawing/oleobject/width_scale/_index.md +++ b/english/aspose.cells.drawing/oleobject/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1400 +weight: 1410 url: /aspose.cells.drawing/oleobject/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/worksheet/_index.md b/english/aspose.cells.drawing/oleobject/worksheet/_index.md index 48a9830c20..79dfd93624 100644 --- a/english/aspose.cells.drawing/oleobject/worksheet/_index.md +++ b/english/aspose.cells.drawing/oleobject/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1410 +weight: 1420 url: /aspose.cells.drawing/oleobject/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/x/_index.md b/english/aspose.cells.drawing/oleobject/x/_index.md index d651323f07..d995a06e32 100644 --- a/english/aspose.cells.drawing/oleobject/x/_index.md +++ b/english/aspose.cells.drawing/oleobject/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1420 +weight: 1430 url: /aspose.cells.drawing/oleobject/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/y/_index.md b/english/aspose.cells.drawing/oleobject/y/_index.md index b8de78fc33..a9a07c2c79 100644 --- a/english/aspose.cells.drawing/oleobject/y/_index.md +++ b/english/aspose.cells.drawing/oleobject/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1430 +weight: 1440 url: /aspose.cells.drawing/oleobject/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobject/z_order_position/_index.md b/english/aspose.cells.drawing/oleobject/z_order_position/_index.md index d6c9411c19..6e95369688 100644 --- a/english/aspose.cells.drawing/oleobject/z_order_position/_index.md +++ b/english/aspose.cells.drawing/oleobject/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1440 +weight: 1450 url: /aspose.cells.drawing/oleobject/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/oleobjectcollection/_index.md b/english/aspose.cells.drawing/oleobjectcollection/_index.md index 744250a25f..d3ef5b6e51 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/_index.md @@ -25,16 +25,16 @@ The OleObjectCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes) | Adds an OleObject to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes-str) | Adds a linked OleObject to the collection. | -| [copy_to](/cells/python-net/aspose.cells.drawing/oleobjectcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/oleobjectcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/oleobjectcollection/index_of/#aspose.cells.drawing.OleObject-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/oleobjectcollection/index_of/#aspose.cells.drawing.OleObject-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/oleobjectcollection/last_index_of/#aspose.cells.drawing.OleObject) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/oleobjectcollection/last_index_of/#aspose.cells.drawing.OleObject-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](/cells/python-net/aspose.cells.drawing/oleobjectcollection/last_index_of/#aspose.cells.drawing.OleObject-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. | -| [binary_search](/cells/python-net/aspose.cells.drawing/oleobjectcollection/binary_search/#aspose.cells.drawing.OleObject) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, upper_left_row, upper_left_column, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes) | Adds an OleObject to the collection. | +| [`add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/add/#int-int-int-int-bytes-str) | Adds a linked OleObject to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/index_of/#aspose.cells.drawing.oleobject-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/index_of/#aspose.cells.drawing.oleobject-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/last_index_of/#aspose.cells.drawing.oleobject) | 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/oleobjectcollection/last_index_of/#aspose.cells.drawing.oleobject-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/oleobjectcollection/last_index_of/#aspose.cells.drawing.oleobject-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/oleobjectcollection/binary_search/#aspose.cells.drawing.oleobject) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/oleobjectcollection/add/_index.md b/english/aspose.cells.drawing/oleobjectcollection/add/_index.md index a08c9bd827..f4fd271385 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/add/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobjectcollection/add/ is_root: false --- -## add {#int-int-int-int-bytes} +## add(self, upper_left_row, upper_left_column, height, width, image_data) {#int-int-int-int-bytes} Adds an OleObject to the collection. @@ -20,6 +20,7 @@ Adds an OleObject to the collection. ```python + def add(self, upper_left_row, upper_left_column, height, width, image_data): ... ``` @@ -34,7 +35,7 @@ def add(self, upper_left_row, upper_left_column, height, width, image_data): | image_data | bytes | Image of ole object as byte array. | -## add {#int-int-int-int-bytes-str} +## add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file) {#int-int-int-int-bytes-str} Adds a linked OleObject to the collection. @@ -46,6 +47,7 @@ Adds a linked OleObject to the collection. ```python + def add(self, upper_left_row, upper_left_column, height, width, image_data, linked_file): ... ``` diff --git a/english/aspose.cells.drawing/oleobjectcollection/binary_search/_index.md b/english/aspose.cells.drawing/oleobjectcollection/binary_search/_index.md index 0f2bd922f4..fde8807b47 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobjectcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.OleObject} +## binary_search(self, item) {#aspose.cells.drawing.OleObject} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/oleobjectcollection/copy_to/_index.md b/english/aspose.cells.drawing/oleobjectcollection/copy_to/_index.md index cf3608336e..89c46bb63e 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/oleobjectcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/oleobjectcollection/index_of/_index.md b/english/aspose.cells.drawing/oleobjectcollection/index_of/_index.md index fedef2e786..ad9a657ed3 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobjectcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.OleObject-int} +## index_of(self, item, index) {#aspose.cells.drawing.OleObject-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.OleObject-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.OleObject-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/oleobjectcollection/last_index_of/_index.md b/english/aspose.cells.drawing/oleobjectcollection/last_index_of/_index.md index f7bdf7b0e1..ff3362c32a 100644 --- a/english/aspose.cells.drawing/oleobjectcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/oleobjectcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oleobjectcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.OleObject} +## last_index_of(self, item) {#aspose.cells.drawing.OleObject} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`OleObject`](/cells/python-net/aspose.cells.drawing/oleobject) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.OleObject-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.OleObject-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.OleObject-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.OleObject-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/oval/_index.md b/english/aspose.cells.drawing/oval/_index.md index 9a8398b55e..eff7f74fc9 100644 --- a/english/aspose.cells.drawing/oval/_index.md +++ b/english/aspose.cells.drawing/oval/_index.md @@ -130,31 +130,32 @@ The Oval type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/oval/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/oval/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/oval/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/oval/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/oval/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/oval/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/oval/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/oval/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/oval/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/oval/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/oval/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/oval/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/oval/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/oval/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/oval/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/oval/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/oval/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/oval/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/oval/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/oval/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/oval/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/oval/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/oval/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/oval/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/oval/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/oval/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/oval/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/oval/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/oval/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/oval/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/oval/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/oval/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/oval/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/oval/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/oval/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/oval/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/oval/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oval/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oval/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oval/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/oval/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/oval/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/oval/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/oval/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/oval/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/oval/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/oval/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/oval/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/oval/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/oval/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/oval/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/oval/active_x_control/_index.md b/english/aspose.cells.drawing/oval/active_x_control/_index.md index cbe510a38d..e10a72578c 100644 --- a/english/aspose.cells.drawing/oval/active_x_control/_index.md +++ b/english/aspose.cells.drawing/oval/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/oval/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/oval/actual_lower_right_row/_index.md index 91d9374cac..1807863de4 100644 --- a/english/aspose.cells.drawing/oval/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/oval/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/oval/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/add_hyperlink/_index.md b/english/aspose.cells.drawing/oval/add_hyperlink/_index.md index db60162dfd..492dad98c5 100644 --- a/english/aspose.cells.drawing/oval/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/oval/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oval/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/oval/align_top_right_corner/_index.md b/english/aspose.cells.drawing/oval/align_top_right_corner/_index.md index 8f318b4294..7197f4bec0 100644 --- a/english/aspose.cells.drawing/oval/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/oval/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/oval/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/oval/alternative_text/_index.md b/english/aspose.cells.drawing/oval/alternative_text/_index.md index 0b8930f8a8..e4e57329e2 100644 --- a/english/aspose.cells.drawing/oval/alternative_text/_index.md +++ b/english/aspose.cells.drawing/oval/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/oval/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/anchor_type/_index.md b/english/aspose.cells.drawing/oval/anchor_type/_index.md index 288225ea7e..96f5daa360 100644 --- a/english/aspose.cells.drawing/oval/anchor_type/_index.md +++ b/english/aspose.cells.drawing/oval/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/oval/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/auto_shape_type/_index.md b/english/aspose.cells.drawing/oval/auto_shape_type/_index.md index 3b91ab9b83..b759992cc9 100644 --- a/english/aspose.cells.drawing/oval/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/oval/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/oval/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/bottom/_index.md b/english/aspose.cells.drawing/oval/bottom/_index.md index cf9fbf6da1..40f5868d71 100644 --- a/english/aspose.cells.drawing/oval/bottom/_index.md +++ b/english/aspose.cells.drawing/oval/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/oval/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/calculate_text_size/_index.md b/english/aspose.cells.drawing/oval/calculate_text_size/_index.md index 33cfa9a444..65eaf560e9 100644 --- a/english/aspose.cells.drawing/oval/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/oval/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oval/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/characters/_index.md b/english/aspose.cells.drawing/oval/characters/_index.md index c1b4d8c37c..3329188dd0 100644 --- a/english/aspose.cells.drawing/oval/characters/_index.md +++ b/english/aspose.cells.drawing/oval/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/oval/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/oval/control_data/_index.md b/english/aspose.cells.drawing/oval/control_data/_index.md index 213caf0668..92a5ac1278 100644 --- a/english/aspose.cells.drawing/oval/control_data/_index.md +++ b/english/aspose.cells.drawing/oval/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/oval/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/create_id/_index.md b/english/aspose.cells.drawing/oval/create_id/_index.md index 24aec57a97..cda0bba0f3 100644 --- a/english/aspose.cells.drawing/oval/create_id/_index.md +++ b/english/aspose.cells.drawing/oval/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/oval/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/fill/_index.md b/english/aspose.cells.drawing/oval/fill/_index.md index 91f96c0cb0..431aa18ff5 100644 --- a/english/aspose.cells.drawing/oval/fill/_index.md +++ b/english/aspose.cells.drawing/oval/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/oval/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/fill_format/_index.md b/english/aspose.cells.drawing/oval/fill_format/_index.md index ea7bdff3f5..678ddbe571 100644 --- a/english/aspose.cells.drawing/oval/fill_format/_index.md +++ b/english/aspose.cells.drawing/oval/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/oval/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/fit_to_text_size/_index.md b/english/aspose.cells.drawing/oval/fit_to_text_size/_index.md new file mode 100644 index 0000000000..93af4fec03 --- /dev/null +++ b/english/aspose.cells.drawing/oval/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/oval/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Oval`](/cells/python-net/aspose.cells.drawing/oval) diff --git a/english/aspose.cells.drawing/oval/font/_index.md b/english/aspose.cells.drawing/oval/font/_index.md index 6169ae7063..dfb9a2dc31 100644 --- a/english/aspose.cells.drawing/oval/font/_index.md +++ b/english/aspose.cells.drawing/oval/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/oval/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/format_characters/_index.md b/english/aspose.cells.drawing/oval/format_characters/_index.md index 4ee8fed099..c967ccee05 100644 --- a/english/aspose.cells.drawing/oval/format_characters/_index.md +++ b/english/aspose.cells.drawing/oval/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/oval/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/oval/format_picture/_index.md b/english/aspose.cells.drawing/oval/format_picture/_index.md index 814f8b396c..63ea381a98 100644 --- a/english/aspose.cells.drawing/oval/format_picture/_index.md +++ b/english/aspose.cells.drawing/oval/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/oval/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/geometry/_index.md b/english/aspose.cells.drawing/oval/geometry/_index.md index c2f1c715b4..d8e7b218a2 100644 --- a/english/aspose.cells.drawing/oval/geometry/_index.md +++ b/english/aspose.cells.drawing/oval/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/oval/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/get_actual_box/_index.md b/english/aspose.cells.drawing/oval/get_actual_box/_index.md index 5f42fdcb06..09134b3096 100644 --- a/english/aspose.cells.drawing/oval/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/oval/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/oval/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_characters/_index.md b/english/aspose.cells.drawing/oval/get_characters/_index.md index 66bf51d15b..7db7907e46 100644 --- a/english/aspose.cells.drawing/oval/get_characters/_index.md +++ b/english/aspose.cells.drawing/oval/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/oval/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_connection_points/_index.md b/english/aspose.cells.drawing/oval/get_connection_points/_index.md index 205bd519c4..bc282366e5 100644 --- a/english/aspose.cells.drawing/oval/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/oval/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/oval/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_input_range/_index.md b/english/aspose.cells.drawing/oval/get_input_range/_index.md index 0be6a19928..22b5c57f9b 100644 --- a/english/aspose.cells.drawing/oval/get_input_range/_index.md +++ b/english/aspose.cells.drawing/oval/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/oval/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_linked_cell/_index.md b/english/aspose.cells.drawing/oval/get_linked_cell/_index.md index 09c02f4a60..72f49f798d 100644 --- a/english/aspose.cells.drawing/oval/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/oval/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/oval/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_locked_property/_index.md b/english/aspose.cells.drawing/oval/get_locked_property/_index.md index 54b4df3548..8b0ebb592e 100644 --- a/english/aspose.cells.drawing/oval/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/oval/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/oval/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/oval/get_result_of_smart_art/_index.md index 09e5abbcc5..a52112526a 100644 --- a/english/aspose.cells.drawing/oval/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/oval/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/oval/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/get_rich_formattings/_index.md b/english/aspose.cells.drawing/oval/get_rich_formattings/_index.md index ac2d05e576..a2bef7ac2a 100644 --- a/english/aspose.cells.drawing/oval/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/oval/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/oval/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/glow/_index.md b/english/aspose.cells.drawing/oval/glow/_index.md index 2eea285450..3ee5cf8c60 100644 --- a/english/aspose.cells.drawing/oval/glow/_index.md +++ b/english/aspose.cells.drawing/oval/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/oval/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/group/_index.md b/english/aspose.cells.drawing/oval/group/_index.md index a3bf07025a..b7ab686964 100644 --- a/english/aspose.cells.drawing/oval/group/_index.md +++ b/english/aspose.cells.drawing/oval/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/oval/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/has_line/_index.md b/english/aspose.cells.drawing/oval/has_line/_index.md index 3cf3fd8b4d..50cc7aa1a5 100644 --- a/english/aspose.cells.drawing/oval/has_line/_index.md +++ b/english/aspose.cells.drawing/oval/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/oval/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height/_index.md b/english/aspose.cells.drawing/oval/height/_index.md index 79b410fffa..03f30e1325 100644 --- a/english/aspose.cells.drawing/oval/height/_index.md +++ b/english/aspose.cells.drawing/oval/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/oval/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height_cm/_index.md b/english/aspose.cells.drawing/oval/height_cm/_index.md index 873be82c18..96b42715ba 100644 --- a/english/aspose.cells.drawing/oval/height_cm/_index.md +++ b/english/aspose.cells.drawing/oval/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/oval/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height_in_shape/_index.md b/english/aspose.cells.drawing/oval/height_in_shape/_index.md index 0300e5cb10..bba58048d9 100644 --- a/english/aspose.cells.drawing/oval/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/oval/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/oval/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height_inch/_index.md b/english/aspose.cells.drawing/oval/height_inch/_index.md index edc9679ff3..7014eec385 100644 --- a/english/aspose.cells.drawing/oval/height_inch/_index.md +++ b/english/aspose.cells.drawing/oval/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/oval/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height_pt/_index.md b/english/aspose.cells.drawing/oval/height_pt/_index.md index 5f2dbfa7a4..4be460c20d 100644 --- a/english/aspose.cells.drawing/oval/height_pt/_index.md +++ b/english/aspose.cells.drawing/oval/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/oval/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/height_scale/_index.md b/english/aspose.cells.drawing/oval/height_scale/_index.md index 5eabe2aff6..473458672e 100644 --- a/english/aspose.cells.drawing/oval/height_scale/_index.md +++ b/english/aspose.cells.drawing/oval/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/oval/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/html_text/_index.md b/english/aspose.cells.drawing/oval/html_text/_index.md index 554528ddab..e80268292d 100644 --- a/english/aspose.cells.drawing/oval/html_text/_index.md +++ b/english/aspose.cells.drawing/oval/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/oval/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/hyperlink/_index.md b/english/aspose.cells.drawing/oval/hyperlink/_index.md index 69b24ddc0f..d9ffb27952 100644 --- a/english/aspose.cells.drawing/oval/hyperlink/_index.md +++ b/english/aspose.cells.drawing/oval/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/oval/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/id/_index.md b/english/aspose.cells.drawing/oval/id/_index.md index d1a5b1abca..fa2c896ba0 100644 --- a/english/aspose.cells.drawing/oval/id/_index.md +++ b/english/aspose.cells.drawing/oval/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/oval/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/input_range/_index.md b/english/aspose.cells.drawing/oval/input_range/_index.md index f274977ed2..cd523746ac 100644 --- a/english/aspose.cells.drawing/oval/input_range/_index.md +++ b/english/aspose.cells.drawing/oval/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/oval/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/oval/is_aspect_ratio_locked/_index.md index b89df21cdc..f45955f0e1 100644 --- a/english/aspose.cells.drawing/oval/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/oval/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/oval/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_decorative/_index.md b/english/aspose.cells.drawing/oval/is_decorative/_index.md index 13d6e5f374..0b6c7eccd2 100644 --- a/english/aspose.cells.drawing/oval/is_decorative/_index.md +++ b/english/aspose.cells.drawing/oval/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/oval/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_equation/_index.md b/english/aspose.cells.drawing/oval/is_equation/_index.md index 95ebe7c076..895a9ed875 100644 --- a/english/aspose.cells.drawing/oval/is_equation/_index.md +++ b/english/aspose.cells.drawing/oval/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/oval/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_filled/_index.md b/english/aspose.cells.drawing/oval/is_filled/_index.md index b7d4b9ff23..dff86ee194 100644 --- a/english/aspose.cells.drawing/oval/is_filled/_index.md +++ b/english/aspose.cells.drawing/oval/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/oval/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/oval/is_flipped_horizontally/_index.md index f719d1a26a..cf770bebcb 100644 --- a/english/aspose.cells.drawing/oval/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/oval/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/oval/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/oval/is_flipped_vertically/_index.md index fe98844b78..b47ae66a8a 100644 --- a/english/aspose.cells.drawing/oval/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/oval/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/oval/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_group/_index.md b/english/aspose.cells.drawing/oval/is_group/_index.md index a64c580cb9..6fe9e05eff 100644 --- a/english/aspose.cells.drawing/oval/is_group/_index.md +++ b/english/aspose.cells.drawing/oval/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/oval/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_hidden/_index.md b/english/aspose.cells.drawing/oval/is_hidden/_index.md index 81220019d2..55124665c9 100644 --- a/english/aspose.cells.drawing/oval/is_hidden/_index.md +++ b/english/aspose.cells.drawing/oval/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/oval/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_in_group/_index.md b/english/aspose.cells.drawing/oval/is_in_group/_index.md index e70b13ec46..9be3247054 100644 --- a/english/aspose.cells.drawing/oval/is_in_group/_index.md +++ b/english/aspose.cells.drawing/oval/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/oval/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/oval/is_lock_aspect_ratio/_index.md index c38ec56ef6..2f72832655 100644 --- a/english/aspose.cells.drawing/oval/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/oval/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/oval/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_locked/_index.md b/english/aspose.cells.drawing/oval/is_locked/_index.md index 320c3767fa..5d4b4b09db 100644 --- a/english/aspose.cells.drawing/oval/is_locked/_index.md +++ b/english/aspose.cells.drawing/oval/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/oval/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_printable/_index.md b/english/aspose.cells.drawing/oval/is_printable/_index.md index 0879bb20e0..1e173776e7 100644 --- a/english/aspose.cells.drawing/oval/is_printable/_index.md +++ b/english/aspose.cells.drawing/oval/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/oval/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_rich_text/_index.md b/english/aspose.cells.drawing/oval/is_rich_text/_index.md index c8bc90e87c..4097b9d40d 100644 --- a/english/aspose.cells.drawing/oval/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/oval/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/oval/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_same_setting/_index.md b/english/aspose.cells.drawing/oval/is_same_setting/_index.md index 449ce868cd..042d5e3e72 100644 --- a/english/aspose.cells.drawing/oval/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/oval/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/oval/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/oval/is_smart_art/_index.md b/english/aspose.cells.drawing/oval/is_smart_art/_index.md index 3bbbeba2e9..7ef82d4826 100644 --- a/english/aspose.cells.drawing/oval/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/oval/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/oval/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_text_wrapped/_index.md b/english/aspose.cells.drawing/oval/is_text_wrapped/_index.md index cfecc8c8f1..e5cd56b26d 100644 --- a/english/aspose.cells.drawing/oval/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/oval/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/oval/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/is_word_art/_index.md b/english/aspose.cells.drawing/oval/is_word_art/_index.md index ca267d3410..d2521971a6 100644 --- a/english/aspose.cells.drawing/oval/is_word_art/_index.md +++ b/english/aspose.cells.drawing/oval/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/oval/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/left/_index.md b/english/aspose.cells.drawing/oval/left/_index.md index 9043c5bf57..3237bc289b 100644 --- a/english/aspose.cells.drawing/oval/left/_index.md +++ b/english/aspose.cells.drawing/oval/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/oval/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/left_cm/_index.md b/english/aspose.cells.drawing/oval/left_cm/_index.md index 686f5cfdda..1ea29ea165 100644 --- a/english/aspose.cells.drawing/oval/left_cm/_index.md +++ b/english/aspose.cells.drawing/oval/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/oval/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/left_in_shape/_index.md b/english/aspose.cells.drawing/oval/left_in_shape/_index.md index 618faa26c7..50dd299fd5 100644 --- a/english/aspose.cells.drawing/oval/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/oval/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/oval/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/left_inch/_index.md b/english/aspose.cells.drawing/oval/left_inch/_index.md index b0e7120af1..3d4dec56ca 100644 --- a/english/aspose.cells.drawing/oval/left_inch/_index.md +++ b/english/aspose.cells.drawing/oval/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/oval/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/left_to_corner/_index.md b/english/aspose.cells.drawing/oval/left_to_corner/_index.md index 52d777a9fa..29f7b79155 100644 --- a/english/aspose.cells.drawing/oval/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/oval/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/oval/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/line/_index.md b/english/aspose.cells.drawing/oval/line/_index.md index 8d96760973..ad99011144 100644 --- a/english/aspose.cells.drawing/oval/line/_index.md +++ b/english/aspose.cells.drawing/oval/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/oval/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/line_format/_index.md b/english/aspose.cells.drawing/oval/line_format/_index.md index 0de6b69b34..798a2ac21f 100644 --- a/english/aspose.cells.drawing/oval/line_format/_index.md +++ b/english/aspose.cells.drawing/oval/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/oval/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/linked_cell/_index.md b/english/aspose.cells.drawing/oval/linked_cell/_index.md index 56401b2801..d3fa2f0155 100644 --- a/english/aspose.cells.drawing/oval/linked_cell/_index.md +++ b/english/aspose.cells.drawing/oval/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/oval/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/lower_delta_x/_index.md b/english/aspose.cells.drawing/oval/lower_delta_x/_index.md index aedc371284..38f4a99489 100644 --- a/english/aspose.cells.drawing/oval/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/oval/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/oval/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/lower_delta_y/_index.md b/english/aspose.cells.drawing/oval/lower_delta_y/_index.md index f61cfbddaa..cbff1d2bf4 100644 --- a/english/aspose.cells.drawing/oval/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/oval/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/oval/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/lower_right_column/_index.md b/english/aspose.cells.drawing/oval/lower_right_column/_index.md index 13724aa3fb..89296e577f 100644 --- a/english/aspose.cells.drawing/oval/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/oval/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/oval/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/lower_right_row/_index.md b/english/aspose.cells.drawing/oval/lower_right_row/_index.md index 0ae9db0b70..d1ccaf0dd0 100644 --- a/english/aspose.cells.drawing/oval/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/oval/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/oval/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/macro_name/_index.md b/english/aspose.cells.drawing/oval/macro_name/_index.md index 95030a951a..6587f51120 100644 --- a/english/aspose.cells.drawing/oval/macro_name/_index.md +++ b/english/aspose.cells.drawing/oval/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/oval/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/move_to_range/_index.md b/english/aspose.cells.drawing/oval/move_to_range/_index.md index 676a70fae3..a5e9dd5cb1 100644 --- a/english/aspose.cells.drawing/oval/move_to_range/_index.md +++ b/english/aspose.cells.drawing/oval/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/oval/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/oval/mso_drawing_type/_index.md b/english/aspose.cells.drawing/oval/mso_drawing_type/_index.md index 8211675579..8a92a7e15a 100644 --- a/english/aspose.cells.drawing/oval/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/oval/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/oval/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/name/_index.md b/english/aspose.cells.drawing/oval/name/_index.md index efecf84424..59a236b346 100644 --- a/english/aspose.cells.drawing/oval/name/_index.md +++ b/english/aspose.cells.drawing/oval/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/oval/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/paths/_index.md b/english/aspose.cells.drawing/oval/paths/_index.md index ed96567385..0809d448fb 100644 --- a/english/aspose.cells.drawing/oval/paths/_index.md +++ b/english/aspose.cells.drawing/oval/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/oval/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/placement/_index.md b/english/aspose.cells.drawing/oval/placement/_index.md index 1bc6df2cfe..e41f482ba2 100644 --- a/english/aspose.cells.drawing/oval/placement/_index.md +++ b/english/aspose.cells.drawing/oval/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/oval/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/reflection/_index.md b/english/aspose.cells.drawing/oval/reflection/_index.md index d0af40e9d6..1546df0988 100644 --- a/english/aspose.cells.drawing/oval/reflection/_index.md +++ b/english/aspose.cells.drawing/oval/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/oval/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/oval/relative_to_original_picture_size/_index.md index 7d944155fd..0f3fca6605 100644 --- a/english/aspose.cells.drawing/oval/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/oval/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/oval/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/remove_active_x_control/_index.md b/english/aspose.cells.drawing/oval/remove_active_x_control/_index.md index 5bc37faef5..392316c4c7 100644 --- a/english/aspose.cells.drawing/oval/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/oval/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/oval/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/remove_hyperlink/_index.md b/english/aspose.cells.drawing/oval/remove_hyperlink/_index.md index 8ccfb831c4..aa57ecaf9d 100644 --- a/english/aspose.cells.drawing/oval/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/oval/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/oval/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/right/_index.md b/english/aspose.cells.drawing/oval/right/_index.md index 9313f02301..fd8f95dc43 100644 --- a/english/aspose.cells.drawing/oval/right/_index.md +++ b/english/aspose.cells.drawing/oval/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/oval/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/rotation_angle/_index.md b/english/aspose.cells.drawing/oval/rotation_angle/_index.md index 69a79c265b..f6b577c543 100644 --- a/english/aspose.cells.drawing/oval/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/oval/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/oval/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/set_input_range/_index.md b/english/aspose.cells.drawing/oval/set_input_range/_index.md index 406daf847b..a494be1a8b 100644 --- a/english/aspose.cells.drawing/oval/set_input_range/_index.md +++ b/english/aspose.cells.drawing/oval/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/oval/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oval/set_linked_cell/_index.md b/english/aspose.cells.drawing/oval/set_linked_cell/_index.md index 9d726bec43..923934c272 100644 --- a/english/aspose.cells.drawing/oval/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/oval/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/oval/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/oval/set_locked_property/_index.md b/english/aspose.cells.drawing/oval/set_locked_property/_index.md index 08ac168f7b..68bd0da9c6 100644 --- a/english/aspose.cells.drawing/oval/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/oval/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/oval/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/oval/shadow_effect/_index.md b/english/aspose.cells.drawing/oval/shadow_effect/_index.md index 04ff864dec..c8b69f7990 100644 --- a/english/aspose.cells.drawing/oval/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/oval/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/oval/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/soft_edges/_index.md b/english/aspose.cells.drawing/oval/soft_edges/_index.md index dcb54c817b..605f760547 100644 --- a/english/aspose.cells.drawing/oval/soft_edges/_index.md +++ b/english/aspose.cells.drawing/oval/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/oval/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/spid/_index.md b/english/aspose.cells.drawing/oval/spid/_index.md index 6764c6fda3..c7aeacf663 100644 --- a/english/aspose.cells.drawing/oval/spid/_index.md +++ b/english/aspose.cells.drawing/oval/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/oval/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/spt/_index.md b/english/aspose.cells.drawing/oval/spt/_index.md index 1b81824a94..3aa55f9260 100644 --- a/english/aspose.cells.drawing/oval/spt/_index.md +++ b/english/aspose.cells.drawing/oval/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/oval/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text/_index.md b/english/aspose.cells.drawing/oval/text/_index.md index 3387c7e3aa..57b472eca9 100644 --- a/english/aspose.cells.drawing/oval/text/_index.md +++ b/english/aspose.cells.drawing/oval/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/oval/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_body/_index.md b/english/aspose.cells.drawing/oval/text_body/_index.md index 103382f7ec..6344cd04cd 100644 --- a/english/aspose.cells.drawing/oval/text_body/_index.md +++ b/english/aspose.cells.drawing/oval/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/oval/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_box_options/_index.md b/english/aspose.cells.drawing/oval/text_box_options/_index.md index ea50c9ccf7..d46d63eb50 100644 --- a/english/aspose.cells.drawing/oval/text_box_options/_index.md +++ b/english/aspose.cells.drawing/oval/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/oval/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_direction/_index.md b/english/aspose.cells.drawing/oval/text_direction/_index.md index a106588b26..c3e141cdb6 100644 --- a/english/aspose.cells.drawing/oval/text_direction/_index.md +++ b/english/aspose.cells.drawing/oval/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/oval/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_effect/_index.md b/english/aspose.cells.drawing/oval/text_effect/_index.md index b360c06ac1..eccbd909f1 100644 --- a/english/aspose.cells.drawing/oval/text_effect/_index.md +++ b/english/aspose.cells.drawing/oval/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/oval/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/oval/text_horizontal_alignment/_index.md index 52646c0ebd..3927c9fab6 100644 --- a/english/aspose.cells.drawing/oval/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/oval/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/oval/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/oval/text_horizontal_overflow/_index.md index fb074c9719..27c73b0424 100644 --- a/english/aspose.cells.drawing/oval/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/oval/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/oval/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_options/_index.md b/english/aspose.cells.drawing/oval/text_options/_index.md index 3aa55a4303..5156941898 100644 --- a/english/aspose.cells.drawing/oval/text_options/_index.md +++ b/english/aspose.cells.drawing/oval/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/oval/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_orientation_type/_index.md b/english/aspose.cells.drawing/oval/text_orientation_type/_index.md index 5f4232c896..a12ff4e21d 100644 --- a/english/aspose.cells.drawing/oval/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/oval/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/oval/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_shape_type/_index.md b/english/aspose.cells.drawing/oval/text_shape_type/_index.md index ed2a56d3e3..9dbd86d626 100644 --- a/english/aspose.cells.drawing/oval/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/oval/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/oval/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/oval/text_vertical_alignment/_index.md index 7dc65d38a3..96365c0068 100644 --- a/english/aspose.cells.drawing/oval/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/oval/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/oval/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/oval/text_vertical_overflow/_index.md index 94a7de18f1..9325d5cc65 100644 --- a/english/aspose.cells.drawing/oval/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/oval/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/oval/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/three_d_format/_index.md b/english/aspose.cells.drawing/oval/three_d_format/_index.md index af481e1749..4859b980f0 100644 --- a/english/aspose.cells.drawing/oval/three_d_format/_index.md +++ b/english/aspose.cells.drawing/oval/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/oval/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/title/_index.md b/english/aspose.cells.drawing/oval/title/_index.md index f8d7cb3d54..546f80c09c 100644 --- a/english/aspose.cells.drawing/oval/title/_index.md +++ b/english/aspose.cells.drawing/oval/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/oval/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/to_front_or_back/_index.md b/english/aspose.cells.drawing/oval/to_front_or_back/_index.md index 1171b95b96..592eb62613 100644 --- a/english/aspose.cells.drawing/oval/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/oval/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/oval/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/oval/to_image/_index.md b/english/aspose.cells.drawing/oval/to_image/_index.md index 883f576777..d79056e385 100644 --- a/english/aspose.cells.drawing/oval/to_image/_index.md +++ b/english/aspose.cells.drawing/oval/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/oval/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/oval/top/_index.md b/english/aspose.cells.drawing/oval/top/_index.md index 145ad3dfdf..9c02afc354 100644 --- a/english/aspose.cells.drawing/oval/top/_index.md +++ b/english/aspose.cells.drawing/oval/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/oval/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/top_cm/_index.md b/english/aspose.cells.drawing/oval/top_cm/_index.md index e42feb2ad2..87ab8dfe7c 100644 --- a/english/aspose.cells.drawing/oval/top_cm/_index.md +++ b/english/aspose.cells.drawing/oval/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/oval/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/top_in_shape/_index.md b/english/aspose.cells.drawing/oval/top_in_shape/_index.md index 922d284444..6b44d2b06b 100644 --- a/english/aspose.cells.drawing/oval/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/oval/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/oval/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/top_inch/_index.md b/english/aspose.cells.drawing/oval/top_inch/_index.md index 3778a170a6..b340ffaf06 100644 --- a/english/aspose.cells.drawing/oval/top_inch/_index.md +++ b/english/aspose.cells.drawing/oval/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/oval/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/top_to_corner/_index.md b/english/aspose.cells.drawing/oval/top_to_corner/_index.md index 434aa07717..987ce741c8 100644 --- a/english/aspose.cells.drawing/oval/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/oval/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/oval/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/type/_index.md b/english/aspose.cells.drawing/oval/type/_index.md index deb40208d8..081d8115e5 100644 --- a/english/aspose.cells.drawing/oval/type/_index.md +++ b/english/aspose.cells.drawing/oval/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/oval/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/update_selected_value/_index.md b/english/aspose.cells.drawing/oval/update_selected_value/_index.md index 234e8cc125..0ddf3b2a0f 100644 --- a/english/aspose.cells.drawing/oval/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/oval/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/oval/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/oval/upper_delta_x/_index.md b/english/aspose.cells.drawing/oval/upper_delta_x/_index.md index 86440bfbbe..a3db1c4b7e 100644 --- a/english/aspose.cells.drawing/oval/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/oval/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/oval/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/upper_delta_y/_index.md b/english/aspose.cells.drawing/oval/upper_delta_y/_index.md index 331496e5b4..52427148c2 100644 --- a/english/aspose.cells.drawing/oval/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/oval/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/oval/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/upper_left_column/_index.md b/english/aspose.cells.drawing/oval/upper_left_column/_index.md index 4a690f2791..ae6504e022 100644 --- a/english/aspose.cells.drawing/oval/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/oval/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/oval/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/upper_left_row/_index.md b/english/aspose.cells.drawing/oval/upper_left_row/_index.md index 075dc10b50..4ca12abb4a 100644 --- a/english/aspose.cells.drawing/oval/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/oval/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/oval/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width/_index.md b/english/aspose.cells.drawing/oval/width/_index.md index caa9cd112e..855e51f2d2 100644 --- a/english/aspose.cells.drawing/oval/width/_index.md +++ b/english/aspose.cells.drawing/oval/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/oval/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width_cm/_index.md b/english/aspose.cells.drawing/oval/width_cm/_index.md index 80aaceab05..114e94b099 100644 --- a/english/aspose.cells.drawing/oval/width_cm/_index.md +++ b/english/aspose.cells.drawing/oval/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/oval/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width_in_shape/_index.md b/english/aspose.cells.drawing/oval/width_in_shape/_index.md index d3cdba829e..ab877ff4a1 100644 --- a/english/aspose.cells.drawing/oval/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/oval/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/oval/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width_inch/_index.md b/english/aspose.cells.drawing/oval/width_inch/_index.md index 401bc4aaff..232d89946d 100644 --- a/english/aspose.cells.drawing/oval/width_inch/_index.md +++ b/english/aspose.cells.drawing/oval/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/oval/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width_pt/_index.md b/english/aspose.cells.drawing/oval/width_pt/_index.md index 7017567ed0..6b4c4d1e9f 100644 --- a/english/aspose.cells.drawing/oval/width_pt/_index.md +++ b/english/aspose.cells.drawing/oval/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/oval/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/width_scale/_index.md b/english/aspose.cells.drawing/oval/width_scale/_index.md index 60d811f852..83c416a548 100644 --- a/english/aspose.cells.drawing/oval/width_scale/_index.md +++ b/english/aspose.cells.drawing/oval/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/oval/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/worksheet/_index.md b/english/aspose.cells.drawing/oval/worksheet/_index.md index 9cd0a5cc82..e7fdf503fa 100644 --- a/english/aspose.cells.drawing/oval/worksheet/_index.md +++ b/english/aspose.cells.drawing/oval/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/oval/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/x/_index.md b/english/aspose.cells.drawing/oval/x/_index.md index 96c19eb2e7..eaf9e98f11 100644 --- a/english/aspose.cells.drawing/oval/x/_index.md +++ b/english/aspose.cells.drawing/oval/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/oval/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/y/_index.md b/english/aspose.cells.drawing/oval/y/_index.md index 03ed57fb8e..d76dd3eba6 100644 --- a/english/aspose.cells.drawing/oval/y/_index.md +++ b/english/aspose.cells.drawing/oval/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/oval/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/oval/z_order_position/_index.md b/english/aspose.cells.drawing/oval/z_order_position/_index.md index 78b633f5e0..4e8424d401 100644 --- a/english/aspose.cells.drawing/oval/z_order_position/_index.md +++ b/english/aspose.cells.drawing/oval/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/oval/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/picformatoption/__init__/_index.md b/english/aspose.cells.drawing/picformatoption/__init__/_index.md index e022375823..e92d40ae13 100644 --- a/english/aspose.cells.drawing/picformatoption/__init__/_index.md +++ b/english/aspose.cells.drawing/picformatoption/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/picformatoption/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PicFormatOption ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/picformatoption/_index.md b/english/aspose.cells.drawing/picformatoption/_index.md index 961783d7fd..aadce13237 100644 --- a/english/aspose.cells.drawing/picformatoption/_index.md +++ b/english/aspose.cells.drawing/picformatoption/_index.md @@ -19,7 +19,7 @@ The PicFormatOption type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/picformatoption/__init__/#) | Constructs a new instance of PicFormatOption | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/picformatoption/__init__/#) | Constructs a new instance of PicFormatOption | ### Properties diff --git a/english/aspose.cells.drawing/picture/_index.md b/english/aspose.cells.drawing/picture/_index.md index 09ef86cae7..7762b905fc 100644 --- a/english/aspose.cells.drawing/picture/_index.md +++ b/english/aspose.cells.drawing/picture/_index.md @@ -147,34 +147,35 @@ The Picture type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/picture/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/picture/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/picture/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/picture/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/picture/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/picture/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/picture/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/picture/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/picture/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/picture/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/picture/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/picture/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/picture/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/picture/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/picture/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/picture/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/picture/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/picture/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/picture/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/picture/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/picture/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/picture/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/picture/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/picture/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/picture/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | -| [copy](/cells/python-net/aspose.cells.drawing/picture/copy/#aspose.cells.drawing.Picture-aspose.cells.CopyOptions) | Copy the picture. | -| [move](/cells/python-net/aspose.cells.drawing/picture/move/#int-int) | Moves the picture to a specified location. | -| [place_in_cell](/cells/python-net/aspose.cells.drawing/picture/place_in_cell/#) | Place this picture in the cell | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/picture/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/picture/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/picture/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/picture/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/picture/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/picture/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/picture/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/picture/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/picture/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/picture/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/picture/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/picture/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/picture/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/picture/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/picture/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/picture/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/picture/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/picture/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/picture/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/picture/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/picture/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/picture/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/picture/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/picture/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/picture/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/picture/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | +| [`copy(self, source, options)`](/cells/python-net/aspose.cells.drawing/picture/copy/#aspose.cells.drawing.picture-aspose.cells.copyoptions) | Copy the picture. | +| [`move(self, upper_left_row, upper_left_column)`](/cells/python-net/aspose.cells.drawing/picture/move/#int-int) | Moves the picture to a specified location. | +| [`place_in_cell(self)`](/cells/python-net/aspose.cells.drawing/picture/place_in_cell/#) | Place this picture in the cell | diff --git a/english/aspose.cells.drawing/picture/active_x_control/_index.md b/english/aspose.cells.drawing/picture/active_x_control/_index.md index 7e29609522..efac4b0c4c 100644 --- a/english/aspose.cells.drawing/picture/active_x_control/_index.md +++ b/english/aspose.cells.drawing/picture/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/picture/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/picture/actual_lower_right_row/_index.md index ce6896d528..5e9004fee9 100644 --- a/english/aspose.cells.drawing/picture/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/picture/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/picture/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/add_hyperlink/_index.md b/english/aspose.cells.drawing/picture/add_hyperlink/_index.md index 814bf6695e..1c128a7627 100644 --- a/english/aspose.cells.drawing/picture/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/picture/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picture/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/picture/align_top_right_corner/_index.md b/english/aspose.cells.drawing/picture/align_top_right_corner/_index.md index 2373ee0ebe..172c251b3f 100644 --- a/english/aspose.cells.drawing/picture/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/picture/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/picture/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/picture/alternative_text/_index.md b/english/aspose.cells.drawing/picture/alternative_text/_index.md index 33213e81ec..610b4207ff 100644 --- a/english/aspose.cells.drawing/picture/alternative_text/_index.md +++ b/english/aspose.cells.drawing/picture/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/picture/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/anchor_type/_index.md b/english/aspose.cells.drawing/picture/anchor_type/_index.md index 730fb4409b..6ac2534285 100644 --- a/english/aspose.cells.drawing/picture/anchor_type/_index.md +++ b/english/aspose.cells.drawing/picture/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/picture/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/auto_shape_type/_index.md b/english/aspose.cells.drawing/picture/auto_shape_type/_index.md index 3505a668f1..27a324f982 100644 --- a/english/aspose.cells.drawing/picture/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/picture/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/picture/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/border_line_color/_index.md b/english/aspose.cells.drawing/picture/border_line_color/_index.md index 1a908f620e..37d7e92c2f 100644 --- a/english/aspose.cells.drawing/picture/border_line_color/_index.md +++ b/english/aspose.cells.drawing/picture/border_line_color/_index.md @@ -3,7 +3,7 @@ title: border_line_color property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/picture/border_line_color/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/border_weight/_index.md b/english/aspose.cells.drawing/picture/border_weight/_index.md index cc3a2ab27b..a69c53dab8 100644 --- a/english/aspose.cells.drawing/picture/border_weight/_index.md +++ b/english/aspose.cells.drawing/picture/border_weight/_index.md @@ -3,7 +3,7 @@ title: border_weight property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/picture/border_weight/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/bottom/_index.md b/english/aspose.cells.drawing/picture/bottom/_index.md index 5fdb6777bb..03ae56a7a7 100644 --- a/english/aspose.cells.drawing/picture/bottom/_index.md +++ b/english/aspose.cells.drawing/picture/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/picture/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/calculate_text_size/_index.md b/english/aspose.cells.drawing/picture/calculate_text_size/_index.md index 9ad3be02a8..7bea6ecc6b 100644 --- a/english/aspose.cells.drawing/picture/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/picture/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picture/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/characters/_index.md b/english/aspose.cells.drawing/picture/characters/_index.md index f1bb582aae..b277aed6f1 100644 --- a/english/aspose.cells.drawing/picture/characters/_index.md +++ b/english/aspose.cells.drawing/picture/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picture/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/picture/control_data/_index.md b/english/aspose.cells.drawing/picture/control_data/_index.md index 7bc97dec58..51571664b1 100644 --- a/english/aspose.cells.drawing/picture/control_data/_index.md +++ b/english/aspose.cells.drawing/picture/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/picture/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/copy/_index.md b/english/aspose.cells.drawing/picture/copy/_index.md index 5973ab177f..f595f2324a 100644 --- a/english/aspose.cells.drawing/picture/copy/_index.md +++ b/english/aspose.cells.drawing/picture/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/picture/copy/ is_root: false --- -## copy {#aspose.cells.drawing.Picture-aspose.cells.CopyOptions} +## copy(self, source, options) {#aspose.cells.drawing.Picture-aspose.cells.CopyOptions} Copy the picture. ```python + def copy(self, source, options): ... ``` diff --git a/english/aspose.cells.drawing/picture/create_id/_index.md b/english/aspose.cells.drawing/picture/create_id/_index.md index b6a788e04d..997b9ed0c5 100644 --- a/english/aspose.cells.drawing/picture/create_id/_index.md +++ b/english/aspose.cells.drawing/picture/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/picture/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/data/_index.md b/english/aspose.cells.drawing/picture/data/_index.md index 199041c31a..8768de7d64 100644 --- a/english/aspose.cells.drawing/picture/data/_index.md +++ b/english/aspose.cells.drawing/picture/data/_index.md @@ -3,7 +3,7 @@ title: data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/picture/data/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/display_as_icon/_index.md b/english/aspose.cells.drawing/picture/display_as_icon/_index.md index 265d552ce4..cbc52da1c4 100644 --- a/english/aspose.cells.drawing/picture/display_as_icon/_index.md +++ b/english/aspose.cells.drawing/picture/display_as_icon/_index.md @@ -3,7 +3,7 @@ title: display_as_icon property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/picture/display_as_icon/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/fill/_index.md b/english/aspose.cells.drawing/picture/fill/_index.md index 50c863b439..92a31fd8fe 100644 --- a/english/aspose.cells.drawing/picture/fill/_index.md +++ b/english/aspose.cells.drawing/picture/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/picture/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/fill_format/_index.md b/english/aspose.cells.drawing/picture/fill_format/_index.md index b82ec51b67..eb17226434 100644 --- a/english/aspose.cells.drawing/picture/fill_format/_index.md +++ b/english/aspose.cells.drawing/picture/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/picture/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/fit_to_text_size/_index.md b/english/aspose.cells.drawing/picture/fit_to_text_size/_index.md new file mode 100644 index 0000000000..acd3d77ca7 --- /dev/null +++ b/english/aspose.cells.drawing/picture/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 70 +url: /aspose.cells.drawing/picture/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Picture`](/cells/python-net/aspose.cells.drawing/picture) diff --git a/english/aspose.cells.drawing/picture/font/_index.md b/english/aspose.cells.drawing/picture/font/_index.md index 4712653531..d0696c6f04 100644 --- a/english/aspose.cells.drawing/picture/font/_index.md +++ b/english/aspose.cells.drawing/picture/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/picture/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/format_characters/_index.md b/english/aspose.cells.drawing/picture/format_characters/_index.md index 92fd1b064a..788ad7d25d 100644 --- a/english/aspose.cells.drawing/picture/format_characters/_index.md +++ b/english/aspose.cells.drawing/picture/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/picture/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/picture/format_picture/_index.md b/english/aspose.cells.drawing/picture/format_picture/_index.md index d5668fb1db..89c693652c 100644 --- a/english/aspose.cells.drawing/picture/format_picture/_index.md +++ b/english/aspose.cells.drawing/picture/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/picture/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/formula/_index.md b/english/aspose.cells.drawing/picture/formula/_index.md index 686d4f38d5..118982870c 100644 --- a/english/aspose.cells.drawing/picture/formula/_index.md +++ b/english/aspose.cells.drawing/picture/formula/_index.md @@ -3,7 +3,7 @@ title: formula property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/picture/formula/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/geometry/_index.md b/english/aspose.cells.drawing/picture/geometry/_index.md index 87b7dc2f10..07dff86cbf 100644 --- a/english/aspose.cells.drawing/picture/geometry/_index.md +++ b/english/aspose.cells.drawing/picture/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/picture/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/get_actual_box/_index.md b/english/aspose.cells.drawing/picture/get_actual_box/_index.md index c7d2ca46c7..6db4f2b0fe 100644 --- a/english/aspose.cells.drawing/picture/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/picture/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/picture/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_characters/_index.md b/english/aspose.cells.drawing/picture/get_characters/_index.md index 7dadd80daa..8d8f0fc3a9 100644 --- a/english/aspose.cells.drawing/picture/get_characters/_index.md +++ b/english/aspose.cells.drawing/picture/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/picture/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_connection_points/_index.md b/english/aspose.cells.drawing/picture/get_connection_points/_index.md index 9ba0e055c9..17d591c3c9 100644 --- a/english/aspose.cells.drawing/picture/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/picture/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/picture/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_input_range/_index.md b/english/aspose.cells.drawing/picture/get_input_range/_index.md index c0cdc7ff60..cc40705cb0 100644 --- a/english/aspose.cells.drawing/picture/get_input_range/_index.md +++ b/english/aspose.cells.drawing/picture/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/picture/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_linked_cell/_index.md b/english/aspose.cells.drawing/picture/get_linked_cell/_index.md index d6d8752be3..b132ac9fbc 100644 --- a/english/aspose.cells.drawing/picture/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/picture/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/picture/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_locked_property/_index.md b/english/aspose.cells.drawing/picture/get_locked_property/_index.md index 26a8b4864a..2caf527809 100644 --- a/english/aspose.cells.drawing/picture/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/picture/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/picture/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/picture/get_result_of_smart_art/_index.md index 01b5d93640..73fdc2c207 100644 --- a/english/aspose.cells.drawing/picture/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/picture/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/picture/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/get_rich_formattings/_index.md b/english/aspose.cells.drawing/picture/get_rich_formattings/_index.md index 23615b203d..7dbec83104 100644 --- a/english/aspose.cells.drawing/picture/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/picture/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/picture/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/glow/_index.md b/english/aspose.cells.drawing/picture/glow/_index.md index 1a69379b9b..c59b8d6953 100644 --- a/english/aspose.cells.drawing/picture/glow/_index.md +++ b/english/aspose.cells.drawing/picture/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/picture/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/group/_index.md b/english/aspose.cells.drawing/picture/group/_index.md index 1f4b255dbb..793d1073f1 100644 --- a/english/aspose.cells.drawing/picture/group/_index.md +++ b/english/aspose.cells.drawing/picture/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/picture/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/has_line/_index.md b/english/aspose.cells.drawing/picture/has_line/_index.md index 997280e67e..b49ef788fc 100644 --- a/english/aspose.cells.drawing/picture/has_line/_index.md +++ b/english/aspose.cells.drawing/picture/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/picture/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height/_index.md b/english/aspose.cells.drawing/picture/height/_index.md index b45c325427..c63720d473 100644 --- a/english/aspose.cells.drawing/picture/height/_index.md +++ b/english/aspose.cells.drawing/picture/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/picture/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height_cm/_index.md b/english/aspose.cells.drawing/picture/height_cm/_index.md index 5693de309b..b0e894b049 100644 --- a/english/aspose.cells.drawing/picture/height_cm/_index.md +++ b/english/aspose.cells.drawing/picture/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/picture/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height_in_shape/_index.md b/english/aspose.cells.drawing/picture/height_in_shape/_index.md index 5ecd80e4e2..97590f2388 100644 --- a/english/aspose.cells.drawing/picture/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/picture/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/picture/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height_inch/_index.md b/english/aspose.cells.drawing/picture/height_inch/_index.md index b9fa99b0b8..070f8abc09 100644 --- a/english/aspose.cells.drawing/picture/height_inch/_index.md +++ b/english/aspose.cells.drawing/picture/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/picture/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height_pt/_index.md b/english/aspose.cells.drawing/picture/height_pt/_index.md index 94dffcbbbf..ce179c54a3 100644 --- a/english/aspose.cells.drawing/picture/height_pt/_index.md +++ b/english/aspose.cells.drawing/picture/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/picture/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/height_scale/_index.md b/english/aspose.cells.drawing/picture/height_scale/_index.md index a3ff6778b8..7c1eebedb9 100644 --- a/english/aspose.cells.drawing/picture/height_scale/_index.md +++ b/english/aspose.cells.drawing/picture/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/picture/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/html_text/_index.md b/english/aspose.cells.drawing/picture/html_text/_index.md index 5a9ff570df..436816e178 100644 --- a/english/aspose.cells.drawing/picture/html_text/_index.md +++ b/english/aspose.cells.drawing/picture/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/picture/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/hyperlink/_index.md b/english/aspose.cells.drawing/picture/hyperlink/_index.md index f6c0d0e880..3362b0ef24 100644 --- a/english/aspose.cells.drawing/picture/hyperlink/_index.md +++ b/english/aspose.cells.drawing/picture/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/picture/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/id/_index.md b/english/aspose.cells.drawing/picture/id/_index.md index a89f62c142..a95d0e3114 100644 --- a/english/aspose.cells.drawing/picture/id/_index.md +++ b/english/aspose.cells.drawing/picture/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/picture/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/image_type/_index.md b/english/aspose.cells.drawing/picture/image_type/_index.md index adabed29d8..e25c33677a 100644 --- a/english/aspose.cells.drawing/picture/image_type/_index.md +++ b/english/aspose.cells.drawing/picture/image_type/_index.md @@ -3,7 +3,7 @@ title: image_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/picture/image_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/input_range/_index.md b/english/aspose.cells.drawing/picture/input_range/_index.md index b4abe5a929..a4b382943c 100644 --- a/english/aspose.cells.drawing/picture/input_range/_index.md +++ b/english/aspose.cells.drawing/picture/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/picture/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/picture/is_aspect_ratio_locked/_index.md index e364163701..acade25026 100644 --- a/english/aspose.cells.drawing/picture/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/picture/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/picture/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_auto_size/_index.md b/english/aspose.cells.drawing/picture/is_auto_size/_index.md index 89f5ca2536..acd47e750a 100644 --- a/english/aspose.cells.drawing/picture/is_auto_size/_index.md +++ b/english/aspose.cells.drawing/picture/is_auto_size/_index.md @@ -3,7 +3,7 @@ title: is_auto_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/picture/is_auto_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_decorative/_index.md b/english/aspose.cells.drawing/picture/is_decorative/_index.md index 79632e53c9..e4a6c33402 100644 --- a/english/aspose.cells.drawing/picture/is_decorative/_index.md +++ b/english/aspose.cells.drawing/picture/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/picture/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_dynamic_data_exchange/_index.md b/english/aspose.cells.drawing/picture/is_dynamic_data_exchange/_index.md index 298d1bafe2..5bb3a5bc74 100644 --- a/english/aspose.cells.drawing/picture/is_dynamic_data_exchange/_index.md +++ b/english/aspose.cells.drawing/picture/is_dynamic_data_exchange/_index.md @@ -3,7 +3,7 @@ title: is_dynamic_data_exchange property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/picture/is_dynamic_data_exchange/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_equation/_index.md b/english/aspose.cells.drawing/picture/is_equation/_index.md index 2cfbc3fb32..42a9d374f3 100644 --- a/english/aspose.cells.drawing/picture/is_equation/_index.md +++ b/english/aspose.cells.drawing/picture/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/picture/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_filled/_index.md b/english/aspose.cells.drawing/picture/is_filled/_index.md index a3533d32cf..c16e4b1874 100644 --- a/english/aspose.cells.drawing/picture/is_filled/_index.md +++ b/english/aspose.cells.drawing/picture/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/picture/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/picture/is_flipped_horizontally/_index.md index 92fa35fbdf..1e7ce45054 100644 --- a/english/aspose.cells.drawing/picture/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/picture/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/picture/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/picture/is_flipped_vertically/_index.md index 61b3112294..386ec974a4 100644 --- a/english/aspose.cells.drawing/picture/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/picture/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/picture/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_group/_index.md b/english/aspose.cells.drawing/picture/is_group/_index.md index 4ed86fc6de..74012554d4 100644 --- a/english/aspose.cells.drawing/picture/is_group/_index.md +++ b/english/aspose.cells.drawing/picture/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/picture/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_hidden/_index.md b/english/aspose.cells.drawing/picture/is_hidden/_index.md index 5562369453..c39280704d 100644 --- a/english/aspose.cells.drawing/picture/is_hidden/_index.md +++ b/english/aspose.cells.drawing/picture/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/picture/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_in_group/_index.md b/english/aspose.cells.drawing/picture/is_in_group/_index.md index 98469d21d4..4fd70392c3 100644 --- a/english/aspose.cells.drawing/picture/is_in_group/_index.md +++ b/english/aspose.cells.drawing/picture/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/picture/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_link/_index.md b/english/aspose.cells.drawing/picture/is_link/_index.md index 58912246c0..bb61ece75f 100644 --- a/english/aspose.cells.drawing/picture/is_link/_index.md +++ b/english/aspose.cells.drawing/picture/is_link/_index.md @@ -3,7 +3,7 @@ title: is_link property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/picture/is_link/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/picture/is_lock_aspect_ratio/_index.md index 8df141d06f..7a3b2a55e4 100644 --- a/english/aspose.cells.drawing/picture/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/picture/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/picture/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_locked/_index.md b/english/aspose.cells.drawing/picture/is_locked/_index.md index b86279d5b1..63d1a11805 100644 --- a/english/aspose.cells.drawing/picture/is_locked/_index.md +++ b/english/aspose.cells.drawing/picture/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/picture/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_printable/_index.md b/english/aspose.cells.drawing/picture/is_printable/_index.md index 156467fe64..a502a3b01e 100644 --- a/english/aspose.cells.drawing/picture/is_printable/_index.md +++ b/english/aspose.cells.drawing/picture/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/picture/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_rich_text/_index.md b/english/aspose.cells.drawing/picture/is_rich_text/_index.md index 0cff17dcac..08c09fec35 100644 --- a/english/aspose.cells.drawing/picture/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/picture/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/picture/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_same_setting/_index.md b/english/aspose.cells.drawing/picture/is_same_setting/_index.md index 824487148c..a514e8a762 100644 --- a/english/aspose.cells.drawing/picture/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/picture/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/picture/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/picture/is_smart_art/_index.md b/english/aspose.cells.drawing/picture/is_smart_art/_index.md index 1b6bff53be..8bf490301a 100644 --- a/english/aspose.cells.drawing/picture/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/picture/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/picture/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_text_wrapped/_index.md b/english/aspose.cells.drawing/picture/is_text_wrapped/_index.md index 11efefdcb7..1e18b52a16 100644 --- a/english/aspose.cells.drawing/picture/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/picture/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/picture/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/is_word_art/_index.md b/english/aspose.cells.drawing/picture/is_word_art/_index.md index 4b9ba65084..b2f88652f7 100644 --- a/english/aspose.cells.drawing/picture/is_word_art/_index.md +++ b/english/aspose.cells.drawing/picture/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/picture/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/left/_index.md b/english/aspose.cells.drawing/picture/left/_index.md index a4f744fa11..c4a1f06023 100644 --- a/english/aspose.cells.drawing/picture/left/_index.md +++ b/english/aspose.cells.drawing/picture/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/picture/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/left_cm/_index.md b/english/aspose.cells.drawing/picture/left_cm/_index.md index ffa134eda8..31607ecc95 100644 --- a/english/aspose.cells.drawing/picture/left_cm/_index.md +++ b/english/aspose.cells.drawing/picture/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/picture/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/left_in_shape/_index.md b/english/aspose.cells.drawing/picture/left_in_shape/_index.md index 7eb8804dd7..6e4c58dbba 100644 --- a/english/aspose.cells.drawing/picture/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/picture/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/picture/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/left_inch/_index.md b/english/aspose.cells.drawing/picture/left_inch/_index.md index 7598b43974..936b961546 100644 --- a/english/aspose.cells.drawing/picture/left_inch/_index.md +++ b/english/aspose.cells.drawing/picture/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/picture/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/left_to_corner/_index.md b/english/aspose.cells.drawing/picture/left_to_corner/_index.md index d06330ddd8..9738e5e942 100644 --- a/english/aspose.cells.drawing/picture/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/picture/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/picture/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/line/_index.md b/english/aspose.cells.drawing/picture/line/_index.md index 67e3df16a7..b61b0de1a0 100644 --- a/english/aspose.cells.drawing/picture/line/_index.md +++ b/english/aspose.cells.drawing/picture/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/picture/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/line_format/_index.md b/english/aspose.cells.drawing/picture/line_format/_index.md index 0f60b4dc69..9b812242a3 100644 --- a/english/aspose.cells.drawing/picture/line_format/_index.md +++ b/english/aspose.cells.drawing/picture/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/picture/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/linked_cell/_index.md b/english/aspose.cells.drawing/picture/linked_cell/_index.md index 65746555c5..062e8ee030 100644 --- a/english/aspose.cells.drawing/picture/linked_cell/_index.md +++ b/english/aspose.cells.drawing/picture/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/picture/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/lower_delta_x/_index.md b/english/aspose.cells.drawing/picture/lower_delta_x/_index.md index 30f145cdb8..5833221b51 100644 --- a/english/aspose.cells.drawing/picture/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/picture/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/picture/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/lower_delta_y/_index.md b/english/aspose.cells.drawing/picture/lower_delta_y/_index.md index e9f6de1606..e228e972cf 100644 --- a/english/aspose.cells.drawing/picture/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/picture/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/picture/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/lower_right_column/_index.md b/english/aspose.cells.drawing/picture/lower_right_column/_index.md index acad9e4880..bdcec4ea33 100644 --- a/english/aspose.cells.drawing/picture/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/picture/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/picture/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/lower_right_row/_index.md b/english/aspose.cells.drawing/picture/lower_right_row/_index.md index a65d1f8aea..b6afbb9c8a 100644 --- a/english/aspose.cells.drawing/picture/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/picture/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/picture/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/macro_name/_index.md b/english/aspose.cells.drawing/picture/macro_name/_index.md index 6c20f44d78..c87046fafa 100644 --- a/english/aspose.cells.drawing/picture/macro_name/_index.md +++ b/english/aspose.cells.drawing/picture/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/picture/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/move/_index.md b/english/aspose.cells.drawing/picture/move/_index.md index 4ad00a37e4..3603e990eb 100644 --- a/english/aspose.cells.drawing/picture/move/_index.md +++ b/english/aspose.cells.drawing/picture/move/_index.md @@ -3,18 +3,19 @@ title: move method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/picture/move/ is_root: false --- -## move {#int-int} +## move(self, upper_left_row, upper_left_column) {#int-int} Moves the picture to a specified location. ```python + def move(self, upper_left_row, upper_left_column): ... ``` diff --git a/english/aspose.cells.drawing/picture/move_to_range/_index.md b/english/aspose.cells.drawing/picture/move_to_range/_index.md index bfdaca96e8..0593903c7b 100644 --- a/english/aspose.cells.drawing/picture/move_to_range/_index.md +++ b/english/aspose.cells.drawing/picture/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/picture/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/picture/mso_drawing_type/_index.md b/english/aspose.cells.drawing/picture/mso_drawing_type/_index.md index 4687713b25..4aee8d18d6 100644 --- a/english/aspose.cells.drawing/picture/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/picture/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/picture/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/name/_index.md b/english/aspose.cells.drawing/picture/name/_index.md index 2982001d3d..f0d5b62795 100644 --- a/english/aspose.cells.drawing/picture/name/_index.md +++ b/english/aspose.cells.drawing/picture/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/picture/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_height/_index.md b/english/aspose.cells.drawing/picture/original_height/_index.md index c450347fad..fcd5241e25 100644 --- a/english/aspose.cells.drawing/picture/original_height/_index.md +++ b/english/aspose.cells.drawing/picture/original_height/_index.md @@ -3,7 +3,7 @@ title: original_height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/picture/original_height/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_height_cm/_index.md b/english/aspose.cells.drawing/picture/original_height_cm/_index.md index 1b197dc694..0c41fcdee3 100644 --- a/english/aspose.cells.drawing/picture/original_height_cm/_index.md +++ b/english/aspose.cells.drawing/picture/original_height_cm/_index.md @@ -3,7 +3,7 @@ title: original_height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/picture/original_height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_height_inch/_index.md b/english/aspose.cells.drawing/picture/original_height_inch/_index.md index 1ede30adb7..3cda81be0d 100644 --- a/english/aspose.cells.drawing/picture/original_height_inch/_index.md +++ b/english/aspose.cells.drawing/picture/original_height_inch/_index.md @@ -3,7 +3,7 @@ title: original_height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/picture/original_height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_width/_index.md b/english/aspose.cells.drawing/picture/original_width/_index.md index f4bc976ea4..9ee24d112d 100644 --- a/english/aspose.cells.drawing/picture/original_width/_index.md +++ b/english/aspose.cells.drawing/picture/original_width/_index.md @@ -3,7 +3,7 @@ title: original_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/picture/original_width/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_width_cm/_index.md b/english/aspose.cells.drawing/picture/original_width_cm/_index.md index 4148db3546..704cff1be7 100644 --- a/english/aspose.cells.drawing/picture/original_width_cm/_index.md +++ b/english/aspose.cells.drawing/picture/original_width_cm/_index.md @@ -3,7 +3,7 @@ title: original_width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/picture/original_width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/original_width_inch/_index.md b/english/aspose.cells.drawing/picture/original_width_inch/_index.md index 5862febe4b..9ccd93940b 100644 --- a/english/aspose.cells.drawing/picture/original_width_inch/_index.md +++ b/english/aspose.cells.drawing/picture/original_width_inch/_index.md @@ -3,7 +3,7 @@ title: original_width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/picture/original_width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/paths/_index.md b/english/aspose.cells.drawing/picture/paths/_index.md index cb8a33a6a8..576ecabe51 100644 --- a/english/aspose.cells.drawing/picture/paths/_index.md +++ b/english/aspose.cells.drawing/picture/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/picture/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/place_in_cell/_index.md b/english/aspose.cells.drawing/picture/place_in_cell/_index.md index 5c81d6c086..d7e7ad83ba 100644 --- a/english/aspose.cells.drawing/picture/place_in_cell/_index.md +++ b/english/aspose.cells.drawing/picture/place_in_cell/_index.md @@ -3,18 +3,19 @@ title: place_in_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/picture/place_in_cell/ is_root: false --- -## place_in_cell {#} +## place_in_cell(self) {#} Place this picture in the cell ```python + def place_in_cell(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/placement/_index.md b/english/aspose.cells.drawing/picture/placement/_index.md index 3080a83f3a..c6aa4a931e 100644 --- a/english/aspose.cells.drawing/picture/placement/_index.md +++ b/english/aspose.cells.drawing/picture/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/picture/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/reflection/_index.md b/english/aspose.cells.drawing/picture/reflection/_index.md index 3213d77e8f..991eeb3757 100644 --- a/english/aspose.cells.drawing/picture/reflection/_index.md +++ b/english/aspose.cells.drawing/picture/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/picture/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/picture/relative_to_original_picture_size/_index.md index 46952c2090..ea4543a7f4 100644 --- a/english/aspose.cells.drawing/picture/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/picture/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/picture/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/remove_active_x_control/_index.md b/english/aspose.cells.drawing/picture/remove_active_x_control/_index.md index 730a8021cd..691d34852f 100644 --- a/english/aspose.cells.drawing/picture/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/picture/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/picture/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/remove_hyperlink/_index.md b/english/aspose.cells.drawing/picture/remove_hyperlink/_index.md index ecab4bbc75..6ddccb651e 100644 --- a/english/aspose.cells.drawing/picture/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/picture/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/picture/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/right/_index.md b/english/aspose.cells.drawing/picture/right/_index.md index e31fe14914..89a336a95c 100644 --- a/english/aspose.cells.drawing/picture/right/_index.md +++ b/english/aspose.cells.drawing/picture/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/picture/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/rotation_angle/_index.md b/english/aspose.cells.drawing/picture/rotation_angle/_index.md index c752e639cb..3b184b2d07 100644 --- a/english/aspose.cells.drawing/picture/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/picture/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/picture/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/set_input_range/_index.md b/english/aspose.cells.drawing/picture/set_input_range/_index.md index 8f6a7abdad..f39368ee28 100644 --- a/english/aspose.cells.drawing/picture/set_input_range/_index.md +++ b/english/aspose.cells.drawing/picture/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/picture/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/picture/set_linked_cell/_index.md b/english/aspose.cells.drawing/picture/set_linked_cell/_index.md index 9a7cdccbfd..def18f5461 100644 --- a/english/aspose.cells.drawing/picture/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/picture/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/picture/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/picture/set_locked_property/_index.md b/english/aspose.cells.drawing/picture/set_locked_property/_index.md index 5a0ab2af90..ffbc382eb8 100644 --- a/english/aspose.cells.drawing/picture/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/picture/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/picture/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/picture/shadow_effect/_index.md b/english/aspose.cells.drawing/picture/shadow_effect/_index.md index 6f89699340..1edc957df7 100644 --- a/english/aspose.cells.drawing/picture/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/picture/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/picture/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/signature_line/_index.md b/english/aspose.cells.drawing/picture/signature_line/_index.md index 5473bc8584..5d43aabffe 100644 --- a/english/aspose.cells.drawing/picture/signature_line/_index.md +++ b/english/aspose.cells.drawing/picture/signature_line/_index.md @@ -3,7 +3,7 @@ title: signature_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/picture/signature_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/soft_edges/_index.md b/english/aspose.cells.drawing/picture/soft_edges/_index.md index d620082ffa..60e178839a 100644 --- a/english/aspose.cells.drawing/picture/soft_edges/_index.md +++ b/english/aspose.cells.drawing/picture/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/picture/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/source_full_name/_index.md b/english/aspose.cells.drawing/picture/source_full_name/_index.md index 5930733c4c..272903d0fa 100644 --- a/english/aspose.cells.drawing/picture/source_full_name/_index.md +++ b/english/aspose.cells.drawing/picture/source_full_name/_index.md @@ -3,7 +3,7 @@ title: source_full_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/picture/source_full_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/spid/_index.md b/english/aspose.cells.drawing/picture/spid/_index.md index 57f889efab..61c159eeb8 100644 --- a/english/aspose.cells.drawing/picture/spid/_index.md +++ b/english/aspose.cells.drawing/picture/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/picture/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/spt/_index.md b/english/aspose.cells.drawing/picture/spt/_index.md index 2a7d6d9c3a..a1ce6c003e 100644 --- a/english/aspose.cells.drawing/picture/spt/_index.md +++ b/english/aspose.cells.drawing/picture/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/picture/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text/_index.md b/english/aspose.cells.drawing/picture/text/_index.md index dbac020e5e..038de2566e 100644 --- a/english/aspose.cells.drawing/picture/text/_index.md +++ b/english/aspose.cells.drawing/picture/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/picture/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_body/_index.md b/english/aspose.cells.drawing/picture/text_body/_index.md index 5392cc9752..1d5d74bf4f 100644 --- a/english/aspose.cells.drawing/picture/text_body/_index.md +++ b/english/aspose.cells.drawing/picture/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/picture/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_box_options/_index.md b/english/aspose.cells.drawing/picture/text_box_options/_index.md index ba3c832213..236ee630e5 100644 --- a/english/aspose.cells.drawing/picture/text_box_options/_index.md +++ b/english/aspose.cells.drawing/picture/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/picture/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_direction/_index.md b/english/aspose.cells.drawing/picture/text_direction/_index.md index 6c7e4c6dd0..ddef25044b 100644 --- a/english/aspose.cells.drawing/picture/text_direction/_index.md +++ b/english/aspose.cells.drawing/picture/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/picture/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_effect/_index.md b/english/aspose.cells.drawing/picture/text_effect/_index.md index b78442d802..6e00602ce7 100644 --- a/english/aspose.cells.drawing/picture/text_effect/_index.md +++ b/english/aspose.cells.drawing/picture/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/picture/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/picture/text_horizontal_alignment/_index.md index c3f9f006b1..d33e0ae5b8 100644 --- a/english/aspose.cells.drawing/picture/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/picture/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/picture/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/picture/text_horizontal_overflow/_index.md index 55836f0f1d..98259508e9 100644 --- a/english/aspose.cells.drawing/picture/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/picture/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/picture/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_options/_index.md b/english/aspose.cells.drawing/picture/text_options/_index.md index 0f89135802..a540a65c6c 100644 --- a/english/aspose.cells.drawing/picture/text_options/_index.md +++ b/english/aspose.cells.drawing/picture/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/picture/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_orientation_type/_index.md b/english/aspose.cells.drawing/picture/text_orientation_type/_index.md index be3a1cb8b7..c86e8158fe 100644 --- a/english/aspose.cells.drawing/picture/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/picture/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/picture/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_shape_type/_index.md b/english/aspose.cells.drawing/picture/text_shape_type/_index.md index 5cd9b037c3..c3421f5035 100644 --- a/english/aspose.cells.drawing/picture/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/picture/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/picture/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/picture/text_vertical_alignment/_index.md index 47cb2e1d72..c23e00489c 100644 --- a/english/aspose.cells.drawing/picture/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/picture/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/picture/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/picture/text_vertical_overflow/_index.md index 07cca6b858..cd19c2332c 100644 --- a/english/aspose.cells.drawing/picture/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/picture/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/picture/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/three_d_format/_index.md b/english/aspose.cells.drawing/picture/three_d_format/_index.md index 0fbf6bbab5..8bcaa1d124 100644 --- a/english/aspose.cells.drawing/picture/three_d_format/_index.md +++ b/english/aspose.cells.drawing/picture/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/picture/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/title/_index.md b/english/aspose.cells.drawing/picture/title/_index.md index 0948254d5c..dc86b72cf6 100644 --- a/english/aspose.cells.drawing/picture/title/_index.md +++ b/english/aspose.cells.drawing/picture/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/picture/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/to_front_or_back/_index.md b/english/aspose.cells.drawing/picture/to_front_or_back/_index.md index 91bba380e5..f059e30b55 100644 --- a/english/aspose.cells.drawing/picture/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/picture/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/picture/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/picture/to_image/_index.md b/english/aspose.cells.drawing/picture/to_image/_index.md index b911a09da1..1915b35bf5 100644 --- a/english/aspose.cells.drawing/picture/to_image/_index.md +++ b/english/aspose.cells.drawing/picture/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/picture/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/picture/top/_index.md b/english/aspose.cells.drawing/picture/top/_index.md index 677fdcfdb1..d0859bb55c 100644 --- a/english/aspose.cells.drawing/picture/top/_index.md +++ b/english/aspose.cells.drawing/picture/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/picture/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/top_cm/_index.md b/english/aspose.cells.drawing/picture/top_cm/_index.md index 5bafef1b2a..af0c1efcc4 100644 --- a/english/aspose.cells.drawing/picture/top_cm/_index.md +++ b/english/aspose.cells.drawing/picture/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/picture/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/top_in_shape/_index.md b/english/aspose.cells.drawing/picture/top_in_shape/_index.md index 27095f15ab..ac8de2a488 100644 --- a/english/aspose.cells.drawing/picture/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/picture/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/picture/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/top_inch/_index.md b/english/aspose.cells.drawing/picture/top_inch/_index.md index 883dcf4aaa..e8658f756e 100644 --- a/english/aspose.cells.drawing/picture/top_inch/_index.md +++ b/english/aspose.cells.drawing/picture/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/picture/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/top_to_corner/_index.md b/english/aspose.cells.drawing/picture/top_to_corner/_index.md index 665faf3e44..1020fd656f 100644 --- a/english/aspose.cells.drawing/picture/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/picture/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/picture/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/type/_index.md b/english/aspose.cells.drawing/picture/type/_index.md index f4dcb9fb4a..4a034c66da 100644 --- a/english/aspose.cells.drawing/picture/type/_index.md +++ b/english/aspose.cells.drawing/picture/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/picture/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/update_selected_value/_index.md b/english/aspose.cells.drawing/picture/update_selected_value/_index.md index a78fb45370..beb4dc6994 100644 --- a/english/aspose.cells.drawing/picture/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/picture/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/picture/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/picture/upper_delta_x/_index.md b/english/aspose.cells.drawing/picture/upper_delta_x/_index.md index a8a700e2d2..a5ef8df08b 100644 --- a/english/aspose.cells.drawing/picture/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/picture/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1330 +weight: 1340 url: /aspose.cells.drawing/picture/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/upper_delta_y/_index.md b/english/aspose.cells.drawing/picture/upper_delta_y/_index.md index 40a2c0b79f..a737e5c892 100644 --- a/english/aspose.cells.drawing/picture/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/picture/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1340 +weight: 1350 url: /aspose.cells.drawing/picture/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/upper_left_column/_index.md b/english/aspose.cells.drawing/picture/upper_left_column/_index.md index 7d1ef5834e..d8bee1d8d3 100644 --- a/english/aspose.cells.drawing/picture/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/picture/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1350 +weight: 1360 url: /aspose.cells.drawing/picture/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/upper_left_row/_index.md b/english/aspose.cells.drawing/picture/upper_left_row/_index.md index 59970505b2..81888d4e54 100644 --- a/english/aspose.cells.drawing/picture/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/picture/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1360 +weight: 1370 url: /aspose.cells.drawing/picture/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width/_index.md b/english/aspose.cells.drawing/picture/width/_index.md index b33dfed059..40406bac60 100644 --- a/english/aspose.cells.drawing/picture/width/_index.md +++ b/english/aspose.cells.drawing/picture/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1370 +weight: 1380 url: /aspose.cells.drawing/picture/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width_cm/_index.md b/english/aspose.cells.drawing/picture/width_cm/_index.md index 4fb57708d9..8fc649da35 100644 --- a/english/aspose.cells.drawing/picture/width_cm/_index.md +++ b/english/aspose.cells.drawing/picture/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1380 +weight: 1390 url: /aspose.cells.drawing/picture/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width_in_shape/_index.md b/english/aspose.cells.drawing/picture/width_in_shape/_index.md index 386e78062b..a15697f41b 100644 --- a/english/aspose.cells.drawing/picture/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/picture/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1390 +weight: 1400 url: /aspose.cells.drawing/picture/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width_inch/_index.md b/english/aspose.cells.drawing/picture/width_inch/_index.md index 95cf8d38e5..06c76239f5 100644 --- a/english/aspose.cells.drawing/picture/width_inch/_index.md +++ b/english/aspose.cells.drawing/picture/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1400 +weight: 1410 url: /aspose.cells.drawing/picture/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width_pt/_index.md b/english/aspose.cells.drawing/picture/width_pt/_index.md index 7dcb490e72..3f2c2d8fab 100644 --- a/english/aspose.cells.drawing/picture/width_pt/_index.md +++ b/english/aspose.cells.drawing/picture/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1410 +weight: 1420 url: /aspose.cells.drawing/picture/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/width_scale/_index.md b/english/aspose.cells.drawing/picture/width_scale/_index.md index 9332768529..f34c7f3afd 100644 --- a/english/aspose.cells.drawing/picture/width_scale/_index.md +++ b/english/aspose.cells.drawing/picture/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1420 +weight: 1430 url: /aspose.cells.drawing/picture/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/worksheet/_index.md b/english/aspose.cells.drawing/picture/worksheet/_index.md index 8fbe2e99d4..3c71f42662 100644 --- a/english/aspose.cells.drawing/picture/worksheet/_index.md +++ b/english/aspose.cells.drawing/picture/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1430 +weight: 1440 url: /aspose.cells.drawing/picture/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/x/_index.md b/english/aspose.cells.drawing/picture/x/_index.md index c22365d90d..59515b4349 100644 --- a/english/aspose.cells.drawing/picture/x/_index.md +++ b/english/aspose.cells.drawing/picture/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1440 +weight: 1450 url: /aspose.cells.drawing/picture/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/y/_index.md b/english/aspose.cells.drawing/picture/y/_index.md index 65842a99ff..1bde44bfe1 100644 --- a/english/aspose.cells.drawing/picture/y/_index.md +++ b/english/aspose.cells.drawing/picture/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1450 +weight: 1460 url: /aspose.cells.drawing/picture/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/picture/z_order_position/_index.md b/english/aspose.cells.drawing/picture/z_order_position/_index.md index 4a69120f02..75758a7e58 100644 --- a/english/aspose.cells.drawing/picture/z_order_position/_index.md +++ b/english/aspose.cells.drawing/picture/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1460 +weight: 1470 url: /aspose.cells.drawing/picture/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/picturecollection/_index.md b/english/aspose.cells.drawing/picturecollection/_index.md index 451b2933e0..ecd23bcb82 100644 --- a/english/aspose.cells.drawing/picturecollection/_index.md +++ b/english/aspose.cells.drawing/picturecollection/_index.md @@ -25,20 +25,20 @@ The PictureCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-io.RawIOBase) | Adds a picture to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-str) | Adds a picture to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.RawIOBase) | Adds a picture to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-str) | Adds a picture to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.RawIOBase-int-int) | Adds a picture to the collection. | -| [add](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-str-int-int) | Adds a picture to the collection. | -| [copy_to](/cells/python-net/aspose.cells.drawing/picturecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/picturecollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/picturecollection/index_of/#aspose.cells.drawing.Picture-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/picturecollection/index_of/#aspose.cells.drawing.Picture-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/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](/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](/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. | -| [binary_search](/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. | +| [`add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. | +| [`add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-int-int-str) | Adds a picture to the collection. | +| [`add(self, upper_left_row, upper_left_column, stream)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase) | Adds a picture to the collection. | +| [`add(self, upper_left_row, upper_left_column, file_name)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-str) | Adds a picture to the collection. | +| [`add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. | +| [`add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/picturecollection/add/#int-int-str-int-int) | Adds a picture to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/picturecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/picturecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/picturecollection/index_of/#aspose.cells.drawing.picture-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/picturecollection/index_of/#aspose.cells.drawing.picture-int-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 starts at the specified index and contains the specified number of elements. | +| [`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. | +| [`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. | diff --git a/english/aspose.cells.drawing/picturecollection/add/_index.md b/english/aspose.cells.drawing/picturecollection/add/_index.md index 776593de95..e68b137e53 100644 --- a/english/aspose.cells.drawing/picturecollection/add/_index.md +++ b/english/aspose.cells.drawing/picturecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picturecollection/add/ is_root: false --- -## add {#int-int-io.RawIOBase} +## add(self, upper_left_row, upper_left_column, stream) {#int-int-io.RawIOBase} Adds a picture to the collection. @@ -20,6 +20,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, stream): ... ``` @@ -43,7 +44,7 @@ with open("image.jpg", "rb") as fs: ``` -## add {#int-int-str} +## add(self, upper_left_row, upper_left_column, file_name) {#int-int-str} Adds a picture to the collection. @@ -55,6 +56,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, file_name): ... ``` @@ -77,7 +79,7 @@ pictures.add(1, 1, "image.jpg") ``` -## add {#int-int-int-int-io.RawIOBase} +## add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream) {#int-int-int-int-io.RawIOBase} Adds a picture to the collection. @@ -89,6 +91,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream): ... ``` @@ -114,7 +117,7 @@ with open("image.jpg", "rb") as fs: ``` -## add {#int-int-int-int-str} +## add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name) {#int-int-int-int-str} Adds a picture to the collection. @@ -126,6 +129,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, file_name): ... ``` @@ -150,7 +154,7 @@ pictures.add(1, 1, 5, 5, "image.jpg") ``` -## add {#int-int-io.RawIOBase-int-int} +## add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int} Adds a picture to the collection. @@ -162,6 +166,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, stream, width_scale, height_scale): ... ``` @@ -187,7 +192,7 @@ with open("image.jpg", "rb") as fs: ``` -## add {#int-int-str-int-int} +## add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale) {#int-int-str-int-int} Adds a picture to the collection. @@ -199,6 +204,7 @@ Adds a picture to the collection. ```python + def add(self, upper_left_row, upper_left_column, file_name, width_scale, height_scale): ... ``` diff --git a/english/aspose.cells.drawing/picturecollection/binary_search/_index.md b/english/aspose.cells.drawing/picturecollection/binary_search/_index.md index f892450f1b..e2b6a5bf29 100644 --- a/english/aspose.cells.drawing/picturecollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/picturecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picturecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.Picture} +## binary_search(self, item) {#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. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/picturecollection/copy_to/_index.md b/english/aspose.cells.drawing/picturecollection/copy_to/_index.md index f0cded6fcd..fde19596c5 100644 --- a/english/aspose.cells.drawing/picturecollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/picturecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/picturecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/picturecollection/index_of/_index.md b/english/aspose.cells.drawing/picturecollection/index_of/_index.md index 604f3802be..b70064a662 100644 --- a/english/aspose.cells.drawing/picturecollection/index_of/_index.md +++ b/english/aspose.cells.drawing/picturecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picturecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.Picture-int} +## index_of(self, item, index) {#aspose.cells.drawing.Picture-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.Picture-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.Picture-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md b/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md index b232cd8258..3a94705d91 100644 --- a/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/picturecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/picturecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.Picture} +## last_index_of(self, item) {#aspose.cells.drawing.Picture} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Picture`](/cells/python-net/aspose.cells.drawing/picture) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.Picture-int} +## last_index_of(self, item, index) {#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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.Picture-int-int} +## last_index_of(self, item, index, count) {#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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/_index.md b/english/aspose.cells.drawing/radiobutton/_index.md index 59880ab822..4426316c22 100644 --- a/english/aspose.cells.drawing/radiobutton/_index.md +++ b/english/aspose.cells.drawing/radiobutton/_index.md @@ -133,32 +133,33 @@ The RadioButton type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/radiobutton/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/radiobutton/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/radiobutton/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/radiobutton/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/radiobutton/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/radiobutton/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/radiobutton/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/radiobutton/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/radiobutton/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/radiobutton/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/radiobutton/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/radiobutton/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/radiobutton/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/radiobutton/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/radiobutton/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/radiobutton/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/radiobutton/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/radiobutton/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/radiobutton/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/radiobutton/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/radiobutton/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/radiobutton/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | -| [get_option_index](/cells/python-net/aspose.cells.drawing/radiobutton/get_option_index/#) | Gets the option index (one-based) in all the radio buttons of the GroupBox which contains this radio button. | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/radiobutton/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/radiobutton/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/radiobutton/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/radiobutton/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/radiobutton/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/radiobutton/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/radiobutton/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/radiobutton/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/radiobutton/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/radiobutton/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/radiobutton/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | +| [`get_option_index(self)`](/cells/python-net/aspose.cells.drawing/radiobutton/get_option_index/#) | Gets the option index (one-based) in all the radio buttons of the GroupBox which contains this radio button. | diff --git a/english/aspose.cells.drawing/radiobutton/active_x_control/_index.md b/english/aspose.cells.drawing/radiobutton/active_x_control/_index.md index a7b75dcb00..7ca32116cc 100644 --- a/english/aspose.cells.drawing/radiobutton/active_x_control/_index.md +++ b/english/aspose.cells.drawing/radiobutton/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/radiobutton/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/radiobutton/actual_lower_right_row/_index.md index e271657b19..c314dceadd 100644 --- a/english/aspose.cells.drawing/radiobutton/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/radiobutton/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/radiobutton/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/add_hyperlink/_index.md b/english/aspose.cells.drawing/radiobutton/add_hyperlink/_index.md index 508c12b2b6..5cd63cfb7a 100644 --- a/english/aspose.cells.drawing/radiobutton/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/radiobutton/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/radiobutton/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/align_top_right_corner/_index.md b/english/aspose.cells.drawing/radiobutton/align_top_right_corner/_index.md index dcf2b2958c..55736509fa 100644 --- a/english/aspose.cells.drawing/radiobutton/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/radiobutton/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/radiobutton/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/alternative_text/_index.md b/english/aspose.cells.drawing/radiobutton/alternative_text/_index.md index 79e3f79cee..018733ccbe 100644 --- a/english/aspose.cells.drawing/radiobutton/alternative_text/_index.md +++ b/english/aspose.cells.drawing/radiobutton/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/radiobutton/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/anchor_type/_index.md b/english/aspose.cells.drawing/radiobutton/anchor_type/_index.md index 44130fa8e5..5799d74f83 100644 --- a/english/aspose.cells.drawing/radiobutton/anchor_type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/radiobutton/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/auto_shape_type/_index.md b/english/aspose.cells.drawing/radiobutton/auto_shape_type/_index.md index bceb4283f1..948a699087 100644 --- a/english/aspose.cells.drawing/radiobutton/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/radiobutton/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/bottom/_index.md b/english/aspose.cells.drawing/radiobutton/bottom/_index.md index 60b037d2b8..2234841486 100644 --- a/english/aspose.cells.drawing/radiobutton/bottom/_index.md +++ b/english/aspose.cells.drawing/radiobutton/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/radiobutton/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/calculate_text_size/_index.md b/english/aspose.cells.drawing/radiobutton/calculate_text_size/_index.md index b96dcdcb2a..d36a8a13bd 100644 --- a/english/aspose.cells.drawing/radiobutton/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/radiobutton/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/radiobutton/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/characters/_index.md b/english/aspose.cells.drawing/radiobutton/characters/_index.md index cb270137ce..357db81621 100644 --- a/english/aspose.cells.drawing/radiobutton/characters/_index.md +++ b/english/aspose.cells.drawing/radiobutton/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/radiobutton/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/control_data/_index.md b/english/aspose.cells.drawing/radiobutton/control_data/_index.md index ad686abc68..361bea0477 100644 --- a/english/aspose.cells.drawing/radiobutton/control_data/_index.md +++ b/english/aspose.cells.drawing/radiobutton/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/radiobutton/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/create_id/_index.md b/english/aspose.cells.drawing/radiobutton/create_id/_index.md index 7f0b4652f6..93c8352eba 100644 --- a/english/aspose.cells.drawing/radiobutton/create_id/_index.md +++ b/english/aspose.cells.drawing/radiobutton/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/radiobutton/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/fill/_index.md b/english/aspose.cells.drawing/radiobutton/fill/_index.md index a13c5b24d4..b8a23c0a5b 100644 --- a/english/aspose.cells.drawing/radiobutton/fill/_index.md +++ b/english/aspose.cells.drawing/radiobutton/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/radiobutton/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/fill_format/_index.md b/english/aspose.cells.drawing/radiobutton/fill_format/_index.md index 9b89feea13..6f7793b672 100644 --- a/english/aspose.cells.drawing/radiobutton/fill_format/_index.md +++ b/english/aspose.cells.drawing/radiobutton/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/radiobutton/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/fit_to_text_size/_index.md b/english/aspose.cells.drawing/radiobutton/fit_to_text_size/_index.md new file mode 100644 index 0000000000..4db1530318 --- /dev/null +++ b/english/aspose.cells.drawing/radiobutton/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/radiobutton/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`RadioButton`](/cells/python-net/aspose.cells.drawing/radiobutton) diff --git a/english/aspose.cells.drawing/radiobutton/font/_index.md b/english/aspose.cells.drawing/radiobutton/font/_index.md index 6e2cb40647..bad05d4000 100644 --- a/english/aspose.cells.drawing/radiobutton/font/_index.md +++ b/english/aspose.cells.drawing/radiobutton/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/radiobutton/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/format_characters/_index.md b/english/aspose.cells.drawing/radiobutton/format_characters/_index.md index 52c9ce1c07..12c0847654 100644 --- a/english/aspose.cells.drawing/radiobutton/format_characters/_index.md +++ b/english/aspose.cells.drawing/radiobutton/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/radiobutton/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/format_picture/_index.md b/english/aspose.cells.drawing/radiobutton/format_picture/_index.md index 0217f492fa..d93e8cff51 100644 --- a/english/aspose.cells.drawing/radiobutton/format_picture/_index.md +++ b/english/aspose.cells.drawing/radiobutton/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/radiobutton/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/geometry/_index.md b/english/aspose.cells.drawing/radiobutton/geometry/_index.md index 083b7232d6..ceefe4af06 100644 --- a/english/aspose.cells.drawing/radiobutton/geometry/_index.md +++ b/english/aspose.cells.drawing/radiobutton/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/radiobutton/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/get_actual_box/_index.md b/english/aspose.cells.drawing/radiobutton/get_actual_box/_index.md index 60f9f3d00a..5cec2f2e7f 100644 --- a/english/aspose.cells.drawing/radiobutton/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/radiobutton/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_characters/_index.md b/english/aspose.cells.drawing/radiobutton/get_characters/_index.md index e6fa665d70..6ba8b1d189 100644 --- a/english/aspose.cells.drawing/radiobutton/get_characters/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/radiobutton/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_connection_points/_index.md b/english/aspose.cells.drawing/radiobutton/get_connection_points/_index.md index f2d6341cb1..3bd3fe72f0 100644 --- a/english/aspose.cells.drawing/radiobutton/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/radiobutton/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_input_range/_index.md b/english/aspose.cells.drawing/radiobutton/get_input_range/_index.md index 04ff209de7..d388d1317e 100644 --- a/english/aspose.cells.drawing/radiobutton/get_input_range/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/radiobutton/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_linked_cell/_index.md b/english/aspose.cells.drawing/radiobutton/get_linked_cell/_index.md index 4ac7ae3aed..3f98b5722a 100644 --- a/english/aspose.cells.drawing/radiobutton/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/radiobutton/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_locked_property/_index.md b/english/aspose.cells.drawing/radiobutton/get_locked_property/_index.md index 3dced69916..856a25eac9 100644 --- a/english/aspose.cells.drawing/radiobutton/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/radiobutton/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_option_index/_index.md b/english/aspose.cells.drawing/radiobutton/get_option_index/_index.md index 2652ae3279..8a97ac932b 100644 --- a/english/aspose.cells.drawing/radiobutton/get_option_index/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_option_index/_index.md @@ -3,12 +3,12 @@ title: get_option_index method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/radiobutton/get_option_index/ is_root: false --- -## get_option_index {#} +## get_option_index(self) {#} Gets the option index (one-based) in all the radio buttons of the GroupBox which contains this radio button. @@ -20,6 +20,7 @@ Gets the option index (one-based) in all the radio buttons of the GroupBox which ```python + def get_option_index(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/radiobutton/get_result_of_smart_art/_index.md index f08c5c386d..6d12ae385e 100644 --- a/english/aspose.cells.drawing/radiobutton/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/radiobutton/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/get_rich_formattings/_index.md b/english/aspose.cells.drawing/radiobutton/get_rich_formattings/_index.md index b764fc321a..49bf215a20 100644 --- a/english/aspose.cells.drawing/radiobutton/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/radiobutton/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/radiobutton/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/glow/_index.md b/english/aspose.cells.drawing/radiobutton/glow/_index.md index 19e5e0d94f..86e23d41d7 100644 --- a/english/aspose.cells.drawing/radiobutton/glow/_index.md +++ b/english/aspose.cells.drawing/radiobutton/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/radiobutton/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/group/_index.md b/english/aspose.cells.drawing/radiobutton/group/_index.md index 736abfce56..30767301c9 100644 --- a/english/aspose.cells.drawing/radiobutton/group/_index.md +++ b/english/aspose.cells.drawing/radiobutton/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/radiobutton/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/group_box/_index.md b/english/aspose.cells.drawing/radiobutton/group_box/_index.md index 58159c1642..49366d2957 100644 --- a/english/aspose.cells.drawing/radiobutton/group_box/_index.md +++ b/english/aspose.cells.drawing/radiobutton/group_box/_index.md @@ -3,7 +3,7 @@ title: group_box property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/radiobutton/group_box/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/has_line/_index.md b/english/aspose.cells.drawing/radiobutton/has_line/_index.md index cf73cf8e64..afaa9fd5e1 100644 --- a/english/aspose.cells.drawing/radiobutton/has_line/_index.md +++ b/english/aspose.cells.drawing/radiobutton/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/radiobutton/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height/_index.md b/english/aspose.cells.drawing/radiobutton/height/_index.md index fe6af21330..58f17d89e8 100644 --- a/english/aspose.cells.drawing/radiobutton/height/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/radiobutton/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height_cm/_index.md b/english/aspose.cells.drawing/radiobutton/height_cm/_index.md index 34840a330d..8380c65aa8 100644 --- a/english/aspose.cells.drawing/radiobutton/height_cm/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/radiobutton/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height_in_shape/_index.md b/english/aspose.cells.drawing/radiobutton/height_in_shape/_index.md index 76c3e14348..976abc0aa0 100644 --- a/english/aspose.cells.drawing/radiobutton/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/radiobutton/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height_inch/_index.md b/english/aspose.cells.drawing/radiobutton/height_inch/_index.md index d79c533983..60af33f907 100644 --- a/english/aspose.cells.drawing/radiobutton/height_inch/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/radiobutton/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height_pt/_index.md b/english/aspose.cells.drawing/radiobutton/height_pt/_index.md index 521c402f6c..e53725d68c 100644 --- a/english/aspose.cells.drawing/radiobutton/height_pt/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/radiobutton/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/height_scale/_index.md b/english/aspose.cells.drawing/radiobutton/height_scale/_index.md index 6aea7b03d9..5aeee32f3b 100644 --- a/english/aspose.cells.drawing/radiobutton/height_scale/_index.md +++ b/english/aspose.cells.drawing/radiobutton/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/radiobutton/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/html_text/_index.md b/english/aspose.cells.drawing/radiobutton/html_text/_index.md index 1c0de44281..3ce9a852a8 100644 --- a/english/aspose.cells.drawing/radiobutton/html_text/_index.md +++ b/english/aspose.cells.drawing/radiobutton/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/radiobutton/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/hyperlink/_index.md b/english/aspose.cells.drawing/radiobutton/hyperlink/_index.md index 4960d7cd79..ad237e1a28 100644 --- a/english/aspose.cells.drawing/radiobutton/hyperlink/_index.md +++ b/english/aspose.cells.drawing/radiobutton/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/radiobutton/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/id/_index.md b/english/aspose.cells.drawing/radiobutton/id/_index.md index d62faa6ef0..bd49d6c6b9 100644 --- a/english/aspose.cells.drawing/radiobutton/id/_index.md +++ b/english/aspose.cells.drawing/radiobutton/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/radiobutton/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/input_range/_index.md b/english/aspose.cells.drawing/radiobutton/input_range/_index.md index 357c3214aa..30a3be4d7e 100644 --- a/english/aspose.cells.drawing/radiobutton/input_range/_index.md +++ b/english/aspose.cells.drawing/radiobutton/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/radiobutton/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/radiobutton/is_aspect_ratio_locked/_index.md index 56e2ef8cd1..c02ac6c8e9 100644 --- a/english/aspose.cells.drawing/radiobutton/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/radiobutton/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_checked/_index.md b/english/aspose.cells.drawing/radiobutton/is_checked/_index.md index 62e31d62ad..7678975e2c 100644 --- a/english/aspose.cells.drawing/radiobutton/is_checked/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_checked/_index.md @@ -3,7 +3,7 @@ title: is_checked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/radiobutton/is_checked/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_decorative/_index.md b/english/aspose.cells.drawing/radiobutton/is_decorative/_index.md index b226a034e3..4aeefe050d 100644 --- a/english/aspose.cells.drawing/radiobutton/is_decorative/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/radiobutton/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_equation/_index.md b/english/aspose.cells.drawing/radiobutton/is_equation/_index.md index 84c5fc014f..1b09fa3a25 100644 --- a/english/aspose.cells.drawing/radiobutton/is_equation/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/radiobutton/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_filled/_index.md b/english/aspose.cells.drawing/radiobutton/is_filled/_index.md index a34486b9f8..742c970efa 100644 --- a/english/aspose.cells.drawing/radiobutton/is_filled/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/radiobutton/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/radiobutton/is_flipped_horizontally/_index.md index 90308782a6..69d44c1f7e 100644 --- a/english/aspose.cells.drawing/radiobutton/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/radiobutton/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/radiobutton/is_flipped_vertically/_index.md index b703f6b635..cc74322ae1 100644 --- a/english/aspose.cells.drawing/radiobutton/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/radiobutton/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_group/_index.md b/english/aspose.cells.drawing/radiobutton/is_group/_index.md index a46ba92b04..4bc70af15f 100644 --- a/english/aspose.cells.drawing/radiobutton/is_group/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/radiobutton/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_hidden/_index.md b/english/aspose.cells.drawing/radiobutton/is_hidden/_index.md index b52a4cf04b..fecc17d17f 100644 --- a/english/aspose.cells.drawing/radiobutton/is_hidden/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/radiobutton/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_in_group/_index.md b/english/aspose.cells.drawing/radiobutton/is_in_group/_index.md index d70a7b6ea5..0ed6db7be6 100644 --- a/english/aspose.cells.drawing/radiobutton/is_in_group/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/radiobutton/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/radiobutton/is_lock_aspect_ratio/_index.md index d504eba2bb..470b29aa41 100644 --- a/english/aspose.cells.drawing/radiobutton/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/radiobutton/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_locked/_index.md b/english/aspose.cells.drawing/radiobutton/is_locked/_index.md index 5570781523..aa60b0b792 100644 --- a/english/aspose.cells.drawing/radiobutton/is_locked/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/radiobutton/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_printable/_index.md b/english/aspose.cells.drawing/radiobutton/is_printable/_index.md index b478045b05..4b97405c86 100644 --- a/english/aspose.cells.drawing/radiobutton/is_printable/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/radiobutton/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_rich_text/_index.md b/english/aspose.cells.drawing/radiobutton/is_rich_text/_index.md index 01a108f11c..a109708443 100644 --- a/english/aspose.cells.drawing/radiobutton/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/radiobutton/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_same_setting/_index.md b/english/aspose.cells.drawing/radiobutton/is_same_setting/_index.md index bc760f80d4..e57ee41a29 100644 --- a/english/aspose.cells.drawing/radiobutton/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/radiobutton/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/is_smart_art/_index.md b/english/aspose.cells.drawing/radiobutton/is_smart_art/_index.md index 1e0c97c756..9b32d68c89 100644 --- a/english/aspose.cells.drawing/radiobutton/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/radiobutton/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_text_wrapped/_index.md b/english/aspose.cells.drawing/radiobutton/is_text_wrapped/_index.md index 44cd059037..4ed3f8e8ed 100644 --- a/english/aspose.cells.drawing/radiobutton/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/radiobutton/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/is_word_art/_index.md b/english/aspose.cells.drawing/radiobutton/is_word_art/_index.md index b47bf5679a..52cd6e1a33 100644 --- a/english/aspose.cells.drawing/radiobutton/is_word_art/_index.md +++ b/english/aspose.cells.drawing/radiobutton/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/radiobutton/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/left/_index.md b/english/aspose.cells.drawing/radiobutton/left/_index.md index bb84046d0c..0383daf7b5 100644 --- a/english/aspose.cells.drawing/radiobutton/left/_index.md +++ b/english/aspose.cells.drawing/radiobutton/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/radiobutton/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/left_cm/_index.md b/english/aspose.cells.drawing/radiobutton/left_cm/_index.md index ad5950305f..c5e1c45d45 100644 --- a/english/aspose.cells.drawing/radiobutton/left_cm/_index.md +++ b/english/aspose.cells.drawing/radiobutton/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/radiobutton/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/left_in_shape/_index.md b/english/aspose.cells.drawing/radiobutton/left_in_shape/_index.md index 32c5969c22..2d3b57c7db 100644 --- a/english/aspose.cells.drawing/radiobutton/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/radiobutton/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/radiobutton/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/left_inch/_index.md b/english/aspose.cells.drawing/radiobutton/left_inch/_index.md index c00d80cafb..8861b95c4c 100644 --- a/english/aspose.cells.drawing/radiobutton/left_inch/_index.md +++ b/english/aspose.cells.drawing/radiobutton/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/radiobutton/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/left_to_corner/_index.md b/english/aspose.cells.drawing/radiobutton/left_to_corner/_index.md index ff799afc64..2397c5d3d7 100644 --- a/english/aspose.cells.drawing/radiobutton/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/radiobutton/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/radiobutton/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/line/_index.md b/english/aspose.cells.drawing/radiobutton/line/_index.md index 8d8772cf09..5189e92743 100644 --- a/english/aspose.cells.drawing/radiobutton/line/_index.md +++ b/english/aspose.cells.drawing/radiobutton/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/radiobutton/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/line_format/_index.md b/english/aspose.cells.drawing/radiobutton/line_format/_index.md index 59bf712d82..a94cc20b7a 100644 --- a/english/aspose.cells.drawing/radiobutton/line_format/_index.md +++ b/english/aspose.cells.drawing/radiobutton/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/radiobutton/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/linked_cell/_index.md b/english/aspose.cells.drawing/radiobutton/linked_cell/_index.md index 8f2c66e45a..6509be8ef3 100644 --- a/english/aspose.cells.drawing/radiobutton/linked_cell/_index.md +++ b/english/aspose.cells.drawing/radiobutton/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/radiobutton/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/lower_delta_x/_index.md b/english/aspose.cells.drawing/radiobutton/lower_delta_x/_index.md index fadb0f921a..8ac3a42b5c 100644 --- a/english/aspose.cells.drawing/radiobutton/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/radiobutton/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/radiobutton/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/lower_delta_y/_index.md b/english/aspose.cells.drawing/radiobutton/lower_delta_y/_index.md index 8785f4b448..e403061c5a 100644 --- a/english/aspose.cells.drawing/radiobutton/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/radiobutton/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/radiobutton/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/lower_right_column/_index.md b/english/aspose.cells.drawing/radiobutton/lower_right_column/_index.md index db94881b35..a88ad15c00 100644 --- a/english/aspose.cells.drawing/radiobutton/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/radiobutton/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/radiobutton/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/lower_right_row/_index.md b/english/aspose.cells.drawing/radiobutton/lower_right_row/_index.md index 42c82d87bd..122727d96f 100644 --- a/english/aspose.cells.drawing/radiobutton/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/radiobutton/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/radiobutton/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/macro_name/_index.md b/english/aspose.cells.drawing/radiobutton/macro_name/_index.md index 7e43150ef9..e717aba1c0 100644 --- a/english/aspose.cells.drawing/radiobutton/macro_name/_index.md +++ b/english/aspose.cells.drawing/radiobutton/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/radiobutton/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md b/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md index 9b3e48b5e4..2f9bb95a62 100644 --- a/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md +++ b/english/aspose.cells.drawing/radiobutton/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/radiobutton/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/mso_drawing_type/_index.md b/english/aspose.cells.drawing/radiobutton/mso_drawing_type/_index.md index 7daff79604..1777ffdf26 100644 --- a/english/aspose.cells.drawing/radiobutton/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/radiobutton/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/name/_index.md b/english/aspose.cells.drawing/radiobutton/name/_index.md index dfd981f5a2..d8eebd817d 100644 --- a/english/aspose.cells.drawing/radiobutton/name/_index.md +++ b/english/aspose.cells.drawing/radiobutton/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/radiobutton/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/paths/_index.md b/english/aspose.cells.drawing/radiobutton/paths/_index.md index 7c3abb065e..40169c7529 100644 --- a/english/aspose.cells.drawing/radiobutton/paths/_index.md +++ b/english/aspose.cells.drawing/radiobutton/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/radiobutton/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/placement/_index.md b/english/aspose.cells.drawing/radiobutton/placement/_index.md index 9ff6481584..b423e06c97 100644 --- a/english/aspose.cells.drawing/radiobutton/placement/_index.md +++ b/english/aspose.cells.drawing/radiobutton/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/radiobutton/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/reflection/_index.md b/english/aspose.cells.drawing/radiobutton/reflection/_index.md index 1ec6de33bd..724bf03eb1 100644 --- a/english/aspose.cells.drawing/radiobutton/reflection/_index.md +++ b/english/aspose.cells.drawing/radiobutton/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/radiobutton/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/radiobutton/relative_to_original_picture_size/_index.md index e5e8770bdb..457aa5c41a 100644 --- a/english/aspose.cells.drawing/radiobutton/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/radiobutton/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/radiobutton/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/remove_active_x_control/_index.md b/english/aspose.cells.drawing/radiobutton/remove_active_x_control/_index.md index 981d998a9e..b99472fb2c 100644 --- a/english/aspose.cells.drawing/radiobutton/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/radiobutton/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/radiobutton/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/remove_hyperlink/_index.md b/english/aspose.cells.drawing/radiobutton/remove_hyperlink/_index.md index 1d70ba0e61..1b077a6180 100644 --- a/english/aspose.cells.drawing/radiobutton/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/radiobutton/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/radiobutton/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/right/_index.md b/english/aspose.cells.drawing/radiobutton/right/_index.md index 7dd7ad197b..a15d7799e1 100644 --- a/english/aspose.cells.drawing/radiobutton/right/_index.md +++ b/english/aspose.cells.drawing/radiobutton/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/radiobutton/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/rotation_angle/_index.md b/english/aspose.cells.drawing/radiobutton/rotation_angle/_index.md index 9edaf4da42..b68aac0565 100644 --- a/english/aspose.cells.drawing/radiobutton/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/radiobutton/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/radiobutton/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/set_input_range/_index.md b/english/aspose.cells.drawing/radiobutton/set_input_range/_index.md index 6d92c10e2a..c5b17f0479 100644 --- a/english/aspose.cells.drawing/radiobutton/set_input_range/_index.md +++ b/english/aspose.cells.drawing/radiobutton/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/radiobutton/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/set_linked_cell/_index.md b/english/aspose.cells.drawing/radiobutton/set_linked_cell/_index.md index 46e36758b7..c48e75c995 100644 --- a/english/aspose.cells.drawing/radiobutton/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/radiobutton/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/radiobutton/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/set_locked_property/_index.md b/english/aspose.cells.drawing/radiobutton/set_locked_property/_index.md index 247e6e9d88..e34da164b1 100644 --- a/english/aspose.cells.drawing/radiobutton/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/radiobutton/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/radiobutton/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/shadow/_index.md b/english/aspose.cells.drawing/radiobutton/shadow/_index.md index 6145890858..2424083754 100644 --- a/english/aspose.cells.drawing/radiobutton/shadow/_index.md +++ b/english/aspose.cells.drawing/radiobutton/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/radiobutton/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/shadow_effect/_index.md b/english/aspose.cells.drawing/radiobutton/shadow_effect/_index.md index 1be7a01331..95e70d371f 100644 --- a/english/aspose.cells.drawing/radiobutton/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/radiobutton/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/radiobutton/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/soft_edges/_index.md b/english/aspose.cells.drawing/radiobutton/soft_edges/_index.md index 33c2f82ecf..cbefacb8dd 100644 --- a/english/aspose.cells.drawing/radiobutton/soft_edges/_index.md +++ b/english/aspose.cells.drawing/radiobutton/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/radiobutton/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/spid/_index.md b/english/aspose.cells.drawing/radiobutton/spid/_index.md index 0114df305b..735670d4db 100644 --- a/english/aspose.cells.drawing/radiobutton/spid/_index.md +++ b/english/aspose.cells.drawing/radiobutton/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/radiobutton/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/spt/_index.md b/english/aspose.cells.drawing/radiobutton/spt/_index.md index 8714b4dee0..bad5a9d7e1 100644 --- a/english/aspose.cells.drawing/radiobutton/spt/_index.md +++ b/english/aspose.cells.drawing/radiobutton/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/radiobutton/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text/_index.md b/english/aspose.cells.drawing/radiobutton/text/_index.md index 83ece71bf7..1ab9af795c 100644 --- a/english/aspose.cells.drawing/radiobutton/text/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/radiobutton/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_body/_index.md b/english/aspose.cells.drawing/radiobutton/text_body/_index.md index ccd98811a9..008acecc38 100644 --- a/english/aspose.cells.drawing/radiobutton/text_body/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/radiobutton/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_box_options/_index.md b/english/aspose.cells.drawing/radiobutton/text_box_options/_index.md index 835dbc2568..1cb7e20201 100644 --- a/english/aspose.cells.drawing/radiobutton/text_box_options/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/radiobutton/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_direction/_index.md b/english/aspose.cells.drawing/radiobutton/text_direction/_index.md index 71fedc5463..7c7eb9b16d 100644 --- a/english/aspose.cells.drawing/radiobutton/text_direction/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/radiobutton/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_effect/_index.md b/english/aspose.cells.drawing/radiobutton/text_effect/_index.md index 3df6d04545..010b5a96e1 100644 --- a/english/aspose.cells.drawing/radiobutton/text_effect/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/radiobutton/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/radiobutton/text_horizontal_alignment/_index.md index 89375e6092..54307717c8 100644 --- a/english/aspose.cells.drawing/radiobutton/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/radiobutton/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/radiobutton/text_horizontal_overflow/_index.md index b2b8e2952b..b080685726 100644 --- a/english/aspose.cells.drawing/radiobutton/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/radiobutton/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_options/_index.md b/english/aspose.cells.drawing/radiobutton/text_options/_index.md index b865749cc4..53e4515a00 100644 --- a/english/aspose.cells.drawing/radiobutton/text_options/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/radiobutton/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_orientation_type/_index.md b/english/aspose.cells.drawing/radiobutton/text_orientation_type/_index.md index 1ff940d3ec..e0379b4a49 100644 --- a/english/aspose.cells.drawing/radiobutton/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/radiobutton/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_shape_type/_index.md b/english/aspose.cells.drawing/radiobutton/text_shape_type/_index.md index 0e81c591e0..36d7cf9991 100644 --- a/english/aspose.cells.drawing/radiobutton/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/radiobutton/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/radiobutton/text_vertical_alignment/_index.md index 6fe45d719c..360a18e3a5 100644 --- a/english/aspose.cells.drawing/radiobutton/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/radiobutton/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/radiobutton/text_vertical_overflow/_index.md index 0b74c9e049..0d83430b44 100644 --- a/english/aspose.cells.drawing/radiobutton/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/radiobutton/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/radiobutton/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/three_d_format/_index.md b/english/aspose.cells.drawing/radiobutton/three_d_format/_index.md index 73663c2bdd..2b33f6084e 100644 --- a/english/aspose.cells.drawing/radiobutton/three_d_format/_index.md +++ b/english/aspose.cells.drawing/radiobutton/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/radiobutton/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/title/_index.md b/english/aspose.cells.drawing/radiobutton/title/_index.md index 529fe01e1a..a4ff4bcf0d 100644 --- a/english/aspose.cells.drawing/radiobutton/title/_index.md +++ b/english/aspose.cells.drawing/radiobutton/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/radiobutton/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/to_front_or_back/_index.md b/english/aspose.cells.drawing/radiobutton/to_front_or_back/_index.md index 161b068c18..4350357410 100644 --- a/english/aspose.cells.drawing/radiobutton/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/radiobutton/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/radiobutton/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/to_image/_index.md b/english/aspose.cells.drawing/radiobutton/to_image/_index.md index e2117a0b50..debed1af4b 100644 --- a/english/aspose.cells.drawing/radiobutton/to_image/_index.md +++ b/english/aspose.cells.drawing/radiobutton/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/radiobutton/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/top/_index.md b/english/aspose.cells.drawing/radiobutton/top/_index.md index 62213ae50d..92666c0e74 100644 --- a/english/aspose.cells.drawing/radiobutton/top/_index.md +++ b/english/aspose.cells.drawing/radiobutton/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/radiobutton/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/top_cm/_index.md b/english/aspose.cells.drawing/radiobutton/top_cm/_index.md index 3b7c96eb2f..dfd42a072c 100644 --- a/english/aspose.cells.drawing/radiobutton/top_cm/_index.md +++ b/english/aspose.cells.drawing/radiobutton/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/radiobutton/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/top_in_shape/_index.md b/english/aspose.cells.drawing/radiobutton/top_in_shape/_index.md index 80af9ee8bf..a434e89b07 100644 --- a/english/aspose.cells.drawing/radiobutton/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/radiobutton/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/radiobutton/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/top_inch/_index.md b/english/aspose.cells.drawing/radiobutton/top_inch/_index.md index 7bb79c6185..2a5313c2e6 100644 --- a/english/aspose.cells.drawing/radiobutton/top_inch/_index.md +++ b/english/aspose.cells.drawing/radiobutton/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/radiobutton/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/top_to_corner/_index.md b/english/aspose.cells.drawing/radiobutton/top_to_corner/_index.md index 91ef0d5d1b..acbaec1858 100644 --- a/english/aspose.cells.drawing/radiobutton/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/radiobutton/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/radiobutton/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/type/_index.md b/english/aspose.cells.drawing/radiobutton/type/_index.md index 483296f261..a00ace7841 100644 --- a/english/aspose.cells.drawing/radiobutton/type/_index.md +++ b/english/aspose.cells.drawing/radiobutton/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/radiobutton/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/update_selected_value/_index.md b/english/aspose.cells.drawing/radiobutton/update_selected_value/_index.md index 0808220a2f..268d37b76c 100644 --- a/english/aspose.cells.drawing/radiobutton/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/radiobutton/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/radiobutton/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/radiobutton/upper_delta_x/_index.md b/english/aspose.cells.drawing/radiobutton/upper_delta_x/_index.md index dabdf7d863..d68daaeef7 100644 --- a/english/aspose.cells.drawing/radiobutton/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/radiobutton/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/radiobutton/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/upper_delta_y/_index.md b/english/aspose.cells.drawing/radiobutton/upper_delta_y/_index.md index 7242ccbbb4..314ee7d735 100644 --- a/english/aspose.cells.drawing/radiobutton/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/radiobutton/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/radiobutton/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/upper_left_column/_index.md b/english/aspose.cells.drawing/radiobutton/upper_left_column/_index.md index 78cb932624..fb171ef739 100644 --- a/english/aspose.cells.drawing/radiobutton/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/radiobutton/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/radiobutton/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/upper_left_row/_index.md b/english/aspose.cells.drawing/radiobutton/upper_left_row/_index.md index 17531507b6..32c935a703 100644 --- a/english/aspose.cells.drawing/radiobutton/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/radiobutton/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/radiobutton/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width/_index.md b/english/aspose.cells.drawing/radiobutton/width/_index.md index a4e85492ce..9aff2014de 100644 --- a/english/aspose.cells.drawing/radiobutton/width/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/radiobutton/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width_cm/_index.md b/english/aspose.cells.drawing/radiobutton/width_cm/_index.md index 31e7738901..04f28a6f80 100644 --- a/english/aspose.cells.drawing/radiobutton/width_cm/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/radiobutton/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width_in_shape/_index.md b/english/aspose.cells.drawing/radiobutton/width_in_shape/_index.md index 76d1f8cd8e..dd2d4384f8 100644 --- a/english/aspose.cells.drawing/radiobutton/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/radiobutton/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width_inch/_index.md b/english/aspose.cells.drawing/radiobutton/width_inch/_index.md index 8e9274e8c2..0e7cb2a2ce 100644 --- a/english/aspose.cells.drawing/radiobutton/width_inch/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/radiobutton/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width_pt/_index.md b/english/aspose.cells.drawing/radiobutton/width_pt/_index.md index 3610c82ae4..4a82775d0f 100644 --- a/english/aspose.cells.drawing/radiobutton/width_pt/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/radiobutton/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/width_scale/_index.md b/english/aspose.cells.drawing/radiobutton/width_scale/_index.md index e9dfa1ce1c..d1bd9ee2f5 100644 --- a/english/aspose.cells.drawing/radiobutton/width_scale/_index.md +++ b/english/aspose.cells.drawing/radiobutton/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/radiobutton/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/worksheet/_index.md b/english/aspose.cells.drawing/radiobutton/worksheet/_index.md index f44ccfbc9d..b9994255e4 100644 --- a/english/aspose.cells.drawing/radiobutton/worksheet/_index.md +++ b/english/aspose.cells.drawing/radiobutton/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/radiobutton/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/x/_index.md b/english/aspose.cells.drawing/radiobutton/x/_index.md index 8fc9d12408..cb0ded3764 100644 --- a/english/aspose.cells.drawing/radiobutton/x/_index.md +++ b/english/aspose.cells.drawing/radiobutton/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/radiobutton/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/y/_index.md b/english/aspose.cells.drawing/radiobutton/y/_index.md index 42f116d16a..ae5e1a43e4 100644 --- a/english/aspose.cells.drawing/radiobutton/y/_index.md +++ b/english/aspose.cells.drawing/radiobutton/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/radiobutton/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/radiobutton/z_order_position/_index.md b/english/aspose.cells.drawing/radiobutton/z_order_position/_index.md index 138f59ac17..759b52bb94 100644 --- a/english/aspose.cells.drawing/radiobutton/z_order_position/_index.md +++ b/english/aspose.cells.drawing/radiobutton/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/radiobutton/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/_index.md b/english/aspose.cells.drawing/rectangleshape/_index.md index b9eda4e08c..a0b06c54f6 100644 --- a/english/aspose.cells.drawing/rectangleshape/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/_index.md @@ -130,31 +130,32 @@ The RectangleShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/rectangleshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/rectangleshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/rectangleshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/rectangleshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/rectangleshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/rectangleshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/rectangleshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/rectangleshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/rectangleshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/rectangleshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/rectangleshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/rectangleshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/rectangleshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/rectangleshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/rectangleshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/rectangleshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/rectangleshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/rectangleshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/rectangleshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/rectangleshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/rectangleshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/rectangleshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/rectangleshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/rectangleshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/rectangleshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/rectangleshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/rectangleshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/rectangleshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/rectangleshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/rectangleshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/rectangleshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/rectangleshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/rectangleshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/rectangleshape/active_x_control/_index.md b/english/aspose.cells.drawing/rectangleshape/active_x_control/_index.md index 9aa9284834..1e86e19234 100644 --- a/english/aspose.cells.drawing/rectangleshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/rectangleshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/rectangleshape/actual_lower_right_row/_index.md index 449c3dc2e2..57d3f37136 100644 --- a/english/aspose.cells.drawing/rectangleshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/rectangleshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/rectangleshape/add_hyperlink/_index.md index 94bb7e69c1..bf209890d7 100644 --- a/english/aspose.cells.drawing/rectangleshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/rectangleshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/rectangleshape/align_top_right_corner/_index.md index 9d4dd2e878..426e7b8bbf 100644 --- a/english/aspose.cells.drawing/rectangleshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/rectangleshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/alternative_text/_index.md b/english/aspose.cells.drawing/rectangleshape/alternative_text/_index.md index 8d4f6db2c5..81265f3905 100644 --- a/english/aspose.cells.drawing/rectangleshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/rectangleshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/anchor_type/_index.md b/english/aspose.cells.drawing/rectangleshape/anchor_type/_index.md index 3344fdecf8..2119731278 100644 --- a/english/aspose.cells.drawing/rectangleshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/rectangleshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/rectangleshape/auto_shape_type/_index.md index f2d5b0c87b..09de1d0b56 100644 --- a/english/aspose.cells.drawing/rectangleshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/rectangleshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/bottom/_index.md b/english/aspose.cells.drawing/rectangleshape/bottom/_index.md index c17cf62883..f61c56db6c 100644 --- a/english/aspose.cells.drawing/rectangleshape/bottom/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/rectangleshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/rectangleshape/calculate_text_size/_index.md index 5616f92073..b8ccce5d64 100644 --- a/english/aspose.cells.drawing/rectangleshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/rectangleshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/characters/_index.md b/english/aspose.cells.drawing/rectangleshape/characters/_index.md index f44c8a9a8f..a9f1e504bd 100644 --- a/english/aspose.cells.drawing/rectangleshape/characters/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/rectangleshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/control_data/_index.md b/english/aspose.cells.drawing/rectangleshape/control_data/_index.md index b119f976d4..346fbae0c5 100644 --- a/english/aspose.cells.drawing/rectangleshape/control_data/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/rectangleshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/create_id/_index.md b/english/aspose.cells.drawing/rectangleshape/create_id/_index.md index d7989ef3de..30187d0800 100644 --- a/english/aspose.cells.drawing/rectangleshape/create_id/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/rectangleshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/fill/_index.md b/english/aspose.cells.drawing/rectangleshape/fill/_index.md index f24dc6ec2a..1398ff29b4 100644 --- a/english/aspose.cells.drawing/rectangleshape/fill/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/rectangleshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/fill_format/_index.md b/english/aspose.cells.drawing/rectangleshape/fill_format/_index.md index 31dc51fbcb..d6ac869f36 100644 --- a/english/aspose.cells.drawing/rectangleshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/rectangleshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/rectangleshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..802e9d1e61 --- /dev/null +++ b/english/aspose.cells.drawing/rectangleshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/rectangleshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`RectangleShape`](/cells/python-net/aspose.cells.drawing/rectangleshape) diff --git a/english/aspose.cells.drawing/rectangleshape/font/_index.md b/english/aspose.cells.drawing/rectangleshape/font/_index.md index 953f3d3439..c1ce9c1ade 100644 --- a/english/aspose.cells.drawing/rectangleshape/font/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/rectangleshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/format_characters/_index.md b/english/aspose.cells.drawing/rectangleshape/format_characters/_index.md index b6cda2db41..126fc663a5 100644 --- a/english/aspose.cells.drawing/rectangleshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/rectangleshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/format_picture/_index.md b/english/aspose.cells.drawing/rectangleshape/format_picture/_index.md index 0361fb6bb1..278cb9f98b 100644 --- a/english/aspose.cells.drawing/rectangleshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/rectangleshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/geometry/_index.md b/english/aspose.cells.drawing/rectangleshape/geometry/_index.md index 359138d5f1..95667e551b 100644 --- a/english/aspose.cells.drawing/rectangleshape/geometry/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/rectangleshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/get_actual_box/_index.md b/english/aspose.cells.drawing/rectangleshape/get_actual_box/_index.md index 1594f726d7..bb3e18069d 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/rectangleshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_characters/_index.md b/english/aspose.cells.drawing/rectangleshape/get_characters/_index.md index 4318f1958a..cc66185290 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/rectangleshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_connection_points/_index.md b/english/aspose.cells.drawing/rectangleshape/get_connection_points/_index.md index 70fd515681..dce4d7fbb3 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/rectangleshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_input_range/_index.md b/english/aspose.cells.drawing/rectangleshape/get_input_range/_index.md index 05efb070d7..d64676ca56 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/rectangleshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/rectangleshape/get_linked_cell/_index.md index a072aba13a..07c7d99118 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/rectangleshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_locked_property/_index.md b/english/aspose.cells.drawing/rectangleshape/get_locked_property/_index.md index 7869061800..eee08f6d61 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/rectangleshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/_index.md index 0c5f701f3b..a3b28e8fdb 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/rectangleshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/rectangleshape/get_rich_formattings/_index.md index 5ef255bbcd..bb8a3ea766 100644 --- a/english/aspose.cells.drawing/rectangleshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/rectangleshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/glow/_index.md b/english/aspose.cells.drawing/rectangleshape/glow/_index.md index e7ddfa9df9..8a7747514f 100644 --- a/english/aspose.cells.drawing/rectangleshape/glow/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/rectangleshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/group/_index.md b/english/aspose.cells.drawing/rectangleshape/group/_index.md index 7decade9f6..d7bc59b20f 100644 --- a/english/aspose.cells.drawing/rectangleshape/group/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/rectangleshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/has_line/_index.md b/english/aspose.cells.drawing/rectangleshape/has_line/_index.md index dc000b623a..997fe6d258 100644 --- a/english/aspose.cells.drawing/rectangleshape/has_line/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/rectangleshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height/_index.md b/english/aspose.cells.drawing/rectangleshape/height/_index.md index d0e85df98f..ffc61689a2 100644 --- a/english/aspose.cells.drawing/rectangleshape/height/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/rectangleshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height_cm/_index.md b/english/aspose.cells.drawing/rectangleshape/height_cm/_index.md index 96f1a465f7..29505e192e 100644 --- a/english/aspose.cells.drawing/rectangleshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/rectangleshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height_in_shape/_index.md b/english/aspose.cells.drawing/rectangleshape/height_in_shape/_index.md index 0df6aad69a..7514fe1b49 100644 --- a/english/aspose.cells.drawing/rectangleshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/rectangleshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height_inch/_index.md b/english/aspose.cells.drawing/rectangleshape/height_inch/_index.md index 7cece8372a..c0d301c076 100644 --- a/english/aspose.cells.drawing/rectangleshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/rectangleshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height_pt/_index.md b/english/aspose.cells.drawing/rectangleshape/height_pt/_index.md index 689bc972bd..f5f7cd3ddb 100644 --- a/english/aspose.cells.drawing/rectangleshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/rectangleshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/height_scale/_index.md b/english/aspose.cells.drawing/rectangleshape/height_scale/_index.md index 71a9b91621..9bb00bb91c 100644 --- a/english/aspose.cells.drawing/rectangleshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/rectangleshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/html_text/_index.md b/english/aspose.cells.drawing/rectangleshape/html_text/_index.md index 4fff46eebf..1b7954c7c3 100644 --- a/english/aspose.cells.drawing/rectangleshape/html_text/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/rectangleshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/hyperlink/_index.md b/english/aspose.cells.drawing/rectangleshape/hyperlink/_index.md index 6a4be8d3f9..f34277d1d5 100644 --- a/english/aspose.cells.drawing/rectangleshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/rectangleshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/id/_index.md b/english/aspose.cells.drawing/rectangleshape/id/_index.md index d05476885d..78fe8961d3 100644 --- a/english/aspose.cells.drawing/rectangleshape/id/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/rectangleshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/input_range/_index.md b/english/aspose.cells.drawing/rectangleshape/input_range/_index.md index c65cb0cf2d..b6973819a3 100644 --- a/english/aspose.cells.drawing/rectangleshape/input_range/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/rectangleshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/rectangleshape/is_aspect_ratio_locked/_index.md index 883e396aff..51bf2c8ca4 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/rectangleshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_decorative/_index.md b/english/aspose.cells.drawing/rectangleshape/is_decorative/_index.md index ac1673774a..a48802e43d 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/rectangleshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_equation/_index.md b/english/aspose.cells.drawing/rectangleshape/is_equation/_index.md index 9b63e2c95a..52fff56d95 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/rectangleshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_filled/_index.md b/english/aspose.cells.drawing/rectangleshape/is_filled/_index.md index c587fbb2e2..2b4065fcb4 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/rectangleshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/rectangleshape/is_flipped_horizontally/_index.md index 82986cbb7a..e689b15af1 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/rectangleshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/rectangleshape/is_flipped_vertically/_index.md index 86ba152c96..d062146bff 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/rectangleshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_group/_index.md b/english/aspose.cells.drawing/rectangleshape/is_group/_index.md index 728254e7e4..64beef5e28 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_group/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/rectangleshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_hidden/_index.md b/english/aspose.cells.drawing/rectangleshape/is_hidden/_index.md index 0968d2aaf0..e57da88035 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/rectangleshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_in_group/_index.md b/english/aspose.cells.drawing/rectangleshape/is_in_group/_index.md index c8ae11cf21..3b61c7aeb1 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/rectangleshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/rectangleshape/is_lock_aspect_ratio/_index.md index b04d3733a6..304cf7de20 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/rectangleshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_locked/_index.md b/english/aspose.cells.drawing/rectangleshape/is_locked/_index.md index 48e8ed2f3f..c43b7ab735 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/rectangleshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_printable/_index.md b/english/aspose.cells.drawing/rectangleshape/is_printable/_index.md index 213d7fbdf9..6423acdde2 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/rectangleshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_rich_text/_index.md b/english/aspose.cells.drawing/rectangleshape/is_rich_text/_index.md index 5fb856a311..0ade5d1033 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/rectangleshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_same_setting/_index.md b/english/aspose.cells.drawing/rectangleshape/is_same_setting/_index.md index f71280fb6e..b2faea33d3 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/rectangleshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/is_smart_art/_index.md b/english/aspose.cells.drawing/rectangleshape/is_smart_art/_index.md index 7f9665bedc..74cd950f6f 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/rectangleshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/rectangleshape/is_text_wrapped/_index.md index 3f7d068025..4c8f579456 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/rectangleshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/is_word_art/_index.md b/english/aspose.cells.drawing/rectangleshape/is_word_art/_index.md index fe51f671f1..7dfbd1078c 100644 --- a/english/aspose.cells.drawing/rectangleshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/rectangleshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/left/_index.md b/english/aspose.cells.drawing/rectangleshape/left/_index.md index 00976772f6..69164a8e71 100644 --- a/english/aspose.cells.drawing/rectangleshape/left/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/rectangleshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/left_cm/_index.md b/english/aspose.cells.drawing/rectangleshape/left_cm/_index.md index cadf36f156..5160c40db4 100644 --- a/english/aspose.cells.drawing/rectangleshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/rectangleshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/left_in_shape/_index.md b/english/aspose.cells.drawing/rectangleshape/left_in_shape/_index.md index e183fb5724..674084e18e 100644 --- a/english/aspose.cells.drawing/rectangleshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/rectangleshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/left_inch/_index.md b/english/aspose.cells.drawing/rectangleshape/left_inch/_index.md index ac6c55d6ac..db1e38f3df 100644 --- a/english/aspose.cells.drawing/rectangleshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/rectangleshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/left_to_corner/_index.md b/english/aspose.cells.drawing/rectangleshape/left_to_corner/_index.md index c5641a9090..34a0a32610 100644 --- a/english/aspose.cells.drawing/rectangleshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/rectangleshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/line/_index.md b/english/aspose.cells.drawing/rectangleshape/line/_index.md index ac3aaafd7c..96ab137780 100644 --- a/english/aspose.cells.drawing/rectangleshape/line/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/rectangleshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/line_format/_index.md b/english/aspose.cells.drawing/rectangleshape/line_format/_index.md index c13ce0cb4b..c7ddea8eb1 100644 --- a/english/aspose.cells.drawing/rectangleshape/line_format/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/rectangleshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/linked_cell/_index.md b/english/aspose.cells.drawing/rectangleshape/linked_cell/_index.md index 83e3eb3f5c..d44ecbb8b2 100644 --- a/english/aspose.cells.drawing/rectangleshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/rectangleshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/rectangleshape/lower_delta_x/_index.md index 41170eb9c6..eaddcc145c 100644 --- a/english/aspose.cells.drawing/rectangleshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/rectangleshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/rectangleshape/lower_delta_y/_index.md index d140fdd1d1..1cc94bd19c 100644 --- a/english/aspose.cells.drawing/rectangleshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/rectangleshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/lower_right_column/_index.md b/english/aspose.cells.drawing/rectangleshape/lower_right_column/_index.md index 9b0f83757c..5590032b10 100644 --- a/english/aspose.cells.drawing/rectangleshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/rectangleshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/lower_right_row/_index.md b/english/aspose.cells.drawing/rectangleshape/lower_right_row/_index.md index afdb747cb5..18df52abd2 100644 --- a/english/aspose.cells.drawing/rectangleshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/rectangleshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/macro_name/_index.md b/english/aspose.cells.drawing/rectangleshape/macro_name/_index.md index a4eb13bc09..eaa206c5a5 100644 --- a/english/aspose.cells.drawing/rectangleshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/rectangleshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md b/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md index 53285093e3..3e37328cb3 100644 --- a/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/rectangleshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/rectangleshape/mso_drawing_type/_index.md index 65ad24f353..5fbeb360bd 100644 --- a/english/aspose.cells.drawing/rectangleshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/rectangleshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/name/_index.md b/english/aspose.cells.drawing/rectangleshape/name/_index.md index 19d6ce3c5f..13052fbb0d 100644 --- a/english/aspose.cells.drawing/rectangleshape/name/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/rectangleshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/paths/_index.md b/english/aspose.cells.drawing/rectangleshape/paths/_index.md index 7c92ebda15..e8fea44250 100644 --- a/english/aspose.cells.drawing/rectangleshape/paths/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/rectangleshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/placement/_index.md b/english/aspose.cells.drawing/rectangleshape/placement/_index.md index 0579c0e7a7..d05382eb79 100644 --- a/english/aspose.cells.drawing/rectangleshape/placement/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/rectangleshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/reflection/_index.md b/english/aspose.cells.drawing/rectangleshape/reflection/_index.md index c9ab56a2ea..509bd19bf8 100644 --- a/english/aspose.cells.drawing/rectangleshape/reflection/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/rectangleshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/rectangleshape/relative_to_original_picture_size/_index.md index bf3205f6ec..d8a9c98573 100644 --- a/english/aspose.cells.drawing/rectangleshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/rectangleshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/rectangleshape/remove_active_x_control/_index.md index 72090ba380..ecc4f79354 100644 --- a/english/aspose.cells.drawing/rectangleshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/rectangleshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/rectangleshape/remove_hyperlink/_index.md index 86fa148b23..3c55f1ef9a 100644 --- a/english/aspose.cells.drawing/rectangleshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/rectangleshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/right/_index.md b/english/aspose.cells.drawing/rectangleshape/right/_index.md index e7618ef89b..5f8ecb4452 100644 --- a/english/aspose.cells.drawing/rectangleshape/right/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/rectangleshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/rotation_angle/_index.md b/english/aspose.cells.drawing/rectangleshape/rotation_angle/_index.md index 906c283540..073ad01899 100644 --- a/english/aspose.cells.drawing/rectangleshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/rectangleshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/set_input_range/_index.md b/english/aspose.cells.drawing/rectangleshape/set_input_range/_index.md index 22ce961dde..1254beb923 100644 --- a/english/aspose.cells.drawing/rectangleshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/rectangleshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/rectangleshape/set_linked_cell/_index.md index b01267147b..fd79aa763f 100644 --- a/english/aspose.cells.drawing/rectangleshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/rectangleshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/set_locked_property/_index.md b/english/aspose.cells.drawing/rectangleshape/set_locked_property/_index.md index 562c0f485b..bb7506612e 100644 --- a/english/aspose.cells.drawing/rectangleshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/rectangleshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/shadow_effect/_index.md b/english/aspose.cells.drawing/rectangleshape/shadow_effect/_index.md index 04a577a408..034e0adf99 100644 --- a/english/aspose.cells.drawing/rectangleshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/rectangleshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/soft_edges/_index.md b/english/aspose.cells.drawing/rectangleshape/soft_edges/_index.md index daa1b6213e..618e8b88a2 100644 --- a/english/aspose.cells.drawing/rectangleshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/rectangleshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/spid/_index.md b/english/aspose.cells.drawing/rectangleshape/spid/_index.md index ff82de7f3e..03822b481a 100644 --- a/english/aspose.cells.drawing/rectangleshape/spid/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/rectangleshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/spt/_index.md b/english/aspose.cells.drawing/rectangleshape/spt/_index.md index 462ec82e41..bf9195dfc8 100644 --- a/english/aspose.cells.drawing/rectangleshape/spt/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/rectangleshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text/_index.md b/english/aspose.cells.drawing/rectangleshape/text/_index.md index ba2cc1c944..af8b5d445c 100644 --- a/english/aspose.cells.drawing/rectangleshape/text/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/rectangleshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_body/_index.md b/english/aspose.cells.drawing/rectangleshape/text_body/_index.md index 48a03a6dd5..858aafbde0 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_body/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/rectangleshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_box_options/_index.md b/english/aspose.cells.drawing/rectangleshape/text_box_options/_index.md index 424715f5b5..b0dad71a80 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/rectangleshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_direction/_index.md b/english/aspose.cells.drawing/rectangleshape/text_direction/_index.md index e4bd29182d..2ee7d71410 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/rectangleshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_effect/_index.md b/english/aspose.cells.drawing/rectangleshape/text_effect/_index.md index 96b60a3a70..4fb2c94706 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/rectangleshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/rectangleshape/text_horizontal_alignment/_index.md index 0c5466818e..7d7b7cce67 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/rectangleshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/rectangleshape/text_horizontal_overflow/_index.md index 83ccc1048f..254f2464f2 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/rectangleshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_options/_index.md b/english/aspose.cells.drawing/rectangleshape/text_options/_index.md index ec7bbf85cd..8d3d30b2e7 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_options/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/rectangleshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/rectangleshape/text_orientation_type/_index.md index ce3abe5e89..cbce0aa790 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/rectangleshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_shape_type/_index.md b/english/aspose.cells.drawing/rectangleshape/text_shape_type/_index.md index 027c9f4210..f104eceebe 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/rectangleshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/rectangleshape/text_vertical_alignment/_index.md index c4ca8232fb..9d7d0399d2 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/rectangleshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/rectangleshape/text_vertical_overflow/_index.md index 57d7218d52..90e944d395 100644 --- a/english/aspose.cells.drawing/rectangleshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/rectangleshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/three_d_format/_index.md b/english/aspose.cells.drawing/rectangleshape/three_d_format/_index.md index 12076bd70f..800137b559 100644 --- a/english/aspose.cells.drawing/rectangleshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/rectangleshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/title/_index.md b/english/aspose.cells.drawing/rectangleshape/title/_index.md index e2e11c01c9..c981161aef 100644 --- a/english/aspose.cells.drawing/rectangleshape/title/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/rectangleshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/rectangleshape/to_front_or_back/_index.md index d3a9ce117a..3b5929368b 100644 --- a/english/aspose.cells.drawing/rectangleshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/rectangleshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/to_image/_index.md b/english/aspose.cells.drawing/rectangleshape/to_image/_index.md index 16ed7fe63a..1a47bcddb8 100644 --- a/english/aspose.cells.drawing/rectangleshape/to_image/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/rectangleshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/top/_index.md b/english/aspose.cells.drawing/rectangleshape/top/_index.md index 19e50ce0b7..cd8874659b 100644 --- a/english/aspose.cells.drawing/rectangleshape/top/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/rectangleshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/top_cm/_index.md b/english/aspose.cells.drawing/rectangleshape/top_cm/_index.md index 4453e6c468..a8f335c564 100644 --- a/english/aspose.cells.drawing/rectangleshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/rectangleshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/top_in_shape/_index.md b/english/aspose.cells.drawing/rectangleshape/top_in_shape/_index.md index fcce8859c3..d83a53a0a8 100644 --- a/english/aspose.cells.drawing/rectangleshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/rectangleshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/top_inch/_index.md b/english/aspose.cells.drawing/rectangleshape/top_inch/_index.md index b3583b4194..29070fb15a 100644 --- a/english/aspose.cells.drawing/rectangleshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/rectangleshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/top_to_corner/_index.md b/english/aspose.cells.drawing/rectangleshape/top_to_corner/_index.md index 8a7890f31c..d60b6f32e4 100644 --- a/english/aspose.cells.drawing/rectangleshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/rectangleshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/type/_index.md b/english/aspose.cells.drawing/rectangleshape/type/_index.md index d4b1dc99c2..6e0645e423 100644 --- a/english/aspose.cells.drawing/rectangleshape/type/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/rectangleshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/update_selected_value/_index.md b/english/aspose.cells.drawing/rectangleshape/update_selected_value/_index.md index e5264e8ac2..bb3492eb5e 100644 --- a/english/aspose.cells.drawing/rectangleshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/rectangleshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/rectangleshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/rectangleshape/upper_delta_x/_index.md index 0410d23772..abc8f28981 100644 --- a/english/aspose.cells.drawing/rectangleshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/rectangleshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/rectangleshape/upper_delta_y/_index.md index 219de72e93..ace2cc895a 100644 --- a/english/aspose.cells.drawing/rectangleshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/rectangleshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/upper_left_column/_index.md b/english/aspose.cells.drawing/rectangleshape/upper_left_column/_index.md index a134f29cc2..503c94dbc5 100644 --- a/english/aspose.cells.drawing/rectangleshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/rectangleshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/upper_left_row/_index.md b/english/aspose.cells.drawing/rectangleshape/upper_left_row/_index.md index cff1c4636a..d69fe3febb 100644 --- a/english/aspose.cells.drawing/rectangleshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/rectangleshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width/_index.md b/english/aspose.cells.drawing/rectangleshape/width/_index.md index f3a003ce8e..c1c0f6bbc5 100644 --- a/english/aspose.cells.drawing/rectangleshape/width/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/rectangleshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width_cm/_index.md b/english/aspose.cells.drawing/rectangleshape/width_cm/_index.md index cfe0ff5437..50ffbe9e59 100644 --- a/english/aspose.cells.drawing/rectangleshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/rectangleshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width_in_shape/_index.md b/english/aspose.cells.drawing/rectangleshape/width_in_shape/_index.md index 9d2cf549f5..9f777f3e99 100644 --- a/english/aspose.cells.drawing/rectangleshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/rectangleshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width_inch/_index.md b/english/aspose.cells.drawing/rectangleshape/width_inch/_index.md index 0783c4d312..92a7c07b91 100644 --- a/english/aspose.cells.drawing/rectangleshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/rectangleshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width_pt/_index.md b/english/aspose.cells.drawing/rectangleshape/width_pt/_index.md index d4855c07ad..008c590f5c 100644 --- a/english/aspose.cells.drawing/rectangleshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/rectangleshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/width_scale/_index.md b/english/aspose.cells.drawing/rectangleshape/width_scale/_index.md index 1b724a3ea1..582e2aa111 100644 --- a/english/aspose.cells.drawing/rectangleshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/rectangleshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/worksheet/_index.md b/english/aspose.cells.drawing/rectangleshape/worksheet/_index.md index e6902b9e70..b121cfef32 100644 --- a/english/aspose.cells.drawing/rectangleshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/rectangleshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/x/_index.md b/english/aspose.cells.drawing/rectangleshape/x/_index.md index a3fbce150f..21a2a976c2 100644 --- a/english/aspose.cells.drawing/rectangleshape/x/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/rectangleshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/y/_index.md b/english/aspose.cells.drawing/rectangleshape/y/_index.md index 78561b0f62..248275c6a7 100644 --- a/english/aspose.cells.drawing/rectangleshape/y/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/rectangleshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/rectangleshape/z_order_position/_index.md b/english/aspose.cells.drawing/rectangleshape/z_order_position/_index.md index 2dcdc089e8..6531157399 100644 --- a/english/aspose.cells.drawing/rectangleshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/rectangleshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/rectangleshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/_index.md b/english/aspose.cells.drawing/scrollbar/_index.md index a4136e6bb5..0410e1c0f1 100644 --- a/english/aspose.cells.drawing/scrollbar/_index.md +++ b/english/aspose.cells.drawing/scrollbar/_index.md @@ -137,31 +137,32 @@ The ScrollBar type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/scrollbar/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/scrollbar/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/scrollbar/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/scrollbar/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/scrollbar/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/scrollbar/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/scrollbar/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/scrollbar/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/scrollbar/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/scrollbar/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/scrollbar/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/scrollbar/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/scrollbar/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/scrollbar/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/scrollbar/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/scrollbar/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/scrollbar/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/scrollbar/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/scrollbar/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/scrollbar/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/scrollbar/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/scrollbar/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/scrollbar/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/scrollbar/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/scrollbar/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/scrollbar/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/scrollbar/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/scrollbar/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/scrollbar/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/scrollbar/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/scrollbar/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/scrollbar/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/scrollbar/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/scrollbar/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/scrollbar/active_x_control/_index.md b/english/aspose.cells.drawing/scrollbar/active_x_control/_index.md index 6ffd0f6a99..a70f0a9f3b 100644 --- a/english/aspose.cells.drawing/scrollbar/active_x_control/_index.md +++ b/english/aspose.cells.drawing/scrollbar/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/scrollbar/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/scrollbar/actual_lower_right_row/_index.md index 4df1ff2361..9a8075c36e 100644 --- a/english/aspose.cells.drawing/scrollbar/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/scrollbar/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/scrollbar/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/add_hyperlink/_index.md b/english/aspose.cells.drawing/scrollbar/add_hyperlink/_index.md index b853807944..0ab0485fc4 100644 --- a/english/aspose.cells.drawing/scrollbar/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/scrollbar/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/scrollbar/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/align_top_right_corner/_index.md b/english/aspose.cells.drawing/scrollbar/align_top_right_corner/_index.md index 4df2ad7be6..0bf6a2c94a 100644 --- a/english/aspose.cells.drawing/scrollbar/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/scrollbar/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/scrollbar/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/alternative_text/_index.md b/english/aspose.cells.drawing/scrollbar/alternative_text/_index.md index 2f165c8dff..dc1a3ca14d 100644 --- a/english/aspose.cells.drawing/scrollbar/alternative_text/_index.md +++ b/english/aspose.cells.drawing/scrollbar/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/scrollbar/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/anchor_type/_index.md b/english/aspose.cells.drawing/scrollbar/anchor_type/_index.md index dbc6a5e09a..81eb3c52fe 100644 --- a/english/aspose.cells.drawing/scrollbar/anchor_type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/scrollbar/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/auto_shape_type/_index.md b/english/aspose.cells.drawing/scrollbar/auto_shape_type/_index.md index d2647e8467..d5a2171aeb 100644 --- a/english/aspose.cells.drawing/scrollbar/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/scrollbar/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/bottom/_index.md b/english/aspose.cells.drawing/scrollbar/bottom/_index.md index c1c27754f2..82ffd4cfce 100644 --- a/english/aspose.cells.drawing/scrollbar/bottom/_index.md +++ b/english/aspose.cells.drawing/scrollbar/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/scrollbar/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/calculate_text_size/_index.md b/english/aspose.cells.drawing/scrollbar/calculate_text_size/_index.md index a3a5092229..af2c2ebbbe 100644 --- a/english/aspose.cells.drawing/scrollbar/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/scrollbar/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/scrollbar/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/characters/_index.md b/english/aspose.cells.drawing/scrollbar/characters/_index.md index ea52b35230..0abac198cc 100644 --- a/english/aspose.cells.drawing/scrollbar/characters/_index.md +++ b/english/aspose.cells.drawing/scrollbar/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/scrollbar/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/control_data/_index.md b/english/aspose.cells.drawing/scrollbar/control_data/_index.md index f206078995..370f96295b 100644 --- a/english/aspose.cells.drawing/scrollbar/control_data/_index.md +++ b/english/aspose.cells.drawing/scrollbar/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/scrollbar/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/create_id/_index.md b/english/aspose.cells.drawing/scrollbar/create_id/_index.md index 81cb280fd4..33b9294a13 100644 --- a/english/aspose.cells.drawing/scrollbar/create_id/_index.md +++ b/english/aspose.cells.drawing/scrollbar/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/scrollbar/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/current_value/_index.md b/english/aspose.cells.drawing/scrollbar/current_value/_index.md index 23adb9caef..4412984157 100644 --- a/english/aspose.cells.drawing/scrollbar/current_value/_index.md +++ b/english/aspose.cells.drawing/scrollbar/current_value/_index.md @@ -3,7 +3,7 @@ title: current_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/scrollbar/current_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/fill/_index.md b/english/aspose.cells.drawing/scrollbar/fill/_index.md index c8031b34ff..24caa63a52 100644 --- a/english/aspose.cells.drawing/scrollbar/fill/_index.md +++ b/english/aspose.cells.drawing/scrollbar/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/scrollbar/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/fill_format/_index.md b/english/aspose.cells.drawing/scrollbar/fill_format/_index.md index 5d96224e12..fa8d82d6b9 100644 --- a/english/aspose.cells.drawing/scrollbar/fill_format/_index.md +++ b/english/aspose.cells.drawing/scrollbar/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/scrollbar/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/fit_to_text_size/_index.md b/english/aspose.cells.drawing/scrollbar/fit_to_text_size/_index.md new file mode 100644 index 0000000000..fb7b9a6871 --- /dev/null +++ b/english/aspose.cells.drawing/scrollbar/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/scrollbar/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`ScrollBar`](/cells/python-net/aspose.cells.drawing/scrollbar) diff --git a/english/aspose.cells.drawing/scrollbar/font/_index.md b/english/aspose.cells.drawing/scrollbar/font/_index.md index 358c3e6a60..504e0c84c5 100644 --- a/english/aspose.cells.drawing/scrollbar/font/_index.md +++ b/english/aspose.cells.drawing/scrollbar/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/scrollbar/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/format_characters/_index.md b/english/aspose.cells.drawing/scrollbar/format_characters/_index.md index 92410a1b4d..8cf6d1a4e3 100644 --- a/english/aspose.cells.drawing/scrollbar/format_characters/_index.md +++ b/english/aspose.cells.drawing/scrollbar/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/scrollbar/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/format_picture/_index.md b/english/aspose.cells.drawing/scrollbar/format_picture/_index.md index 40412c6cab..fd74ba82ba 100644 --- a/english/aspose.cells.drawing/scrollbar/format_picture/_index.md +++ b/english/aspose.cells.drawing/scrollbar/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/scrollbar/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/geometry/_index.md b/english/aspose.cells.drawing/scrollbar/geometry/_index.md index 70a9a4dc2b..f5cd94f8dc 100644 --- a/english/aspose.cells.drawing/scrollbar/geometry/_index.md +++ b/english/aspose.cells.drawing/scrollbar/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/scrollbar/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/get_actual_box/_index.md b/english/aspose.cells.drawing/scrollbar/get_actual_box/_index.md index 70a0b40d97..de58b2a5aa 100644 --- a/english/aspose.cells.drawing/scrollbar/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/scrollbar/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_characters/_index.md b/english/aspose.cells.drawing/scrollbar/get_characters/_index.md index 38580eb295..435ddfc362 100644 --- a/english/aspose.cells.drawing/scrollbar/get_characters/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/scrollbar/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_connection_points/_index.md b/english/aspose.cells.drawing/scrollbar/get_connection_points/_index.md index e3ebcc653b..5dc0f99d35 100644 --- a/english/aspose.cells.drawing/scrollbar/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/scrollbar/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_input_range/_index.md b/english/aspose.cells.drawing/scrollbar/get_input_range/_index.md index 45fbca646b..c1c0be7efd 100644 --- a/english/aspose.cells.drawing/scrollbar/get_input_range/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/scrollbar/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_linked_cell/_index.md b/english/aspose.cells.drawing/scrollbar/get_linked_cell/_index.md index d276b3fd80..6969f1b4d8 100644 --- a/english/aspose.cells.drawing/scrollbar/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/scrollbar/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_locked_property/_index.md b/english/aspose.cells.drawing/scrollbar/get_locked_property/_index.md index 3b4284b777..a5d9169d30 100644 --- a/english/aspose.cells.drawing/scrollbar/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/scrollbar/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/scrollbar/get_result_of_smart_art/_index.md index d257cd36e9..e144ad391d 100644 --- a/english/aspose.cells.drawing/scrollbar/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/scrollbar/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/get_rich_formattings/_index.md b/english/aspose.cells.drawing/scrollbar/get_rich_formattings/_index.md index 6904399fc1..9c4eeb712c 100644 --- a/english/aspose.cells.drawing/scrollbar/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/scrollbar/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/scrollbar/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/glow/_index.md b/english/aspose.cells.drawing/scrollbar/glow/_index.md index 21a882aba4..7befdaf56e 100644 --- a/english/aspose.cells.drawing/scrollbar/glow/_index.md +++ b/english/aspose.cells.drawing/scrollbar/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/scrollbar/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/group/_index.md b/english/aspose.cells.drawing/scrollbar/group/_index.md index 0b6cce6faa..69f5809906 100644 --- a/english/aspose.cells.drawing/scrollbar/group/_index.md +++ b/english/aspose.cells.drawing/scrollbar/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/scrollbar/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/has_line/_index.md b/english/aspose.cells.drawing/scrollbar/has_line/_index.md index c70a712d35..ac5fcad230 100644 --- a/english/aspose.cells.drawing/scrollbar/has_line/_index.md +++ b/english/aspose.cells.drawing/scrollbar/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/scrollbar/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height/_index.md b/english/aspose.cells.drawing/scrollbar/height/_index.md index 1bbcc6e5e1..17b3f3d23d 100644 --- a/english/aspose.cells.drawing/scrollbar/height/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/scrollbar/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height_cm/_index.md b/english/aspose.cells.drawing/scrollbar/height_cm/_index.md index 4ad4877fc2..5d1555d718 100644 --- a/english/aspose.cells.drawing/scrollbar/height_cm/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/scrollbar/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height_in_shape/_index.md b/english/aspose.cells.drawing/scrollbar/height_in_shape/_index.md index f5a8af9207..9ab9c91634 100644 --- a/english/aspose.cells.drawing/scrollbar/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/scrollbar/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height_inch/_index.md b/english/aspose.cells.drawing/scrollbar/height_inch/_index.md index 8e981d2850..a64caccc24 100644 --- a/english/aspose.cells.drawing/scrollbar/height_inch/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/scrollbar/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height_pt/_index.md b/english/aspose.cells.drawing/scrollbar/height_pt/_index.md index 320c570ab3..74451ec491 100644 --- a/english/aspose.cells.drawing/scrollbar/height_pt/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/scrollbar/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/height_scale/_index.md b/english/aspose.cells.drawing/scrollbar/height_scale/_index.md index 3829d9e0d5..e477c76a05 100644 --- a/english/aspose.cells.drawing/scrollbar/height_scale/_index.md +++ b/english/aspose.cells.drawing/scrollbar/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/scrollbar/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/html_text/_index.md b/english/aspose.cells.drawing/scrollbar/html_text/_index.md index 55b5dada1a..48bf278d87 100644 --- a/english/aspose.cells.drawing/scrollbar/html_text/_index.md +++ b/english/aspose.cells.drawing/scrollbar/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/scrollbar/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/hyperlink/_index.md b/english/aspose.cells.drawing/scrollbar/hyperlink/_index.md index 4ed66cdec2..b0590f7c2b 100644 --- a/english/aspose.cells.drawing/scrollbar/hyperlink/_index.md +++ b/english/aspose.cells.drawing/scrollbar/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/scrollbar/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/id/_index.md b/english/aspose.cells.drawing/scrollbar/id/_index.md index 23b0be0ea7..22336e2ab7 100644 --- a/english/aspose.cells.drawing/scrollbar/id/_index.md +++ b/english/aspose.cells.drawing/scrollbar/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/scrollbar/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/incremental_change/_index.md b/english/aspose.cells.drawing/scrollbar/incremental_change/_index.md index 748f6bf6cb..5f60694192 100644 --- a/english/aspose.cells.drawing/scrollbar/incremental_change/_index.md +++ b/english/aspose.cells.drawing/scrollbar/incremental_change/_index.md @@ -3,7 +3,7 @@ title: incremental_change property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/scrollbar/incremental_change/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/input_range/_index.md b/english/aspose.cells.drawing/scrollbar/input_range/_index.md index 9eed538ea7..1cfb32b96a 100644 --- a/english/aspose.cells.drawing/scrollbar/input_range/_index.md +++ b/english/aspose.cells.drawing/scrollbar/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/scrollbar/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/scrollbar/is_aspect_ratio_locked/_index.md index 527f44bf10..c62a6e7ad3 100644 --- a/english/aspose.cells.drawing/scrollbar/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/scrollbar/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_decorative/_index.md b/english/aspose.cells.drawing/scrollbar/is_decorative/_index.md index 2866e49cc1..1cd44562b7 100644 --- a/english/aspose.cells.drawing/scrollbar/is_decorative/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/scrollbar/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_equation/_index.md b/english/aspose.cells.drawing/scrollbar/is_equation/_index.md index 9b630b67e3..9ac7fc125d 100644 --- a/english/aspose.cells.drawing/scrollbar/is_equation/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/scrollbar/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_filled/_index.md b/english/aspose.cells.drawing/scrollbar/is_filled/_index.md index df627fae28..3a7dab44d7 100644 --- a/english/aspose.cells.drawing/scrollbar/is_filled/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/scrollbar/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/scrollbar/is_flipped_horizontally/_index.md index fdb6777ad7..bf7395ab21 100644 --- a/english/aspose.cells.drawing/scrollbar/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/scrollbar/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/scrollbar/is_flipped_vertically/_index.md index 037423e4a9..9d00e44af9 100644 --- a/english/aspose.cells.drawing/scrollbar/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/scrollbar/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_group/_index.md b/english/aspose.cells.drawing/scrollbar/is_group/_index.md index 827924242a..1bde87e9b1 100644 --- a/english/aspose.cells.drawing/scrollbar/is_group/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/scrollbar/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_hidden/_index.md b/english/aspose.cells.drawing/scrollbar/is_hidden/_index.md index c0958e65a4..8242e1ea13 100644 --- a/english/aspose.cells.drawing/scrollbar/is_hidden/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/scrollbar/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_horizontal/_index.md b/english/aspose.cells.drawing/scrollbar/is_horizontal/_index.md index b41051852b..ff51a28e54 100644 --- a/english/aspose.cells.drawing/scrollbar/is_horizontal/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_horizontal/_index.md @@ -3,7 +3,7 @@ title: is_horizontal property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/scrollbar/is_horizontal/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_in_group/_index.md b/english/aspose.cells.drawing/scrollbar/is_in_group/_index.md index 63a07e00db..11b0f9f0c0 100644 --- a/english/aspose.cells.drawing/scrollbar/is_in_group/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/scrollbar/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/scrollbar/is_lock_aspect_ratio/_index.md index 0b9e5a10cd..6e196478ed 100644 --- a/english/aspose.cells.drawing/scrollbar/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/scrollbar/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_locked/_index.md b/english/aspose.cells.drawing/scrollbar/is_locked/_index.md index 1fc2f7e252..10f79efba2 100644 --- a/english/aspose.cells.drawing/scrollbar/is_locked/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/scrollbar/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_printable/_index.md b/english/aspose.cells.drawing/scrollbar/is_printable/_index.md index db4f15f371..d9a1ce58da 100644 --- a/english/aspose.cells.drawing/scrollbar/is_printable/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/scrollbar/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_rich_text/_index.md b/english/aspose.cells.drawing/scrollbar/is_rich_text/_index.md index 0e172cb14c..70c47042d2 100644 --- a/english/aspose.cells.drawing/scrollbar/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/scrollbar/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_same_setting/_index.md b/english/aspose.cells.drawing/scrollbar/is_same_setting/_index.md index 3ff785b530..5044084cd8 100644 --- a/english/aspose.cells.drawing/scrollbar/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/scrollbar/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/is_smart_art/_index.md b/english/aspose.cells.drawing/scrollbar/is_smart_art/_index.md index 77d9495def..800cc844c3 100644 --- a/english/aspose.cells.drawing/scrollbar/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/scrollbar/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_text_wrapped/_index.md b/english/aspose.cells.drawing/scrollbar/is_text_wrapped/_index.md index 2cdfeff7df..a97822a06c 100644 --- a/english/aspose.cells.drawing/scrollbar/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/scrollbar/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/is_word_art/_index.md b/english/aspose.cells.drawing/scrollbar/is_word_art/_index.md index 7eba7aa1f9..f6d482b84a 100644 --- a/english/aspose.cells.drawing/scrollbar/is_word_art/_index.md +++ b/english/aspose.cells.drawing/scrollbar/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/scrollbar/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/left/_index.md b/english/aspose.cells.drawing/scrollbar/left/_index.md index 03666b137c..9b0a7bf7fa 100644 --- a/english/aspose.cells.drawing/scrollbar/left/_index.md +++ b/english/aspose.cells.drawing/scrollbar/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/scrollbar/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/left_cm/_index.md b/english/aspose.cells.drawing/scrollbar/left_cm/_index.md index 69f537be59..dfa06c082f 100644 --- a/english/aspose.cells.drawing/scrollbar/left_cm/_index.md +++ b/english/aspose.cells.drawing/scrollbar/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/scrollbar/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/left_in_shape/_index.md b/english/aspose.cells.drawing/scrollbar/left_in_shape/_index.md index 85c92875e6..602cc0befc 100644 --- a/english/aspose.cells.drawing/scrollbar/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/scrollbar/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/scrollbar/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/left_inch/_index.md b/english/aspose.cells.drawing/scrollbar/left_inch/_index.md index 3c67b60bd0..f2db171b84 100644 --- a/english/aspose.cells.drawing/scrollbar/left_inch/_index.md +++ b/english/aspose.cells.drawing/scrollbar/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/scrollbar/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/left_to_corner/_index.md b/english/aspose.cells.drawing/scrollbar/left_to_corner/_index.md index f73ecd5f7e..ceff4ad165 100644 --- a/english/aspose.cells.drawing/scrollbar/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/scrollbar/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/scrollbar/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/line/_index.md b/english/aspose.cells.drawing/scrollbar/line/_index.md index 20d7928bb2..4fa42a56dc 100644 --- a/english/aspose.cells.drawing/scrollbar/line/_index.md +++ b/english/aspose.cells.drawing/scrollbar/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/scrollbar/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/line_format/_index.md b/english/aspose.cells.drawing/scrollbar/line_format/_index.md index 58014c0914..7cc8c42e38 100644 --- a/english/aspose.cells.drawing/scrollbar/line_format/_index.md +++ b/english/aspose.cells.drawing/scrollbar/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/scrollbar/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/linked_cell/_index.md b/english/aspose.cells.drawing/scrollbar/linked_cell/_index.md index 62ef933d21..a836709162 100644 --- a/english/aspose.cells.drawing/scrollbar/linked_cell/_index.md +++ b/english/aspose.cells.drawing/scrollbar/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/scrollbar/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/lower_delta_x/_index.md b/english/aspose.cells.drawing/scrollbar/lower_delta_x/_index.md index e104719d37..85c9e795da 100644 --- a/english/aspose.cells.drawing/scrollbar/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/scrollbar/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/scrollbar/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/lower_delta_y/_index.md b/english/aspose.cells.drawing/scrollbar/lower_delta_y/_index.md index 65a8341050..2dcc275332 100644 --- a/english/aspose.cells.drawing/scrollbar/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/scrollbar/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/scrollbar/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/lower_right_column/_index.md b/english/aspose.cells.drawing/scrollbar/lower_right_column/_index.md index b94f6e7a10..f8c53d38e3 100644 --- a/english/aspose.cells.drawing/scrollbar/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/scrollbar/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/scrollbar/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/lower_right_row/_index.md b/english/aspose.cells.drawing/scrollbar/lower_right_row/_index.md index b339d2ef01..5fc555aa70 100644 --- a/english/aspose.cells.drawing/scrollbar/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/scrollbar/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/scrollbar/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/macro_name/_index.md b/english/aspose.cells.drawing/scrollbar/macro_name/_index.md index 789ec325ab..7335e7724d 100644 --- a/english/aspose.cells.drawing/scrollbar/macro_name/_index.md +++ b/english/aspose.cells.drawing/scrollbar/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/scrollbar/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/max/_index.md b/english/aspose.cells.drawing/scrollbar/max/_index.md index ea086b1ff5..6d18481d31 100644 --- a/english/aspose.cells.drawing/scrollbar/max/_index.md +++ b/english/aspose.cells.drawing/scrollbar/max/_index.md @@ -3,7 +3,7 @@ title: max property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/scrollbar/max/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/min/_index.md b/english/aspose.cells.drawing/scrollbar/min/_index.md index 1cd1b23c9f..a9e8b3594e 100644 --- a/english/aspose.cells.drawing/scrollbar/min/_index.md +++ b/english/aspose.cells.drawing/scrollbar/min/_index.md @@ -3,7 +3,7 @@ title: min property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/scrollbar/min/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md b/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md index 297ca95118..a0cc1e7c8f 100644 --- a/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md +++ b/english/aspose.cells.drawing/scrollbar/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/scrollbar/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/mso_drawing_type/_index.md b/english/aspose.cells.drawing/scrollbar/mso_drawing_type/_index.md index c5bc3bc4d4..93ec9aaec8 100644 --- a/english/aspose.cells.drawing/scrollbar/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/scrollbar/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/name/_index.md b/english/aspose.cells.drawing/scrollbar/name/_index.md index fd35fd3537..c9ffe84f9e 100644 --- a/english/aspose.cells.drawing/scrollbar/name/_index.md +++ b/english/aspose.cells.drawing/scrollbar/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/scrollbar/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/page_change/_index.md b/english/aspose.cells.drawing/scrollbar/page_change/_index.md index 6803a250d4..6dd769bcd5 100644 --- a/english/aspose.cells.drawing/scrollbar/page_change/_index.md +++ b/english/aspose.cells.drawing/scrollbar/page_change/_index.md @@ -3,7 +3,7 @@ title: page_change property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/scrollbar/page_change/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/paths/_index.md b/english/aspose.cells.drawing/scrollbar/paths/_index.md index 5709a9c2e9..3f5463f48c 100644 --- a/english/aspose.cells.drawing/scrollbar/paths/_index.md +++ b/english/aspose.cells.drawing/scrollbar/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/scrollbar/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/placement/_index.md b/english/aspose.cells.drawing/scrollbar/placement/_index.md index 7dc56c0888..9cf9d91525 100644 --- a/english/aspose.cells.drawing/scrollbar/placement/_index.md +++ b/english/aspose.cells.drawing/scrollbar/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/scrollbar/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/reflection/_index.md b/english/aspose.cells.drawing/scrollbar/reflection/_index.md index 206732877f..1d611cd71f 100644 --- a/english/aspose.cells.drawing/scrollbar/reflection/_index.md +++ b/english/aspose.cells.drawing/scrollbar/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/scrollbar/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/scrollbar/relative_to_original_picture_size/_index.md index 21c3e64102..6a30978715 100644 --- a/english/aspose.cells.drawing/scrollbar/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/scrollbar/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/scrollbar/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/remove_active_x_control/_index.md b/english/aspose.cells.drawing/scrollbar/remove_active_x_control/_index.md index 6af47962d6..efbc379b7d 100644 --- a/english/aspose.cells.drawing/scrollbar/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/scrollbar/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/scrollbar/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/remove_hyperlink/_index.md b/english/aspose.cells.drawing/scrollbar/remove_hyperlink/_index.md index a5ea6edd8a..04250205da 100644 --- a/english/aspose.cells.drawing/scrollbar/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/scrollbar/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/scrollbar/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/right/_index.md b/english/aspose.cells.drawing/scrollbar/right/_index.md index b990daabee..64a632bace 100644 --- a/english/aspose.cells.drawing/scrollbar/right/_index.md +++ b/english/aspose.cells.drawing/scrollbar/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/scrollbar/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/rotation_angle/_index.md b/english/aspose.cells.drawing/scrollbar/rotation_angle/_index.md index 102955871b..1ad3693524 100644 --- a/english/aspose.cells.drawing/scrollbar/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/scrollbar/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/scrollbar/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/set_input_range/_index.md b/english/aspose.cells.drawing/scrollbar/set_input_range/_index.md index 7d7a18edb8..947765fec2 100644 --- a/english/aspose.cells.drawing/scrollbar/set_input_range/_index.md +++ b/english/aspose.cells.drawing/scrollbar/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/scrollbar/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/set_linked_cell/_index.md b/english/aspose.cells.drawing/scrollbar/set_linked_cell/_index.md index a0f86b0980..30ddca6777 100644 --- a/english/aspose.cells.drawing/scrollbar/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/scrollbar/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/scrollbar/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/set_locked_property/_index.md b/english/aspose.cells.drawing/scrollbar/set_locked_property/_index.md index 4582653728..9354879481 100644 --- a/english/aspose.cells.drawing/scrollbar/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/scrollbar/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/scrollbar/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/shadow/_index.md b/english/aspose.cells.drawing/scrollbar/shadow/_index.md index 333528141b..57e478d954 100644 --- a/english/aspose.cells.drawing/scrollbar/shadow/_index.md +++ b/english/aspose.cells.drawing/scrollbar/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/scrollbar/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/shadow_effect/_index.md b/english/aspose.cells.drawing/scrollbar/shadow_effect/_index.md index 2be1d7b0f0..bfdb8a927b 100644 --- a/english/aspose.cells.drawing/scrollbar/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/scrollbar/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/scrollbar/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/soft_edges/_index.md b/english/aspose.cells.drawing/scrollbar/soft_edges/_index.md index 3e5deef7b3..a754fd7a04 100644 --- a/english/aspose.cells.drawing/scrollbar/soft_edges/_index.md +++ b/english/aspose.cells.drawing/scrollbar/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/scrollbar/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/spid/_index.md b/english/aspose.cells.drawing/scrollbar/spid/_index.md index 4bea88e40c..1c3170b9ba 100644 --- a/english/aspose.cells.drawing/scrollbar/spid/_index.md +++ b/english/aspose.cells.drawing/scrollbar/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/scrollbar/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/spt/_index.md b/english/aspose.cells.drawing/scrollbar/spt/_index.md index 0fff58f933..4125849152 100644 --- a/english/aspose.cells.drawing/scrollbar/spt/_index.md +++ b/english/aspose.cells.drawing/scrollbar/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/scrollbar/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text/_index.md b/english/aspose.cells.drawing/scrollbar/text/_index.md index 7a27203bf5..53a4d908fd 100644 --- a/english/aspose.cells.drawing/scrollbar/text/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/scrollbar/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_body/_index.md b/english/aspose.cells.drawing/scrollbar/text_body/_index.md index 0b15f336c3..06d4e63fa1 100644 --- a/english/aspose.cells.drawing/scrollbar/text_body/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/scrollbar/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_box_options/_index.md b/english/aspose.cells.drawing/scrollbar/text_box_options/_index.md index e066e9cc91..2a5f79d342 100644 --- a/english/aspose.cells.drawing/scrollbar/text_box_options/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/scrollbar/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_direction/_index.md b/english/aspose.cells.drawing/scrollbar/text_direction/_index.md index d336f54362..b7bf2be4ec 100644 --- a/english/aspose.cells.drawing/scrollbar/text_direction/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/scrollbar/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_effect/_index.md b/english/aspose.cells.drawing/scrollbar/text_effect/_index.md index 884772c47b..3982d06e9b 100644 --- a/english/aspose.cells.drawing/scrollbar/text_effect/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/scrollbar/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/scrollbar/text_horizontal_alignment/_index.md index 97784968f0..fed7476bb4 100644 --- a/english/aspose.cells.drawing/scrollbar/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/scrollbar/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/scrollbar/text_horizontal_overflow/_index.md index 048e193a99..e3da558a19 100644 --- a/english/aspose.cells.drawing/scrollbar/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/scrollbar/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_options/_index.md b/english/aspose.cells.drawing/scrollbar/text_options/_index.md index 45e4dd3695..6081c44ead 100644 --- a/english/aspose.cells.drawing/scrollbar/text_options/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/scrollbar/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_orientation_type/_index.md b/english/aspose.cells.drawing/scrollbar/text_orientation_type/_index.md index 378b490470..b7c75f939c 100644 --- a/english/aspose.cells.drawing/scrollbar/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/scrollbar/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_shape_type/_index.md b/english/aspose.cells.drawing/scrollbar/text_shape_type/_index.md index 6e8e284b54..3ed222d05a 100644 --- a/english/aspose.cells.drawing/scrollbar/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/scrollbar/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/scrollbar/text_vertical_alignment/_index.md index 8314d03739..86cd67c40d 100644 --- a/english/aspose.cells.drawing/scrollbar/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/scrollbar/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/scrollbar/text_vertical_overflow/_index.md index c0706ea9a8..ea63b9f184 100644 --- a/english/aspose.cells.drawing/scrollbar/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/scrollbar/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/scrollbar/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/three_d_format/_index.md b/english/aspose.cells.drawing/scrollbar/three_d_format/_index.md index b93d6b19a0..932f6940f9 100644 --- a/english/aspose.cells.drawing/scrollbar/three_d_format/_index.md +++ b/english/aspose.cells.drawing/scrollbar/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/scrollbar/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/title/_index.md b/english/aspose.cells.drawing/scrollbar/title/_index.md index dc6b671541..ddb0b3e90e 100644 --- a/english/aspose.cells.drawing/scrollbar/title/_index.md +++ b/english/aspose.cells.drawing/scrollbar/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/scrollbar/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/to_front_or_back/_index.md b/english/aspose.cells.drawing/scrollbar/to_front_or_back/_index.md index 00430f57e9..af0587ad07 100644 --- a/english/aspose.cells.drawing/scrollbar/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/scrollbar/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/scrollbar/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/to_image/_index.md b/english/aspose.cells.drawing/scrollbar/to_image/_index.md index 9df3bd2476..5ac7211a59 100644 --- a/english/aspose.cells.drawing/scrollbar/to_image/_index.md +++ b/english/aspose.cells.drawing/scrollbar/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/scrollbar/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/top/_index.md b/english/aspose.cells.drawing/scrollbar/top/_index.md index 21b4c086b4..43aee43600 100644 --- a/english/aspose.cells.drawing/scrollbar/top/_index.md +++ b/english/aspose.cells.drawing/scrollbar/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/scrollbar/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/top_cm/_index.md b/english/aspose.cells.drawing/scrollbar/top_cm/_index.md index 3527edc36b..327b5a8983 100644 --- a/english/aspose.cells.drawing/scrollbar/top_cm/_index.md +++ b/english/aspose.cells.drawing/scrollbar/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/scrollbar/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/top_in_shape/_index.md b/english/aspose.cells.drawing/scrollbar/top_in_shape/_index.md index 8471c41f65..0e1f8cee7f 100644 --- a/english/aspose.cells.drawing/scrollbar/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/scrollbar/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/scrollbar/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/top_inch/_index.md b/english/aspose.cells.drawing/scrollbar/top_inch/_index.md index 99d13a153c..34446d101e 100644 --- a/english/aspose.cells.drawing/scrollbar/top_inch/_index.md +++ b/english/aspose.cells.drawing/scrollbar/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/scrollbar/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/top_to_corner/_index.md b/english/aspose.cells.drawing/scrollbar/top_to_corner/_index.md index 44ea754a0a..193e686d65 100644 --- a/english/aspose.cells.drawing/scrollbar/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/scrollbar/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/scrollbar/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/type/_index.md b/english/aspose.cells.drawing/scrollbar/type/_index.md index d5de45532e..a8b16fce7d 100644 --- a/english/aspose.cells.drawing/scrollbar/type/_index.md +++ b/english/aspose.cells.drawing/scrollbar/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/scrollbar/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/update_selected_value/_index.md b/english/aspose.cells.drawing/scrollbar/update_selected_value/_index.md index 0273e34e3f..0852444429 100644 --- a/english/aspose.cells.drawing/scrollbar/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/scrollbar/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/scrollbar/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/scrollbar/upper_delta_x/_index.md b/english/aspose.cells.drawing/scrollbar/upper_delta_x/_index.md index 7e79a8295a..947fa6ae5b 100644 --- a/english/aspose.cells.drawing/scrollbar/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/scrollbar/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/scrollbar/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/upper_delta_y/_index.md b/english/aspose.cells.drawing/scrollbar/upper_delta_y/_index.md index 629121a2ba..f9ddadcb82 100644 --- a/english/aspose.cells.drawing/scrollbar/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/scrollbar/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/scrollbar/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/upper_left_column/_index.md b/english/aspose.cells.drawing/scrollbar/upper_left_column/_index.md index 334fdb6aa6..325a6f4fcc 100644 --- a/english/aspose.cells.drawing/scrollbar/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/scrollbar/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/scrollbar/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/upper_left_row/_index.md b/english/aspose.cells.drawing/scrollbar/upper_left_row/_index.md index 5c97d3badd..c45e039bea 100644 --- a/english/aspose.cells.drawing/scrollbar/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/scrollbar/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/scrollbar/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width/_index.md b/english/aspose.cells.drawing/scrollbar/width/_index.md index a0357e41ef..6613a03c8e 100644 --- a/english/aspose.cells.drawing/scrollbar/width/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/scrollbar/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width_cm/_index.md b/english/aspose.cells.drawing/scrollbar/width_cm/_index.md index 700e21b90c..73c01e821b 100644 --- a/english/aspose.cells.drawing/scrollbar/width_cm/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/scrollbar/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width_in_shape/_index.md b/english/aspose.cells.drawing/scrollbar/width_in_shape/_index.md index ee26a5982d..d6399825b9 100644 --- a/english/aspose.cells.drawing/scrollbar/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/scrollbar/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width_inch/_index.md b/english/aspose.cells.drawing/scrollbar/width_inch/_index.md index bb52403255..66463bf58d 100644 --- a/english/aspose.cells.drawing/scrollbar/width_inch/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/scrollbar/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width_pt/_index.md b/english/aspose.cells.drawing/scrollbar/width_pt/_index.md index edf3993080..ce65b652da 100644 --- a/english/aspose.cells.drawing/scrollbar/width_pt/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/scrollbar/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/width_scale/_index.md b/english/aspose.cells.drawing/scrollbar/width_scale/_index.md index eeb5de05b6..e452ee067e 100644 --- a/english/aspose.cells.drawing/scrollbar/width_scale/_index.md +++ b/english/aspose.cells.drawing/scrollbar/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/scrollbar/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/worksheet/_index.md b/english/aspose.cells.drawing/scrollbar/worksheet/_index.md index 339d3b6232..0ad172653f 100644 --- a/english/aspose.cells.drawing/scrollbar/worksheet/_index.md +++ b/english/aspose.cells.drawing/scrollbar/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/scrollbar/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/x/_index.md b/english/aspose.cells.drawing/scrollbar/x/_index.md index 4b9dbef954..79d6d356fe 100644 --- a/english/aspose.cells.drawing/scrollbar/x/_index.md +++ b/english/aspose.cells.drawing/scrollbar/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/scrollbar/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/y/_index.md b/english/aspose.cells.drawing/scrollbar/y/_index.md index 449e122039..d5834ed33f 100644 --- a/english/aspose.cells.drawing/scrollbar/y/_index.md +++ b/english/aspose.cells.drawing/scrollbar/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/scrollbar/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/scrollbar/z_order_position/_index.md b/english/aspose.cells.drawing/scrollbar/z_order_position/_index.md index f7c37db4b0..08b803ddd3 100644 --- a/english/aspose.cells.drawing/scrollbar/z_order_position/_index.md +++ b/english/aspose.cells.drawing/scrollbar/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1330 +weight: 1340 url: /aspose.cells.drawing/scrollbar/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/_index.md b/english/aspose.cells.drawing/shape/_index.md index 712da5587d..d755d3c4fc 100644 --- a/english/aspose.cells.drawing/shape/_index.md +++ b/english/aspose.cells.drawing/shape/_index.md @@ -125,31 +125,32 @@ The Shape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/shape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/shape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/shape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/shape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/shape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/shape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/shape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/shape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/shape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/shape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/shape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/shape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/shape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/shape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/shape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/shape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/shape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/shape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/shape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/shape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/shape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/shape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/shape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/shape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/shape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/shape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/shape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/shape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/shape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/shape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/shape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/shape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/shape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/shape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/shape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/shape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/shape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/shape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/shape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/shape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/shape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/shape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/shape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/shape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/shape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/shape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/shape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/shape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/shape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/shape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/shape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/shape/active_x_control/_index.md b/english/aspose.cells.drawing/shape/active_x_control/_index.md index 3a5dc4d3c7..19dbbc340b 100644 --- a/english/aspose.cells.drawing/shape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/shape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/shape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/shape/actual_lower_right_row/_index.md index c9ff16330a..c8588579b6 100644 --- a/english/aspose.cells.drawing/shape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/shape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/shape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/add_hyperlink/_index.md b/english/aspose.cells.drawing/shape/add_hyperlink/_index.md index 31ff65eab3..d229febe11 100644 --- a/english/aspose.cells.drawing/shape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/shape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/shape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/shape/align_top_right_corner/_index.md index 676e3b7550..3c7cd95c01 100644 --- a/english/aspose.cells.drawing/shape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/shape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/shape/alternative_text/_index.md b/english/aspose.cells.drawing/shape/alternative_text/_index.md index e0281a8f6e..5850951d63 100644 --- a/english/aspose.cells.drawing/shape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/shape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/shape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/anchor_type/_index.md b/english/aspose.cells.drawing/shape/anchor_type/_index.md index 624490adc7..41762349e5 100644 --- a/english/aspose.cells.drawing/shape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/shape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/shape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/auto_shape_type/_index.md b/english/aspose.cells.drawing/shape/auto_shape_type/_index.md index 808780a9ef..33057240e1 100644 --- a/english/aspose.cells.drawing/shape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/shape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/shape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/bottom/_index.md b/english/aspose.cells.drawing/shape/bottom/_index.md index 082cdb3af3..53baf9877f 100644 --- a/english/aspose.cells.drawing/shape/bottom/_index.md +++ b/english/aspose.cells.drawing/shape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/shape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/calculate_text_size/_index.md b/english/aspose.cells.drawing/shape/calculate_text_size/_index.md index 04f73ce543..5e166c3f55 100644 --- a/english/aspose.cells.drawing/shape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/shape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/characters/_index.md b/english/aspose.cells.drawing/shape/characters/_index.md index abdb8f01af..0fe2f2d09a 100644 --- a/english/aspose.cells.drawing/shape/characters/_index.md +++ b/english/aspose.cells.drawing/shape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/shape/control_data/_index.md b/english/aspose.cells.drawing/shape/control_data/_index.md index 2705b3f3f1..1edef4a36d 100644 --- a/english/aspose.cells.drawing/shape/control_data/_index.md +++ b/english/aspose.cells.drawing/shape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/shape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/create_id/_index.md b/english/aspose.cells.drawing/shape/create_id/_index.md index 3fd9692b6c..96d2ee5841 100644 --- a/english/aspose.cells.drawing/shape/create_id/_index.md +++ b/english/aspose.cells.drawing/shape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/shape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/fill/_index.md b/english/aspose.cells.drawing/shape/fill/_index.md index fd56c38b4f..7bf474652c 100644 --- a/english/aspose.cells.drawing/shape/fill/_index.md +++ b/english/aspose.cells.drawing/shape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/shape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/fill_format/_index.md b/english/aspose.cells.drawing/shape/fill_format/_index.md index f9e8381593..87d7a82b57 100644 --- a/english/aspose.cells.drawing/shape/fill_format/_index.md +++ b/english/aspose.cells.drawing/shape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/shape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/shape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..fb48a435e1 --- /dev/null +++ b/english/aspose.cells.drawing/shape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/shape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Shape`](/cells/python-net/aspose.cells.drawing/shape) diff --git a/english/aspose.cells.drawing/shape/font/_index.md b/english/aspose.cells.drawing/shape/font/_index.md index 3f40f9dbbe..d533e6334a 100644 --- a/english/aspose.cells.drawing/shape/font/_index.md +++ b/english/aspose.cells.drawing/shape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/shape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/format_characters/_index.md b/english/aspose.cells.drawing/shape/format_characters/_index.md index b1cd5e5d1b..be4e29044a 100644 --- a/english/aspose.cells.drawing/shape/format_characters/_index.md +++ b/english/aspose.cells.drawing/shape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/shape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/shape/format_picture/_index.md b/english/aspose.cells.drawing/shape/format_picture/_index.md index 493eb7c9f9..df53eefc71 100644 --- a/english/aspose.cells.drawing/shape/format_picture/_index.md +++ b/english/aspose.cells.drawing/shape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/shape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/geometry/_index.md b/english/aspose.cells.drawing/shape/geometry/_index.md index ecf3732115..1cd30afbe6 100644 --- a/english/aspose.cells.drawing/shape/geometry/_index.md +++ b/english/aspose.cells.drawing/shape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/shape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/get_actual_box/_index.md b/english/aspose.cells.drawing/shape/get_actual_box/_index.md index 9c865e5f71..8a5a63ba0a 100644 --- a/english/aspose.cells.drawing/shape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/shape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/shape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_characters/_index.md b/english/aspose.cells.drawing/shape/get_characters/_index.md index 5e8c12fc7d..f22f5081e6 100644 --- a/english/aspose.cells.drawing/shape/get_characters/_index.md +++ b/english/aspose.cells.drawing/shape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/shape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_connection_points/_index.md b/english/aspose.cells.drawing/shape/get_connection_points/_index.md index 9556c23ad5..b9ab1b16f0 100644 --- a/english/aspose.cells.drawing/shape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/shape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/shape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_input_range/_index.md b/english/aspose.cells.drawing/shape/get_input_range/_index.md index 294ddf603f..2d072f04e9 100644 --- a/english/aspose.cells.drawing/shape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/shape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/shape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_linked_cell/_index.md b/english/aspose.cells.drawing/shape/get_linked_cell/_index.md index e179982780..e7d2186407 100644 --- a/english/aspose.cells.drawing/shape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/shape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/shape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_locked_property/_index.md b/english/aspose.cells.drawing/shape/get_locked_property/_index.md index 914627c113..a47200b55f 100644 --- a/english/aspose.cells.drawing/shape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/shape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/shape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/shape/get_result_of_smart_art/_index.md index 8a9bedfd70..1b867d243c 100644 --- a/english/aspose.cells.drawing/shape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/shape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/shape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/shape/get_rich_formattings/_index.md index fa02c6fa61..a8962748da 100644 --- a/english/aspose.cells.drawing/shape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/shape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/shape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/glow/_index.md b/english/aspose.cells.drawing/shape/glow/_index.md index 7b2829b3c2..4fb67e29b7 100644 --- a/english/aspose.cells.drawing/shape/glow/_index.md +++ b/english/aspose.cells.drawing/shape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/shape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/group/_index.md b/english/aspose.cells.drawing/shape/group/_index.md index 63b489a889..4c374dd2ed 100644 --- a/english/aspose.cells.drawing/shape/group/_index.md +++ b/english/aspose.cells.drawing/shape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/shape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/has_line/_index.md b/english/aspose.cells.drawing/shape/has_line/_index.md index 1380d2f67f..0cf8409597 100644 --- a/english/aspose.cells.drawing/shape/has_line/_index.md +++ b/english/aspose.cells.drawing/shape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/shape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height/_index.md b/english/aspose.cells.drawing/shape/height/_index.md index d09e52792d..f40337589b 100644 --- a/english/aspose.cells.drawing/shape/height/_index.md +++ b/english/aspose.cells.drawing/shape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/shape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height_cm/_index.md b/english/aspose.cells.drawing/shape/height_cm/_index.md index c9c3470062..005ff3adc1 100644 --- a/english/aspose.cells.drawing/shape/height_cm/_index.md +++ b/english/aspose.cells.drawing/shape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/shape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height_in_shape/_index.md b/english/aspose.cells.drawing/shape/height_in_shape/_index.md index 59157be0ec..a484b1fa54 100644 --- a/english/aspose.cells.drawing/shape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/shape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/shape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height_inch/_index.md b/english/aspose.cells.drawing/shape/height_inch/_index.md index 04fdbecd12..d3823d9308 100644 --- a/english/aspose.cells.drawing/shape/height_inch/_index.md +++ b/english/aspose.cells.drawing/shape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/shape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height_pt/_index.md b/english/aspose.cells.drawing/shape/height_pt/_index.md index 3c4b90e74d..e1338320ec 100644 --- a/english/aspose.cells.drawing/shape/height_pt/_index.md +++ b/english/aspose.cells.drawing/shape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/shape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/height_scale/_index.md b/english/aspose.cells.drawing/shape/height_scale/_index.md index 7358012c23..f14b406aa5 100644 --- a/english/aspose.cells.drawing/shape/height_scale/_index.md +++ b/english/aspose.cells.drawing/shape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/shape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/html_text/_index.md b/english/aspose.cells.drawing/shape/html_text/_index.md index 93cdb8ad2e..5047f89b55 100644 --- a/english/aspose.cells.drawing/shape/html_text/_index.md +++ b/english/aspose.cells.drawing/shape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/shape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/hyperlink/_index.md b/english/aspose.cells.drawing/shape/hyperlink/_index.md index d17af46bbe..a4a9bee79a 100644 --- a/english/aspose.cells.drawing/shape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/shape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/shape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/id/_index.md b/english/aspose.cells.drawing/shape/id/_index.md index 683d32a9bb..9d0d584e04 100644 --- a/english/aspose.cells.drawing/shape/id/_index.md +++ b/english/aspose.cells.drawing/shape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/shape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/input_range/_index.md b/english/aspose.cells.drawing/shape/input_range/_index.md index 7019afbeeb..82f452a9b2 100644 --- a/english/aspose.cells.drawing/shape/input_range/_index.md +++ b/english/aspose.cells.drawing/shape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/shape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/shape/is_aspect_ratio_locked/_index.md index 642923d5ac..2d4ade7478 100644 --- a/english/aspose.cells.drawing/shape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/shape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/shape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_decorative/_index.md b/english/aspose.cells.drawing/shape/is_decorative/_index.md index de3e0eea07..c61ce0d63c 100644 --- a/english/aspose.cells.drawing/shape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/shape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/shape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_equation/_index.md b/english/aspose.cells.drawing/shape/is_equation/_index.md index 8bb07687d4..cae898f1c7 100644 --- a/english/aspose.cells.drawing/shape/is_equation/_index.md +++ b/english/aspose.cells.drawing/shape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/shape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_filled/_index.md b/english/aspose.cells.drawing/shape/is_filled/_index.md index f453764ca7..c30f5723b9 100644 --- a/english/aspose.cells.drawing/shape/is_filled/_index.md +++ b/english/aspose.cells.drawing/shape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/shape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/shape/is_flipped_horizontally/_index.md index 6a09a4762e..b7f4981f24 100644 --- a/english/aspose.cells.drawing/shape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/shape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/shape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/shape/is_flipped_vertically/_index.md index 4ed79768df..4269cf23b2 100644 --- a/english/aspose.cells.drawing/shape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/shape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/shape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_group/_index.md b/english/aspose.cells.drawing/shape/is_group/_index.md index 5c4835c393..f85b9a9ec3 100644 --- a/english/aspose.cells.drawing/shape/is_group/_index.md +++ b/english/aspose.cells.drawing/shape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/shape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_hidden/_index.md b/english/aspose.cells.drawing/shape/is_hidden/_index.md index ba07234697..446b56f496 100644 --- a/english/aspose.cells.drawing/shape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/shape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/shape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_in_group/_index.md b/english/aspose.cells.drawing/shape/is_in_group/_index.md index d2292fdba7..e017d81a72 100644 --- a/english/aspose.cells.drawing/shape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/shape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/shape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/shape/is_lock_aspect_ratio/_index.md index 4baaeec13f..3259a8dff7 100644 --- a/english/aspose.cells.drawing/shape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/shape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/shape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_locked/_index.md b/english/aspose.cells.drawing/shape/is_locked/_index.md index b1a9f91077..a7c6ec7df7 100644 --- a/english/aspose.cells.drawing/shape/is_locked/_index.md +++ b/english/aspose.cells.drawing/shape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/shape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_printable/_index.md b/english/aspose.cells.drawing/shape/is_printable/_index.md index 8c4e74e3c2..5b3db59db3 100644 --- a/english/aspose.cells.drawing/shape/is_printable/_index.md +++ b/english/aspose.cells.drawing/shape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/shape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_rich_text/_index.md b/english/aspose.cells.drawing/shape/is_rich_text/_index.md index b3b2117885..e32026d64c 100644 --- a/english/aspose.cells.drawing/shape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/shape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/shape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_same_setting/_index.md b/english/aspose.cells.drawing/shape/is_same_setting/_index.md index 925764ed1f..b55c87efaf 100644 --- a/english/aspose.cells.drawing/shape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/shape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/shape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/shape/is_smart_art/_index.md b/english/aspose.cells.drawing/shape/is_smart_art/_index.md index 4379334eca..1c086a3c28 100644 --- a/english/aspose.cells.drawing/shape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/shape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/shape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/shape/is_text_wrapped/_index.md index fb4db6b6bb..6aae4640d8 100644 --- a/english/aspose.cells.drawing/shape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/shape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/shape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/is_word_art/_index.md b/english/aspose.cells.drawing/shape/is_word_art/_index.md index 5c0c491b86..2d4680b7f6 100644 --- a/english/aspose.cells.drawing/shape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/shape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/shape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/left/_index.md b/english/aspose.cells.drawing/shape/left/_index.md index cb036aaf3a..eac4f25d5c 100644 --- a/english/aspose.cells.drawing/shape/left/_index.md +++ b/english/aspose.cells.drawing/shape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/shape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/left_cm/_index.md b/english/aspose.cells.drawing/shape/left_cm/_index.md index 27b2bbffae..4c69979ab4 100644 --- a/english/aspose.cells.drawing/shape/left_cm/_index.md +++ b/english/aspose.cells.drawing/shape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/shape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/left_in_shape/_index.md b/english/aspose.cells.drawing/shape/left_in_shape/_index.md index 20451b0930..f687394ea9 100644 --- a/english/aspose.cells.drawing/shape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/shape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/shape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/left_inch/_index.md b/english/aspose.cells.drawing/shape/left_inch/_index.md index 122e2cb8c0..666e4970a5 100644 --- a/english/aspose.cells.drawing/shape/left_inch/_index.md +++ b/english/aspose.cells.drawing/shape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/shape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/left_to_corner/_index.md b/english/aspose.cells.drawing/shape/left_to_corner/_index.md index 6b03b8a594..5e2b441ab1 100644 --- a/english/aspose.cells.drawing/shape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/shape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/shape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/line/_index.md b/english/aspose.cells.drawing/shape/line/_index.md index a41ed98b06..398bd25713 100644 --- a/english/aspose.cells.drawing/shape/line/_index.md +++ b/english/aspose.cells.drawing/shape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/shape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/line_format/_index.md b/english/aspose.cells.drawing/shape/line_format/_index.md index 312bcfdc45..dcbcbaa46a 100644 --- a/english/aspose.cells.drawing/shape/line_format/_index.md +++ b/english/aspose.cells.drawing/shape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/shape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/linked_cell/_index.md b/english/aspose.cells.drawing/shape/linked_cell/_index.md index 4dad3b2d99..3b185d32a6 100644 --- a/english/aspose.cells.drawing/shape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/shape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/shape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/lower_delta_x/_index.md b/english/aspose.cells.drawing/shape/lower_delta_x/_index.md index a70233a161..a6c394d9ea 100644 --- a/english/aspose.cells.drawing/shape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/shape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/shape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/lower_delta_y/_index.md b/english/aspose.cells.drawing/shape/lower_delta_y/_index.md index af9d5e38da..d92e999658 100644 --- a/english/aspose.cells.drawing/shape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/shape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/shape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/lower_right_column/_index.md b/english/aspose.cells.drawing/shape/lower_right_column/_index.md index 810216b742..8479fc9cc0 100644 --- a/english/aspose.cells.drawing/shape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/shape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/shape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/lower_right_row/_index.md b/english/aspose.cells.drawing/shape/lower_right_row/_index.md index 45aee71e06..1d3b7fec4e 100644 --- a/english/aspose.cells.drawing/shape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/shape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/shape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/macro_name/_index.md b/english/aspose.cells.drawing/shape/macro_name/_index.md index 6f6de5a538..b35d522e13 100644 --- a/english/aspose.cells.drawing/shape/macro_name/_index.md +++ b/english/aspose.cells.drawing/shape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/shape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/move_to_range/_index.md b/english/aspose.cells.drawing/shape/move_to_range/_index.md index 120217f962..186a067d65 100644 --- a/english/aspose.cells.drawing/shape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/shape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/shape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/shape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/shape/mso_drawing_type/_index.md index 17711d4d35..c481a71f0d 100644 --- a/english/aspose.cells.drawing/shape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/shape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/shape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/name/_index.md b/english/aspose.cells.drawing/shape/name/_index.md index 62e24413b3..7617a57bc4 100644 --- a/english/aspose.cells.drawing/shape/name/_index.md +++ b/english/aspose.cells.drawing/shape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/shape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/paths/_index.md b/english/aspose.cells.drawing/shape/paths/_index.md index 0a1776b0f9..409325c9f1 100644 --- a/english/aspose.cells.drawing/shape/paths/_index.md +++ b/english/aspose.cells.drawing/shape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/shape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/placement/_index.md b/english/aspose.cells.drawing/shape/placement/_index.md index c4d4c88099..6202fde781 100644 --- a/english/aspose.cells.drawing/shape/placement/_index.md +++ b/english/aspose.cells.drawing/shape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/shape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/reflection/_index.md b/english/aspose.cells.drawing/shape/reflection/_index.md index 78a07785fd..062a09d4a0 100644 --- a/english/aspose.cells.drawing/shape/reflection/_index.md +++ b/english/aspose.cells.drawing/shape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/shape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/shape/relative_to_original_picture_size/_index.md index 18b0d5e2b1..ec5a32f367 100644 --- a/english/aspose.cells.drawing/shape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/shape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/shape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/shape/remove_active_x_control/_index.md index d893eadfd0..ea487e9058 100644 --- a/english/aspose.cells.drawing/shape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/shape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/shape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/shape/remove_hyperlink/_index.md index 38a5c7b6b4..2355696a86 100644 --- a/english/aspose.cells.drawing/shape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/shape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/shape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/right/_index.md b/english/aspose.cells.drawing/shape/right/_index.md index 16d5a0924f..64cd2be4d7 100644 --- a/english/aspose.cells.drawing/shape/right/_index.md +++ b/english/aspose.cells.drawing/shape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/shape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/rotation_angle/_index.md b/english/aspose.cells.drawing/shape/rotation_angle/_index.md index 4bb90466f4..b5535282e4 100644 --- a/english/aspose.cells.drawing/shape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/shape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/shape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/set_input_range/_index.md b/english/aspose.cells.drawing/shape/set_input_range/_index.md index a333aaf5ef..46a91a440c 100644 --- a/english/aspose.cells.drawing/shape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/shape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/shape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/shape/set_linked_cell/_index.md b/english/aspose.cells.drawing/shape/set_linked_cell/_index.md index 3bd17dbe21..4861983395 100644 --- a/english/aspose.cells.drawing/shape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/shape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/shape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/shape/set_locked_property/_index.md b/english/aspose.cells.drawing/shape/set_locked_property/_index.md index bd6dc9a112..a5838b40b0 100644 --- a/english/aspose.cells.drawing/shape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/shape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/shape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/shape/shadow_effect/_index.md b/english/aspose.cells.drawing/shape/shadow_effect/_index.md index f6a3700759..325a1a026f 100644 --- a/english/aspose.cells.drawing/shape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/shape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/shape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/soft_edges/_index.md b/english/aspose.cells.drawing/shape/soft_edges/_index.md index 5393ca1617..104f24aaa9 100644 --- a/english/aspose.cells.drawing/shape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/shape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/shape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/spid/_index.md b/english/aspose.cells.drawing/shape/spid/_index.md index 12040dd842..287f3b9c4c 100644 --- a/english/aspose.cells.drawing/shape/spid/_index.md +++ b/english/aspose.cells.drawing/shape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/shape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/spt/_index.md b/english/aspose.cells.drawing/shape/spt/_index.md index 14a92ccbe2..de6c7392d8 100644 --- a/english/aspose.cells.drawing/shape/spt/_index.md +++ b/english/aspose.cells.drawing/shape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/shape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text/_index.md b/english/aspose.cells.drawing/shape/text/_index.md index 0036c22e9a..c371345534 100644 --- a/english/aspose.cells.drawing/shape/text/_index.md +++ b/english/aspose.cells.drawing/shape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/shape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_body/_index.md b/english/aspose.cells.drawing/shape/text_body/_index.md index f7ad6c62e4..0805f9a005 100644 --- a/english/aspose.cells.drawing/shape/text_body/_index.md +++ b/english/aspose.cells.drawing/shape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/shape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_box_options/_index.md b/english/aspose.cells.drawing/shape/text_box_options/_index.md index f8f90a2248..3107ec5256 100644 --- a/english/aspose.cells.drawing/shape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/shape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/shape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_direction/_index.md b/english/aspose.cells.drawing/shape/text_direction/_index.md index 0661746424..17762d5b83 100644 --- a/english/aspose.cells.drawing/shape/text_direction/_index.md +++ b/english/aspose.cells.drawing/shape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/shape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_effect/_index.md b/english/aspose.cells.drawing/shape/text_effect/_index.md index ce43bac551..68b8f58dfb 100644 --- a/english/aspose.cells.drawing/shape/text_effect/_index.md +++ b/english/aspose.cells.drawing/shape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/shape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/shape/text_horizontal_alignment/_index.md index cdcfa1b63e..bb64238c53 100644 --- a/english/aspose.cells.drawing/shape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/shape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/shape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/shape/text_horizontal_overflow/_index.md index 85daaab974..c50c4e9fcd 100644 --- a/english/aspose.cells.drawing/shape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/shape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/shape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_options/_index.md b/english/aspose.cells.drawing/shape/text_options/_index.md index 1058e2cc3a..496ca62a8a 100644 --- a/english/aspose.cells.drawing/shape/text_options/_index.md +++ b/english/aspose.cells.drawing/shape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/shape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_orientation_type/_index.md b/english/aspose.cells.drawing/shape/text_orientation_type/_index.md index 0c01f1bb3f..7e30acd814 100644 --- a/english/aspose.cells.drawing/shape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/shape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/shape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_shape_type/_index.md b/english/aspose.cells.drawing/shape/text_shape_type/_index.md index 058c7cd190..f69ae24760 100644 --- a/english/aspose.cells.drawing/shape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/shape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/shape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/shape/text_vertical_alignment/_index.md index ac3cd3289c..62e5bcb74d 100644 --- a/english/aspose.cells.drawing/shape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/shape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/shape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/shape/text_vertical_overflow/_index.md index 7b73191299..095b1b770b 100644 --- a/english/aspose.cells.drawing/shape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/shape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/shape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/three_d_format/_index.md b/english/aspose.cells.drawing/shape/three_d_format/_index.md index 12a4900792..7cdbdb50b5 100644 --- a/english/aspose.cells.drawing/shape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/shape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/shape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/title/_index.md b/english/aspose.cells.drawing/shape/title/_index.md index c6b466a972..1471d20931 100644 --- a/english/aspose.cells.drawing/shape/title/_index.md +++ b/english/aspose.cells.drawing/shape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/shape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/to_front_or_back/_index.md b/english/aspose.cells.drawing/shape/to_front_or_back/_index.md index 0ee96f2349..69fd33c208 100644 --- a/english/aspose.cells.drawing/shape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/shape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/shape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/shape/to_image/_index.md b/english/aspose.cells.drawing/shape/to_image/_index.md index 58f27b0bef..e005141bae 100644 --- a/english/aspose.cells.drawing/shape/to_image/_index.md +++ b/english/aspose.cells.drawing/shape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/shape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/shape/top/_index.md b/english/aspose.cells.drawing/shape/top/_index.md index c98ee9211b..fc2bdd00bf 100644 --- a/english/aspose.cells.drawing/shape/top/_index.md +++ b/english/aspose.cells.drawing/shape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/shape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/top_cm/_index.md b/english/aspose.cells.drawing/shape/top_cm/_index.md index 55284d24cc..ac84abef60 100644 --- a/english/aspose.cells.drawing/shape/top_cm/_index.md +++ b/english/aspose.cells.drawing/shape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/shape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/top_in_shape/_index.md b/english/aspose.cells.drawing/shape/top_in_shape/_index.md index c439185371..15f6a5e6c6 100644 --- a/english/aspose.cells.drawing/shape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/shape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/shape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/top_inch/_index.md b/english/aspose.cells.drawing/shape/top_inch/_index.md index b973d27555..3bf933b70e 100644 --- a/english/aspose.cells.drawing/shape/top_inch/_index.md +++ b/english/aspose.cells.drawing/shape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/shape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/top_to_corner/_index.md b/english/aspose.cells.drawing/shape/top_to_corner/_index.md index 7ebe6b0142..5b93f9ad7f 100644 --- a/english/aspose.cells.drawing/shape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/shape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/shape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/type/_index.md b/english/aspose.cells.drawing/shape/type/_index.md index afe0d614b4..ffed3d9f89 100644 --- a/english/aspose.cells.drawing/shape/type/_index.md +++ b/english/aspose.cells.drawing/shape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/shape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/update_selected_value/_index.md b/english/aspose.cells.drawing/shape/update_selected_value/_index.md index de5bf9b15c..e92890ca89 100644 --- a/english/aspose.cells.drawing/shape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/shape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/shape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/shape/upper_delta_x/_index.md b/english/aspose.cells.drawing/shape/upper_delta_x/_index.md index 92a86677be..6187ef99d6 100644 --- a/english/aspose.cells.drawing/shape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/shape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/shape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/upper_delta_y/_index.md b/english/aspose.cells.drawing/shape/upper_delta_y/_index.md index 1b7b03c8b9..966bad631d 100644 --- a/english/aspose.cells.drawing/shape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/shape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/shape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/upper_left_column/_index.md b/english/aspose.cells.drawing/shape/upper_left_column/_index.md index 7b3fac9c49..d2d578c852 100644 --- a/english/aspose.cells.drawing/shape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/shape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/shape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/upper_left_row/_index.md b/english/aspose.cells.drawing/shape/upper_left_row/_index.md index 81ec94eeea..2356dabf69 100644 --- a/english/aspose.cells.drawing/shape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/shape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/shape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width/_index.md b/english/aspose.cells.drawing/shape/width/_index.md index aac33c6ff8..77704a47e2 100644 --- a/english/aspose.cells.drawing/shape/width/_index.md +++ b/english/aspose.cells.drawing/shape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/shape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width_cm/_index.md b/english/aspose.cells.drawing/shape/width_cm/_index.md index 480148c0a3..51d8e8915b 100644 --- a/english/aspose.cells.drawing/shape/width_cm/_index.md +++ b/english/aspose.cells.drawing/shape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/shape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width_in_shape/_index.md b/english/aspose.cells.drawing/shape/width_in_shape/_index.md index c6a2582e9a..8e25741f96 100644 --- a/english/aspose.cells.drawing/shape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/shape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/shape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width_inch/_index.md b/english/aspose.cells.drawing/shape/width_inch/_index.md index 55295a104b..bf111ef1ea 100644 --- a/english/aspose.cells.drawing/shape/width_inch/_index.md +++ b/english/aspose.cells.drawing/shape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/shape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width_pt/_index.md b/english/aspose.cells.drawing/shape/width_pt/_index.md index 62d9c89d6b..9dd99c5d27 100644 --- a/english/aspose.cells.drawing/shape/width_pt/_index.md +++ b/english/aspose.cells.drawing/shape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/shape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/width_scale/_index.md b/english/aspose.cells.drawing/shape/width_scale/_index.md index d4f40c7109..d57e2b889a 100644 --- a/english/aspose.cells.drawing/shape/width_scale/_index.md +++ b/english/aspose.cells.drawing/shape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/shape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/worksheet/_index.md b/english/aspose.cells.drawing/shape/worksheet/_index.md index 1cb0db396e..16b0f13c75 100644 --- a/english/aspose.cells.drawing/shape/worksheet/_index.md +++ b/english/aspose.cells.drawing/shape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/shape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/x/_index.md b/english/aspose.cells.drawing/shape/x/_index.md index 8bbba08443..8115579dce 100644 --- a/english/aspose.cells.drawing/shape/x/_index.md +++ b/english/aspose.cells.drawing/shape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/shape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/y/_index.md b/english/aspose.cells.drawing/shape/y/_index.md index 69618398a9..9b5a150ecd 100644 --- a/english/aspose.cells.drawing/shape/y/_index.md +++ b/english/aspose.cells.drawing/shape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/shape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/shape/z_order_position/_index.md b/english/aspose.cells.drawing/shape/z_order_position/_index.md index 8a9fbc195c..ee30a96bd1 100644 --- a/english/aspose.cells.drawing/shape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/shape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/shape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/shapecollection/_index.md b/english/aspose.cells.drawing/shapecollection/_index.md index ae8ba2fc25..e733d76e08 100644 --- a/english/aspose.cells.drawing/shapecollection/_index.md +++ b/english/aspose.cells.drawing/shapecollection/_index.md @@ -25,62 +25,62 @@ The ShapeCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_shape_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart/#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int-bytes) | Add a shape to chart .All unit is 1/4000 of chart area. | -| [add_shape_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart/#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int) | Add a shape to chart .All unit is 1/4000 of chart area. | -| [add_shape_in_chart_by_scale](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float) | Add a shape to chart. All unit is percent scale of chart area. | -| [add_shape_in_chart_by_scale](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float-bytes) | Add a shape to chart .All unit is 1/4000 of chart area. | -| [add_picture](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-int-int-io.RawIOBase) | Adds a picture to the collection. | -| [add_picture](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-io.RawIOBase-int-int) | Adds a picture to the collection. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapecollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapecollection/index_of/#aspose.cells.drawing.Shape-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapecollection/index_of/#aspose.cells.drawing.Shape-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/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](/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](/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. | -| [add_copy](/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](/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](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box/#int-int-int-int-int-int) | Adds a text box to the worksheet. | -| [add_equation](/cells/python-net/aspose.cells.drawing/shapecollection/add_equation/#int-int-int-int-int-int) | Add an equation object to the worksheet. | -| [add_spinner](/cells/python-net/aspose.cells.drawing/shapecollection/add_spinner/#int-int-int-int-int-int) | Adds a Spinner to the worksheet. | -| [add_scroll_bar](/cells/python-net/aspose.cells.drawing/shapecollection/add_scroll_bar/#int-int-int-int-int-int) | Adds a ScrollBar to the worksheet. | -| [add_radio_button](/cells/python-net/aspose.cells.drawing/shapecollection/add_radio_button/#int-int-int-int-int-int) | Adds a RadioButton to the worksheet. | -| [add_list_box](/cells/python-net/aspose.cells.drawing/shapecollection/add_list_box/#int-int-int-int-int-int) | Adds a ListBox to the worksheet. | -| [add_combo_box](/cells/python-net/aspose.cells.drawing/shapecollection/add_combo_box/#int-int-int-int-int-int) | Adds a ComboBox to the worksheet. | -| [add_group_box](/cells/python-net/aspose.cells.drawing/shapecollection/add_group_box/#int-int-int-int-int-int) | Adds a GroupBox to the worksheet. | -| [add_button](/cells/python-net/aspose.cells.drawing/shapecollection/add_button/#int-int-int-int-int-int) | Adds a Button to the worksheet. | -| [add_label](/cells/python-net/aspose.cells.drawing/shapecollection/add_label/#int-int-int-int-int-int) | Adds a Label to the worksheet. | -| [add_label_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_label_in_chart/#int-int-int-int) | Adds a label to the chart. | -| [add_text_box_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box_in_chart/#int-int-int-int) | Adds a textbox to the chart. | -| [add_text_effect_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int) | Inserts a WordArt object to the chart | -| [add_text_effect](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect/#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int-int-int) | Inserts a WordArt object. | -| [add_word_art](/cells/python-net/aspose.cells.drawing/shapecollection/add_word_art/#aspose.cells.drawing.PresetWordArtStyle-str-int-int-int-int-int-int) | Adds preset WordArt since Excel 2007.s | -| [add_rectangle](/cells/python-net/aspose.cells.drawing/shapecollection/add_rectangle/#int-int-int-int-int-int) | Adds a RectangleShape to the worksheet. | -| [add_oval](/cells/python-net/aspose.cells.drawing/shapecollection/add_oval/#int-int-int-int-int-int) | Adds a Oval to the worksheet. | -| [add_line](/cells/python-net/aspose.cells.drawing/shapecollection/add_line/#int-int-int-int-int-int) | Adds a LineShape to the worksheet. | -| [add_free_floating_shape](/cells/python-net/aspose.cells.drawing/shapecollection/add_free_floating_shape/#aspose.cells.drawing.MsoDrawingType-int-int-int-int-bytes-bool) | Adds a free floating shape to the worksheet.Only applies for line/image shape. | -| [add_arc](/cells/python-net/aspose.cells.drawing/shapecollection/add_arc/#int-int-int-int-int-int) | Adds a ArcShape to the worksheet. | -| [add_shape](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape/#aspose.cells.drawing.MsoDrawingType-int-int-int-int-int-int) | Adds a Shape to the worksheet. | -| [add_auto_shape](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape/#aspose.cells.drawing.AutoShapeType-int-int-int-int-int-int) | Adds a AutoShape to the worksheet. | -| [add_auto_shape_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/#aspose.cells.drawing.AutoShapeType-int-int-int-int) | Adds a AutoShape to the chart. | -| [add_active_x_control](/cells/python-net/aspose.cells.drawing/shapecollection/add_active_x_control/#aspose.cells.drawing.activexcontrols.ControlType-int-int-int-int-int-int) | Creates an Activex Control. | -| [add_svg](/cells/python-net/aspose.cells.drawing/shapecollection/add_svg/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. | -| [add_icons](/cells/python-net/aspose.cells.drawing/shapecollection/add_icons/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. | -| [add_linked_picture](/cells/python-net/aspose.cells.drawing/shapecollection/add_linked_picture/#int-int-int-int-str) | Add a linked picture. | -| [add_ole_object_with_linked_image](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/#int-int-int-int-str) | Add a linked picture. | -| [add_picture_in_chart](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture_in_chart/#int-int-io.RawIOBase-int-int) | Adds a picture to the chart. | -| [add_ole_object](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object/#int-int-int-int-int-int-bytes) | Adds an OleObject. | -| [copy_comments_in_range](/cells/python-net/aspose.cells.drawing/shapecollection/copy_comments_in_range/#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int) | Copy all comments in the range. | -| [copy_in_range](/cells/python-net/aspose.cells.drawing/shapecollection/copy_in_range/#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int-bool) | Copy shapes in the range to destination range. | -| [delete_in_range](/cells/python-net/aspose.cells.drawing/shapecollection/delete_in_range/#aspose.cells.CellArea) | Delete shapes in the range.Comment shapes will not be deleted. | -| [delete_shape](/cells/python-net/aspose.cells.drawing/shapecollection/delete_shape/#aspose.cells.drawing.Shape) | Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. | -| [group](/cells/python-net/aspose.cells.drawing/shapecollection/group/#list) | Group the shapes. | -| [ungroup](/cells/python-net/aspose.cells.drawing/shapecollection/ungroup/#aspose.cells.drawing.GroupShape) | Ungroups the shape items. | -| [remove_a_shape](/cells/python-net/aspose.cells.drawing/shapecollection/remove_a_shape/#aspose.cells.drawing.Shape) | Add API for Python Via .Net.since this API is unsupported | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/shapecollection/update_selected_value/#) | Update the selected value by the value of the linked cell or range of the shape. | -| [add_freeform](/cells/python-net/aspose.cells.drawing/shapecollection/add_freeform/#int-int-int-int-int-int-list) | Adds a freeform shape to the worksheet. | -| [add_signature_line](/cells/python-net/aspose.cells.drawing/shapecollection/add_signature_line/#int-int-aspose.cells.drawing.SignatureLine) | Adds a Signature Line to the worksheet. | -| [binary_search](/cells/python-net/aspose.cells.drawing/shapecollection/binary_search/#aspose.cells.drawing.Shape) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add_shape_in_chart(self, type, placement, left, top, right, bottom, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-int-int-int-int-bytes) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [`add_shape_in_chart(self, type, placement, left, top, right, bottom)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-int-int-int-int) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [`add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-float-float-float-float) | Add a shape to chart. All unit is percent scale of chart area. | +| [`add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/#aspose.cells.drawing.msodrawingtype-aspose.cells.drawing.placementtype-float-float-float-float-bytes) | Add a shape to chart .All unit is 1/4000 of chart area. | +| [`add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-int-int-io.rawiobase) | Adds a picture to the collection. | +| [`add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture/#int-int-io.rawiobase-int-int) | Adds a picture to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapecollection/index_of/#aspose.cells.drawing.shape-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapecollection/index_of/#aspose.cells.drawing.shape-int-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 starts at the specified index and contains the specified number of elements. | +| [`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. | +| [`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. | +| [`add_equation(self, top_row, top, left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_equation/#int-int-int-int-int-int) | Add an equation object to the worksheet. | +| [`add_spinner(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_spinner/#int-int-int-int-int-int) | Adds a Spinner to the worksheet. | +| [`add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_scroll_bar/#int-int-int-int-int-int) | Adds a ScrollBar to the worksheet. | +| [`add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_radio_button/#int-int-int-int-int-int) | Adds a RadioButton to the worksheet. | +| [`add_list_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_list_box/#int-int-int-int-int-int) | Adds a ListBox to the worksheet. | +| [`add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_combo_box/#int-int-int-int-int-int) | Adds a ComboBox to the worksheet. | +| [`add_group_box(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_group_box/#int-int-int-int-int-int) | Adds a GroupBox to the worksheet. | +| [`add_button(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_button/#int-int-int-int-int-int) | Adds a Button to the worksheet. | +| [`add_label(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_label/#int-int-int-int-int-int) | Adds a Label to the worksheet. | +| [`add_label_in_chart(self, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_label_in_chart/#int-int-int-int) | Adds a label to the chart. | +| [`add_text_box_in_chart(self, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_box_in_chart/#int-int-int-int) | Adds a textbox to the chart. | +| [`add_text_effect_in_chart(self, effect, text, font_name, size, font_bold, font_italic, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/#aspose.cells.drawing.msopresettexteffect-str-str-int-bool-bool-int-int-int-int) | Inserts a WordArt object to the chart | +| [`add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_text_effect/#aspose.cells.drawing.msopresettexteffect-str-str-int-bool-bool-int-int-int-int-int-int) | Inserts a WordArt object. | +| [`add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_word_art/#aspose.cells.drawing.presetwordartstyle-str-int-int-int-int-int-int) | Adds preset WordArt since Excel 2007.s | +| [`add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_rectangle/#int-int-int-int-int-int) | Adds a RectangleShape to the worksheet. | +| [`add_oval(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_oval/#int-int-int-int-int-int) | Adds a Oval to the worksheet. | +| [`add_line(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_line/#int-int-int-int-int-int) | Adds a LineShape to the worksheet. | +| [`add_free_floating_shape(self, type, top, left, height, width, image_data, is_original_size)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_free_floating_shape/#aspose.cells.drawing.msodrawingtype-int-int-int-int-bytes-bool) | Adds a free floating shape to the worksheet.Only applies for line/image shape. | +| [`add_arc(self, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_arc/#int-int-int-int-int-int) | Adds a ArcShape to the worksheet. | +| [`add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_shape/#aspose.cells.drawing.msodrawingtype-int-int-int-int-int-int) | Adds a Shape to the worksheet. | +| [`add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape/#aspose.cells.drawing.autoshapetype-int-int-int-int-int-int) | Adds a AutoShape to the worksheet. | +| [`add_auto_shape_in_chart(self, type, top, left, height, width)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/#aspose.cells.drawing.autoshapetype-int-int-int-int) | Adds a AutoShape to the chart. | +| [`add_active_x_control(self, type, top_row, top, left_column, left, width, height)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_active_x_control/#aspose.cells.drawing.activexcontrols.controltype-int-int-int-int-int-int) | Creates an Activex Control. | +| [`add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_svg/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. | +| [`add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_icons/#int-int-int-int-int-int-bytes-bytes) | Adds svg image. | +| [`add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_linked_picture/#int-int-int-int-str) | Add a linked picture. | +| [`add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/#int-int-int-int-str) | Add a linked picture. | +| [`add_picture_in_chart(self, top, left, stream, width_scale, height_scale)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_picture_in_chart/#int-int-io.rawiobase-int-int) | Adds a picture to the chart. | +| [`add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_ole_object/#int-int-int-int-int-int-bytes) | Adds an OleObject. | +| [`copy_comments_in_range(self, shapes, ca, dest_row, dest_column)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_comments_in_range/#aspose.cells.drawing.shapecollection-aspose.cells.cellarea-int-int) | Copy all comments in the range. | +| [`copy_in_range(self, source_shapes, ca, dest_row, dest_column, is_contained)`](/cells/python-net/aspose.cells.drawing/shapecollection/copy_in_range/#aspose.cells.drawing.shapecollection-aspose.cells.cellarea-int-int-bool) | Copy shapes in the range to destination range. | +| [`delete_in_range(self, ca)`](/cells/python-net/aspose.cells.drawing/shapecollection/delete_in_range/#aspose.cells.cellarea) | Delete shapes in the range.Comment shapes will not be deleted. | +| [`delete_shape(self, shape)`](/cells/python-net/aspose.cells.drawing/shapecollection/delete_shape/#aspose.cells.drawing.shape) | Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. | +| [`group(self, group_items)`](/cells/python-net/aspose.cells.drawing/shapecollection/group/#list) | Group the shapes. | +| [`ungroup(self, group)`](/cells/python-net/aspose.cells.drawing/shapecollection/ungroup/#aspose.cells.drawing.groupshape) | Ungroups the shape items. | +| [`remove_a_shape(self, shape)`](/cells/python-net/aspose.cells.drawing/shapecollection/remove_a_shape/#aspose.cells.drawing.shape) | Add API for Python Via .Net.since this API is unsupported | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/shapecollection/update_selected_value/#) | Update the selected value by the value of the linked cell or range of the shape. | +| [`add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_freeform/#int-int-int-int-int-int-list) | Adds a freeform shape to the worksheet. | +| [`add_signature_line(self, upper_left_row, upper_left_column, signature_line)`](/cells/python-net/aspose.cells.drawing/shapecollection/add_signature_line/#int-int-aspose.cells.drawing.signatureline) | Adds a Signature Line to the worksheet. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapecollection/binary_search/#aspose.cells.drawing.shape) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/shapecollection/add_active_x_control/_index.md b/english/aspose.cells.drawing/shapecollection/add_active_x_control/_index.md index 16ff5c4dd5..30a7fd8f2c 100644 --- a/english/aspose.cells.drawing/shapecollection/add_active_x_control/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_active_x_control/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_active_x_control/ is_root: false --- -## add_active_x_control {#aspose.cells.drawing.activexcontrols.ControlType-int-int-int-int-int-int} +## add_active_x_control(self, type, top_row, top, left_column, left, width, height) {#aspose.cells.drawing.activexcontrols.ControlType-int-int-int-int-int-int} Creates an Activex Control. @@ -20,6 +20,7 @@ Creates an Activex Control. ```python + def add_active_x_control(self, type, top_row, top, left_column, left, width, height): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_arc/_index.md b/english/aspose.cells.drawing/shapecollection/add_arc/_index.md index eeeb35ff39..085dca3d7d 100644 --- a/english/aspose.cells.drawing/shapecollection/add_arc/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_arc/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_arc/ is_root: false --- -## add_arc {#int-int-int-int-int-int} +## add_arc(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a ArcShape to the worksheet. @@ -20,6 +20,7 @@ A ArcShape object. ```python + def add_arc(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md b/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md index cffa9c7284..e8558acf69 100644 --- a/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_auto_shape/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_auto_shape/ is_root: false --- -## add_auto_shape {#aspose.cells.drawing.AutoShapeType-int-int-int-int-int-int} +## add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.AutoShapeType-int-int-int-int-int-int} Adds a AutoShape to the worksheet. @@ -20,6 +20,7 @@ A Shape object. ```python + def add_auto_shape(self, type, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/_index.md index 64b573345e..0788766af3 100644 --- a/english/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_auto_shape_in_chart/ is_root: false --- -## add_auto_shape_in_chart {#aspose.cells.drawing.AutoShapeType-int-int-int-int} +## add_auto_shape_in_chart(self, type, top, left, height, width) {#aspose.cells.drawing.AutoShapeType-int-int-int-int} Adds a AutoShape to the chart. @@ -20,6 +20,7 @@ Returns a shape object. ```python + def add_auto_shape_in_chart(self, type, top, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_button/_index.md b/english/aspose.cells.drawing/shapecollection/add_button/_index.md index a7e2c1cd4f..1033b68097 100644 --- a/english/aspose.cells.drawing/shapecollection/add_button/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_button/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_button/ is_root: false --- -## add_button {#int-int-int-int-int-int} +## add_button(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a Button to the worksheet. @@ -20,6 +20,7 @@ A Button object. ```python + def add_button(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md index a7d175d868..f82838c1db 100644 --- a/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_check_box/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_check_box/ is_root: false --- -## add_check_box {#int-int-int-int-int-int} +## add_check_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a checkbox to the worksheet. @@ -20,6 +20,7 @@ The new CheckBox object index. ```python + def add_check_box(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md index 41c77fe768..19ada7b7ed 100644 --- a/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_combo_box/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_combo_box/ is_root: false --- -## add_combo_box {#int-int-int-int-int-int} +## add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a ComboBox to the worksheet. @@ -20,6 +20,7 @@ A ComboBox object. ```python + def add_combo_box(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_copy/_index.md b/english/aspose.cells.drawing/shapecollection/add_copy/_index.md index 59d64e5a18..d3988d79dd 100644 --- a/english/aspose.cells.drawing/shapecollection/add_copy/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_copy/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_copy/ is_root: false --- -## add_copy {#aspose.cells.drawing.Shape-int-int-int-int} +## add_copy(self, source_shape, top_row, top, left_column, left) {#aspose.cells.drawing.Shape-int-int-int-int} Adds and copy a shape to the worksheet. @@ -20,6 +20,7 @@ The new [`Shape`](/cells/python-net/aspose.cells.drawing/shape) object. ```python + def add_copy(self, source_shape, top_row, top, left_column, left): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_equation/_index.md b/english/aspose.cells.drawing/shapecollection/add_equation/_index.md index b16e95d656..ff50a0f04f 100644 --- a/english/aspose.cells.drawing/shapecollection/add_equation/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_equation/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_equation/ is_root: false --- -## add_equation {#int-int-int-int-int-int} +## add_equation(self, top_row, top, left_column, left, height, width) {#int-int-int-int-int-int} Add an equation object to the worksheet. @@ -20,6 +20,7 @@ Add an equation object to the worksheet. ```python + def add_equation(self, top_row, top, left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_free_floating_shape/_index.md b/english/aspose.cells.drawing/shapecollection/add_free_floating_shape/_index.md index 49093ae1ab..ac4c92f4b2 100644 --- a/english/aspose.cells.drawing/shapecollection/add_free_floating_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_free_floating_shape/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_free_floating_shape/ is_root: false --- -## add_free_floating_shape {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-bytes-bool} +## add_free_floating_shape(self, type, top, left, height, width, image_data, is_original_size) {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-bytes-bool} Adds a free floating shape to the worksheet.Only applies for line/image shape. @@ -20,6 +20,7 @@ Adds a free floating shape to the worksheet.Only applies for line/image shape. ```python + def add_free_floating_shape(self, type, top, left, height, width, image_data, is_original_size): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md b/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md index 86dfd213a7..3c2765fc70 100644 --- a/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_freeform/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_freeform/ is_root: false --- -## add_freeform {#int-int-int-int-int-int-list} +## add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths) {#int-int-int-int-int-int-list} Adds a freeform shape to the worksheet. @@ -20,6 +20,7 @@ A freeform shape. ```python + def add_freeform(self, upper_left_row, top, upper_left_column, left, height, width, paths): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md index 1f0360aad6..90310f97be 100644 --- a/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_group_box/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_group_box/ is_root: false --- -## add_group_box {#int-int-int-int-int-int} +## add_group_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a GroupBox to the worksheet. @@ -20,6 +20,7 @@ A GroupBox object. ```python + def add_group_box(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_icons/_index.md b/english/aspose.cells.drawing/shapecollection/add_icons/_index.md index bbc27e8d7b..1765d690a3 100644 --- a/english/aspose.cells.drawing/shapecollection/add_icons/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_icons/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_icons/ is_root: false --- -## add_icons {#int-int-int-int-int-int-bytes-bytes} +## add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes} Adds svg image. @@ -20,6 +20,7 @@ Adds svg image. ```python + def add_icons(self, upper_left_row, top, upper_left_column, left, height, width, image_byte_data, compatible_image_data): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_label/_index.md b/english/aspose.cells.drawing/shapecollection/add_label/_index.md index 02ab715939..aa6df0e5f0 100644 --- a/english/aspose.cells.drawing/shapecollection/add_label/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_label/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_label/ is_root: false --- -## add_label {#int-int-int-int-int-int} +## add_label(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a Label to the worksheet. @@ -20,6 +20,7 @@ A Label object. ```python + def add_label(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md index 37764980c0..84cee62712 100644 --- a/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_label_in_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_label_in_chart/ is_root: false --- -## add_label_in_chart {#int-int-int-int} +## add_label_in_chart(self, top, left, height, width) {#int-int-int-int} Adds a label to the chart. @@ -20,6 +20,7 @@ A new Label object. ```python + def add_label_in_chart(self, top, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_line/_index.md b/english/aspose.cells.drawing/shapecollection/add_line/_index.md index 498c39f458..07abdd4dae 100644 --- a/english/aspose.cells.drawing/shapecollection/add_line/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_line/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_line/ is_root: false --- -## add_line {#int-int-int-int-int-int} +## add_line(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a LineShape to the worksheet. @@ -20,6 +20,7 @@ A LineShape object. ```python + def add_line(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md b/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md index 54925c641d..fe3014efba 100644 --- a/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_linked_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_linked_picture/ is_root: false --- -## add_linked_picture {#int-int-int-int-str} +## add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name) {#int-int-int-int-str} Add a linked picture. @@ -20,6 +20,7 @@ Add a linked picture. ```python + def add_linked_picture(self, upper_left_row, upper_left_column, height, width, source_full_name): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md index a44fa0b48e..03a6a4191c 100644 --- a/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_list_box/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_list_box/ is_root: false --- -## add_list_box {#int-int-int-int-int-int} +## add_list_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a ListBox to the worksheet. @@ -20,6 +20,7 @@ A ListBox object. ```python + def add_list_box(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md b/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md index 9addc227f4..9f3428f53b 100644 --- a/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_ole_object/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_ole_object/ is_root: false --- -## add_ole_object {#int-int-int-int-int-int-bytes} +## add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data) {#int-int-int-int-int-int-bytes} Adds an OleObject. @@ -20,6 +20,7 @@ Adds an OleObject. ```python + def add_ole_object(self, upper_left_row, top, upper_left_column, left, height, width, image_data): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md b/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md index b73101b4c1..03c1454efa 100644 --- a/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_ole_object_with_linked_image/ is_root: false --- -## add_ole_object_with_linked_image {#int-int-int-int-str} +## add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name) {#int-int-int-int-str} Add a linked picture. @@ -20,6 +20,7 @@ Add a linked picture. ```python + def add_ole_object_with_linked_image(self, upper_left_row, upper_left_column, height, width, source_full_name): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_oval/_index.md b/english/aspose.cells.drawing/shapecollection/add_oval/_index.md index 4a25031fad..10bf83bbd3 100644 --- a/english/aspose.cells.drawing/shapecollection/add_oval/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_oval/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_oval/ is_root: false --- -## add_oval {#int-int-int-int-int-int} +## add_oval(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a Oval to the worksheet. @@ -20,6 +20,7 @@ A Oval object. ```python + def add_oval(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_picture/_index.md b/english/aspose.cells.drawing/shapecollection/add_picture/_index.md index 3e9d8e5112..bae71a58d4 100644 --- a/english/aspose.cells.drawing/shapecollection/add_picture/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_picture/ is_root: false --- -## add_picture {#int-int-int-int-io.RawIOBase} +## add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream) {#int-int-int-int-io.RawIOBase} Adds a picture to the collection. @@ -20,6 +20,7 @@ Adds a picture to the collection. ```python + def add_picture(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column, stream): ... ``` @@ -45,7 +46,7 @@ with open("image.jpg", "rb") as fs: ``` -## add_picture {#int-int-io.RawIOBase-int-int} +## add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int} Adds a picture to the collection. @@ -57,6 +58,7 @@ Adds a picture to the collection. ```python + def add_picture(self, upper_left_row, upper_left_column, stream, width_scale, height_scale): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md index d3b2b536c1..16b2c29fcc 100644 --- a/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_picture_in_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_picture_in_chart/ is_root: false --- -## add_picture_in_chart {#int-int-io.RawIOBase-int-int} +## add_picture_in_chart(self, top, left, stream, width_scale, height_scale) {#int-int-io.RawIOBase-int-int} Adds a picture to the chart. @@ -20,6 +20,7 @@ Returns a Picture object. ```python + def add_picture_in_chart(self, top, left, stream, width_scale, height_scale): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md b/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md index 6959e2c2af..3aec46e1b8 100644 --- a/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_radio_button/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_radio_button/ is_root: false --- -## add_radio_button {#int-int-int-int-int-int} +## add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a RadioButton to the worksheet. @@ -20,6 +20,7 @@ A RadioButton object. ```python + def add_radio_button(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md b/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md index 26c762d345..7c3620f88c 100644 --- a/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_rectangle/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_rectangle/ is_root: false --- -## add_rectangle {#int-int-int-int-int-int} +## add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a RectangleShape to the worksheet. @@ -20,6 +20,7 @@ A RectangleShape object. ```python + def add_rectangle(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md b/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md index c909f3f4f7..2ef1a0d0cd 100644 --- a/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_scroll_bar/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_scroll_bar/ is_root: false --- -## add_scroll_bar {#int-int-int-int-int-int} +## add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a ScrollBar to the worksheet. @@ -20,6 +20,7 @@ A ScrollBar object. ```python + def add_scroll_bar(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_shape/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape/_index.md index 4a77e75350..02da4d148a 100644 --- a/english/aspose.cells.drawing/shapecollection/add_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_shape/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_shape/ is_root: false --- -## add_shape {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-int-int} +## add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.MsoDrawingType-int-int-int-int-int-int} Adds a Shape to the worksheet. @@ -20,6 +20,7 @@ A Shape object. ```python + def add_shape(self, type, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md index a14699c660..5234ef646e 100644 --- a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/add_shape_in_chart/ is_root: false --- -## add_shape_in_chart {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int} +## add_shape_in_chart(self, type, placement, left, top, right, bottom) {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int} Add a shape to chart .All unit is 1/4000 of chart area. ```python + def add_shape_in_chart(self, type, placement, left, top, right, bottom): ... ``` @@ -30,13 +31,14 @@ def add_shape_in_chart(self, type, placement, left, top, right, bottom): | bottom | int | In unit of 1/4000 chart area height. | -## add_shape_in_chart {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int-bytes} +## add_shape_in_chart(self, type, placement, left, top, right, bottom, image_data) {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-int-int-int-int-bytes} Add a shape to chart .All unit is 1/4000 of chart area. ```python + def add_shape_in_chart(self, type, placement, left, top, right, bottom, image_data): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md index 7fb29b5adc..f7bcae86d5 100644 --- a/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/add_shape_in_chart_by_scale/ is_root: false --- -## add_shape_in_chart_by_scale {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float} +## add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom) {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float} Add a shape to chart. All unit is percent scale of chart area. ```python + def add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom): ... ``` @@ -30,13 +31,14 @@ def add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom) | bottom | float | Unit is percent scale of chart area height. | -## add_shape_in_chart_by_scale {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float-bytes} +## add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom, image_data) {#aspose.cells.drawing.MsoDrawingType-aspose.cells.drawing.PlacementType-float-float-float-float-bytes} Add a shape to chart .All unit is 1/4000 of chart area. ```python + def add_shape_in_chart_by_scale(self, type, placement, left, top, right, bottom, image_data): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md b/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md index e81ae750b1..cda076f2ac 100644 --- a/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_signature_line/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_signature_line/ is_root: false --- -## add_signature_line {#int-int-aspose.cells.drawing.SignatureLine} +## add_signature_line(self, upper_left_row, upper_left_column, signature_line) {#int-int-aspose.cells.drawing.SignatureLine} Adds a Signature Line to the worksheet. @@ -20,6 +20,7 @@ Adds a Signature Line to the worksheet. ```python + def add_signature_line(self, upper_left_row, upper_left_column, signature_line): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md b/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md index c62017653b..b26bded372 100644 --- a/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_spinner/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_spinner/ is_root: false --- -## add_spinner {#int-int-int-int-int-int} +## add_spinner(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a Spinner to the worksheet. @@ -20,6 +20,7 @@ A Spinner object. ```python + def add_spinner(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_svg/_index.md b/english/aspose.cells.drawing/shapecollection/add_svg/_index.md index de822e8687..ee22d42798 100644 --- a/english/aspose.cells.drawing/shapecollection/add_svg/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_svg/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_svg/ is_root: false --- -## add_svg {#int-int-int-int-int-int-bytes-bytes} +## add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data) {#int-int-int-int-int-int-bytes-bytes} Adds svg image. @@ -20,6 +20,7 @@ Adds svg image. ```python + def add_svg(self, upper_left_row, top, upper_left_column, left, height, width, svg_data, compatible_image_data): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md index c0ce1edc5c..858cd02cd9 100644 --- a/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_text_box/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_text_box/ is_root: false --- -## add_text_box {#int-int-int-int-int-int} +## add_text_box(self, upper_left_row, top, upper_left_column, left, height, width) {#int-int-int-int-int-int} Adds a text box to the worksheet. @@ -20,6 +20,7 @@ A [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) object. ```python + def add_text_box(self, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md index 0774ea8d5f..3db946d456 100644 --- a/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_text_box_in_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_text_box_in_chart/ is_root: false --- -## add_text_box_in_chart {#int-int-int-int} +## add_text_box_in_chart(self, top, left, height, width) {#int-int-int-int} Adds a textbox to the chart. @@ -20,6 +20,7 @@ A TextBox object. ```python + def add_text_box_in_chart(self, top, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md index d85f78c8b9..119d211b9e 100644 --- a/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_text_effect/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_text_effect/ is_root: false --- -## add_text_effect {#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int-int-int} +## add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int-int-int} Inserts a WordArt object. @@ -20,6 +20,7 @@ Returns a Shape object that represents the new WordArt object. ```python + def add_text_effect(self, effect, text, font_name, size, font_bold, font_italic, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md b/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md index f2c0abeb31..a82d28fd6b 100644 --- a/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_text_effect_in_chart/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_text_effect_in_chart/ is_root: false --- -## add_text_effect_in_chart {#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int} +## add_text_effect_in_chart(self, effect, text, font_name, size, font_bold, font_italic, top, left, height, width) {#aspose.cells.drawing.MsoPresetTextEffect-str-str-int-bool-bool-int-int-int-int} Inserts a WordArt object to the chart @@ -20,6 +20,7 @@ Returns a Shape object that represents the new WordArt object. ```python + def add_text_effect_in_chart(self, effect, text, font_name, size, font_bold, font_italic, top, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md b/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md index 4662b09acb..0b063aac5c 100644 --- a/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md +++ b/english/aspose.cells.drawing/shapecollection/add_word_art/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/add_word_art/ is_root: false --- -## add_word_art {#aspose.cells.drawing.PresetWordArtStyle-str-int-int-int-int-int-int} +## add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width) {#aspose.cells.drawing.PresetWordArtStyle-str-int-int-int-int-int-int} Adds preset WordArt since Excel 2007.s @@ -20,6 +20,7 @@ Adds preset WordArt since Excel 2007.s ```python + def add_word_art(self, style, text, upper_left_row, top, upper_left_column, left, height, width): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/binary_search/_index.md b/english/aspose.cells.drawing/shapecollection/binary_search/_index.md index 91130f21a1..5be4a3a5fb 100644 --- a/english/aspose.cells.drawing/shapecollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/shapecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.Shape} +## binary_search(self, item) {#aspose.cells.drawing.Shape} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md index d7a0f36b2f..f797f25cfa 100644 --- a/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md +++ b/english/aspose.cells.drawing/shapecollection/copy_comments_in_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/copy_comments_in_range/ is_root: false --- -## copy_comments_in_range {#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int} +## copy_comments_in_range(self, shapes, ca, dest_row, dest_column) {#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int} Copy all comments in the range. ```python + def copy_comments_in_range(self, shapes, ca, dest_row, dest_column): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md index 6794265cd3..fffd11adcf 100644 --- a/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md +++ b/english/aspose.cells.drawing/shapecollection/copy_in_range/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.drawing/shapecollection/copy_in_range/ is_root: false --- -## copy_in_range {#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int-bool} +## copy_in_range(self, source_shapes, ca, dest_row, dest_column, is_contained) {#aspose.cells.drawing.ShapeCollection-aspose.cells.CellArea-int-int-bool} Copy shapes in the range to destination range. -```python +```python + def copy_in_range(self, source_shapes, ca, dest_row, dest_column, is_contained): - ... + ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/copy_to/_index.md b/english/aspose.cells.drawing/shapecollection/copy_to/_index.md index 8101d120f0..715f740582 100644 --- a/english/aspose.cells.drawing/shapecollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/shapecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md b/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md index 9c05102f43..f0e75c41fd 100644 --- a/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md +++ b/english/aspose.cells.drawing/shapecollection/delete_in_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/delete_in_range/ is_root: false --- -## delete_in_range {#aspose.cells.CellArea} +## delete_in_range(self, ca) {#aspose.cells.CellArea} Delete shapes in the range.Comment shapes will not be deleted. ```python + def delete_in_range(self, ca): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md b/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md index e137a138a3..77189098f6 100644 --- a/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/delete_shape/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/delete_shape/ is_root: false --- -## delete_shape {#aspose.cells.drawing.Shape} +## delete_shape(self, shape) {#aspose.cells.drawing.Shape} Delete a shape. If the shape is in the group or is a comment shape, it will not be deleted. ```python + def delete_shape(self, shape): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/group/_index.md b/english/aspose.cells.drawing/shapecollection/group/_index.md index a2958f75aa..37a6b09a70 100644 --- a/english/aspose.cells.drawing/shapecollection/group/_index.md +++ b/english/aspose.cells.drawing/shapecollection/group/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/group/ is_root: false --- -## group {#list} +## group(self, group_items) {#list} Group the shapes. @@ -20,6 +20,7 @@ Return the group shape. ```python + def group(self, group_items): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/index_of/_index.md b/english/aspose.cells.drawing/shapecollection/index_of/_index.md index 783e012cda..cb34bc6f8c 100644 --- a/english/aspose.cells.drawing/shapecollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.Shape-int} +## index_of(self, item, index) {#aspose.cells.drawing.Shape-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.Shape-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.Shape-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md index 4d9c1ff867..e1dd55b941 100644 --- a/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.Shape} +## last_index_of(self, item) {#aspose.cells.drawing.Shape} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Shape`](/cells/python-net/aspose.cells.drawing/shape) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.Shape-int} +## last_index_of(self, item, index) {#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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.Shape-int-int} +## last_index_of(self, item, index, count) {#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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md b/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md index bd1a068b74..17682319a5 100644 --- a/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md +++ b/english/aspose.cells.drawing/shapecollection/remove_a_shape/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/remove_a_shape/ is_root: false --- -## remove_a_shape {#aspose.cells.drawing.Shape} +## remove_a_shape(self, shape) {#aspose.cells.drawing.Shape} Add API for Python Via .Net.since this API is unsupported ```python + def remove_a_shape(self, shape): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/ungroup/_index.md b/english/aspose.cells.drawing/shapecollection/ungroup/_index.md index 9a75a33c79..cb1b82bcfe 100644 --- a/english/aspose.cells.drawing/shapecollection/ungroup/_index.md +++ b/english/aspose.cells.drawing/shapecollection/ungroup/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/ungroup/ is_root: false --- -## ungroup {#aspose.cells.drawing.GroupShape} +## ungroup(self, group) {#aspose.cells.drawing.GroupShape} Ungroups the shape items. ```python + def ungroup(self, group): ... ``` diff --git a/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md b/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md index ef973a2b8f..44ab08f549 100644 --- a/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/shapecollection/update_selected_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapecollection/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell or range of the shape. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/__init__/_index.md b/english/aspose.cells.drawing/shapeguidecollection/__init__/_index.md index 3f7cd8236d..79f5f8a0cc 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/__init__/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapeguidecollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ShapeGuideCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/_index.md b/english/aspose.cells.drawing/shapeguidecollection/_index.md index a1b82b884a..361cb31410 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/_index.md @@ -19,7 +19,7 @@ The ShapeGuideCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/shapeguidecollection/__init__/#) | Constructs a new instance of ShapeGuideCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/__init__/#) | Constructs a new instance of ShapeGuideCollection | ### Properties @@ -31,15 +31,15 @@ The ShapeGuideCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapeguidecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapeguidecollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapeguidecollection/index_of/#aspose.cells.drawing.ShapeGuide-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapeguidecollection/index_of/#aspose.cells.drawing.ShapeGuide-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapeguidecollection/last_index_of/#aspose.cells.drawing.ShapeGuide) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapeguidecollection/last_index_of/#aspose.cells.drawing.ShapeGuide-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](/cells/python-net/aspose.cells.drawing/shapeguidecollection/last_index_of/#aspose.cells.drawing.ShapeGuide-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. | -| [add](/cells/python-net/aspose.cells.drawing/shapeguidecollection/add/#str-float) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | -| [binary_search](/cells/python-net/aspose.cells.drawing/shapeguidecollection/binary_search/#aspose.cells.drawing.ShapeGuide) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/index_of/#aspose.cells.drawing.shapeguide-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/index_of/#aspose.cells.drawing.shapeguide-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/last_index_of/#aspose.cells.drawing.shapeguide) | 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/shapeguidecollection/last_index_of/#aspose.cells.drawing.shapeguide-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/shapeguidecollection/last_index_of/#aspose.cells.drawing.shapeguide-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. | +| [`add(self, name, val)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/add/#str-float) | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapeguidecollection/binary_search/#aspose.cells.drawing.shapeguide) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/shapeguidecollection/add/_index.md b/english/aspose.cells.drawing/shapeguidecollection/add/_index.md index efb5c054ce..3c5ee11910 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/add/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapeguidecollection/add/ is_root: false --- -## add {#str-float} +## add(self, name, val) {#str-float} Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) ```python + def add(self, name, val): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/binary_search/_index.md b/english/aspose.cells.drawing/shapeguidecollection/binary_search/_index.md index 10807b04e4..60182e2355 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapeguidecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.ShapeGuide} +## binary_search(self, item) {#aspose.cells.drawing.ShapeGuide} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/copy_to/_index.md b/english/aspose.cells.drawing/shapeguidecollection/copy_to/_index.md index 137f1bbe46..68d07e4f4e 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapeguidecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/index_of/_index.md b/english/aspose.cells.drawing/shapeguidecollection/index_of/_index.md index 85ca911d68..10ba3c4fbf 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapeguidecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.ShapeGuide-int} +## index_of(self, item, index) {#aspose.cells.drawing.ShapeGuide-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.ShapeGuide-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.ShapeGuide-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapeguidecollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapeguidecollection/last_index_of/_index.md index 602bacbf0b..572311e1d8 100644 --- a/english/aspose.cells.drawing/shapeguidecollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapeguidecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapeguidecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.ShapeGuide} +## last_index_of(self, item) {#aspose.cells.drawing.ShapeGuide} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ShapeGuide`](/cells/python-net/aspose.cells.drawing/shapeguide) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.ShapeGuide-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.ShapeGuide-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.ShapeGuide-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.ShapeGuide-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/__init__/_index.md b/english/aspose.cells.drawing/shapepath/__init__/_index.md index b4c4967a7b..4b652a5382 100644 --- a/english/aspose.cells.drawing/shapepath/__init__/_index.md +++ b/english/aspose.cells.drawing/shapepath/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of the [`ShapePath`](/cells/python-net/aspose.cells.drawing/shapepath) class. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/_index.md b/english/aspose.cells.drawing/shapepath/_index.md index 7509e6cb94..0a8c8bae09 100644 --- a/english/aspose.cells.drawing/shapepath/_index.md +++ b/english/aspose.cells.drawing/shapepath/_index.md @@ -19,7 +19,7 @@ The ShapePath type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/shapepath/__init__/#) | Initializes a new instance of the [`ShapePath`](/cells/python-net/aspose.cells.drawing/shapepath) class. | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/shapepath/__init__/#) | Initializes a new instance of the [`ShapePath`](/cells/python-net/aspose.cells.drawing/shapepath) class. | ### Properties @@ -31,11 +31,11 @@ The ShapePath type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [move_to](/cells/python-net/aspose.cells.drawing/shapepath/move_to/#float-float) | Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure. | -| [line_to](/cells/python-net/aspose.cells.drawing/shapepath/line_to/#float-float) | Appends a line segment to the current figure. The starting point is the end point of the current figure. | -| [cubic_bezier_to](/cells/python-net/aspose.cells.drawing/shapepath/cubic_bezier_to/#float-float-float-float-float-float) | Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure. | -| [arc_to](/cells/python-net/aspose.cells.drawing/shapepath/arc_to/#float-float-float-float) | Appends an elliptical arc to the current figure. The starting point is the end point of the current figure. | -| [close](/cells/python-net/aspose.cells.drawing/shapepath/close/#) | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. | +| [`move_to(self, x, y)`](/cells/python-net/aspose.cells.drawing/shapepath/move_to/#float-float) | Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure. | +| [`line_to(self, x, y)`](/cells/python-net/aspose.cells.drawing/shapepath/line_to/#float-float) | Appends a line segment to the current figure. The starting point is the end point of the current figure. | +| [`cubic_bezier_to(self, ctr_x1, ctr_y1, ctr_x2, ctr_y2, end_x, end_y)`](/cells/python-net/aspose.cells.drawing/shapepath/cubic_bezier_to/#float-float-float-float-float-float) | Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure. | +| [`arc_to(self, w_r, h_r, st_ang, sw_ang)`](/cells/python-net/aspose.cells.drawing/shapepath/arc_to/#float-float-float-float) | Appends an elliptical arc to the current figure. The starting point is the end point of the current figure. | +| [`close(self)`](/cells/python-net/aspose.cells.drawing/shapepath/close/#) | Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. | diff --git a/english/aspose.cells.drawing/shapepath/arc_to/_index.md b/english/aspose.cells.drawing/shapepath/arc_to/_index.md index e1c7cec719..17fb90d5d1 100644 --- a/english/aspose.cells.drawing/shapepath/arc_to/_index.md +++ b/english/aspose.cells.drawing/shapepath/arc_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/arc_to/ is_root: false --- -## arc_to {#float-float-float-float} +## arc_to(self, w_r, h_r, st_ang, sw_ang) {#float-float-float-float} Appends an elliptical arc to the current figure. The starting point is the end point of the current figure. ```python + def arc_to(self, w_r, h_r, st_ang, sw_ang): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/close/_index.md b/english/aspose.cells.drawing/shapepath/close/_index.md index 8afb0f29c3..7aead37b13 100644 --- a/english/aspose.cells.drawing/shapepath/close/_index.md +++ b/english/aspose.cells.drawing/shapepath/close/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/close/ is_root: false --- -## close {#} +## close(self) {#} Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point. ```python + def close(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/cubic_bezier_to/_index.md b/english/aspose.cells.drawing/shapepath/cubic_bezier_to/_index.md index da64b5585d..b66adad06a 100644 --- a/english/aspose.cells.drawing/shapepath/cubic_bezier_to/_index.md +++ b/english/aspose.cells.drawing/shapepath/cubic_bezier_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/cubic_bezier_to/ is_root: false --- -## cubic_bezier_to {#float-float-float-float-float-float} +## cubic_bezier_to(self, ctr_x1, ctr_y1, ctr_x2, ctr_y2, end_x, end_y) {#float-float-float-float-float-float} Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure. ```python + def cubic_bezier_to(self, ctr_x1, ctr_y1, ctr_x2, ctr_y2, end_x, end_y): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/line_to/_index.md b/english/aspose.cells.drawing/shapepath/line_to/_index.md index 7b7104745c..c78e32918d 100644 --- a/english/aspose.cells.drawing/shapepath/line_to/_index.md +++ b/english/aspose.cells.drawing/shapepath/line_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/line_to/ is_root: false --- -## line_to {#float-float} +## line_to(self, x, y) {#float-float} Appends a line segment to the current figure. The starting point is the end point of the current figure. ```python + def line_to(self, x, y): ... ``` diff --git a/english/aspose.cells.drawing/shapepath/move_to/_index.md b/english/aspose.cells.drawing/shapepath/move_to/_index.md index 725f2544f8..4cc9ded510 100644 --- a/english/aspose.cells.drawing/shapepath/move_to/_index.md +++ b/english/aspose.cells.drawing/shapepath/move_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepath/move_to/ is_root: false --- -## move_to {#float-float} +## move_to(self, x, y) {#float-float} Starts a new figure from the specified point without closing the current figure. All subsequent points added to the path are added to this new figure. ```python + def move_to(self, x, y): ... ``` diff --git a/english/aspose.cells.drawing/shapepathcollection/_index.md b/english/aspose.cells.drawing/shapepathcollection/_index.md index 8cc71ddfa6..932c689d80 100644 --- a/english/aspose.cells.drawing/shapepathcollection/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/_index.md @@ -25,15 +25,15 @@ The ShapePathCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapepathcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapepathcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapepathcollection/index_of/#aspose.cells.drawing.ShapePath-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapepathcollection/index_of/#aspose.cells.drawing.ShapePath-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapepathcollection/last_index_of/#aspose.cells.drawing.ShapePath) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapepathcollection/last_index_of/#aspose.cells.drawing.ShapePath-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](/cells/python-net/aspose.cells.drawing/shapepathcollection/last_index_of/#aspose.cells.drawing.ShapePath-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. | -| [add](/cells/python-net/aspose.cells.drawing/shapepathcollection/add/#) | Add a creation path. | -| [binary_search](/cells/python-net/aspose.cells.drawing/shapepathcollection/binary_search/#aspose.cells.drawing.ShapePath) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/index_of/#aspose.cells.drawing.shapepath-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/index_of/#aspose.cells.drawing.shapepath-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/last_index_of/#aspose.cells.drawing.shapepath) | 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/shapepathcollection/last_index_of/#aspose.cells.drawing.shapepath-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/shapepathcollection/last_index_of/#aspose.cells.drawing.shapepath-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. | +| [`add(self)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/add/#) | Add a creation path. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapepathcollection/binary_search/#aspose.cells.drawing.shapepath) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/shapepathcollection/add/_index.md b/english/aspose.cells.drawing/shapepathcollection/add/_index.md index 0e9c1fc445..16179cb13a 100644 --- a/english/aspose.cells.drawing/shapepathcollection/add/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Add a creation path. @@ -20,6 +20,7 @@ Returns [`ShapePath`](/cells/python-net/aspose.cells.drawing/shapepath) object. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepathcollection/binary_search/_index.md b/english/aspose.cells.drawing/shapepathcollection/binary_search/_index.md index a289d7cee8..0357526e61 100644 --- a/english/aspose.cells.drawing/shapepathcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.ShapePath} +## binary_search(self, item) {#aspose.cells.drawing.ShapePath} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/shapepathcollection/copy_to/_index.md b/english/aspose.cells.drawing/shapepathcollection/copy_to/_index.md index efda5ca5c5..d8dbaa5447 100644 --- a/english/aspose.cells.drawing/shapepathcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepathcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepathcollection/index_of/_index.md b/english/aspose.cells.drawing/shapepathcollection/index_of/_index.md index 2e07c9fe67..d3aa12a3e2 100644 --- a/english/aspose.cells.drawing/shapepathcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.ShapePath-int} +## index_of(self, item, index) {#aspose.cells.drawing.ShapePath-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.ShapePath-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.ShapePath-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepathcollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapepathcollection/last_index_of/_index.md index be32165453..09edadbe8a 100644 --- a/english/aspose.cells.drawing/shapepathcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapepathcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.ShapePath} +## last_index_of(self, item) {#aspose.cells.drawing.ShapePath} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ShapePath`](/cells/python-net/aspose.cells.drawing/shapepath) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.ShapePath-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.ShapePath-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.ShapePath-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.ShapePath-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/__init__/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/__init__/_index.md index 4b843fce8f..8659ff9e7d 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/__init__/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepathpointcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ShapePathPointCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/_index.md index 37109fbad9..c8147916c4 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/_index.md @@ -19,7 +19,7 @@ The ShapePathPointCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/__init__/#) | Constructs a new instance of ShapePathPointCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/__init__/#) | Constructs a new instance of ShapePathPointCollection | ### Properties @@ -31,15 +31,15 @@ The ShapePathPointCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/index_of/#aspose.cells.drawing.ShapePathPoint-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/index_of/#aspose.cells.drawing.ShapePathPoint-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/last_index_of/#aspose.cells.drawing.ShapePathPoint) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/last_index_of/#aspose.cells.drawing.ShapePathPoint-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](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/last_index_of/#aspose.cells.drawing.ShapePathPoint-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. | -| [add](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/add/#int-int) | Adds a path point. | -| [binary_search](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/binary_search/#aspose.cells.drawing.ShapePathPoint) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/index_of/#aspose.cells.drawing.shapepathpoint-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/index_of/#aspose.cells.drawing.shapepathpoint-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/last_index_of/#aspose.cells.drawing.shapepathpoint) | 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/shapepathpointcollection/last_index_of/#aspose.cells.drawing.shapepathpoint-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/shapepathpointcollection/last_index_of/#aspose.cells.drawing.shapepathpoint-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. | +| [`add(self, x, y)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/add/#int-int) | Adds a path point. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapepathpointcollection/binary_search/#aspose.cells.drawing.shapepathpoint) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/shapepathpointcollection/add/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/add/_index.md index 438c2105bb..6da5d34bc7 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/add/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepathpointcollection/add/ is_root: false --- -## add {#int-int} +## add(self, x, y) {#int-int} Adds a path point. ```python + def add(self, x, y): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/binary_search/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/binary_search/_index.md index 4e02a3dd55..cbbd24133b 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathpointcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.ShapePathPoint} +## binary_search(self, item) {#aspose.cells.drawing.ShapePathPoint} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/copy_to/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/copy_to/_index.md index a44319add3..132c237a25 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepathpointcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/index_of/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/index_of/_index.md index 6c9636e19b..eb0d674e4d 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathpointcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.ShapePathPoint-int} +## index_of(self, item, index) {#aspose.cells.drawing.ShapePathPoint-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.ShapePathPoint-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.ShapePathPoint-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepathpointcollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapepathpointcollection/last_index_of/_index.md index 0b0f7144df..c5d1db5ad7 100644 --- a/english/aspose.cells.drawing/shapepathpointcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapepathpointcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepathpointcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.ShapePathPoint} +## last_index_of(self, item) {#aspose.cells.drawing.ShapePathPoint} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ShapePathPoint`](/cells/python-net/aspose.cells.drawing/shapepathpoint) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.ShapePathPoint-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.ShapePathPoint-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.ShapePathPoint-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.ShapePathPoint-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/_index.md b/english/aspose.cells.drawing/shapepropertycollection/_index.md index 7493405ce2..633fc8b67f 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/_index.md @@ -28,12 +28,12 @@ The ShapePropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [clear_glow_effect](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/#) | Clears the glow effect of the shape. | -| [has_glow_effect](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_glow_effect/#) | Indicates if the shape has glow effect data. | -| [has_format_3d](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_format_3d/#) | Indicates if the shape has 3d format data. | -| [clear_format_3d](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_format_3d/#) | Clears the 3D shape properties of the shape. | -| [clear_shadow_effect](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/#) | Clears the shadow effect of the chart element or shape. | -| [has_shadow_effect](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/#) | Indicates if the shape has shadow effect data. | +| [`clear_glow_effect(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/#) | Clears the glow effect of the shape. | +| [`has_glow_effect(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_glow_effect/#) | Indicates if the shape has glow effect data. | +| [`has_format_3d(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_format_3d/#) | Indicates if the shape has 3d format data. | +| [`clear_format_3d(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_format_3d/#) | Clears the 3D shape properties of the shape. | +| [`clear_shadow_effect(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/#) | Clears the shadow effect of the chart element or shape. | +| [`has_shadow_effect(self)`](/cells/python-net/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/#) | Indicates if the shape has shadow effect data. | diff --git a/english/aspose.cells.drawing/shapepropertycollection/clear_format_3d/_index.md b/english/aspose.cells.drawing/shapepropertycollection/clear_format_3d/_index.md index 97dc21cc05..a5054d9186 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/clear_format_3d/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/clear_format_3d/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepropertycollection/clear_format_3d/ is_root: false --- -## clear_format_3d {#} +## clear_format_3d(self) {#} Clears the 3D shape properties of the shape. ```python + def clear_format_3d(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/_index.md b/english/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/_index.md index 4705c23772..c1f209bd96 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/clear_glow_effect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepropertycollection/clear_glow_effect/ is_root: false --- -## clear_glow_effect {#} +## clear_glow_effect(self) {#} Clears the glow effect of the shape. ```python + def clear_glow_effect(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/_index.md b/english/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/_index.md index 3b93d9dc82..4113ecbfd3 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapepropertycollection/clear_shadow_effect/ is_root: false --- -## clear_shadow_effect {#} +## clear_shadow_effect(self) {#} Clears the shadow effect of the chart element or shape. ```python + def clear_shadow_effect(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/has_format_3d/_index.md b/english/aspose.cells.drawing/shapepropertycollection/has_format_3d/_index.md index 22c992c0bb..88adb5107b 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/has_format_3d/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/has_format_3d/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepropertycollection/has_format_3d/ is_root: false --- -## has_format_3d {#} +## has_format_3d(self) {#} Indicates if the shape has 3d format data. @@ -20,6 +20,7 @@ Indicates if the shape has 3d format data. ```python + def has_format_3d(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/has_glow_effect/_index.md b/english/aspose.cells.drawing/shapepropertycollection/has_glow_effect/_index.md index 99e39dba71..a680e673e5 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/has_glow_effect/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/has_glow_effect/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepropertycollection/has_glow_effect/ is_root: false --- -## has_glow_effect {#} +## has_glow_effect(self) {#} Indicates if the shape has glow effect data. @@ -20,6 +20,7 @@ Indicates if the shape has glow effect data. ```python + def has_glow_effect(self): ... ``` diff --git a/english/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/_index.md b/english/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/_index.md index 5284da4b63..37aabdd734 100644 --- a/english/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/_index.md +++ b/english/aspose.cells.drawing/shapepropertycollection/has_shadow_effect/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapepropertycollection/has_shadow_effect/ is_root: false --- -## has_shadow_effect {#} +## has_shadow_effect(self) {#} Indicates if the shape has shadow effect data. @@ -20,6 +20,7 @@ Indicates if the shape has shadow effect data. ```python + def has_shadow_effect(self): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/__init__/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/__init__/_index.md index 3f4bb7c9b5..93215151f8 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/__init__/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ShapeSegmentPathCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/_index.md index 2ff2c2e2b2..dcea4d156f 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/_index.md @@ -19,7 +19,7 @@ The ShapeSegmentPathCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/__init__/#) | Constructs a new instance of ShapeSegmentPathCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/__init__/#) | Constructs a new instance of ShapeSegmentPathCollection | ### Properties @@ -31,15 +31,15 @@ The ShapeSegmentPathCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/index_of/#aspose.cells.drawing.ShapeSegmentPath-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/index_of/#aspose.cells.drawing.ShapeSegmentPath-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.ShapeSegmentPath) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.ShapeSegmentPath-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](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.ShapeSegmentPath-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. | -| [add](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/add/#aspose.cells.drawing.ShapePathType) | Add a segment path in creation path. | -| [binary_search](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/binary_search/#aspose.cells.drawing.ShapeSegmentPath) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/index_of/#aspose.cells.drawing.shapesegmentpath-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/index_of/#aspose.cells.drawing.shapesegmentpath-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.shapesegmentpath) | 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/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.shapesegmentpath-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/shapesegmentpathcollection/last_index_of/#aspose.cells.drawing.shapesegmentpath-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. | +| [`add(self, type)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/add/#aspose.cells.drawing.shapepathtype) | Add a segment path in creation path. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.drawing/shapesegmentpathcollection/binary_search/#aspose.cells.drawing.shapesegmentpath) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md index 3c1fb417f9..6f51dbd7b9 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/add/ is_root: false --- -## add {#aspose.cells.drawing.ShapePathType} +## add(self, type) {#aspose.cells.drawing.ShapePathType} Add a segment path in creation path. @@ -20,6 +20,7 @@ Returns the position of [`ShapeSegmentPath`](/cells/python-net/aspose.cells.draw ```python + def add(self, type): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/binary_search/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/binary_search/_index.md index dd44cefe15..c5125caf14 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.ShapeSegmentPath} +## binary_search(self, item) {#aspose.cells.drawing.ShapeSegmentPath} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/copy_to/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/copy_to/_index.md index 9461bf86de..aed20ef748 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/index_of/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/index_of/_index.md index 502e8b2e03..0410d3a11b 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.ShapeSegmentPath-int} +## index_of(self, item, index) {#aspose.cells.drawing.ShapeSegmentPath-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.ShapeSegmentPath-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.ShapeSegmentPath-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/_index.md b/english/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/_index.md index de51345446..57e4ce0487 100644 --- a/english/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/shapesegmentpathcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/shapesegmentpathcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.ShapeSegmentPath} +## last_index_of(self, item) {#aspose.cells.drawing.ShapeSegmentPath} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ShapeSegmentPath`](/cells/python-net/aspose.cells.drawing/shapesegmentpath) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.ShapeSegmentPath-int} +## last_index_of(self, item, index) {#aspose.cells.drawing.ShapeSegmentPath-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.ShapeSegmentPath-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.drawing.ShapeSegmentPath-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/signatureline/__init__/_index.md b/english/aspose.cells.drawing/signatureline/__init__/_index.md index 9b79a181c9..83d4bfb827 100644 --- a/english/aspose.cells.drawing/signatureline/__init__/_index.md +++ b/english/aspose.cells.drawing/signatureline/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/signatureline/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SignatureLine ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/signatureline/_index.md b/english/aspose.cells.drawing/signatureline/_index.md index 62a65b1120..0b9e9a7cdc 100644 --- a/english/aspose.cells.drawing/signatureline/_index.md +++ b/english/aspose.cells.drawing/signatureline/_index.md @@ -19,7 +19,7 @@ The SignatureLine type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/signatureline/__init__/#) | Constructs a new instance of SignatureLine | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/signatureline/__init__/#) | Constructs a new instance of SignatureLine | ### Properties diff --git a/english/aspose.cells.drawing/smartartshape/_index.md b/english/aspose.cells.drawing/smartartshape/_index.md index c06cc5498a..e9bbea84c7 100644 --- a/english/aspose.cells.drawing/smartartshape/_index.md +++ b/english/aspose.cells.drawing/smartartshape/_index.md @@ -130,31 +130,32 @@ The SmartArtShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/smartartshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/smartartshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/smartartshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/smartartshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/smartartshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/smartartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/smartartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/smartartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/smartartshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/smartartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/smartartshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/smartartshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/smartartshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/smartartshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/smartartshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/smartartshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/smartartshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/smartartshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/smartartshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/smartartshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/smartartshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/smartartshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/smartartshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/smartartshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/smartartshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/smartartshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/smartartshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/smartartshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/smartartshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/smartartshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/smartartshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/smartartshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/smartartshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/smartartshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/smartartshape/active_x_control/_index.md b/english/aspose.cells.drawing/smartartshape/active_x_control/_index.md index 701899c98a..e4b963819b 100644 --- a/english/aspose.cells.drawing/smartartshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/smartartshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/smartartshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/smartartshape/actual_lower_right_row/_index.md index 368e4adc8f..373609525b 100644 --- a/english/aspose.cells.drawing/smartartshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/smartartshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/smartartshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/smartartshape/add_hyperlink/_index.md index c051761e42..6adb20dff4 100644 --- a/english/aspose.cells.drawing/smartartshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/smartartshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/smartartshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/smartartshape/align_top_right_corner/_index.md index efdf310fed..a4ef2f1cd6 100644 --- a/english/aspose.cells.drawing/smartartshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/smartartshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/smartartshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/alternative_text/_index.md b/english/aspose.cells.drawing/smartartshape/alternative_text/_index.md index 171abdbce0..a42f954b52 100644 --- a/english/aspose.cells.drawing/smartartshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/smartartshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/smartartshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/anchor_type/_index.md b/english/aspose.cells.drawing/smartartshape/anchor_type/_index.md index 2486477793..7cd9cd428d 100644 --- a/english/aspose.cells.drawing/smartartshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/smartartshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/smartartshape/auto_shape_type/_index.md index 598030a84a..0066ff57d3 100644 --- a/english/aspose.cells.drawing/smartartshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/smartartshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/bottom/_index.md b/english/aspose.cells.drawing/smartartshape/bottom/_index.md index 3a9d2ede03..c4459a311f 100644 --- a/english/aspose.cells.drawing/smartartshape/bottom/_index.md +++ b/english/aspose.cells.drawing/smartartshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/smartartshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/smartartshape/calculate_text_size/_index.md index b00ef9dc0a..65b32783f8 100644 --- a/english/aspose.cells.drawing/smartartshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/smartartshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/smartartshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/characters/_index.md b/english/aspose.cells.drawing/smartartshape/characters/_index.md index 735b03e16e..64aa4ec5da 100644 --- a/english/aspose.cells.drawing/smartartshape/characters/_index.md +++ b/english/aspose.cells.drawing/smartartshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/smartartshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/control_data/_index.md b/english/aspose.cells.drawing/smartartshape/control_data/_index.md index 6eb10954f4..0016409d2a 100644 --- a/english/aspose.cells.drawing/smartartshape/control_data/_index.md +++ b/english/aspose.cells.drawing/smartartshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/smartartshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/create_id/_index.md b/english/aspose.cells.drawing/smartartshape/create_id/_index.md index a46c9d9243..b950f937c7 100644 --- a/english/aspose.cells.drawing/smartartshape/create_id/_index.md +++ b/english/aspose.cells.drawing/smartartshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/smartartshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/fill/_index.md b/english/aspose.cells.drawing/smartartshape/fill/_index.md index ae834e59ae..8b35538d96 100644 --- a/english/aspose.cells.drawing/smartartshape/fill/_index.md +++ b/english/aspose.cells.drawing/smartartshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/smartartshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/fill_format/_index.md b/english/aspose.cells.drawing/smartartshape/fill_format/_index.md index 2b95d64eec..9394dd2765 100644 --- a/english/aspose.cells.drawing/smartartshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/smartartshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/smartartshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/smartartshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..98fb8c4732 --- /dev/null +++ b/english/aspose.cells.drawing/smartartshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/smartartshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`SmartArtShape`](/cells/python-net/aspose.cells.drawing/smartartshape) diff --git a/english/aspose.cells.drawing/smartartshape/font/_index.md b/english/aspose.cells.drawing/smartartshape/font/_index.md index d9c5b5de21..69b8e7dc9f 100644 --- a/english/aspose.cells.drawing/smartartshape/font/_index.md +++ b/english/aspose.cells.drawing/smartartshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/smartartshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/format_characters/_index.md b/english/aspose.cells.drawing/smartartshape/format_characters/_index.md index 07beca4c78..3f377f5ca0 100644 --- a/english/aspose.cells.drawing/smartartshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/smartartshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/smartartshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/format_picture/_index.md b/english/aspose.cells.drawing/smartartshape/format_picture/_index.md index 76c3bf5e05..12a0e8e81d 100644 --- a/english/aspose.cells.drawing/smartartshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/smartartshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/smartartshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/geometry/_index.md b/english/aspose.cells.drawing/smartartshape/geometry/_index.md index 94893966d5..a668a90567 100644 --- a/english/aspose.cells.drawing/smartartshape/geometry/_index.md +++ b/english/aspose.cells.drawing/smartartshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/smartartshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/get_actual_box/_index.md b/english/aspose.cells.drawing/smartartshape/get_actual_box/_index.md index b1962f6a9b..81d3946f3d 100644 --- a/english/aspose.cells.drawing/smartartshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/smartartshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_characters/_index.md b/english/aspose.cells.drawing/smartartshape/get_characters/_index.md index 3f55439a48..2c0bbab299 100644 --- a/english/aspose.cells.drawing/smartartshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/smartartshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_connection_points/_index.md b/english/aspose.cells.drawing/smartartshape/get_connection_points/_index.md index a74c499d2a..c5b53af4cd 100644 --- a/english/aspose.cells.drawing/smartartshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/smartartshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_input_range/_index.md b/english/aspose.cells.drawing/smartartshape/get_input_range/_index.md index 64887b06c1..174fd3c722 100644 --- a/english/aspose.cells.drawing/smartartshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/smartartshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/smartartshape/get_linked_cell/_index.md index 237509af47..4b697fd16b 100644 --- a/english/aspose.cells.drawing/smartartshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/smartartshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_locked_property/_index.md b/english/aspose.cells.drawing/smartartshape/get_locked_property/_index.md index 6ffe4c8428..ea2c9bb576 100644 --- a/english/aspose.cells.drawing/smartartshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/smartartshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/smartartshape/get_result_of_smart_art/_index.md index 7126b7dfb3..3ae91d2b54 100644 --- a/english/aspose.cells.drawing/smartartshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/smartartshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/smartartshape/get_rich_formattings/_index.md index a6606ae4b2..a7d674cf96 100644 --- a/english/aspose.cells.drawing/smartartshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/smartartshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/smartartshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/glow/_index.md b/english/aspose.cells.drawing/smartartshape/glow/_index.md index 64ffefc2bd..48427ee176 100644 --- a/english/aspose.cells.drawing/smartartshape/glow/_index.md +++ b/english/aspose.cells.drawing/smartartshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/smartartshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/group/_index.md b/english/aspose.cells.drawing/smartartshape/group/_index.md index d31132c2e5..ec3fb3c357 100644 --- a/english/aspose.cells.drawing/smartartshape/group/_index.md +++ b/english/aspose.cells.drawing/smartartshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/smartartshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/has_line/_index.md b/english/aspose.cells.drawing/smartartshape/has_line/_index.md index d47d9c30c3..f9130a94bf 100644 --- a/english/aspose.cells.drawing/smartartshape/has_line/_index.md +++ b/english/aspose.cells.drawing/smartartshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/smartartshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height/_index.md b/english/aspose.cells.drawing/smartartshape/height/_index.md index d403fed360..b7365ca9cb 100644 --- a/english/aspose.cells.drawing/smartartshape/height/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/smartartshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height_cm/_index.md b/english/aspose.cells.drawing/smartartshape/height_cm/_index.md index 1f9c30d2f1..e9270d163d 100644 --- a/english/aspose.cells.drawing/smartartshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/smartartshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height_in_shape/_index.md b/english/aspose.cells.drawing/smartartshape/height_in_shape/_index.md index c7ae819ca2..44785bfb8d 100644 --- a/english/aspose.cells.drawing/smartartshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/smartartshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height_inch/_index.md b/english/aspose.cells.drawing/smartartshape/height_inch/_index.md index afcfeb3d39..4068ad587f 100644 --- a/english/aspose.cells.drawing/smartartshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/smartartshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height_pt/_index.md b/english/aspose.cells.drawing/smartartshape/height_pt/_index.md index e1896dbc1d..7fec7ec015 100644 --- a/english/aspose.cells.drawing/smartartshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/smartartshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/height_scale/_index.md b/english/aspose.cells.drawing/smartartshape/height_scale/_index.md index 2c427f4925..d3c154dc0f 100644 --- a/english/aspose.cells.drawing/smartartshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/smartartshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/smartartshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/html_text/_index.md b/english/aspose.cells.drawing/smartartshape/html_text/_index.md index 027181712e..affe2cc084 100644 --- a/english/aspose.cells.drawing/smartartshape/html_text/_index.md +++ b/english/aspose.cells.drawing/smartartshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/smartartshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/hyperlink/_index.md b/english/aspose.cells.drawing/smartartshape/hyperlink/_index.md index 9e1f92e690..72a18a956b 100644 --- a/english/aspose.cells.drawing/smartartshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/smartartshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/smartartshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/id/_index.md b/english/aspose.cells.drawing/smartartshape/id/_index.md index 7668e610b9..740df17b06 100644 --- a/english/aspose.cells.drawing/smartartshape/id/_index.md +++ b/english/aspose.cells.drawing/smartartshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/smartartshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/input_range/_index.md b/english/aspose.cells.drawing/smartartshape/input_range/_index.md index 6e4b1c75a3..ab4cb3d3f4 100644 --- a/english/aspose.cells.drawing/smartartshape/input_range/_index.md +++ b/english/aspose.cells.drawing/smartartshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/smartartshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/smartartshape/is_aspect_ratio_locked/_index.md index 2e230707d4..ed35c92ce8 100644 --- a/english/aspose.cells.drawing/smartartshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/smartartshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_decorative/_index.md b/english/aspose.cells.drawing/smartartshape/is_decorative/_index.md index 021eb34c16..afcb3bbfbd 100644 --- a/english/aspose.cells.drawing/smartartshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/smartartshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_equation/_index.md b/english/aspose.cells.drawing/smartartshape/is_equation/_index.md index 89176568db..c6f8a2283f 100644 --- a/english/aspose.cells.drawing/smartartshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/smartartshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_filled/_index.md b/english/aspose.cells.drawing/smartartshape/is_filled/_index.md index b31cfde570..4f4a3f681a 100644 --- a/english/aspose.cells.drawing/smartartshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/smartartshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/smartartshape/is_flipped_horizontally/_index.md index aa7ab74696..4715607301 100644 --- a/english/aspose.cells.drawing/smartartshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/smartartshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/smartartshape/is_flipped_vertically/_index.md index cc53f781d1..2d18ce1c7e 100644 --- a/english/aspose.cells.drawing/smartartshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/smartartshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_group/_index.md b/english/aspose.cells.drawing/smartartshape/is_group/_index.md index b3bcb3596a..4858e3d420 100644 --- a/english/aspose.cells.drawing/smartartshape/is_group/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/smartartshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_hidden/_index.md b/english/aspose.cells.drawing/smartartshape/is_hidden/_index.md index 683ff89a8c..1d2bddf12c 100644 --- a/english/aspose.cells.drawing/smartartshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/smartartshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_in_group/_index.md b/english/aspose.cells.drawing/smartartshape/is_in_group/_index.md index fc60bfabc9..c65eed41fd 100644 --- a/english/aspose.cells.drawing/smartartshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/smartartshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/smartartshape/is_lock_aspect_ratio/_index.md index e0bf913904..a658c728dd 100644 --- a/english/aspose.cells.drawing/smartartshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/smartartshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_locked/_index.md b/english/aspose.cells.drawing/smartartshape/is_locked/_index.md index b2a0fecedd..78710713d8 100644 --- a/english/aspose.cells.drawing/smartartshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/smartartshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_printable/_index.md b/english/aspose.cells.drawing/smartartshape/is_printable/_index.md index caa956a1e5..402882b7b6 100644 --- a/english/aspose.cells.drawing/smartartshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/smartartshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_rich_text/_index.md b/english/aspose.cells.drawing/smartartshape/is_rich_text/_index.md index 848ac5bd08..c145a516f2 100644 --- a/english/aspose.cells.drawing/smartartshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/smartartshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_same_setting/_index.md b/english/aspose.cells.drawing/smartartshape/is_same_setting/_index.md index 231fca8e5a..1b4cf85686 100644 --- a/english/aspose.cells.drawing/smartartshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/smartartshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/is_smart_art/_index.md b/english/aspose.cells.drawing/smartartshape/is_smart_art/_index.md index 04ee95ceb1..44993e939c 100644 --- a/english/aspose.cells.drawing/smartartshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/smartartshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/smartartshape/is_text_wrapped/_index.md index 86bf5ad0f1..304879d405 100644 --- a/english/aspose.cells.drawing/smartartshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/smartartshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/is_word_art/_index.md b/english/aspose.cells.drawing/smartartshape/is_word_art/_index.md index b1e2db2d32..866eeda664 100644 --- a/english/aspose.cells.drawing/smartartshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/smartartshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/smartartshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/left/_index.md b/english/aspose.cells.drawing/smartartshape/left/_index.md index 6f9d0807e9..8509319c62 100644 --- a/english/aspose.cells.drawing/smartartshape/left/_index.md +++ b/english/aspose.cells.drawing/smartartshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/smartartshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/left_cm/_index.md b/english/aspose.cells.drawing/smartartshape/left_cm/_index.md index 482d38be48..356329e507 100644 --- a/english/aspose.cells.drawing/smartartshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/smartartshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/smartartshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/left_in_shape/_index.md b/english/aspose.cells.drawing/smartartshape/left_in_shape/_index.md index befb037986..07af000b76 100644 --- a/english/aspose.cells.drawing/smartartshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/smartartshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/smartartshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/left_inch/_index.md b/english/aspose.cells.drawing/smartartshape/left_inch/_index.md index ed373b3c66..b595469ee8 100644 --- a/english/aspose.cells.drawing/smartartshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/smartartshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/smartartshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/left_to_corner/_index.md b/english/aspose.cells.drawing/smartartshape/left_to_corner/_index.md index b9deb315be..3cc032bafd 100644 --- a/english/aspose.cells.drawing/smartartshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/smartartshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/smartartshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/line/_index.md b/english/aspose.cells.drawing/smartartshape/line/_index.md index 1fcd224d26..75bf81e5d2 100644 --- a/english/aspose.cells.drawing/smartartshape/line/_index.md +++ b/english/aspose.cells.drawing/smartartshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/smartartshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/line_format/_index.md b/english/aspose.cells.drawing/smartartshape/line_format/_index.md index 43295fa917..350b1bd917 100644 --- a/english/aspose.cells.drawing/smartartshape/line_format/_index.md +++ b/english/aspose.cells.drawing/smartartshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/smartartshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/linked_cell/_index.md b/english/aspose.cells.drawing/smartartshape/linked_cell/_index.md index 3311787103..5cb173d521 100644 --- a/english/aspose.cells.drawing/smartartshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/smartartshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/smartartshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/smartartshape/lower_delta_x/_index.md index 6b05b34016..a72506ab75 100644 --- a/english/aspose.cells.drawing/smartartshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/smartartshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/smartartshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/smartartshape/lower_delta_y/_index.md index 3b16f09bd5..93027fbc35 100644 --- a/english/aspose.cells.drawing/smartartshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/smartartshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/smartartshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/lower_right_column/_index.md b/english/aspose.cells.drawing/smartartshape/lower_right_column/_index.md index 08b1e00042..6172464158 100644 --- a/english/aspose.cells.drawing/smartartshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/smartartshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/smartartshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/lower_right_row/_index.md b/english/aspose.cells.drawing/smartartshape/lower_right_row/_index.md index 3f97200525..2c2f16ca64 100644 --- a/english/aspose.cells.drawing/smartartshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/smartartshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/smartartshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/macro_name/_index.md b/english/aspose.cells.drawing/smartartshape/macro_name/_index.md index 793d29930d..964e7f03ac 100644 --- a/english/aspose.cells.drawing/smartartshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/smartartshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/smartartshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md b/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md index 14f129659e..bd779fc934 100644 --- a/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/smartartshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/smartartshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/smartartshape/mso_drawing_type/_index.md index cdf75df6e6..7d1b38ca0f 100644 --- a/english/aspose.cells.drawing/smartartshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/smartartshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/name/_index.md b/english/aspose.cells.drawing/smartartshape/name/_index.md index 679e6162f2..6ec35f94fd 100644 --- a/english/aspose.cells.drawing/smartartshape/name/_index.md +++ b/english/aspose.cells.drawing/smartartshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/smartartshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/paths/_index.md b/english/aspose.cells.drawing/smartartshape/paths/_index.md index f3da0681bb..394f449260 100644 --- a/english/aspose.cells.drawing/smartartshape/paths/_index.md +++ b/english/aspose.cells.drawing/smartartshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/smartartshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/placement/_index.md b/english/aspose.cells.drawing/smartartshape/placement/_index.md index c96e865f93..4737214c53 100644 --- a/english/aspose.cells.drawing/smartartshape/placement/_index.md +++ b/english/aspose.cells.drawing/smartartshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/smartartshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/reflection/_index.md b/english/aspose.cells.drawing/smartartshape/reflection/_index.md index 46fc2af2b8..5fe1251e19 100644 --- a/english/aspose.cells.drawing/smartartshape/reflection/_index.md +++ b/english/aspose.cells.drawing/smartartshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/smartartshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/smartartshape/relative_to_original_picture_size/_index.md index 0baf8f2f27..4b3e2b6a19 100644 --- a/english/aspose.cells.drawing/smartartshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/smartartshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/smartartshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/smartartshape/remove_active_x_control/_index.md index 72351940c7..22faa109c7 100644 --- a/english/aspose.cells.drawing/smartartshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/smartartshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/smartartshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/smartartshape/remove_hyperlink/_index.md index 1b7318e5c3..9790687c84 100644 --- a/english/aspose.cells.drawing/smartartshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/smartartshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/smartartshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/right/_index.md b/english/aspose.cells.drawing/smartartshape/right/_index.md index ed750965a8..83f552c884 100644 --- a/english/aspose.cells.drawing/smartartshape/right/_index.md +++ b/english/aspose.cells.drawing/smartartshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/smartartshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/rotation_angle/_index.md b/english/aspose.cells.drawing/smartartshape/rotation_angle/_index.md index 65ec64d4af..6ffbe0e4d1 100644 --- a/english/aspose.cells.drawing/smartartshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/smartartshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/smartartshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/set_input_range/_index.md b/english/aspose.cells.drawing/smartartshape/set_input_range/_index.md index 17ca34c826..460baac362 100644 --- a/english/aspose.cells.drawing/smartartshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/smartartshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/smartartshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/smartartshape/set_linked_cell/_index.md index e5c92ca044..e97e5138d7 100644 --- a/english/aspose.cells.drawing/smartartshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/smartartshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/smartartshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/set_locked_property/_index.md b/english/aspose.cells.drawing/smartartshape/set_locked_property/_index.md index 4c53925295..96226ccd8f 100644 --- a/english/aspose.cells.drawing/smartartshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/smartartshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/smartartshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/shadow_effect/_index.md b/english/aspose.cells.drawing/smartartshape/shadow_effect/_index.md index 9164c48698..b14fe197f5 100644 --- a/english/aspose.cells.drawing/smartartshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/smartartshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/smartartshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/soft_edges/_index.md b/english/aspose.cells.drawing/smartartshape/soft_edges/_index.md index 62ef9bc2c1..ec2ca0a95f 100644 --- a/english/aspose.cells.drawing/smartartshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/smartartshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/smartartshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/spid/_index.md b/english/aspose.cells.drawing/smartartshape/spid/_index.md index 290e74bada..4aceb343e2 100644 --- a/english/aspose.cells.drawing/smartartshape/spid/_index.md +++ b/english/aspose.cells.drawing/smartartshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/smartartshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/spt/_index.md b/english/aspose.cells.drawing/smartartshape/spt/_index.md index b0203a77d4..ba69854d3c 100644 --- a/english/aspose.cells.drawing/smartartshape/spt/_index.md +++ b/english/aspose.cells.drawing/smartartshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/smartartshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text/_index.md b/english/aspose.cells.drawing/smartartshape/text/_index.md index 19b4b021f4..b9548e5b16 100644 --- a/english/aspose.cells.drawing/smartartshape/text/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/smartartshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_body/_index.md b/english/aspose.cells.drawing/smartartshape/text_body/_index.md index 950107b46e..d601e60ae1 100644 --- a/english/aspose.cells.drawing/smartartshape/text_body/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/smartartshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_box_options/_index.md b/english/aspose.cells.drawing/smartartshape/text_box_options/_index.md index eac7c8e996..75ed36c403 100644 --- a/english/aspose.cells.drawing/smartartshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/smartartshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_direction/_index.md b/english/aspose.cells.drawing/smartartshape/text_direction/_index.md index aaa0f1ce56..e45440b140 100644 --- a/english/aspose.cells.drawing/smartartshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/smartartshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_effect/_index.md b/english/aspose.cells.drawing/smartartshape/text_effect/_index.md index eb39418f9d..eaf252dc79 100644 --- a/english/aspose.cells.drawing/smartartshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/smartartshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/smartartshape/text_horizontal_alignment/_index.md index a0f1850096..bc7f0017a9 100644 --- a/english/aspose.cells.drawing/smartartshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/smartartshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/smartartshape/text_horizontal_overflow/_index.md index d1d4055de3..9fd9072f6b 100644 --- a/english/aspose.cells.drawing/smartartshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/smartartshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_options/_index.md b/english/aspose.cells.drawing/smartartshape/text_options/_index.md index d32d7e98ac..b553d518c7 100644 --- a/english/aspose.cells.drawing/smartartshape/text_options/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/smartartshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/smartartshape/text_orientation_type/_index.md index f2c7f3fcfc..9914928c5c 100644 --- a/english/aspose.cells.drawing/smartartshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/smartartshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_shape_type/_index.md b/english/aspose.cells.drawing/smartartshape/text_shape_type/_index.md index 8d37dfa4f5..48e181c66e 100644 --- a/english/aspose.cells.drawing/smartartshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/smartartshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/smartartshape/text_vertical_alignment/_index.md index 51677ba90d..31a0fb0e12 100644 --- a/english/aspose.cells.drawing/smartartshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/smartartshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/smartartshape/text_vertical_overflow/_index.md index a3da5f29c1..41cd1106ef 100644 --- a/english/aspose.cells.drawing/smartartshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/smartartshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/smartartshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/three_d_format/_index.md b/english/aspose.cells.drawing/smartartshape/three_d_format/_index.md index 85740d1a53..4621a361c8 100644 --- a/english/aspose.cells.drawing/smartartshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/smartartshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/smartartshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/title/_index.md b/english/aspose.cells.drawing/smartartshape/title/_index.md index dfbff63d01..73f0414dd6 100644 --- a/english/aspose.cells.drawing/smartartshape/title/_index.md +++ b/english/aspose.cells.drawing/smartartshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/smartartshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/smartartshape/to_front_or_back/_index.md index 7d2fbedc28..555d654c1d 100644 --- a/english/aspose.cells.drawing/smartartshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/smartartshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/smartartshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/to_image/_index.md b/english/aspose.cells.drawing/smartartshape/to_image/_index.md index c76be53252..f88b579b8e 100644 --- a/english/aspose.cells.drawing/smartartshape/to_image/_index.md +++ b/english/aspose.cells.drawing/smartartshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/smartartshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/top/_index.md b/english/aspose.cells.drawing/smartartshape/top/_index.md index 65aecfcff4..3d522655d8 100644 --- a/english/aspose.cells.drawing/smartartshape/top/_index.md +++ b/english/aspose.cells.drawing/smartartshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/smartartshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/top_cm/_index.md b/english/aspose.cells.drawing/smartartshape/top_cm/_index.md index 5f091d3ef8..4fb4636613 100644 --- a/english/aspose.cells.drawing/smartartshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/smartartshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/smartartshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/top_in_shape/_index.md b/english/aspose.cells.drawing/smartartshape/top_in_shape/_index.md index 4862fa2f74..12201850bf 100644 --- a/english/aspose.cells.drawing/smartartshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/smartartshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/smartartshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/top_inch/_index.md b/english/aspose.cells.drawing/smartartshape/top_inch/_index.md index aa8519dc52..bbb100396f 100644 --- a/english/aspose.cells.drawing/smartartshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/smartartshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/smartartshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/top_to_corner/_index.md b/english/aspose.cells.drawing/smartartshape/top_to_corner/_index.md index f804c716a4..7ce4d191ec 100644 --- a/english/aspose.cells.drawing/smartartshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/smartartshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/smartartshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/type/_index.md b/english/aspose.cells.drawing/smartartshape/type/_index.md index 85c193fa6d..57387b10aa 100644 --- a/english/aspose.cells.drawing/smartartshape/type/_index.md +++ b/english/aspose.cells.drawing/smartartshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/smartartshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/update_selected_value/_index.md b/english/aspose.cells.drawing/smartartshape/update_selected_value/_index.md index 41c8e16bd3..22a580b317 100644 --- a/english/aspose.cells.drawing/smartartshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/smartartshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/smartartshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/smartartshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/smartartshape/upper_delta_x/_index.md index 738d17ed60..cbd2d531fd 100644 --- a/english/aspose.cells.drawing/smartartshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/smartartshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/smartartshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/smartartshape/upper_delta_y/_index.md index 0b9bd2410c..046ffe7518 100644 --- a/english/aspose.cells.drawing/smartartshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/smartartshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/smartartshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/upper_left_column/_index.md b/english/aspose.cells.drawing/smartartshape/upper_left_column/_index.md index 7408f6f192..8c619d7b81 100644 --- a/english/aspose.cells.drawing/smartartshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/smartartshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/smartartshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/upper_left_row/_index.md b/english/aspose.cells.drawing/smartartshape/upper_left_row/_index.md index 4eb9a3ca25..8bcc57c963 100644 --- a/english/aspose.cells.drawing/smartartshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/smartartshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/smartartshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width/_index.md b/english/aspose.cells.drawing/smartartshape/width/_index.md index db512f28f6..faa40623b3 100644 --- a/english/aspose.cells.drawing/smartartshape/width/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/smartartshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width_cm/_index.md b/english/aspose.cells.drawing/smartartshape/width_cm/_index.md index 412fe682e6..89f5f1e5e7 100644 --- a/english/aspose.cells.drawing/smartartshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/smartartshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width_in_shape/_index.md b/english/aspose.cells.drawing/smartartshape/width_in_shape/_index.md index 5c83284c49..36b1f19768 100644 --- a/english/aspose.cells.drawing/smartartshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/smartartshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width_inch/_index.md b/english/aspose.cells.drawing/smartartshape/width_inch/_index.md index b249101135..dbf5c1dda3 100644 --- a/english/aspose.cells.drawing/smartartshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/smartartshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width_pt/_index.md b/english/aspose.cells.drawing/smartartshape/width_pt/_index.md index 68a7139f8b..1f1947713f 100644 --- a/english/aspose.cells.drawing/smartartshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/smartartshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/width_scale/_index.md b/english/aspose.cells.drawing/smartartshape/width_scale/_index.md index 5527cd35aa..9094fa5501 100644 --- a/english/aspose.cells.drawing/smartartshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/smartartshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/smartartshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/worksheet/_index.md b/english/aspose.cells.drawing/smartartshape/worksheet/_index.md index d99bc8b58f..da25b9fe9d 100644 --- a/english/aspose.cells.drawing/smartartshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/smartartshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/smartartshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/x/_index.md b/english/aspose.cells.drawing/smartartshape/x/_index.md index 5cbf4dbdb4..421a39da3d 100644 --- a/english/aspose.cells.drawing/smartartshape/x/_index.md +++ b/english/aspose.cells.drawing/smartartshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/smartartshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/y/_index.md b/english/aspose.cells.drawing/smartartshape/y/_index.md index a1d80eba90..800a0bf7c3 100644 --- a/english/aspose.cells.drawing/smartartshape/y/_index.md +++ b/english/aspose.cells.drawing/smartartshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/smartartshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/smartartshape/z_order_position/_index.md b/english/aspose.cells.drawing/smartartshape/z_order_position/_index.md index dd79ea80b2..d8b273051c 100644 --- a/english/aspose.cells.drawing/smartartshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/smartartshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/smartartshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/_index.md b/english/aspose.cells.drawing/spinner/_index.md index 68e2437e54..2efe91e99d 100644 --- a/english/aspose.cells.drawing/spinner/_index.md +++ b/english/aspose.cells.drawing/spinner/_index.md @@ -136,31 +136,32 @@ The Spinner type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/spinner/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/spinner/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/spinner/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/spinner/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/spinner/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/spinner/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/spinner/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/spinner/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/spinner/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/spinner/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/spinner/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/spinner/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/spinner/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/spinner/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/spinner/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/spinner/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/spinner/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/spinner/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/spinner/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/spinner/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/spinner/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/spinner/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/spinner/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/spinner/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/spinner/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/spinner/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/spinner/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/spinner/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/spinner/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/spinner/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/spinner/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/spinner/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/spinner/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/spinner/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/spinner/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/spinner/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/spinner/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/spinner/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/spinner/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/spinner/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/spinner/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/spinner/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/spinner/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/spinner/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/spinner/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/spinner/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/spinner/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/spinner/active_x_control/_index.md b/english/aspose.cells.drawing/spinner/active_x_control/_index.md index 31fb8959d1..4c79329997 100644 --- a/english/aspose.cells.drawing/spinner/active_x_control/_index.md +++ b/english/aspose.cells.drawing/spinner/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/spinner/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/spinner/actual_lower_right_row/_index.md index 2440d181ef..5088899778 100644 --- a/english/aspose.cells.drawing/spinner/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/spinner/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/spinner/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/add_hyperlink/_index.md b/english/aspose.cells.drawing/spinner/add_hyperlink/_index.md index 00df2273ad..c22d3fb25b 100644 --- a/english/aspose.cells.drawing/spinner/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/spinner/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/spinner/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/spinner/align_top_right_corner/_index.md b/english/aspose.cells.drawing/spinner/align_top_right_corner/_index.md index 42551d766d..b512563bd6 100644 --- a/english/aspose.cells.drawing/spinner/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/spinner/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/spinner/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/spinner/alternative_text/_index.md b/english/aspose.cells.drawing/spinner/alternative_text/_index.md index bfd73ddff0..676a01312e 100644 --- a/english/aspose.cells.drawing/spinner/alternative_text/_index.md +++ b/english/aspose.cells.drawing/spinner/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/spinner/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/anchor_type/_index.md b/english/aspose.cells.drawing/spinner/anchor_type/_index.md index c48b386841..3563643b92 100644 --- a/english/aspose.cells.drawing/spinner/anchor_type/_index.md +++ b/english/aspose.cells.drawing/spinner/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/spinner/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/auto_shape_type/_index.md b/english/aspose.cells.drawing/spinner/auto_shape_type/_index.md index 701f9884e9..83c5581d15 100644 --- a/english/aspose.cells.drawing/spinner/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/spinner/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/spinner/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/bottom/_index.md b/english/aspose.cells.drawing/spinner/bottom/_index.md index 1b69974e67..be70461a62 100644 --- a/english/aspose.cells.drawing/spinner/bottom/_index.md +++ b/english/aspose.cells.drawing/spinner/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/spinner/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/calculate_text_size/_index.md b/english/aspose.cells.drawing/spinner/calculate_text_size/_index.md index 5c67cecf7e..539466ba83 100644 --- a/english/aspose.cells.drawing/spinner/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/spinner/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/spinner/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/characters/_index.md b/english/aspose.cells.drawing/spinner/characters/_index.md index c8c9fde113..a761419873 100644 --- a/english/aspose.cells.drawing/spinner/characters/_index.md +++ b/english/aspose.cells.drawing/spinner/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/spinner/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/spinner/control_data/_index.md b/english/aspose.cells.drawing/spinner/control_data/_index.md index 8991f2738e..9268c2ea0c 100644 --- a/english/aspose.cells.drawing/spinner/control_data/_index.md +++ b/english/aspose.cells.drawing/spinner/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/spinner/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/create_id/_index.md b/english/aspose.cells.drawing/spinner/create_id/_index.md index eb23a4da23..f05cb4a950 100644 --- a/english/aspose.cells.drawing/spinner/create_id/_index.md +++ b/english/aspose.cells.drawing/spinner/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/spinner/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/current_value/_index.md b/english/aspose.cells.drawing/spinner/current_value/_index.md index 7451d60185..dbb28df46d 100644 --- a/english/aspose.cells.drawing/spinner/current_value/_index.md +++ b/english/aspose.cells.drawing/spinner/current_value/_index.md @@ -3,7 +3,7 @@ title: current_value property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/spinner/current_value/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/fill/_index.md b/english/aspose.cells.drawing/spinner/fill/_index.md index 029db62776..8fdaa3d6a6 100644 --- a/english/aspose.cells.drawing/spinner/fill/_index.md +++ b/english/aspose.cells.drawing/spinner/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/spinner/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/fill_format/_index.md b/english/aspose.cells.drawing/spinner/fill_format/_index.md index 2c48137d22..28b8604a7d 100644 --- a/english/aspose.cells.drawing/spinner/fill_format/_index.md +++ b/english/aspose.cells.drawing/spinner/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/spinner/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/fit_to_text_size/_index.md b/english/aspose.cells.drawing/spinner/fit_to_text_size/_index.md new file mode 100644 index 0000000000..13cb7f9439 --- /dev/null +++ b/english/aspose.cells.drawing/spinner/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/spinner/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`Spinner`](/cells/python-net/aspose.cells.drawing/spinner) diff --git a/english/aspose.cells.drawing/spinner/font/_index.md b/english/aspose.cells.drawing/spinner/font/_index.md index 3da58682e0..9a516f7be1 100644 --- a/english/aspose.cells.drawing/spinner/font/_index.md +++ b/english/aspose.cells.drawing/spinner/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/spinner/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/format_characters/_index.md b/english/aspose.cells.drawing/spinner/format_characters/_index.md index 79089e9b13..e072e74be2 100644 --- a/english/aspose.cells.drawing/spinner/format_characters/_index.md +++ b/english/aspose.cells.drawing/spinner/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/spinner/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/spinner/format_picture/_index.md b/english/aspose.cells.drawing/spinner/format_picture/_index.md index 7fc8724996..da51020bf9 100644 --- a/english/aspose.cells.drawing/spinner/format_picture/_index.md +++ b/english/aspose.cells.drawing/spinner/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/spinner/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/geometry/_index.md b/english/aspose.cells.drawing/spinner/geometry/_index.md index d19d2a8718..de4dd2515e 100644 --- a/english/aspose.cells.drawing/spinner/geometry/_index.md +++ b/english/aspose.cells.drawing/spinner/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/spinner/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/get_actual_box/_index.md b/english/aspose.cells.drawing/spinner/get_actual_box/_index.md index 2ce3bdef6b..ac16b105f2 100644 --- a/english/aspose.cells.drawing/spinner/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/spinner/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/spinner/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_characters/_index.md b/english/aspose.cells.drawing/spinner/get_characters/_index.md index bcae46ae30..1e9882f7a2 100644 --- a/english/aspose.cells.drawing/spinner/get_characters/_index.md +++ b/english/aspose.cells.drawing/spinner/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/spinner/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_connection_points/_index.md b/english/aspose.cells.drawing/spinner/get_connection_points/_index.md index a94108612a..1d2d138566 100644 --- a/english/aspose.cells.drawing/spinner/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/spinner/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/spinner/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_input_range/_index.md b/english/aspose.cells.drawing/spinner/get_input_range/_index.md index 610509ecae..975e925fae 100644 --- a/english/aspose.cells.drawing/spinner/get_input_range/_index.md +++ b/english/aspose.cells.drawing/spinner/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/spinner/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_linked_cell/_index.md b/english/aspose.cells.drawing/spinner/get_linked_cell/_index.md index c64f49f8f4..99e93f2b63 100644 --- a/english/aspose.cells.drawing/spinner/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/spinner/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/spinner/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_locked_property/_index.md b/english/aspose.cells.drawing/spinner/get_locked_property/_index.md index 8e9006befe..d018d521b1 100644 --- a/english/aspose.cells.drawing/spinner/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/spinner/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/spinner/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/spinner/get_result_of_smart_art/_index.md index 8299ebffa4..b3fbf326b5 100644 --- a/english/aspose.cells.drawing/spinner/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/spinner/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/spinner/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/get_rich_formattings/_index.md b/english/aspose.cells.drawing/spinner/get_rich_formattings/_index.md index 524c3abb9f..763dbcf9bd 100644 --- a/english/aspose.cells.drawing/spinner/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/spinner/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/spinner/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/glow/_index.md b/english/aspose.cells.drawing/spinner/glow/_index.md index bb159c7b3f..60a42224b6 100644 --- a/english/aspose.cells.drawing/spinner/glow/_index.md +++ b/english/aspose.cells.drawing/spinner/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/spinner/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/group/_index.md b/english/aspose.cells.drawing/spinner/group/_index.md index 9cd946160e..386c50e9d9 100644 --- a/english/aspose.cells.drawing/spinner/group/_index.md +++ b/english/aspose.cells.drawing/spinner/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/spinner/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/has_line/_index.md b/english/aspose.cells.drawing/spinner/has_line/_index.md index ca6f6e4602..d172024ed0 100644 --- a/english/aspose.cells.drawing/spinner/has_line/_index.md +++ b/english/aspose.cells.drawing/spinner/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/spinner/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height/_index.md b/english/aspose.cells.drawing/spinner/height/_index.md index 8644ef6edb..0007dad304 100644 --- a/english/aspose.cells.drawing/spinner/height/_index.md +++ b/english/aspose.cells.drawing/spinner/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/spinner/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height_cm/_index.md b/english/aspose.cells.drawing/spinner/height_cm/_index.md index 9f53627069..f569e7589b 100644 --- a/english/aspose.cells.drawing/spinner/height_cm/_index.md +++ b/english/aspose.cells.drawing/spinner/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/spinner/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height_in_shape/_index.md b/english/aspose.cells.drawing/spinner/height_in_shape/_index.md index e56bd90fa1..01823ae66b 100644 --- a/english/aspose.cells.drawing/spinner/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/spinner/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/spinner/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height_inch/_index.md b/english/aspose.cells.drawing/spinner/height_inch/_index.md index 47722a981d..85e566a1ed 100644 --- a/english/aspose.cells.drawing/spinner/height_inch/_index.md +++ b/english/aspose.cells.drawing/spinner/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/spinner/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height_pt/_index.md b/english/aspose.cells.drawing/spinner/height_pt/_index.md index d9b6e9b743..70a0cf6fd4 100644 --- a/english/aspose.cells.drawing/spinner/height_pt/_index.md +++ b/english/aspose.cells.drawing/spinner/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/spinner/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/height_scale/_index.md b/english/aspose.cells.drawing/spinner/height_scale/_index.md index f781ae5718..985ab83522 100644 --- a/english/aspose.cells.drawing/spinner/height_scale/_index.md +++ b/english/aspose.cells.drawing/spinner/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/spinner/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/html_text/_index.md b/english/aspose.cells.drawing/spinner/html_text/_index.md index 8db1fff910..18cb7e09fc 100644 --- a/english/aspose.cells.drawing/spinner/html_text/_index.md +++ b/english/aspose.cells.drawing/spinner/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/spinner/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/hyperlink/_index.md b/english/aspose.cells.drawing/spinner/hyperlink/_index.md index 7376585049..4909036f9f 100644 --- a/english/aspose.cells.drawing/spinner/hyperlink/_index.md +++ b/english/aspose.cells.drawing/spinner/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/spinner/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/id/_index.md b/english/aspose.cells.drawing/spinner/id/_index.md index 2f0c5ef38a..cf36b1badc 100644 --- a/english/aspose.cells.drawing/spinner/id/_index.md +++ b/english/aspose.cells.drawing/spinner/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/spinner/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/incremental_change/_index.md b/english/aspose.cells.drawing/spinner/incremental_change/_index.md index e12b44e3f6..710705802e 100644 --- a/english/aspose.cells.drawing/spinner/incremental_change/_index.md +++ b/english/aspose.cells.drawing/spinner/incremental_change/_index.md @@ -3,7 +3,7 @@ title: incremental_change property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/spinner/incremental_change/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/input_range/_index.md b/english/aspose.cells.drawing/spinner/input_range/_index.md index af75ea6fce..fab5a9c90f 100644 --- a/english/aspose.cells.drawing/spinner/input_range/_index.md +++ b/english/aspose.cells.drawing/spinner/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/spinner/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/spinner/is_aspect_ratio_locked/_index.md index 38c690bf1b..cc04b4a774 100644 --- a/english/aspose.cells.drawing/spinner/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/spinner/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/spinner/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_decorative/_index.md b/english/aspose.cells.drawing/spinner/is_decorative/_index.md index b2bce2d717..810d8f4b86 100644 --- a/english/aspose.cells.drawing/spinner/is_decorative/_index.md +++ b/english/aspose.cells.drawing/spinner/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/spinner/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_equation/_index.md b/english/aspose.cells.drawing/spinner/is_equation/_index.md index d983b0ed64..a85f0c5a02 100644 --- a/english/aspose.cells.drawing/spinner/is_equation/_index.md +++ b/english/aspose.cells.drawing/spinner/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/spinner/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_filled/_index.md b/english/aspose.cells.drawing/spinner/is_filled/_index.md index e8a0a3b61b..41f08d293a 100644 --- a/english/aspose.cells.drawing/spinner/is_filled/_index.md +++ b/english/aspose.cells.drawing/spinner/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/spinner/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/spinner/is_flipped_horizontally/_index.md index 7d7fe23d76..c711914832 100644 --- a/english/aspose.cells.drawing/spinner/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/spinner/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/spinner/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/spinner/is_flipped_vertically/_index.md index b376c708a8..9746f8d153 100644 --- a/english/aspose.cells.drawing/spinner/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/spinner/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/spinner/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_group/_index.md b/english/aspose.cells.drawing/spinner/is_group/_index.md index 44cf98f361..d9fc0fec42 100644 --- a/english/aspose.cells.drawing/spinner/is_group/_index.md +++ b/english/aspose.cells.drawing/spinner/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/spinner/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_hidden/_index.md b/english/aspose.cells.drawing/spinner/is_hidden/_index.md index 0fb65f266f..58f1045884 100644 --- a/english/aspose.cells.drawing/spinner/is_hidden/_index.md +++ b/english/aspose.cells.drawing/spinner/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/spinner/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_horizontal/_index.md b/english/aspose.cells.drawing/spinner/is_horizontal/_index.md index f5db88bf52..0f98a80565 100644 --- a/english/aspose.cells.drawing/spinner/is_horizontal/_index.md +++ b/english/aspose.cells.drawing/spinner/is_horizontal/_index.md @@ -3,7 +3,7 @@ title: is_horizontal property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/spinner/is_horizontal/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_in_group/_index.md b/english/aspose.cells.drawing/spinner/is_in_group/_index.md index bfa336c6a9..aa90172aba 100644 --- a/english/aspose.cells.drawing/spinner/is_in_group/_index.md +++ b/english/aspose.cells.drawing/spinner/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/spinner/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/spinner/is_lock_aspect_ratio/_index.md index f3fe34ca49..436b8ba27e 100644 --- a/english/aspose.cells.drawing/spinner/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/spinner/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/spinner/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_locked/_index.md b/english/aspose.cells.drawing/spinner/is_locked/_index.md index a4277051fd..50b4660ea1 100644 --- a/english/aspose.cells.drawing/spinner/is_locked/_index.md +++ b/english/aspose.cells.drawing/spinner/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/spinner/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_printable/_index.md b/english/aspose.cells.drawing/spinner/is_printable/_index.md index 49dd53c2dc..3a58f5bfb6 100644 --- a/english/aspose.cells.drawing/spinner/is_printable/_index.md +++ b/english/aspose.cells.drawing/spinner/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/spinner/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_rich_text/_index.md b/english/aspose.cells.drawing/spinner/is_rich_text/_index.md index b0dcf8fcfa..b3e708e8e4 100644 --- a/english/aspose.cells.drawing/spinner/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/spinner/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/spinner/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_same_setting/_index.md b/english/aspose.cells.drawing/spinner/is_same_setting/_index.md index 681ffa9ddf..98df96e170 100644 --- a/english/aspose.cells.drawing/spinner/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/spinner/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/spinner/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/spinner/is_smart_art/_index.md b/english/aspose.cells.drawing/spinner/is_smart_art/_index.md index 9cd559adce..79d1c4988d 100644 --- a/english/aspose.cells.drawing/spinner/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/spinner/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/spinner/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_text_wrapped/_index.md b/english/aspose.cells.drawing/spinner/is_text_wrapped/_index.md index dc8ec69940..d423d1e994 100644 --- a/english/aspose.cells.drawing/spinner/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/spinner/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/spinner/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/is_word_art/_index.md b/english/aspose.cells.drawing/spinner/is_word_art/_index.md index 4ad6cb63da..4fd38bbf66 100644 --- a/english/aspose.cells.drawing/spinner/is_word_art/_index.md +++ b/english/aspose.cells.drawing/spinner/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/spinner/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/left/_index.md b/english/aspose.cells.drawing/spinner/left/_index.md index c255902e9e..de472c96a0 100644 --- a/english/aspose.cells.drawing/spinner/left/_index.md +++ b/english/aspose.cells.drawing/spinner/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/spinner/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/left_cm/_index.md b/english/aspose.cells.drawing/spinner/left_cm/_index.md index fcd2905b3b..da3d2c6667 100644 --- a/english/aspose.cells.drawing/spinner/left_cm/_index.md +++ b/english/aspose.cells.drawing/spinner/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/spinner/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/left_in_shape/_index.md b/english/aspose.cells.drawing/spinner/left_in_shape/_index.md index 50dd838e37..cee0cf2bb2 100644 --- a/english/aspose.cells.drawing/spinner/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/spinner/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/spinner/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/left_inch/_index.md b/english/aspose.cells.drawing/spinner/left_inch/_index.md index 7b08e1df4d..e280d13254 100644 --- a/english/aspose.cells.drawing/spinner/left_inch/_index.md +++ b/english/aspose.cells.drawing/spinner/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/spinner/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/left_to_corner/_index.md b/english/aspose.cells.drawing/spinner/left_to_corner/_index.md index d591c83ed7..7229c4e44c 100644 --- a/english/aspose.cells.drawing/spinner/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/spinner/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/spinner/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/line/_index.md b/english/aspose.cells.drawing/spinner/line/_index.md index c0e017371d..1514843abf 100644 --- a/english/aspose.cells.drawing/spinner/line/_index.md +++ b/english/aspose.cells.drawing/spinner/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/spinner/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/line_format/_index.md b/english/aspose.cells.drawing/spinner/line_format/_index.md index bda597c605..57b258ed15 100644 --- a/english/aspose.cells.drawing/spinner/line_format/_index.md +++ b/english/aspose.cells.drawing/spinner/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/spinner/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/linked_cell/_index.md b/english/aspose.cells.drawing/spinner/linked_cell/_index.md index 7018077e90..ef1b1d4383 100644 --- a/english/aspose.cells.drawing/spinner/linked_cell/_index.md +++ b/english/aspose.cells.drawing/spinner/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/spinner/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/lower_delta_x/_index.md b/english/aspose.cells.drawing/spinner/lower_delta_x/_index.md index caa7e06d57..c43f27bf34 100644 --- a/english/aspose.cells.drawing/spinner/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/spinner/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/spinner/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/lower_delta_y/_index.md b/english/aspose.cells.drawing/spinner/lower_delta_y/_index.md index 1c7cf48862..1e6c724fff 100644 --- a/english/aspose.cells.drawing/spinner/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/spinner/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/spinner/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/lower_right_column/_index.md b/english/aspose.cells.drawing/spinner/lower_right_column/_index.md index 312a898d72..c8b44912f9 100644 --- a/english/aspose.cells.drawing/spinner/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/spinner/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/spinner/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/lower_right_row/_index.md b/english/aspose.cells.drawing/spinner/lower_right_row/_index.md index a575cfb547..41a0ccc6e1 100644 --- a/english/aspose.cells.drawing/spinner/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/spinner/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/spinner/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/macro_name/_index.md b/english/aspose.cells.drawing/spinner/macro_name/_index.md index d7fc10a5f4..42ede1ff7b 100644 --- a/english/aspose.cells.drawing/spinner/macro_name/_index.md +++ b/english/aspose.cells.drawing/spinner/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/spinner/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/max/_index.md b/english/aspose.cells.drawing/spinner/max/_index.md index d1a0750203..2a7eeb27e9 100644 --- a/english/aspose.cells.drawing/spinner/max/_index.md +++ b/english/aspose.cells.drawing/spinner/max/_index.md @@ -3,7 +3,7 @@ title: max property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/spinner/max/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/min/_index.md b/english/aspose.cells.drawing/spinner/min/_index.md index c3fc6dd7f7..0f284b33ae 100644 --- a/english/aspose.cells.drawing/spinner/min/_index.md +++ b/english/aspose.cells.drawing/spinner/min/_index.md @@ -3,7 +3,7 @@ title: min property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/spinner/min/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/move_to_range/_index.md b/english/aspose.cells.drawing/spinner/move_to_range/_index.md index 6ddcf98ded..19e7b5014a 100644 --- a/english/aspose.cells.drawing/spinner/move_to_range/_index.md +++ b/english/aspose.cells.drawing/spinner/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/spinner/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/spinner/mso_drawing_type/_index.md b/english/aspose.cells.drawing/spinner/mso_drawing_type/_index.md index 86f42a6233..5435f89f84 100644 --- a/english/aspose.cells.drawing/spinner/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/spinner/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/spinner/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/name/_index.md b/english/aspose.cells.drawing/spinner/name/_index.md index 71fdf91520..16626a852c 100644 --- a/english/aspose.cells.drawing/spinner/name/_index.md +++ b/english/aspose.cells.drawing/spinner/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/spinner/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/paths/_index.md b/english/aspose.cells.drawing/spinner/paths/_index.md index 4fdedbb34c..842d7489d7 100644 --- a/english/aspose.cells.drawing/spinner/paths/_index.md +++ b/english/aspose.cells.drawing/spinner/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/spinner/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/placement/_index.md b/english/aspose.cells.drawing/spinner/placement/_index.md index 87e0f01e6e..0fdf65a701 100644 --- a/english/aspose.cells.drawing/spinner/placement/_index.md +++ b/english/aspose.cells.drawing/spinner/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/spinner/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/reflection/_index.md b/english/aspose.cells.drawing/spinner/reflection/_index.md index 0c545634a9..593972132a 100644 --- a/english/aspose.cells.drawing/spinner/reflection/_index.md +++ b/english/aspose.cells.drawing/spinner/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/spinner/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/spinner/relative_to_original_picture_size/_index.md index c2acda9843..605545c4ea 100644 --- a/english/aspose.cells.drawing/spinner/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/spinner/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/spinner/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/remove_active_x_control/_index.md b/english/aspose.cells.drawing/spinner/remove_active_x_control/_index.md index 8919d31688..7b93a47068 100644 --- a/english/aspose.cells.drawing/spinner/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/spinner/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/spinner/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/remove_hyperlink/_index.md b/english/aspose.cells.drawing/spinner/remove_hyperlink/_index.md index fb7413111b..ca3b0057df 100644 --- a/english/aspose.cells.drawing/spinner/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/spinner/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/spinner/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/right/_index.md b/english/aspose.cells.drawing/spinner/right/_index.md index f93bd5553b..3e98be8dce 100644 --- a/english/aspose.cells.drawing/spinner/right/_index.md +++ b/english/aspose.cells.drawing/spinner/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/spinner/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/rotation_angle/_index.md b/english/aspose.cells.drawing/spinner/rotation_angle/_index.md index 0dca9792dc..0df1c2c50d 100644 --- a/english/aspose.cells.drawing/spinner/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/spinner/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/spinner/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/set_input_range/_index.md b/english/aspose.cells.drawing/spinner/set_input_range/_index.md index 498e209fde..80ebc99981 100644 --- a/english/aspose.cells.drawing/spinner/set_input_range/_index.md +++ b/english/aspose.cells.drawing/spinner/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/spinner/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/spinner/set_linked_cell/_index.md b/english/aspose.cells.drawing/spinner/set_linked_cell/_index.md index bf93775ea3..7056365e79 100644 --- a/english/aspose.cells.drawing/spinner/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/spinner/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/spinner/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/spinner/set_locked_property/_index.md b/english/aspose.cells.drawing/spinner/set_locked_property/_index.md index bbb5d9a6a3..d91215e36d 100644 --- a/english/aspose.cells.drawing/spinner/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/spinner/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/spinner/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/spinner/shadow/_index.md b/english/aspose.cells.drawing/spinner/shadow/_index.md index 710057bf11..f465ca1b88 100644 --- a/english/aspose.cells.drawing/spinner/shadow/_index.md +++ b/english/aspose.cells.drawing/spinner/shadow/_index.md @@ -3,7 +3,7 @@ title: shadow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/spinner/shadow/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/shadow_effect/_index.md b/english/aspose.cells.drawing/spinner/shadow_effect/_index.md index 0ad70e20aa..4d38fc642b 100644 --- a/english/aspose.cells.drawing/spinner/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/spinner/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/spinner/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/soft_edges/_index.md b/english/aspose.cells.drawing/spinner/soft_edges/_index.md index 97c5f2468c..c2597b5a1f 100644 --- a/english/aspose.cells.drawing/spinner/soft_edges/_index.md +++ b/english/aspose.cells.drawing/spinner/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/spinner/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/spid/_index.md b/english/aspose.cells.drawing/spinner/spid/_index.md index 389f6ae8de..566f99e6b0 100644 --- a/english/aspose.cells.drawing/spinner/spid/_index.md +++ b/english/aspose.cells.drawing/spinner/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/spinner/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/spt/_index.md b/english/aspose.cells.drawing/spinner/spt/_index.md index 4bb7371468..a3bfa4a5c3 100644 --- a/english/aspose.cells.drawing/spinner/spt/_index.md +++ b/english/aspose.cells.drawing/spinner/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/spinner/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text/_index.md b/english/aspose.cells.drawing/spinner/text/_index.md index 7b0d88bfd4..ab997508ab 100644 --- a/english/aspose.cells.drawing/spinner/text/_index.md +++ b/english/aspose.cells.drawing/spinner/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/spinner/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_body/_index.md b/english/aspose.cells.drawing/spinner/text_body/_index.md index 3d73d4ef6a..f61f7b4cc8 100644 --- a/english/aspose.cells.drawing/spinner/text_body/_index.md +++ b/english/aspose.cells.drawing/spinner/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/spinner/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_box_options/_index.md b/english/aspose.cells.drawing/spinner/text_box_options/_index.md index 2848eec103..f2ca97d5b6 100644 --- a/english/aspose.cells.drawing/spinner/text_box_options/_index.md +++ b/english/aspose.cells.drawing/spinner/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/spinner/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_direction/_index.md b/english/aspose.cells.drawing/spinner/text_direction/_index.md index 36299acf18..9151a9e52a 100644 --- a/english/aspose.cells.drawing/spinner/text_direction/_index.md +++ b/english/aspose.cells.drawing/spinner/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/spinner/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_effect/_index.md b/english/aspose.cells.drawing/spinner/text_effect/_index.md index c82fdcb572..70501ad54b 100644 --- a/english/aspose.cells.drawing/spinner/text_effect/_index.md +++ b/english/aspose.cells.drawing/spinner/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/spinner/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/spinner/text_horizontal_alignment/_index.md index 55938e3ae9..39b77a4e17 100644 --- a/english/aspose.cells.drawing/spinner/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/spinner/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/spinner/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/spinner/text_horizontal_overflow/_index.md index ebce925b53..eba6cb1717 100644 --- a/english/aspose.cells.drawing/spinner/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/spinner/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/spinner/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_options/_index.md b/english/aspose.cells.drawing/spinner/text_options/_index.md index 27d0428d08..d64e786db2 100644 --- a/english/aspose.cells.drawing/spinner/text_options/_index.md +++ b/english/aspose.cells.drawing/spinner/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/spinner/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_orientation_type/_index.md b/english/aspose.cells.drawing/spinner/text_orientation_type/_index.md index c18c3c72ae..7027508147 100644 --- a/english/aspose.cells.drawing/spinner/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/spinner/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/spinner/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_shape_type/_index.md b/english/aspose.cells.drawing/spinner/text_shape_type/_index.md index 9ed364b39b..5ba3e2f4f5 100644 --- a/english/aspose.cells.drawing/spinner/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/spinner/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/spinner/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/spinner/text_vertical_alignment/_index.md index 495f299472..2ea24d41cf 100644 --- a/english/aspose.cells.drawing/spinner/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/spinner/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/spinner/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/spinner/text_vertical_overflow/_index.md index 8e08a41130..9bfd8419d8 100644 --- a/english/aspose.cells.drawing/spinner/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/spinner/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/spinner/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/three_d_format/_index.md b/english/aspose.cells.drawing/spinner/three_d_format/_index.md index 07a003aa9c..7390a64f1d 100644 --- a/english/aspose.cells.drawing/spinner/three_d_format/_index.md +++ b/english/aspose.cells.drawing/spinner/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/spinner/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/title/_index.md b/english/aspose.cells.drawing/spinner/title/_index.md index d95485198e..659d191d1f 100644 --- a/english/aspose.cells.drawing/spinner/title/_index.md +++ b/english/aspose.cells.drawing/spinner/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/spinner/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/to_front_or_back/_index.md b/english/aspose.cells.drawing/spinner/to_front_or_back/_index.md index 0fcfdc55b3..162480490c 100644 --- a/english/aspose.cells.drawing/spinner/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/spinner/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/spinner/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/spinner/to_image/_index.md b/english/aspose.cells.drawing/spinner/to_image/_index.md index 078ba113f0..6fe8d1b063 100644 --- a/english/aspose.cells.drawing/spinner/to_image/_index.md +++ b/english/aspose.cells.drawing/spinner/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/spinner/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/spinner/top/_index.md b/english/aspose.cells.drawing/spinner/top/_index.md index 9197fb8cce..8dca78c57d 100644 --- a/english/aspose.cells.drawing/spinner/top/_index.md +++ b/english/aspose.cells.drawing/spinner/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/spinner/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/top_cm/_index.md b/english/aspose.cells.drawing/spinner/top_cm/_index.md index 6f1ef02c46..dc665e792a 100644 --- a/english/aspose.cells.drawing/spinner/top_cm/_index.md +++ b/english/aspose.cells.drawing/spinner/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/spinner/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/top_in_shape/_index.md b/english/aspose.cells.drawing/spinner/top_in_shape/_index.md index 7db72faaf1..60d0b71095 100644 --- a/english/aspose.cells.drawing/spinner/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/spinner/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/spinner/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/top_inch/_index.md b/english/aspose.cells.drawing/spinner/top_inch/_index.md index 292acb72fc..79636c1007 100644 --- a/english/aspose.cells.drawing/spinner/top_inch/_index.md +++ b/english/aspose.cells.drawing/spinner/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/spinner/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/top_to_corner/_index.md b/english/aspose.cells.drawing/spinner/top_to_corner/_index.md index 8f7b775e53..b3ec935f4d 100644 --- a/english/aspose.cells.drawing/spinner/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/spinner/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/spinner/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/type/_index.md b/english/aspose.cells.drawing/spinner/type/_index.md index 3f0c7829e1..70d51855ff 100644 --- a/english/aspose.cells.drawing/spinner/type/_index.md +++ b/english/aspose.cells.drawing/spinner/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/spinner/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/update_selected_value/_index.md b/english/aspose.cells.drawing/spinner/update_selected_value/_index.md index 71385ba2ad..c54f6e8bc7 100644 --- a/english/aspose.cells.drawing/spinner/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/spinner/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/spinner/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/spinner/upper_delta_x/_index.md b/english/aspose.cells.drawing/spinner/upper_delta_x/_index.md index c094e0f832..f222b5398f 100644 --- a/english/aspose.cells.drawing/spinner/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/spinner/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/spinner/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/upper_delta_y/_index.md b/english/aspose.cells.drawing/spinner/upper_delta_y/_index.md index 4ebfc5c111..77db865d7c 100644 --- a/english/aspose.cells.drawing/spinner/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/spinner/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/spinner/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/upper_left_column/_index.md b/english/aspose.cells.drawing/spinner/upper_left_column/_index.md index 334f32b1f0..7bbd456288 100644 --- a/english/aspose.cells.drawing/spinner/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/spinner/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/spinner/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/upper_left_row/_index.md b/english/aspose.cells.drawing/spinner/upper_left_row/_index.md index f219d65afb..4cc78b2a43 100644 --- a/english/aspose.cells.drawing/spinner/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/spinner/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/spinner/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width/_index.md b/english/aspose.cells.drawing/spinner/width/_index.md index 509e09f46b..decd9c571f 100644 --- a/english/aspose.cells.drawing/spinner/width/_index.md +++ b/english/aspose.cells.drawing/spinner/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/spinner/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width_cm/_index.md b/english/aspose.cells.drawing/spinner/width_cm/_index.md index c993168fec..326a411d4f 100644 --- a/english/aspose.cells.drawing/spinner/width_cm/_index.md +++ b/english/aspose.cells.drawing/spinner/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/spinner/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width_in_shape/_index.md b/english/aspose.cells.drawing/spinner/width_in_shape/_index.md index bd67ac8b3b..2cc9e0fbce 100644 --- a/english/aspose.cells.drawing/spinner/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/spinner/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/spinner/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width_inch/_index.md b/english/aspose.cells.drawing/spinner/width_inch/_index.md index fb128b866c..ebae1157b0 100644 --- a/english/aspose.cells.drawing/spinner/width_inch/_index.md +++ b/english/aspose.cells.drawing/spinner/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/spinner/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width_pt/_index.md b/english/aspose.cells.drawing/spinner/width_pt/_index.md index 0076112f33..6af8b16ff8 100644 --- a/english/aspose.cells.drawing/spinner/width_pt/_index.md +++ b/english/aspose.cells.drawing/spinner/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/spinner/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/width_scale/_index.md b/english/aspose.cells.drawing/spinner/width_scale/_index.md index ba53967b8b..a380bde6ef 100644 --- a/english/aspose.cells.drawing/spinner/width_scale/_index.md +++ b/english/aspose.cells.drawing/spinner/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells.drawing/spinner/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/worksheet/_index.md b/english/aspose.cells.drawing/spinner/worksheet/_index.md index 31e20f84ae..37766d7f8e 100644 --- a/english/aspose.cells.drawing/spinner/worksheet/_index.md +++ b/english/aspose.cells.drawing/spinner/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells.drawing/spinner/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/x/_index.md b/english/aspose.cells.drawing/spinner/x/_index.md index 95d087bc93..02d76f1afa 100644 --- a/english/aspose.cells.drawing/spinner/x/_index.md +++ b/english/aspose.cells.drawing/spinner/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells.drawing/spinner/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/y/_index.md b/english/aspose.cells.drawing/spinner/y/_index.md index 121377f0e7..96d99c558b 100644 --- a/english/aspose.cells.drawing/spinner/y/_index.md +++ b/english/aspose.cells.drawing/spinner/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells.drawing/spinner/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/spinner/z_order_position/_index.md b/english/aspose.cells.drawing/spinner/z_order_position/_index.md index a6d54730d5..eb8c0ac2a1 100644 --- a/english/aspose.cells.drawing/spinner/z_order_position/_index.md +++ b/english/aspose.cells.drawing/spinner/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells.drawing/spinner/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/_index.md b/english/aspose.cells.drawing/textbox/_index.md index a574970a92..a90b92b739 100644 --- a/english/aspose.cells.drawing/textbox/_index.md +++ b/english/aspose.cells.drawing/textbox/_index.md @@ -130,33 +130,34 @@ The TextBox type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/textbox/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/textbox/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/textbox/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_equation_paragraph](/cells/python-net/aspose.cells.drawing/textbox/get_equation_paragraph/#int) | Get the specified math paragraph from the TextBody property of the TextBox object.
Notice:
(1) Returns NULL when the index is out of bounds or not found.
(2) Also returns NULL if the specified index position is not a math paragraph. | -| [get_equation_paragraph](/cells/python-net/aspose.cells.drawing/textbox/get_equation_paragraph/#) | Gets the first math paragraph from the TextBody property of the TextBox object. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/textbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/textbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/textbox/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/textbox/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/textbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/textbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/textbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/textbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/textbox/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/textbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/textbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/textbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/textbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/textbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/textbox/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/textbox/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/textbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/textbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/textbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/textbox/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/textbox/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/textbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/textbox/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/textbox/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/textbox/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_equation_paragraph(self, index)`](/cells/python-net/aspose.cells.drawing/textbox/get_equation_paragraph/#int) | Get the specified math paragraph from the TextBody property of the TextBox object.
Notice:
(1) Returns NULL when the index is out of bounds or not found.
(2) Also returns NULL if the specified index position is not a math paragraph. | +| [`get_equation_paragraph(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_equation_paragraph/#) | Gets the first math paragraph from the TextBody property of the TextBox object. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/textbox/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/textbox/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/textbox/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/textbox/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/textbox/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/textbox/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/textbox/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/textbox/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/textbox/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/textbox/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/textbox/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/textbox/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/textbox/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/textbox/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/textbox/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/textbox/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/textbox/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/textbox/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/textbox/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/textbox/active_x_control/_index.md b/english/aspose.cells.drawing/textbox/active_x_control/_index.md index 49d9237a7a..fbdca176cc 100644 --- a/english/aspose.cells.drawing/textbox/active_x_control/_index.md +++ b/english/aspose.cells.drawing/textbox/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/textbox/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/textbox/actual_lower_right_row/_index.md index b61a35479b..1c815ee883 100644 --- a/english/aspose.cells.drawing/textbox/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/textbox/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/textbox/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/add_hyperlink/_index.md b/english/aspose.cells.drawing/textbox/add_hyperlink/_index.md index c88289c48e..55b9e23b4c 100644 --- a/english/aspose.cells.drawing/textbox/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/textbox/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textbox/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/textbox/align_top_right_corner/_index.md b/english/aspose.cells.drawing/textbox/align_top_right_corner/_index.md index a169c2d5c5..1d93935356 100644 --- a/english/aspose.cells.drawing/textbox/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/textbox/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/textbox/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/textbox/alternative_text/_index.md b/english/aspose.cells.drawing/textbox/alternative_text/_index.md index b50464c4cd..fca110532c 100644 --- a/english/aspose.cells.drawing/textbox/alternative_text/_index.md +++ b/english/aspose.cells.drawing/textbox/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/textbox/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/anchor_type/_index.md b/english/aspose.cells.drawing/textbox/anchor_type/_index.md index b03141252d..8b69bc7858 100644 --- a/english/aspose.cells.drawing/textbox/anchor_type/_index.md +++ b/english/aspose.cells.drawing/textbox/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/textbox/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/auto_shape_type/_index.md b/english/aspose.cells.drawing/textbox/auto_shape_type/_index.md index 7518faaf12..7801f098cc 100644 --- a/english/aspose.cells.drawing/textbox/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/textbox/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/textbox/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/bottom/_index.md b/english/aspose.cells.drawing/textbox/bottom/_index.md index ef5d7b7157..b1f31f3754 100644 --- a/english/aspose.cells.drawing/textbox/bottom/_index.md +++ b/english/aspose.cells.drawing/textbox/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/textbox/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/calculate_text_size/_index.md b/english/aspose.cells.drawing/textbox/calculate_text_size/_index.md index c205d5574f..4ccbaa2194 100644 --- a/english/aspose.cells.drawing/textbox/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/textbox/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textbox/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/characters/_index.md b/english/aspose.cells.drawing/textbox/characters/_index.md index ae42045485..189ed2a209 100644 --- a/english/aspose.cells.drawing/textbox/characters/_index.md +++ b/english/aspose.cells.drawing/textbox/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textbox/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/textbox/control_data/_index.md b/english/aspose.cells.drawing/textbox/control_data/_index.md index d2e6250102..98ce2dfeba 100644 --- a/english/aspose.cells.drawing/textbox/control_data/_index.md +++ b/english/aspose.cells.drawing/textbox/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/textbox/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/create_id/_index.md b/english/aspose.cells.drawing/textbox/create_id/_index.md index ae15d2b34f..4c9fdf4235 100644 --- a/english/aspose.cells.drawing/textbox/create_id/_index.md +++ b/english/aspose.cells.drawing/textbox/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/textbox/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/fill/_index.md b/english/aspose.cells.drawing/textbox/fill/_index.md index b34277e92a..872bec76f5 100644 --- a/english/aspose.cells.drawing/textbox/fill/_index.md +++ b/english/aspose.cells.drawing/textbox/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/textbox/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/fill_format/_index.md b/english/aspose.cells.drawing/textbox/fill_format/_index.md index 6539139ed9..919a333b36 100644 --- a/english/aspose.cells.drawing/textbox/fill_format/_index.md +++ b/english/aspose.cells.drawing/textbox/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/textbox/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/fit_to_text_size/_index.md b/english/aspose.cells.drawing/textbox/fit_to_text_size/_index.md new file mode 100644 index 0000000000..1ac98944b0 --- /dev/null +++ b/english/aspose.cells.drawing/textbox/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/textbox/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) diff --git a/english/aspose.cells.drawing/textbox/font/_index.md b/english/aspose.cells.drawing/textbox/font/_index.md index 32168fc441..8df395843f 100644 --- a/english/aspose.cells.drawing/textbox/font/_index.md +++ b/english/aspose.cells.drawing/textbox/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/textbox/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/format_characters/_index.md b/english/aspose.cells.drawing/textbox/format_characters/_index.md index 3f0431807f..39748cd424 100644 --- a/english/aspose.cells.drawing/textbox/format_characters/_index.md +++ b/english/aspose.cells.drawing/textbox/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/textbox/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/textbox/format_picture/_index.md b/english/aspose.cells.drawing/textbox/format_picture/_index.md index 7cd6c50908..31477a913e 100644 --- a/english/aspose.cells.drawing/textbox/format_picture/_index.md +++ b/english/aspose.cells.drawing/textbox/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/textbox/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/geometry/_index.md b/english/aspose.cells.drawing/textbox/geometry/_index.md index 8d3b4ce73d..ecc971ea1b 100644 --- a/english/aspose.cells.drawing/textbox/geometry/_index.md +++ b/english/aspose.cells.drawing/textbox/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/textbox/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/get_actual_box/_index.md b/english/aspose.cells.drawing/textbox/get_actual_box/_index.md index 0ac2efa5f6..db74c5f386 100644 --- a/english/aspose.cells.drawing/textbox/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/textbox/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/textbox/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_characters/_index.md b/english/aspose.cells.drawing/textbox/get_characters/_index.md index 16ac386a6d..1000e0795d 100644 --- a/english/aspose.cells.drawing/textbox/get_characters/_index.md +++ b/english/aspose.cells.drawing/textbox/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/textbox/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_connection_points/_index.md b/english/aspose.cells.drawing/textbox/get_connection_points/_index.md index 2927a8d499..1e6acb88e6 100644 --- a/english/aspose.cells.drawing/textbox/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/textbox/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/textbox/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_equation_paragraph/_index.md b/english/aspose.cells.drawing/textbox/get_equation_paragraph/_index.md index 38e45c5f0b..1eb9be14bd 100644 --- a/english/aspose.cells.drawing/textbox/get_equation_paragraph/_index.md +++ b/english/aspose.cells.drawing/textbox/get_equation_paragraph/_index.md @@ -3,12 +3,12 @@ title: get_equation_paragraph method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/textbox/get_equation_paragraph/ is_root: false --- -## get_equation_paragraph {#} +## get_equation_paragraph(self) {#} Gets the first math paragraph from the TextBody property of the TextBox object. @@ -20,6 +20,7 @@ If there has math paragraph, returns the first one, otherwise returns null. ```python + def get_equation_paragraph(self): ... ``` @@ -27,7 +28,7 @@ def get_equation_paragraph(self): -## get_equation_paragraph {#int} +## get_equation_paragraph(self, index) {#int} Get the specified math paragraph from the TextBody property of the TextBox object. Notice: @@ -42,6 +43,7 @@ Returns the math paragraph specified by index. ```python + def get_equation_paragraph(self, index): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_input_range/_index.md b/english/aspose.cells.drawing/textbox/get_input_range/_index.md index 2e9e75d984..7d5b51b5ab 100644 --- a/english/aspose.cells.drawing/textbox/get_input_range/_index.md +++ b/english/aspose.cells.drawing/textbox/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/textbox/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_linked_cell/_index.md b/english/aspose.cells.drawing/textbox/get_linked_cell/_index.md index 0798900526..121aa3698c 100644 --- a/english/aspose.cells.drawing/textbox/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/textbox/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/textbox/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_locked_property/_index.md b/english/aspose.cells.drawing/textbox/get_locked_property/_index.md index 3dc439f28a..70b02ca1a6 100644 --- a/english/aspose.cells.drawing/textbox/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/textbox/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/textbox/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/textbox/get_result_of_smart_art/_index.md index da2a3fe6d9..6f5783c768 100644 --- a/english/aspose.cells.drawing/textbox/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/textbox/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/textbox/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/get_rich_formattings/_index.md b/english/aspose.cells.drawing/textbox/get_rich_formattings/_index.md index 2916c3779b..6bd2b72118 100644 --- a/english/aspose.cells.drawing/textbox/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/textbox/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/textbox/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/glow/_index.md b/english/aspose.cells.drawing/textbox/glow/_index.md index c9cc575f3e..eff4e1c215 100644 --- a/english/aspose.cells.drawing/textbox/glow/_index.md +++ b/english/aspose.cells.drawing/textbox/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/textbox/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/group/_index.md b/english/aspose.cells.drawing/textbox/group/_index.md index 93c4b1974f..d82badce22 100644 --- a/english/aspose.cells.drawing/textbox/group/_index.md +++ b/english/aspose.cells.drawing/textbox/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/textbox/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/has_line/_index.md b/english/aspose.cells.drawing/textbox/has_line/_index.md index ae89140e63..1d9f7ce56d 100644 --- a/english/aspose.cells.drawing/textbox/has_line/_index.md +++ b/english/aspose.cells.drawing/textbox/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/textbox/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height/_index.md b/english/aspose.cells.drawing/textbox/height/_index.md index a23a931dd2..122044c40d 100644 --- a/english/aspose.cells.drawing/textbox/height/_index.md +++ b/english/aspose.cells.drawing/textbox/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/textbox/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height_cm/_index.md b/english/aspose.cells.drawing/textbox/height_cm/_index.md index 078ab87daa..4e823a7526 100644 --- a/english/aspose.cells.drawing/textbox/height_cm/_index.md +++ b/english/aspose.cells.drawing/textbox/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/textbox/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height_in_shape/_index.md b/english/aspose.cells.drawing/textbox/height_in_shape/_index.md index 47239946d2..40dfb1e0c8 100644 --- a/english/aspose.cells.drawing/textbox/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/textbox/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/textbox/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height_inch/_index.md b/english/aspose.cells.drawing/textbox/height_inch/_index.md index 2e851a698c..76037fed4a 100644 --- a/english/aspose.cells.drawing/textbox/height_inch/_index.md +++ b/english/aspose.cells.drawing/textbox/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/textbox/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height_pt/_index.md b/english/aspose.cells.drawing/textbox/height_pt/_index.md index c255200db7..701a292937 100644 --- a/english/aspose.cells.drawing/textbox/height_pt/_index.md +++ b/english/aspose.cells.drawing/textbox/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/textbox/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/height_scale/_index.md b/english/aspose.cells.drawing/textbox/height_scale/_index.md index 8c333ec7e1..9d0ce5967a 100644 --- a/english/aspose.cells.drawing/textbox/height_scale/_index.md +++ b/english/aspose.cells.drawing/textbox/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/textbox/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/html_text/_index.md b/english/aspose.cells.drawing/textbox/html_text/_index.md index 5443f8aaf8..27485c0549 100644 --- a/english/aspose.cells.drawing/textbox/html_text/_index.md +++ b/english/aspose.cells.drawing/textbox/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/textbox/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/hyperlink/_index.md b/english/aspose.cells.drawing/textbox/hyperlink/_index.md index 48ce58092d..7193eb6c1c 100644 --- a/english/aspose.cells.drawing/textbox/hyperlink/_index.md +++ b/english/aspose.cells.drawing/textbox/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/textbox/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/id/_index.md b/english/aspose.cells.drawing/textbox/id/_index.md index dbf8628fb6..303a6006ac 100644 --- a/english/aspose.cells.drawing/textbox/id/_index.md +++ b/english/aspose.cells.drawing/textbox/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/textbox/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/input_range/_index.md b/english/aspose.cells.drawing/textbox/input_range/_index.md index f38da6f4f9..d987761682 100644 --- a/english/aspose.cells.drawing/textbox/input_range/_index.md +++ b/english/aspose.cells.drawing/textbox/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/textbox/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/textbox/is_aspect_ratio_locked/_index.md index d799f36fe6..fa9dc1a2ab 100644 --- a/english/aspose.cells.drawing/textbox/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/textbox/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/textbox/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_decorative/_index.md b/english/aspose.cells.drawing/textbox/is_decorative/_index.md index 06a4593f16..3b9bb4ef6c 100644 --- a/english/aspose.cells.drawing/textbox/is_decorative/_index.md +++ b/english/aspose.cells.drawing/textbox/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/textbox/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_equation/_index.md b/english/aspose.cells.drawing/textbox/is_equation/_index.md index e97742b3eb..3837313cba 100644 --- a/english/aspose.cells.drawing/textbox/is_equation/_index.md +++ b/english/aspose.cells.drawing/textbox/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/textbox/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_filled/_index.md b/english/aspose.cells.drawing/textbox/is_filled/_index.md index 7d56e12885..61582ec38d 100644 --- a/english/aspose.cells.drawing/textbox/is_filled/_index.md +++ b/english/aspose.cells.drawing/textbox/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/textbox/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/textbox/is_flipped_horizontally/_index.md index 66d4dca5a1..819540cc6c 100644 --- a/english/aspose.cells.drawing/textbox/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/textbox/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/textbox/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/textbox/is_flipped_vertically/_index.md index 507c2f84a7..7f40ee3214 100644 --- a/english/aspose.cells.drawing/textbox/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/textbox/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/textbox/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_group/_index.md b/english/aspose.cells.drawing/textbox/is_group/_index.md index 8eaaafdc9f..b5b3b77c88 100644 --- a/english/aspose.cells.drawing/textbox/is_group/_index.md +++ b/english/aspose.cells.drawing/textbox/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/textbox/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_hidden/_index.md b/english/aspose.cells.drawing/textbox/is_hidden/_index.md index d76a46d1ea..e5babaf8e0 100644 --- a/english/aspose.cells.drawing/textbox/is_hidden/_index.md +++ b/english/aspose.cells.drawing/textbox/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/textbox/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_in_group/_index.md b/english/aspose.cells.drawing/textbox/is_in_group/_index.md index acd631a72d..c54bfaeede 100644 --- a/english/aspose.cells.drawing/textbox/is_in_group/_index.md +++ b/english/aspose.cells.drawing/textbox/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/textbox/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/textbox/is_lock_aspect_ratio/_index.md index cf79541cc9..5129d055ab 100644 --- a/english/aspose.cells.drawing/textbox/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/textbox/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/textbox/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_locked/_index.md b/english/aspose.cells.drawing/textbox/is_locked/_index.md index 8b3072f725..0183db71c0 100644 --- a/english/aspose.cells.drawing/textbox/is_locked/_index.md +++ b/english/aspose.cells.drawing/textbox/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/textbox/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_printable/_index.md b/english/aspose.cells.drawing/textbox/is_printable/_index.md index b57eeef805..cd9f9996ef 100644 --- a/english/aspose.cells.drawing/textbox/is_printable/_index.md +++ b/english/aspose.cells.drawing/textbox/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/textbox/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_rich_text/_index.md b/english/aspose.cells.drawing/textbox/is_rich_text/_index.md index 67563ac24f..d3543bc058 100644 --- a/english/aspose.cells.drawing/textbox/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/textbox/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/textbox/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_same_setting/_index.md b/english/aspose.cells.drawing/textbox/is_same_setting/_index.md index b1db9396ae..cb8c4e2e3d 100644 --- a/english/aspose.cells.drawing/textbox/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/textbox/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/textbox/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/textbox/is_smart_art/_index.md b/english/aspose.cells.drawing/textbox/is_smart_art/_index.md index 71b546a1dd..c2b969a9da 100644 --- a/english/aspose.cells.drawing/textbox/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/textbox/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/textbox/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_text_wrapped/_index.md b/english/aspose.cells.drawing/textbox/is_text_wrapped/_index.md index 5ef187205e..eea1c2db6a 100644 --- a/english/aspose.cells.drawing/textbox/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/textbox/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/textbox/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/is_word_art/_index.md b/english/aspose.cells.drawing/textbox/is_word_art/_index.md index 0dd28d3d4b..b5f26eaf0d 100644 --- a/english/aspose.cells.drawing/textbox/is_word_art/_index.md +++ b/english/aspose.cells.drawing/textbox/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/textbox/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/left/_index.md b/english/aspose.cells.drawing/textbox/left/_index.md index d87ae7daf0..526179c241 100644 --- a/english/aspose.cells.drawing/textbox/left/_index.md +++ b/english/aspose.cells.drawing/textbox/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/textbox/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/left_cm/_index.md b/english/aspose.cells.drawing/textbox/left_cm/_index.md index a898822e56..04092a8023 100644 --- a/english/aspose.cells.drawing/textbox/left_cm/_index.md +++ b/english/aspose.cells.drawing/textbox/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/textbox/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/left_in_shape/_index.md b/english/aspose.cells.drawing/textbox/left_in_shape/_index.md index d3e39b7e22..bc181785e2 100644 --- a/english/aspose.cells.drawing/textbox/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/textbox/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/textbox/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/left_inch/_index.md b/english/aspose.cells.drawing/textbox/left_inch/_index.md index ac1d7431f4..95c07b2313 100644 --- a/english/aspose.cells.drawing/textbox/left_inch/_index.md +++ b/english/aspose.cells.drawing/textbox/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/textbox/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/left_to_corner/_index.md b/english/aspose.cells.drawing/textbox/left_to_corner/_index.md index a4e005830c..17f34e6f8b 100644 --- a/english/aspose.cells.drawing/textbox/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/textbox/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/textbox/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/line/_index.md b/english/aspose.cells.drawing/textbox/line/_index.md index 8d9d5af87a..f81a0d039e 100644 --- a/english/aspose.cells.drawing/textbox/line/_index.md +++ b/english/aspose.cells.drawing/textbox/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/textbox/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/line_format/_index.md b/english/aspose.cells.drawing/textbox/line_format/_index.md index e3d3696e2b..f3ad9edeb4 100644 --- a/english/aspose.cells.drawing/textbox/line_format/_index.md +++ b/english/aspose.cells.drawing/textbox/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/textbox/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/linked_cell/_index.md b/english/aspose.cells.drawing/textbox/linked_cell/_index.md index ffea5aac0c..86eb3968b0 100644 --- a/english/aspose.cells.drawing/textbox/linked_cell/_index.md +++ b/english/aspose.cells.drawing/textbox/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/textbox/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/lower_delta_x/_index.md b/english/aspose.cells.drawing/textbox/lower_delta_x/_index.md index 0c466b7d7c..ef4495b55f 100644 --- a/english/aspose.cells.drawing/textbox/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/textbox/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/textbox/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/lower_delta_y/_index.md b/english/aspose.cells.drawing/textbox/lower_delta_y/_index.md index c19342fa98..386d51b880 100644 --- a/english/aspose.cells.drawing/textbox/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/textbox/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/textbox/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/lower_right_column/_index.md b/english/aspose.cells.drawing/textbox/lower_right_column/_index.md index ad539f6db4..b6a2874a86 100644 --- a/english/aspose.cells.drawing/textbox/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/textbox/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/textbox/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/lower_right_row/_index.md b/english/aspose.cells.drawing/textbox/lower_right_row/_index.md index 1999e867b5..6d927b49eb 100644 --- a/english/aspose.cells.drawing/textbox/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/textbox/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/textbox/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/macro_name/_index.md b/english/aspose.cells.drawing/textbox/macro_name/_index.md index 8a6ff85d4c..2f1665cf4c 100644 --- a/english/aspose.cells.drawing/textbox/macro_name/_index.md +++ b/english/aspose.cells.drawing/textbox/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/textbox/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/move_to_range/_index.md b/english/aspose.cells.drawing/textbox/move_to_range/_index.md index 186111ff14..f38ae1b862 100644 --- a/english/aspose.cells.drawing/textbox/move_to_range/_index.md +++ b/english/aspose.cells.drawing/textbox/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/textbox/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/textbox/mso_drawing_type/_index.md b/english/aspose.cells.drawing/textbox/mso_drawing_type/_index.md index 62f4768465..5e29c8fd7f 100644 --- a/english/aspose.cells.drawing/textbox/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/textbox/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/textbox/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/name/_index.md b/english/aspose.cells.drawing/textbox/name/_index.md index 6b0a2da141..42e079cbb1 100644 --- a/english/aspose.cells.drawing/textbox/name/_index.md +++ b/english/aspose.cells.drawing/textbox/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/textbox/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/paths/_index.md b/english/aspose.cells.drawing/textbox/paths/_index.md index 1c6a44f447..96f59e92b0 100644 --- a/english/aspose.cells.drawing/textbox/paths/_index.md +++ b/english/aspose.cells.drawing/textbox/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/textbox/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/placement/_index.md b/english/aspose.cells.drawing/textbox/placement/_index.md index e4c50a24a3..591ba390ba 100644 --- a/english/aspose.cells.drawing/textbox/placement/_index.md +++ b/english/aspose.cells.drawing/textbox/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/textbox/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/reflection/_index.md b/english/aspose.cells.drawing/textbox/reflection/_index.md index 12f655995b..1147b124bf 100644 --- a/english/aspose.cells.drawing/textbox/reflection/_index.md +++ b/english/aspose.cells.drawing/textbox/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/textbox/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/textbox/relative_to_original_picture_size/_index.md index ab286e8b15..b75c597bfe 100644 --- a/english/aspose.cells.drawing/textbox/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/textbox/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/textbox/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/remove_active_x_control/_index.md b/english/aspose.cells.drawing/textbox/remove_active_x_control/_index.md index 4ec9c95022..c32226f85e 100644 --- a/english/aspose.cells.drawing/textbox/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/textbox/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/textbox/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/remove_hyperlink/_index.md b/english/aspose.cells.drawing/textbox/remove_hyperlink/_index.md index ba99b9fc7b..c9f33b8cb2 100644 --- a/english/aspose.cells.drawing/textbox/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/textbox/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/textbox/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/right/_index.md b/english/aspose.cells.drawing/textbox/right/_index.md index 703cb03e64..d3f52c8e8a 100644 --- a/english/aspose.cells.drawing/textbox/right/_index.md +++ b/english/aspose.cells.drawing/textbox/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/textbox/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/rotation_angle/_index.md b/english/aspose.cells.drawing/textbox/rotation_angle/_index.md index 7b73893fd3..73afd62ffa 100644 --- a/english/aspose.cells.drawing/textbox/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/textbox/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/textbox/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/set_input_range/_index.md b/english/aspose.cells.drawing/textbox/set_input_range/_index.md index 6c023c4330..40c2bc83e5 100644 --- a/english/aspose.cells.drawing/textbox/set_input_range/_index.md +++ b/english/aspose.cells.drawing/textbox/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/textbox/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/textbox/set_linked_cell/_index.md b/english/aspose.cells.drawing/textbox/set_linked_cell/_index.md index 3a7015a0b1..6bbe9307b4 100644 --- a/english/aspose.cells.drawing/textbox/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/textbox/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/textbox/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/textbox/set_locked_property/_index.md b/english/aspose.cells.drawing/textbox/set_locked_property/_index.md index 1a20166640..3f8dadbe96 100644 --- a/english/aspose.cells.drawing/textbox/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/textbox/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/textbox/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/textbox/shadow_effect/_index.md b/english/aspose.cells.drawing/textbox/shadow_effect/_index.md index cd6a910c43..7d24dfc622 100644 --- a/english/aspose.cells.drawing/textbox/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/textbox/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/textbox/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/soft_edges/_index.md b/english/aspose.cells.drawing/textbox/soft_edges/_index.md index cdc71359d1..0ce20f19f9 100644 --- a/english/aspose.cells.drawing/textbox/soft_edges/_index.md +++ b/english/aspose.cells.drawing/textbox/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/textbox/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/spid/_index.md b/english/aspose.cells.drawing/textbox/spid/_index.md index c4f5dc2287..146333d81d 100644 --- a/english/aspose.cells.drawing/textbox/spid/_index.md +++ b/english/aspose.cells.drawing/textbox/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/textbox/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/spt/_index.md b/english/aspose.cells.drawing/textbox/spt/_index.md index a1e26a04fe..21c2a95ba2 100644 --- a/english/aspose.cells.drawing/textbox/spt/_index.md +++ b/english/aspose.cells.drawing/textbox/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/textbox/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text/_index.md b/english/aspose.cells.drawing/textbox/text/_index.md index 6f8b0f2f97..9fb7dcd5e0 100644 --- a/english/aspose.cells.drawing/textbox/text/_index.md +++ b/english/aspose.cells.drawing/textbox/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/textbox/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_body/_index.md b/english/aspose.cells.drawing/textbox/text_body/_index.md index 992978bbb0..86f0ba3fd2 100644 --- a/english/aspose.cells.drawing/textbox/text_body/_index.md +++ b/english/aspose.cells.drawing/textbox/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/textbox/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_box_options/_index.md b/english/aspose.cells.drawing/textbox/text_box_options/_index.md index 4ef9a352d7..11ee297ad5 100644 --- a/english/aspose.cells.drawing/textbox/text_box_options/_index.md +++ b/english/aspose.cells.drawing/textbox/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/textbox/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_direction/_index.md b/english/aspose.cells.drawing/textbox/text_direction/_index.md index c68799d91e..bafd53365f 100644 --- a/english/aspose.cells.drawing/textbox/text_direction/_index.md +++ b/english/aspose.cells.drawing/textbox/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/textbox/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_effect/_index.md b/english/aspose.cells.drawing/textbox/text_effect/_index.md index b773ac35d6..6e026ee3c2 100644 --- a/english/aspose.cells.drawing/textbox/text_effect/_index.md +++ b/english/aspose.cells.drawing/textbox/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/textbox/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/textbox/text_horizontal_alignment/_index.md index 6e69755653..a395fc314b 100644 --- a/english/aspose.cells.drawing/textbox/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/textbox/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/textbox/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/textbox/text_horizontal_overflow/_index.md index ca20bdb335..c0059b3c4a 100644 --- a/english/aspose.cells.drawing/textbox/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/textbox/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/textbox/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_options/_index.md b/english/aspose.cells.drawing/textbox/text_options/_index.md index 870d117b8b..bc4c7bdae9 100644 --- a/english/aspose.cells.drawing/textbox/text_options/_index.md +++ b/english/aspose.cells.drawing/textbox/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/textbox/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_orientation_type/_index.md b/english/aspose.cells.drawing/textbox/text_orientation_type/_index.md index 70647f45b5..304ed611d4 100644 --- a/english/aspose.cells.drawing/textbox/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/textbox/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/textbox/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_shape_type/_index.md b/english/aspose.cells.drawing/textbox/text_shape_type/_index.md index e8a5455178..d836f60509 100644 --- a/english/aspose.cells.drawing/textbox/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/textbox/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/textbox/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/textbox/text_vertical_alignment/_index.md index 0d68fc3db2..2e476d426b 100644 --- a/english/aspose.cells.drawing/textbox/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/textbox/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/textbox/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/textbox/text_vertical_overflow/_index.md index 6f9e939ee7..602e8b2368 100644 --- a/english/aspose.cells.drawing/textbox/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/textbox/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/textbox/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/three_d_format/_index.md b/english/aspose.cells.drawing/textbox/three_d_format/_index.md index 596a69a763..18dcfb6bc0 100644 --- a/english/aspose.cells.drawing/textbox/three_d_format/_index.md +++ b/english/aspose.cells.drawing/textbox/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/textbox/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/title/_index.md b/english/aspose.cells.drawing/textbox/title/_index.md index 9449daa805..7d19539c2d 100644 --- a/english/aspose.cells.drawing/textbox/title/_index.md +++ b/english/aspose.cells.drawing/textbox/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/textbox/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/to_front_or_back/_index.md b/english/aspose.cells.drawing/textbox/to_front_or_back/_index.md index bf42b4c335..1709336de6 100644 --- a/english/aspose.cells.drawing/textbox/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/textbox/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/textbox/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/textbox/to_image/_index.md b/english/aspose.cells.drawing/textbox/to_image/_index.md index 3c1ac7e162..1b1d562733 100644 --- a/english/aspose.cells.drawing/textbox/to_image/_index.md +++ b/english/aspose.cells.drawing/textbox/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/textbox/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/textbox/top/_index.md b/english/aspose.cells.drawing/textbox/top/_index.md index 3e1e88af98..302e2b6d16 100644 --- a/english/aspose.cells.drawing/textbox/top/_index.md +++ b/english/aspose.cells.drawing/textbox/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/textbox/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/top_cm/_index.md b/english/aspose.cells.drawing/textbox/top_cm/_index.md index eb886fda7a..541553ab40 100644 --- a/english/aspose.cells.drawing/textbox/top_cm/_index.md +++ b/english/aspose.cells.drawing/textbox/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/textbox/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/top_in_shape/_index.md b/english/aspose.cells.drawing/textbox/top_in_shape/_index.md index e9501b25eb..6ecba44f9a 100644 --- a/english/aspose.cells.drawing/textbox/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/textbox/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/textbox/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/top_inch/_index.md b/english/aspose.cells.drawing/textbox/top_inch/_index.md index d080bc9def..91bcf30027 100644 --- a/english/aspose.cells.drawing/textbox/top_inch/_index.md +++ b/english/aspose.cells.drawing/textbox/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/textbox/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/top_to_corner/_index.md b/english/aspose.cells.drawing/textbox/top_to_corner/_index.md index fc45298fe7..8d65257e66 100644 --- a/english/aspose.cells.drawing/textbox/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/textbox/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/textbox/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/type/_index.md b/english/aspose.cells.drawing/textbox/type/_index.md index 04b3fc33e6..b4202bfd93 100644 --- a/english/aspose.cells.drawing/textbox/type/_index.md +++ b/english/aspose.cells.drawing/textbox/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/textbox/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/update_selected_value/_index.md b/english/aspose.cells.drawing/textbox/update_selected_value/_index.md index cf0d237f03..00b62ef2fa 100644 --- a/english/aspose.cells.drawing/textbox/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/textbox/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.drawing/textbox/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/textbox/upper_delta_x/_index.md b/english/aspose.cells.drawing/textbox/upper_delta_x/_index.md index 453d66a6c6..01850da2c7 100644 --- a/english/aspose.cells.drawing/textbox/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/textbox/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/textbox/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/upper_delta_y/_index.md b/english/aspose.cells.drawing/textbox/upper_delta_y/_index.md index d9b35ff9c4..42682fe40c 100644 --- a/english/aspose.cells.drawing/textbox/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/textbox/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/textbox/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/upper_left_column/_index.md b/english/aspose.cells.drawing/textbox/upper_left_column/_index.md index 279c47de20..2be2d4a79a 100644 --- a/english/aspose.cells.drawing/textbox/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/textbox/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/textbox/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/upper_left_row/_index.md b/english/aspose.cells.drawing/textbox/upper_left_row/_index.md index 80acdc1b4f..d02430d4e2 100644 --- a/english/aspose.cells.drawing/textbox/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/textbox/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/textbox/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width/_index.md b/english/aspose.cells.drawing/textbox/width/_index.md index 995b3c1170..0a430562f5 100644 --- a/english/aspose.cells.drawing/textbox/width/_index.md +++ b/english/aspose.cells.drawing/textbox/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/textbox/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width_cm/_index.md b/english/aspose.cells.drawing/textbox/width_cm/_index.md index 7730fd8d4e..1c180864ca 100644 --- a/english/aspose.cells.drawing/textbox/width_cm/_index.md +++ b/english/aspose.cells.drawing/textbox/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/textbox/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width_in_shape/_index.md b/english/aspose.cells.drawing/textbox/width_in_shape/_index.md index df1b4b4a72..c19cbea5fb 100644 --- a/english/aspose.cells.drawing/textbox/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/textbox/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/textbox/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width_inch/_index.md b/english/aspose.cells.drawing/textbox/width_inch/_index.md index 8611d59281..f545eb979f 100644 --- a/english/aspose.cells.drawing/textbox/width_inch/_index.md +++ b/english/aspose.cells.drawing/textbox/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/textbox/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width_pt/_index.md b/english/aspose.cells.drawing/textbox/width_pt/_index.md index e02908adf3..da9770f471 100644 --- a/english/aspose.cells.drawing/textbox/width_pt/_index.md +++ b/english/aspose.cells.drawing/textbox/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/textbox/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/width_scale/_index.md b/english/aspose.cells.drawing/textbox/width_scale/_index.md index 4164a3d5ff..ac9a79d64d 100644 --- a/english/aspose.cells.drawing/textbox/width_scale/_index.md +++ b/english/aspose.cells.drawing/textbox/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/textbox/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/worksheet/_index.md b/english/aspose.cells.drawing/textbox/worksheet/_index.md index 46c7006989..7142d873ab 100644 --- a/english/aspose.cells.drawing/textbox/worksheet/_index.md +++ b/english/aspose.cells.drawing/textbox/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/textbox/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/x/_index.md b/english/aspose.cells.drawing/textbox/x/_index.md index b8118960dc..011fb3cdf7 100644 --- a/english/aspose.cells.drawing/textbox/x/_index.md +++ b/english/aspose.cells.drawing/textbox/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/textbox/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/y/_index.md b/english/aspose.cells.drawing/textbox/y/_index.md index ab9b8e3b90..a7686d7cb4 100644 --- a/english/aspose.cells.drawing/textbox/y/_index.md +++ b/english/aspose.cells.drawing/textbox/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/textbox/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/textbox/z_order_position/_index.md b/english/aspose.cells.drawing/textbox/z_order_position/_index.md index b76e752d63..c5b31f11a9 100644 --- a/english/aspose.cells.drawing/textbox/z_order_position/_index.md +++ b/english/aspose.cells.drawing/textbox/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/textbox/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.drawing/textboxcollection/_index.md b/english/aspose.cells.drawing/textboxcollection/_index.md index 3bc884cd65..a8ba244a6c 100644 --- a/english/aspose.cells.drawing/textboxcollection/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/_index.md @@ -25,15 +25,15 @@ The TextBoxCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.drawing/textboxcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.drawing/textboxcollection/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. | -| [index_of](/cells/python-net/aspose.cells.drawing/textboxcollection/index_of/#aspose.cells.drawing.TextBox-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. | -| [index_of](/cells/python-net/aspose.cells.drawing/textboxcollection/index_of/#aspose.cells.drawing.TextBox-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/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](/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](/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. | -| [add](/cells/python-net/aspose.cells.drawing/textboxcollection/add/#int-int-int-int) | Adds a textbox to the collection. | -| [binary_search](/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. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.drawing/textboxcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.drawing/textboxcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.drawing/textboxcollection/index_of/#aspose.cells.drawing.textbox-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.drawing/textboxcollection/index_of/#aspose.cells.drawing.textbox-int-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 starts at the specified index and contains the specified number of elements. | +| [`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. | +| [`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. | diff --git a/english/aspose.cells.drawing/textboxcollection/add/_index.md b/english/aspose.cells.drawing/textboxcollection/add/_index.md index e762944096..8a436f62fe 100644 --- a/english/aspose.cells.drawing/textboxcollection/add/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textboxcollection/add/ is_root: false --- -## add {#int-int-int-int} +## add(self, upper_left_row, upper_left_column, height, width) {#int-int-int-int} Adds a textbox to the collection. @@ -20,6 +20,7 @@ Adds a textbox to the collection. ```python + def add(self, upper_left_row, upper_left_column, height, width): ... ``` diff --git a/english/aspose.cells.drawing/textboxcollection/binary_search/_index.md b/english/aspose.cells.drawing/textboxcollection/binary_search/_index.md index 385f22a669..427716f5db 100644 --- a/english/aspose.cells.drawing/textboxcollection/binary_search/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textboxcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.drawing.TextBox} +## binary_search(self, item) {#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. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.drawing/textboxcollection/copy_to/_index.md b/english/aspose.cells.drawing/textboxcollection/copy_to/_index.md index 10929da44f..1459a4daa0 100644 --- a/english/aspose.cells.drawing/textboxcollection/copy_to/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/textboxcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.drawing/textboxcollection/index_of/_index.md b/english/aspose.cells.drawing/textboxcollection/index_of/_index.md index 5ce26c0dfc..b680b89f75 100644 --- a/english/aspose.cells.drawing/textboxcollection/index_of/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textboxcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.drawing.TextBox-int} +## index_of(self, item, index) {#aspose.cells.drawing.TextBox-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.drawing.TextBox-int-int} +## index_of(self, item, index, count) {#aspose.cells.drawing.TextBox-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md b/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md index 364c2a1d74..e449b53d0b 100644 --- a/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md +++ b/english/aspose.cells.drawing/textboxcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/textboxcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.drawing.TextBox} +## last_index_of(self, item) {#aspose.cells.drawing.TextBox} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`TextBox`](/cells/python-net/aspose.cells.drawing/textbox) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.drawing.TextBox-int} +## last_index_of(self, item, index) {#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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.drawing.TextBox-int-int} +## last_index_of(self, item, index, count) {#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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.drawing/texteffectformat/_index.md b/english/aspose.cells.drawing/texteffectformat/_index.md index 875f9e31f7..803c661972 100644 --- a/english/aspose.cells.drawing/texteffectformat/_index.md +++ b/english/aspose.cells.drawing/texteffectformat/_index.md @@ -31,7 +31,7 @@ The TextEffectFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_text_effect](/cells/python-net/aspose.cells.drawing/texteffectformat/set_text_effect/#aspose.cells.drawing.MsoPresetTextEffect) | Sets the preset text effect. | +| [`set_text_effect(self, effect)`](/cells/python-net/aspose.cells.drawing/texteffectformat/set_text_effect/#aspose.cells.drawing.msopresettexteffect) | Sets the preset text effect. | diff --git a/english/aspose.cells.drawing/texteffectformat/set_text_effect/_index.md b/english/aspose.cells.drawing/texteffectformat/set_text_effect/_index.md index 0c79c2ff6b..d1493cd147 100644 --- a/english/aspose.cells.drawing/texteffectformat/set_text_effect/_index.md +++ b/english/aspose.cells.drawing/texteffectformat/set_text_effect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/texteffectformat/set_text_effect/ is_root: false --- -## set_text_effect {#aspose.cells.drawing.MsoPresetTextEffect} +## set_text_effect(self, effect) {#aspose.cells.drawing.MsoPresetTextEffect} Sets the preset text effect. ```python + def set_text_effect(self, effect): ... ``` diff --git a/english/aspose.cells.drawing/tilepicoption/__init__/_index.md b/english/aspose.cells.drawing/tilepicoption/__init__/_index.md index 3568acecf3..663b931bc0 100644 --- a/english/aspose.cells.drawing/tilepicoption/__init__/_index.md +++ b/english/aspose.cells.drawing/tilepicoption/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/tilepicoption/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of TilePicOption ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.drawing/tilepicoption/_index.md b/english/aspose.cells.drawing/tilepicoption/_index.md index fc85ae7b6b..2a569726e0 100644 --- a/english/aspose.cells.drawing/tilepicoption/_index.md +++ b/english/aspose.cells.drawing/tilepicoption/_index.md @@ -19,7 +19,7 @@ The TilePicOption type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.drawing/tilepicoption/__init__/#) | Constructs a new instance of TilePicOption | +| [`__init__(self)`](/cells/python-net/aspose.cells.drawing/tilepicoption/__init__/#) | Constructs a new instance of TilePicOption | ### Properties diff --git a/english/aspose.cells.drawing/webextensionshape/_index.md b/english/aspose.cells.drawing/webextensionshape/_index.md index 907f1728e3..f2de25ff34 100644 --- a/english/aspose.cells.drawing/webextensionshape/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/_index.md @@ -131,31 +131,32 @@ The WebExtensionShape type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the shape image and saves it to a stream in the specified format. | -| [to_image](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a file. | -| [to_image](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Saves the shape to a stream. | -| [get_result_of_smart_art](/cells/python-net/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | -| [to_front_or_back](/cells/python-net/aspose.cells.drawing/webextensionshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | -| [get_locked_property](/cells/python-net/aspose.cells.drawing/webextensionshape/get_locked_property/#aspose.cells.drawing.ShapeLockType) | Gets the value of locked property. | -| [set_locked_property](/cells/python-net/aspose.cells.drawing/webextensionshape/set_locked_property/#aspose.cells.drawing.ShapeLockType-bool) | Set the locked property. | -| [add_hyperlink](/cells/python-net/aspose.cells.drawing/webextensionshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | -| [remove_hyperlink](/cells/python-net/aspose.cells.drawing/webextensionshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | -| [move_to_range](/cells/python-net/aspose.cells.drawing/webextensionshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | -| [align_top_right_corner](/cells/python-net/aspose.cells.drawing/webextensionshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | -| [get_connection_points](/cells/python-net/aspose.cells.drawing/webextensionshape/get_connection_points/#) | Get the connection points | -| [get_linked_cell](/cells/python-net/aspose.cells.drawing/webextensionshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | -| [set_linked_cell](/cells/python-net/aspose.cells.drawing/webextensionshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | -| [get_input_range](/cells/python-net/aspose.cells.drawing/webextensionshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | -| [set_input_range](/cells/python-net/aspose.cells.drawing/webextensionshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | -| [update_selected_value](/cells/python-net/aspose.cells.drawing/webextensionshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | -| [calculate_text_size](/cells/python-net/aspose.cells.drawing/webextensionshape/calculate_text_size/#) | Recalculate the text area | -| [format_characters](/cells/python-net/aspose.cells.drawing/webextensionshape/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Formats some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells.drawing/webextensionshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | -| [get_characters](/cells/python-net/aspose.cells.drawing/webextensionshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [get_rich_formattings](/cells/python-net/aspose.cells.drawing/webextensionshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | -| [remove_active_x_control](/cells/python-net/aspose.cells.drawing/webextensionshape/remove_active_x_control/#) | Remove activeX control. | -| [is_same_setting](/cells/python-net/aspose.cells.drawing/webextensionshape/is_same_setting/#any) | Returns whether the shape is same. | -| [get_actual_box](/cells/python-net/aspose.cells.drawing/webextensionshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the shape image and saves it to a stream in the specified format. | +| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a file. | +| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.drawing/webextensionshape/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Saves the shape to a stream. | +| [`get_result_of_smart_art(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/#) | Converting smart art to grouped shapes. | +| [`to_front_or_back(self, orders)`](/cells/python-net/aspose.cells.drawing/webextensionshape/to_front_or_back/#int) | Brings the shape to the front or sends the shape to back. | +| [`get_locked_property(self, type)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_locked_property/#aspose.cells.drawing.shapelocktype) | Gets the value of locked property. | +| [`set_locked_property(self, type, value)`](/cells/python-net/aspose.cells.drawing/webextensionshape/set_locked_property/#aspose.cells.drawing.shapelocktype-bool) | Set the locked property. | +| [`add_hyperlink(self, address)`](/cells/python-net/aspose.cells.drawing/webextensionshape/add_hyperlink/#str) | Adds a hyperlink to the shape. | +| [`remove_hyperlink(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/remove_hyperlink/#) | Removes the hyperlink of the shape. | +| [`move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.drawing/webextensionshape/move_to_range/#int-int-int-int) | Moves the shape to a specified range. | +| [`align_top_right_corner(self, top_row, right_column)`](/cells/python-net/aspose.cells.drawing/webextensionshape/align_top_right_corner/#int-int) | Moves the picture to the top-right corner. | +| [`get_connection_points(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_connection_points/#) | Get the connection points | +| [`get_linked_cell(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_linked_cell/#bool-bool) | Gets the range linked to the control's value. | +| [`set_linked_cell(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/webextensionshape/set_linked_cell/#str-bool-bool) | Sets the range linked to the control's value. | +| [`get_input_range(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_input_range/#bool-bool) | Gets the range used to fill the control. | +| [`set_input_range(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.drawing/webextensionshape/set_input_range/#str-bool-bool) | Sets the range used to fill the control. | +| [`update_selected_value(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/update_selected_value/#) | Update the selected value by the value of the linked cell. | +| [`calculate_text_size(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/calculate_text_size/#) | Recalculate the text area | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells.drawing/webextensionshape/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Formats some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells.drawing/webextensionshape/characters/#int-int) | Returns a Characters object that represents a range of characters within the text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_characters/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the text . | +| [`remove_active_x_control(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/remove_active_x_control/#) | Remove activeX control. | +| [`is_same_setting(self, obj)`](/cells/python-net/aspose.cells.drawing/webextensionshape/is_same_setting/#any) | Returns whether the shape is same. | +| [`get_actual_box(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/get_actual_box/#) | Get the actual position and size of the shape (after applying rotation, flip, etc.) | +| [`fit_to_text_size(self)`](/cells/python-net/aspose.cells.drawing/webextensionshape/fit_to_text_size/#) | Recalculate a text area suitable for displaying all text content. | diff --git a/english/aspose.cells.drawing/webextensionshape/active_x_control/_index.md b/english/aspose.cells.drawing/webextensionshape/active_x_control/_index.md index f08128a43a..6f47b908c0 100644 --- a/english/aspose.cells.drawing/webextensionshape/active_x_control/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/active_x_control/_index.md @@ -3,7 +3,7 @@ title: active_x_control property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.drawing/webextensionshape/active_x_control/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/actual_lower_right_row/_index.md b/english/aspose.cells.drawing/webextensionshape/actual_lower_right_row/_index.md index df7861e986..e61a43b2e2 100644 --- a/english/aspose.cells.drawing/webextensionshape/actual_lower_right_row/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/actual_lower_right_row/_index.md @@ -3,7 +3,7 @@ title: actual_lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.drawing/webextensionshape/actual_lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/add_hyperlink/_index.md b/english/aspose.cells.drawing/webextensionshape/add_hyperlink/_index.md index c369a9415c..f9ea73948b 100644 --- a/english/aspose.cells.drawing/webextensionshape/add_hyperlink/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/webextensionshape/add_hyperlink/ is_root: false --- -## add_hyperlink {#str} +## add_hyperlink(self, address) {#str} Adds a hyperlink to the shape. @@ -20,6 +20,7 @@ Return the new hyperlink object. ```python + def add_hyperlink(self, address): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/align_top_right_corner/_index.md b/english/aspose.cells.drawing/webextensionshape/align_top_right_corner/_index.md index 7f96e318e5..cbc7d084ac 100644 --- a/english/aspose.cells.drawing/webextensionshape/align_top_right_corner/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/align_top_right_corner/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.drawing/webextensionshape/align_top_right_corner/ is_root: false --- -## align_top_right_corner {#int-int} +## align_top_right_corner(self, top_row, right_column) {#int-int} Moves the picture to the top-right corner. ```python + def align_top_right_corner(self, top_row, right_column): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/alternative_text/_index.md b/english/aspose.cells.drawing/webextensionshape/alternative_text/_index.md index 57e69c69c9..da846b91b3 100644 --- a/english/aspose.cells.drawing/webextensionshape/alternative_text/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/alternative_text/_index.md @@ -3,7 +3,7 @@ title: alternative_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.drawing/webextensionshape/alternative_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/anchor_type/_index.md b/english/aspose.cells.drawing/webextensionshape/anchor_type/_index.md index bc8ed0e2e8..8203f0bd96 100644 --- a/english/aspose.cells.drawing/webextensionshape/anchor_type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/anchor_type/_index.md @@ -3,7 +3,7 @@ title: anchor_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.drawing/webextensionshape/anchor_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/auto_shape_type/_index.md b/english/aspose.cells.drawing/webextensionshape/auto_shape_type/_index.md index d4b707ddf5..283b59c6ef 100644 --- a/english/aspose.cells.drawing/webextensionshape/auto_shape_type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/auto_shape_type/_index.md @@ -3,7 +3,7 @@ title: auto_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.drawing/webextensionshape/auto_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/bottom/_index.md b/english/aspose.cells.drawing/webextensionshape/bottom/_index.md index eea2c56f04..6409e68d22 100644 --- a/english/aspose.cells.drawing/webextensionshape/bottom/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/bottom/_index.md @@ -3,7 +3,7 @@ title: bottom property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.drawing/webextensionshape/bottom/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/calculate_text_size/_index.md b/english/aspose.cells.drawing/webextensionshape/calculate_text_size/_index.md index 6e70d6d983..361e372d7f 100644 --- a/english/aspose.cells.drawing/webextensionshape/calculate_text_size/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/calculate_text_size/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/webextensionshape/calculate_text_size/ is_root: false --- -## calculate_text_size {#} +## calculate_text_size(self) {#} Recalculate the text area @@ -20,6 +20,7 @@ Text's Size in an array(width and height). ```python + def calculate_text_size(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/characters/_index.md b/english/aspose.cells.drawing/webextensionshape/characters/_index.md index 0b7e5fafc7..9cbd590405 100644 --- a/english/aspose.cells.drawing/webextensionshape/characters/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.drawing/webextensionshape/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/control_data/_index.md b/english/aspose.cells.drawing/webextensionshape/control_data/_index.md index 691fc21606..d2bb622fc2 100644 --- a/english/aspose.cells.drawing/webextensionshape/control_data/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/control_data/_index.md @@ -3,7 +3,7 @@ title: control_data property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.drawing/webextensionshape/control_data/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/create_id/_index.md b/english/aspose.cells.drawing/webextensionshape/create_id/_index.md index 4d2824d914..11d61df2a7 100644 --- a/english/aspose.cells.drawing/webextensionshape/create_id/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/create_id/_index.md @@ -3,7 +3,7 @@ title: create_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.drawing/webextensionshape/create_id/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/fill/_index.md b/english/aspose.cells.drawing/webextensionshape/fill/_index.md index 1e2da206d1..6dfbe3bb3d 100644 --- a/english/aspose.cells.drawing/webextensionshape/fill/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/fill/_index.md @@ -3,7 +3,7 @@ title: fill property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.drawing/webextensionshape/fill/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/fill_format/_index.md b/english/aspose.cells.drawing/webextensionshape/fill_format/_index.md index 42dee83086..fe89b44b11 100644 --- a/english/aspose.cells.drawing/webextensionshape/fill_format/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/fill_format/_index.md @@ -3,7 +3,7 @@ title: fill_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.drawing/webextensionshape/fill_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/fit_to_text_size/_index.md b/english/aspose.cells.drawing/webextensionshape/fit_to_text_size/_index.md new file mode 100644 index 0000000000..3d45b42c34 --- /dev/null +++ b/english/aspose.cells.drawing/webextensionshape/fit_to_text_size/_index.md @@ -0,0 +1,29 @@ +--- +title: fit_to_text_size method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.drawing/webextensionshape/fit_to_text_size/ +is_root: false +--- + +## fit_to_text_size(self) {#} + +Recalculate a text area suitable for displaying all text content. + + + +```python + +def fit_to_text_size(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells.drawing`](../../) +* class [`WebExtensionShape`](/cells/python-net/aspose.cells.drawing/webextensionshape) diff --git a/english/aspose.cells.drawing/webextensionshape/font/_index.md b/english/aspose.cells.drawing/webextensionshape/font/_index.md index 2e455c59f8..7906dc2b7c 100644 --- a/english/aspose.cells.drawing/webextensionshape/font/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/font/_index.md @@ -3,7 +3,7 @@ title: font property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.drawing/webextensionshape/font/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/format_characters/_index.md b/english/aspose.cells.drawing/webextensionshape/format_characters/_index.md index 05d735cb8f..5f2f93d43e 100644 --- a/english/aspose.cells.drawing/webextensionshape/format_characters/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/format_characters/_index.md @@ -3,18 +3,19 @@ title: format_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.drawing/webextensionshape/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Formats some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/format_picture/_index.md b/english/aspose.cells.drawing/webextensionshape/format_picture/_index.md index 526f6a5580..70281df4cf 100644 --- a/english/aspose.cells.drawing/webextensionshape/format_picture/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/format_picture/_index.md @@ -3,7 +3,7 @@ title: format_picture property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.drawing/webextensionshape/format_picture/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/geometry/_index.md b/english/aspose.cells.drawing/webextensionshape/geometry/_index.md index c15f83f124..f68848294b 100644 --- a/english/aspose.cells.drawing/webextensionshape/geometry/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/geometry/_index.md @@ -3,7 +3,7 @@ title: geometry property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.drawing/webextensionshape/geometry/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/get_actual_box/_index.md b/english/aspose.cells.drawing/webextensionshape/get_actual_box/_index.md index 283a394ef7..95d51ff89f 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_actual_box/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_actual_box/_index.md @@ -3,12 +3,12 @@ title: get_actual_box method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.drawing/webextensionshape/get_actual_box/ is_root: false --- -## get_actual_box {#} +## get_actual_box(self) {#} Get the actual position and size of the shape (after applying rotation, flip, etc.) @@ -20,6 +20,7 @@ Return the position and size in the order of x, y, w, h ```python + def get_actual_box(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_characters/_index.md b/english/aspose.cells.drawing/webextensionshape/get_characters/_index.md index 380b64b041..3d9a9c63d8 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_characters/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_characters/_index.md @@ -3,12 +3,12 @@ title: get_characters method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.drawing/webextensionshape/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_connection_points/_index.md b/english/aspose.cells.drawing/webextensionshape/get_connection_points/_index.md index 6b95c11357..b95c6162cb 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_connection_points/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_connection_points/_index.md @@ -3,12 +3,12 @@ title: get_connection_points method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.drawing/webextensionshape/get_connection_points/ is_root: false --- -## get_connection_points {#} +## get_connection_points(self) {#} Get the connection points @@ -20,6 +20,7 @@ Get the connection points ```python + def get_connection_points(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_input_range/_index.md b/english/aspose.cells.drawing/webextensionshape/get_input_range/_index.md index b46c63f719..e0b9499f79 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_input_range/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_input_range/_index.md @@ -3,12 +3,12 @@ title: get_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.drawing/webextensionshape/get_input_range/ is_root: false --- -## get_input_range {#bool-bool} +## get_input_range(self, is_r1c1, is_local) {#bool-bool} Gets the range used to fill the control. @@ -20,6 +20,7 @@ The range used to fill the control. ```python + def get_input_range(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_linked_cell/_index.md b/english/aspose.cells.drawing/webextensionshape/get_linked_cell/_index.md index 81c29fe284..a9bff990c1 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_linked_cell/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_linked_cell/_index.md @@ -3,12 +3,12 @@ title: get_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.drawing/webextensionshape/get_linked_cell/ is_root: false --- -## get_linked_cell {#bool-bool} +## get_linked_cell(self, is_r1c1, is_local) {#bool-bool} Gets the range linked to the control's value. @@ -20,6 +20,7 @@ The range linked to the control's value. ```python + def get_linked_cell(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_locked_property/_index.md b/english/aspose.cells.drawing/webextensionshape/get_locked_property/_index.md index 2f56809384..cf279d991c 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_locked_property/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_locked_property/_index.md @@ -3,12 +3,12 @@ title: get_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.drawing/webextensionshape/get_locked_property/ is_root: false --- -## get_locked_property {#aspose.cells.drawing.ShapeLockType} +## get_locked_property(self, type) {#aspose.cells.drawing.ShapeLockType} Gets the value of locked property. @@ -20,6 +20,7 @@ Returns the value of locked property. ```python + def get_locked_property(self, type): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/_index.md b/english/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/_index.md index 47634a2bda..9d136ac58b 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_result_of_smart_art/_index.md @@ -3,18 +3,19 @@ title: get_result_of_smart_art method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.drawing/webextensionshape/get_result_of_smart_art/ is_root: false --- -## get_result_of_smart_art {#} +## get_result_of_smart_art(self) {#} Converting smart art to grouped shapes. ```python + def get_result_of_smart_art(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/get_rich_formattings/_index.md b/english/aspose.cells.drawing/webextensionshape/get_rich_formattings/_index.md index d1cc22dee1..8511d1e907 100644 --- a/english/aspose.cells.drawing/webextensionshape/get_rich_formattings/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/get_rich_formattings/_index.md @@ -3,12 +3,12 @@ title: get_rich_formattings method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.drawing/webextensionshape/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the text . @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/glow/_index.md b/english/aspose.cells.drawing/webextensionshape/glow/_index.md index 738f2ea51a..fdb444dedd 100644 --- a/english/aspose.cells.drawing/webextensionshape/glow/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/glow/_index.md @@ -3,7 +3,7 @@ title: glow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.drawing/webextensionshape/glow/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/group/_index.md b/english/aspose.cells.drawing/webextensionshape/group/_index.md index 489a34bd42..115d60284d 100644 --- a/english/aspose.cells.drawing/webextensionshape/group/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/group/_index.md @@ -3,7 +3,7 @@ title: group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.drawing/webextensionshape/group/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/has_line/_index.md b/english/aspose.cells.drawing/webextensionshape/has_line/_index.md index b64a2df666..7fcd1ef6a9 100644 --- a/english/aspose.cells.drawing/webextensionshape/has_line/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/has_line/_index.md @@ -3,7 +3,7 @@ title: has_line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.drawing/webextensionshape/has_line/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height/_index.md b/english/aspose.cells.drawing/webextensionshape/height/_index.md index e135554f6a..66d52515d2 100644 --- a/english/aspose.cells.drawing/webextensionshape/height/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height/_index.md @@ -3,7 +3,7 @@ title: height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells.drawing/webextensionshape/height/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height_cm/_index.md b/english/aspose.cells.drawing/webextensionshape/height_cm/_index.md index 592a5b6832..b07e3acc80 100644 --- a/english/aspose.cells.drawing/webextensionshape/height_cm/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height_cm/_index.md @@ -3,7 +3,7 @@ title: height_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells.drawing/webextensionshape/height_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height_in_shape/_index.md b/english/aspose.cells.drawing/webextensionshape/height_in_shape/_index.md index fd02bc8fff..0aad56a58f 100644 --- a/english/aspose.cells.drawing/webextensionshape/height_in_shape/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height_in_shape/_index.md @@ -3,7 +3,7 @@ title: height_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells.drawing/webextensionshape/height_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height_inch/_index.md b/english/aspose.cells.drawing/webextensionshape/height_inch/_index.md index 62d736f9b6..d388342f9b 100644 --- a/english/aspose.cells.drawing/webextensionshape/height_inch/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height_inch/_index.md @@ -3,7 +3,7 @@ title: height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells.drawing/webextensionshape/height_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height_pt/_index.md b/english/aspose.cells.drawing/webextensionshape/height_pt/_index.md index 3aa1c1acda..b2e3af3d11 100644 --- a/english/aspose.cells.drawing/webextensionshape/height_pt/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height_pt/_index.md @@ -3,7 +3,7 @@ title: height_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells.drawing/webextensionshape/height_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/height_scale/_index.md b/english/aspose.cells.drawing/webextensionshape/height_scale/_index.md index 0c5887aa66..302018324a 100644 --- a/english/aspose.cells.drawing/webextensionshape/height_scale/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/height_scale/_index.md @@ -3,7 +3,7 @@ title: height_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells.drawing/webextensionshape/height_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/html_text/_index.md b/english/aspose.cells.drawing/webextensionshape/html_text/_index.md index 2f45d11b77..f1aa6267c1 100644 --- a/english/aspose.cells.drawing/webextensionshape/html_text/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/html_text/_index.md @@ -3,7 +3,7 @@ title: html_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells.drawing/webextensionshape/html_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/hyperlink/_index.md b/english/aspose.cells.drawing/webextensionshape/hyperlink/_index.md index 72ccb37338..db6e3e31d2 100644 --- a/english/aspose.cells.drawing/webextensionshape/hyperlink/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/hyperlink/_index.md @@ -3,7 +3,7 @@ title: hyperlink property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells.drawing/webextensionshape/hyperlink/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/id/_index.md b/english/aspose.cells.drawing/webextensionshape/id/_index.md index a51b4d1fa1..3c5ad04d7d 100644 --- a/english/aspose.cells.drawing/webextensionshape/id/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/id/_index.md @@ -3,7 +3,7 @@ title: id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells.drawing/webextensionshape/id/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/input_range/_index.md b/english/aspose.cells.drawing/webextensionshape/input_range/_index.md index 8b9998a1a6..0f02651eea 100644 --- a/english/aspose.cells.drawing/webextensionshape/input_range/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/input_range/_index.md @@ -3,7 +3,7 @@ title: input_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells.drawing/webextensionshape/input_range/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_aspect_ratio_locked/_index.md b/english/aspose.cells.drawing/webextensionshape/is_aspect_ratio_locked/_index.md index 4ed5327a08..58e27db46f 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_aspect_ratio_locked/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_aspect_ratio_locked/_index.md @@ -3,7 +3,7 @@ title: is_aspect_ratio_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells.drawing/webextensionshape/is_aspect_ratio_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_decorative/_index.md b/english/aspose.cells.drawing/webextensionshape/is_decorative/_index.md index 9873d10443..646d15c107 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_decorative/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_decorative/_index.md @@ -3,7 +3,7 @@ title: is_decorative property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.drawing/webextensionshape/is_decorative/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_equation/_index.md b/english/aspose.cells.drawing/webextensionshape/is_equation/_index.md index 883abf5d8e..af9fde980b 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_equation/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_equation/_index.md @@ -3,7 +3,7 @@ title: is_equation property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.drawing/webextensionshape/is_equation/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_filled/_index.md b/english/aspose.cells.drawing/webextensionshape/is_filled/_index.md index 8c5bad1010..6d2d9a17c1 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_filled/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_filled/_index.md @@ -3,7 +3,7 @@ title: is_filled property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.drawing/webextensionshape/is_filled/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_flipped_horizontally/_index.md b/english/aspose.cells.drawing/webextensionshape/is_flipped_horizontally/_index.md index eca69d208b..8272307532 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_flipped_horizontally/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_flipped_horizontally/_index.md @@ -3,7 +3,7 @@ title: is_flipped_horizontally property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.drawing/webextensionshape/is_flipped_horizontally/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_flipped_vertically/_index.md b/english/aspose.cells.drawing/webextensionshape/is_flipped_vertically/_index.md index 7ff1b5356f..fe8de1d8fc 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_flipped_vertically/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_flipped_vertically/_index.md @@ -3,7 +3,7 @@ title: is_flipped_vertically property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.drawing/webextensionshape/is_flipped_vertically/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_group/_index.md b/english/aspose.cells.drawing/webextensionshape/is_group/_index.md index 57055adbca..d3b8897ac5 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_group/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_group/_index.md @@ -3,7 +3,7 @@ title: is_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.drawing/webextensionshape/is_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_hidden/_index.md b/english/aspose.cells.drawing/webextensionshape/is_hidden/_index.md index 18c0971c43..0a4da0d834 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_hidden/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_hidden/_index.md @@ -3,7 +3,7 @@ title: is_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.drawing/webextensionshape/is_hidden/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_in_group/_index.md b/english/aspose.cells.drawing/webextensionshape/is_in_group/_index.md index 5006a29e3f..7bfddbaf6f 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_in_group/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_in_group/_index.md @@ -3,7 +3,7 @@ title: is_in_group property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.drawing/webextensionshape/is_in_group/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_lock_aspect_ratio/_index.md b/english/aspose.cells.drawing/webextensionshape/is_lock_aspect_ratio/_index.md index 8910b77620..cefbb09d79 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_lock_aspect_ratio/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_lock_aspect_ratio/_index.md @@ -3,7 +3,7 @@ title: is_lock_aspect_ratio property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.drawing/webextensionshape/is_lock_aspect_ratio/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_locked/_index.md b/english/aspose.cells.drawing/webextensionshape/is_locked/_index.md index 4192fd66f3..61354cfa80 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_locked/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_locked/_index.md @@ -3,7 +3,7 @@ title: is_locked property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.drawing/webextensionshape/is_locked/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_printable/_index.md b/english/aspose.cells.drawing/webextensionshape/is_printable/_index.md index b0fbac4a1f..09d7a22439 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_printable/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_printable/_index.md @@ -3,7 +3,7 @@ title: is_printable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.drawing/webextensionshape/is_printable/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_rich_text/_index.md b/english/aspose.cells.drawing/webextensionshape/is_rich_text/_index.md index 8344e9086b..b519c87ce7 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_rich_text/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_rich_text/_index.md @@ -3,7 +3,7 @@ title: is_rich_text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.drawing/webextensionshape/is_rich_text/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_same_setting/_index.md b/english/aspose.cells.drawing/webextensionshape/is_same_setting/_index.md index cc624b7fd4..bd58519d7d 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_same_setting/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_same_setting/_index.md @@ -3,12 +3,12 @@ title: is_same_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.drawing/webextensionshape/is_same_setting/ is_root: false --- -## is_same_setting {#any} +## is_same_setting(self, obj) {#any} Returns whether the shape is same. @@ -20,6 +20,7 @@ Returns whether the shape is same. ```python + def is_same_setting(self, obj): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/is_smart_art/_index.md b/english/aspose.cells.drawing/webextensionshape/is_smart_art/_index.md index 002c31c40e..c6093cb3d9 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_smart_art/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_smart_art/_index.md @@ -3,7 +3,7 @@ title: is_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.drawing/webextensionshape/is_smart_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_text_wrapped/_index.md b/english/aspose.cells.drawing/webextensionshape/is_text_wrapped/_index.md index 6cc0b06cd9..1ceb0a6c2c 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_text_wrapped/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_text_wrapped/_index.md @@ -3,7 +3,7 @@ title: is_text_wrapped property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.drawing/webextensionshape/is_text_wrapped/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/is_word_art/_index.md b/english/aspose.cells.drawing/webextensionshape/is_word_art/_index.md index 19e6778883..add2f03f94 100644 --- a/english/aspose.cells.drawing/webextensionshape/is_word_art/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/is_word_art/_index.md @@ -3,7 +3,7 @@ title: is_word_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.drawing/webextensionshape/is_word_art/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/left/_index.md b/english/aspose.cells.drawing/webextensionshape/left/_index.md index 56dfdc1818..4a4a60c842 100644 --- a/english/aspose.cells.drawing/webextensionshape/left/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/left/_index.md @@ -3,7 +3,7 @@ title: left property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.drawing/webextensionshape/left/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/left_cm/_index.md b/english/aspose.cells.drawing/webextensionshape/left_cm/_index.md index 32eb7884b4..12a221eb5b 100644 --- a/english/aspose.cells.drawing/webextensionshape/left_cm/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/left_cm/_index.md @@ -3,7 +3,7 @@ title: left_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.drawing/webextensionshape/left_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/left_in_shape/_index.md b/english/aspose.cells.drawing/webextensionshape/left_in_shape/_index.md index 2bac6a6e83..521ef01022 100644 --- a/english/aspose.cells.drawing/webextensionshape/left_in_shape/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/left_in_shape/_index.md @@ -3,7 +3,7 @@ title: left_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.drawing/webextensionshape/left_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/left_inch/_index.md b/english/aspose.cells.drawing/webextensionshape/left_inch/_index.md index 632aaca767..f2fc5d8ca0 100644 --- a/english/aspose.cells.drawing/webextensionshape/left_inch/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/left_inch/_index.md @@ -3,7 +3,7 @@ title: left_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.drawing/webextensionshape/left_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/left_to_corner/_index.md b/english/aspose.cells.drawing/webextensionshape/left_to_corner/_index.md index a81c1b070e..ff95551f89 100644 --- a/english/aspose.cells.drawing/webextensionshape/left_to_corner/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/left_to_corner/_index.md @@ -3,7 +3,7 @@ title: left_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.drawing/webextensionshape/left_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/line/_index.md b/english/aspose.cells.drawing/webextensionshape/line/_index.md index 9ecbeeba4d..10757b40e0 100644 --- a/english/aspose.cells.drawing/webextensionshape/line/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/line/_index.md @@ -3,7 +3,7 @@ title: line property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.drawing/webextensionshape/line/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/line_format/_index.md b/english/aspose.cells.drawing/webextensionshape/line_format/_index.md index 150b891b9f..1114d6c68c 100644 --- a/english/aspose.cells.drawing/webextensionshape/line_format/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/line_format/_index.md @@ -3,7 +3,7 @@ title: line_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.drawing/webextensionshape/line_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/linked_cell/_index.md b/english/aspose.cells.drawing/webextensionshape/linked_cell/_index.md index a07a13cf48..cdd9fbd3bd 100644 --- a/english/aspose.cells.drawing/webextensionshape/linked_cell/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/linked_cell/_index.md @@ -3,7 +3,7 @@ title: linked_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.drawing/webextensionshape/linked_cell/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/lower_delta_x/_index.md b/english/aspose.cells.drawing/webextensionshape/lower_delta_x/_index.md index de3efdc294..93451638f4 100644 --- a/english/aspose.cells.drawing/webextensionshape/lower_delta_x/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/lower_delta_x/_index.md @@ -3,7 +3,7 @@ title: lower_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.drawing/webextensionshape/lower_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/lower_delta_y/_index.md b/english/aspose.cells.drawing/webextensionshape/lower_delta_y/_index.md index c9199c42c0..7a4b7d989c 100644 --- a/english/aspose.cells.drawing/webextensionshape/lower_delta_y/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/lower_delta_y/_index.md @@ -3,7 +3,7 @@ title: lower_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.drawing/webextensionshape/lower_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/lower_right_column/_index.md b/english/aspose.cells.drawing/webextensionshape/lower_right_column/_index.md index 512893ee5b..fb46fa7b59 100644 --- a/english/aspose.cells.drawing/webextensionshape/lower_right_column/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/lower_right_column/_index.md @@ -3,7 +3,7 @@ title: lower_right_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.drawing/webextensionshape/lower_right_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/lower_right_row/_index.md b/english/aspose.cells.drawing/webextensionshape/lower_right_row/_index.md index 8f14aedca3..c9b99fde00 100644 --- a/english/aspose.cells.drawing/webextensionshape/lower_right_row/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/lower_right_row/_index.md @@ -3,7 +3,7 @@ title: lower_right_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.drawing/webextensionshape/lower_right_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/macro_name/_index.md b/english/aspose.cells.drawing/webextensionshape/macro_name/_index.md index a003c330fa..eb8d9e14d9 100644 --- a/english/aspose.cells.drawing/webextensionshape/macro_name/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/macro_name/_index.md @@ -3,7 +3,7 @@ title: macro_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.drawing/webextensionshape/macro_name/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md b/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md index befc37cfe3..6c5bf4b0ba 100644 --- a/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/move_to_range/_index.md @@ -3,18 +3,19 @@ title: move_to_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.drawing/webextensionshape/move_to_range/ is_root: false --- -## move_to_range {#int-int-int-int} +## move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int} Moves the shape to a specified range. ```python + def move_to_range(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/mso_drawing_type/_index.md b/english/aspose.cells.drawing/webextensionshape/mso_drawing_type/_index.md index cb09180b78..9c957e3327 100644 --- a/english/aspose.cells.drawing/webextensionshape/mso_drawing_type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/mso_drawing_type/_index.md @@ -3,7 +3,7 @@ title: mso_drawing_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells.drawing/webextensionshape/mso_drawing_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/name/_index.md b/english/aspose.cells.drawing/webextensionshape/name/_index.md index 080824e0b7..b66b1337a4 100644 --- a/english/aspose.cells.drawing/webextensionshape/name/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.drawing/webextensionshape/name/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/paths/_index.md b/english/aspose.cells.drawing/webextensionshape/paths/_index.md index 2239c06803..f54579e720 100644 --- a/english/aspose.cells.drawing/webextensionshape/paths/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/paths/_index.md @@ -3,7 +3,7 @@ title: paths property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.drawing/webextensionshape/paths/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/placement/_index.md b/english/aspose.cells.drawing/webextensionshape/placement/_index.md index aad4c6ef0c..a6fef8c896 100644 --- a/english/aspose.cells.drawing/webextensionshape/placement/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/placement/_index.md @@ -3,7 +3,7 @@ title: placement property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells.drawing/webextensionshape/placement/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/reflection/_index.md b/english/aspose.cells.drawing/webextensionshape/reflection/_index.md index ec62a58d77..531ec602d7 100644 --- a/english/aspose.cells.drawing/webextensionshape/reflection/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/reflection/_index.md @@ -3,7 +3,7 @@ title: reflection property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells.drawing/webextensionshape/reflection/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/relative_to_original_picture_size/_index.md b/english/aspose.cells.drawing/webextensionshape/relative_to_original_picture_size/_index.md index a49f8c5b8b..ae8181a34a 100644 --- a/english/aspose.cells.drawing/webextensionshape/relative_to_original_picture_size/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/relative_to_original_picture_size/_index.md @@ -3,7 +3,7 @@ title: relative_to_original_picture_size property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells.drawing/webextensionshape/relative_to_original_picture_size/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/remove_active_x_control/_index.md b/english/aspose.cells.drawing/webextensionshape/remove_active_x_control/_index.md index 7358a7f000..f5133b069c 100644 --- a/english/aspose.cells.drawing/webextensionshape/remove_active_x_control/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/remove_active_x_control/_index.md @@ -3,18 +3,19 @@ title: remove_active_x_control method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.drawing/webextensionshape/remove_active_x_control/ is_root: false --- -## remove_active_x_control {#} +## remove_active_x_control(self) {#} Remove activeX control. ```python + def remove_active_x_control(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/remove_hyperlink/_index.md b/english/aspose.cells.drawing/webextensionshape/remove_hyperlink/_index.md index 052ea19927..cecbd2c90f 100644 --- a/english/aspose.cells.drawing/webextensionshape/remove_hyperlink/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/remove_hyperlink/_index.md @@ -3,18 +3,19 @@ title: remove_hyperlink method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.drawing/webextensionshape/remove_hyperlink/ is_root: false --- -## remove_hyperlink {#} +## remove_hyperlink(self) {#} Removes the hyperlink of the shape. ```python + def remove_hyperlink(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/right/_index.md b/english/aspose.cells.drawing/webextensionshape/right/_index.md index 79a45dbf34..2a22f14de8 100644 --- a/english/aspose.cells.drawing/webextensionshape/right/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/right/_index.md @@ -3,7 +3,7 @@ title: right property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells.drawing/webextensionshape/right/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/rotation_angle/_index.md b/english/aspose.cells.drawing/webextensionshape/rotation_angle/_index.md index 4cc21b4c6f..d9e87e04c6 100644 --- a/english/aspose.cells.drawing/webextensionshape/rotation_angle/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/rotation_angle/_index.md @@ -3,7 +3,7 @@ title: rotation_angle property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells.drawing/webextensionshape/rotation_angle/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/set_input_range/_index.md b/english/aspose.cells.drawing/webextensionshape/set_input_range/_index.md index 791ef94c96..5aff0f58b5 100644 --- a/english/aspose.cells.drawing/webextensionshape/set_input_range/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/set_input_range/_index.md @@ -3,18 +3,19 @@ title: set_input_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.drawing/webextensionshape/set_input_range/ is_root: false --- -## set_input_range {#str-bool-bool} +## set_input_range(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range used to fill the control. ```python + def set_input_range(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/set_linked_cell/_index.md b/english/aspose.cells.drawing/webextensionshape/set_linked_cell/_index.md index df0dd0f22b..b3021316aa 100644 --- a/english/aspose.cells.drawing/webextensionshape/set_linked_cell/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/set_linked_cell/_index.md @@ -3,18 +3,19 @@ title: set_linked_cell method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.drawing/webextensionshape/set_linked_cell/ is_root: false --- -## set_linked_cell {#str-bool-bool} +## set_linked_cell(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the range linked to the control's value. ```python + def set_linked_cell(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/set_locked_property/_index.md b/english/aspose.cells.drawing/webextensionshape/set_locked_property/_index.md index d4511bbdc5..b82df78c07 100644 --- a/english/aspose.cells.drawing/webextensionshape/set_locked_property/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/set_locked_property/_index.md @@ -3,18 +3,19 @@ title: set_locked_property method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.drawing/webextensionshape/set_locked_property/ is_root: false --- -## set_locked_property {#aspose.cells.drawing.ShapeLockType-bool} +## set_locked_property(self, type, value) {#aspose.cells.drawing.ShapeLockType-bool} Set the locked property. ```python + def set_locked_property(self, type, value): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/shadow_effect/_index.md b/english/aspose.cells.drawing/webextensionshape/shadow_effect/_index.md index 90b769a950..7bdf059f91 100644 --- a/english/aspose.cells.drawing/webextensionshape/shadow_effect/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/shadow_effect/_index.md @@ -3,7 +3,7 @@ title: shadow_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells.drawing/webextensionshape/shadow_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/soft_edges/_index.md b/english/aspose.cells.drawing/webextensionshape/soft_edges/_index.md index 3bb6119440..bb75763136 100644 --- a/english/aspose.cells.drawing/webextensionshape/soft_edges/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/soft_edges/_index.md @@ -3,7 +3,7 @@ title: soft_edges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells.drawing/webextensionshape/soft_edges/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/spid/_index.md b/english/aspose.cells.drawing/webextensionshape/spid/_index.md index 309c22cefb..0ea47185c7 100644 --- a/english/aspose.cells.drawing/webextensionshape/spid/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/spid/_index.md @@ -3,7 +3,7 @@ title: spid property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells.drawing/webextensionshape/spid/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/spt/_index.md b/english/aspose.cells.drawing/webextensionshape/spt/_index.md index e5ca7e01ae..d02fc7513b 100644 --- a/english/aspose.cells.drawing/webextensionshape/spt/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/spt/_index.md @@ -3,7 +3,7 @@ title: spt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells.drawing/webextensionshape/spt/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text/_index.md b/english/aspose.cells.drawing/webextensionshape/text/_index.md index edb3a72465..3223f38c0e 100644 --- a/english/aspose.cells.drawing/webextensionshape/text/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells.drawing/webextensionshape/text/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_body/_index.md b/english/aspose.cells.drawing/webextensionshape/text_body/_index.md index d6c705e094..6c8db2f1c7 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_body/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_body/_index.md @@ -3,7 +3,7 @@ title: text_body property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells.drawing/webextensionshape/text_body/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_box_options/_index.md b/english/aspose.cells.drawing/webextensionshape/text_box_options/_index.md index eb2e30dbf8..78d1fd9e55 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_box_options/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_box_options/_index.md @@ -3,7 +3,7 @@ title: text_box_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells.drawing/webextensionshape/text_box_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_direction/_index.md b/english/aspose.cells.drawing/webextensionshape/text_direction/_index.md index 447594253a..f363b532d1 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_direction/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_direction/_index.md @@ -3,7 +3,7 @@ title: text_direction property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells.drawing/webextensionshape/text_direction/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_effect/_index.md b/english/aspose.cells.drawing/webextensionshape/text_effect/_index.md index c372c8c10a..6c0ad1e81a 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_effect/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_effect/_index.md @@ -3,7 +3,7 @@ title: text_effect property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells.drawing/webextensionshape/text_effect/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_horizontal_alignment/_index.md b/english/aspose.cells.drawing/webextensionshape/text_horizontal_alignment/_index.md index 80be3ac63e..ea33c67ddc 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_horizontal_alignment/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_horizontal_alignment/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells.drawing/webextensionshape/text_horizontal_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_horizontal_overflow/_index.md b/english/aspose.cells.drawing/webextensionshape/text_horizontal_overflow/_index.md index ed58e932e6..924a979d4e 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_horizontal_overflow/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_horizontal_overflow/_index.md @@ -3,7 +3,7 @@ title: text_horizontal_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells.drawing/webextensionshape/text_horizontal_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_options/_index.md b/english/aspose.cells.drawing/webextensionshape/text_options/_index.md index b4853eee7e..b10e8006c3 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_options/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_options/_index.md @@ -3,7 +3,7 @@ title: text_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells.drawing/webextensionshape/text_options/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_orientation_type/_index.md b/english/aspose.cells.drawing/webextensionshape/text_orientation_type/_index.md index 73409bdf4f..84a82b8820 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_orientation_type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_orientation_type/_index.md @@ -3,7 +3,7 @@ title: text_orientation_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells.drawing/webextensionshape/text_orientation_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_shape_type/_index.md b/english/aspose.cells.drawing/webextensionshape/text_shape_type/_index.md index 7cf98da8da..1153f4a128 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_shape_type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_shape_type/_index.md @@ -3,7 +3,7 @@ title: text_shape_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells.drawing/webextensionshape/text_shape_type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_vertical_alignment/_index.md b/english/aspose.cells.drawing/webextensionshape/text_vertical_alignment/_index.md index de70b95fed..cb1ce74fa4 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_vertical_alignment/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_vertical_alignment/_index.md @@ -3,7 +3,7 @@ title: text_vertical_alignment property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells.drawing/webextensionshape/text_vertical_alignment/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/text_vertical_overflow/_index.md b/english/aspose.cells.drawing/webextensionshape/text_vertical_overflow/_index.md index 639049a9b4..504641b1b8 100644 --- a/english/aspose.cells.drawing/webextensionshape/text_vertical_overflow/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/text_vertical_overflow/_index.md @@ -3,7 +3,7 @@ title: text_vertical_overflow property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells.drawing/webextensionshape/text_vertical_overflow/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/three_d_format/_index.md b/english/aspose.cells.drawing/webextensionshape/three_d_format/_index.md index edc8b0600b..919bca6735 100644 --- a/english/aspose.cells.drawing/webextensionshape/three_d_format/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/three_d_format/_index.md @@ -3,7 +3,7 @@ title: three_d_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells.drawing/webextensionshape/three_d_format/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/title/_index.md b/english/aspose.cells.drawing/webextensionshape/title/_index.md index 713fce85bc..6f6a81353e 100644 --- a/english/aspose.cells.drawing/webextensionshape/title/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells.drawing/webextensionshape/title/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/to_front_or_back/_index.md b/english/aspose.cells.drawing/webextensionshape/to_front_or_back/_index.md index 1c4f624113..805530262e 100644 --- a/english/aspose.cells.drawing/webextensionshape/to_front_or_back/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/to_front_or_back/_index.md @@ -3,20 +3,21 @@ title: to_front_or_back method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.drawing/webextensionshape/to_front_or_back/ is_root: false --- -## to_front_or_back {#int} +## to_front_or_back(self, orders) {#int} Brings the shape to the front or sends the shape to back. -```python +```python + def to_front_or_back(self, orders): - ... + ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/to_image/_index.md b/english/aspose.cells.drawing/webextensionshape/to_image/_index.md index 0e54cd5ddf..864a4e8250 100644 --- a/english/aspose.cells.drawing/webextensionshape/to_image/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/to_image/_index.md @@ -3,18 +3,19 @@ title: to_image method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.drawing/webextensionshape/to_image/ is_root: false --- -## to_image {#io.RawIOBase-aspose.cells.drawing.ImageType} +## to_image(self, stream, image_type) {#io.RawIOBase-aspose.cells.drawing.ImageType} Creates the shape image and saves it to a stream in the specified format. ```python + def to_image(self, stream, image_type): ... ``` @@ -41,13 +42,14 @@ shape.to_image(imageStream, ImageType.PNG) ``` -## to_image {#str-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, image_file, options) {#str-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a file. ```python + def to_image(self, image_file, options): ... ``` @@ -70,13 +72,14 @@ shape.to_image("exmaple.png", op) ``` -## to_image {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, stream, options) {#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions} Saves the shape to a stream. ```python + def to_image(self, stream, options): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/top/_index.md b/english/aspose.cells.drawing/webextensionshape/top/_index.md index c1156d2eb6..82672a6e65 100644 --- a/english/aspose.cells.drawing/webextensionshape/top/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/top/_index.md @@ -3,7 +3,7 @@ title: top property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells.drawing/webextensionshape/top/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/top_cm/_index.md b/english/aspose.cells.drawing/webextensionshape/top_cm/_index.md index 3a9dd520a8..a2908d13b1 100644 --- a/english/aspose.cells.drawing/webextensionshape/top_cm/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/top_cm/_index.md @@ -3,7 +3,7 @@ title: top_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells.drawing/webextensionshape/top_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/top_in_shape/_index.md b/english/aspose.cells.drawing/webextensionshape/top_in_shape/_index.md index 17283da1a2..27eb6e2cf7 100644 --- a/english/aspose.cells.drawing/webextensionshape/top_in_shape/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/top_in_shape/_index.md @@ -3,7 +3,7 @@ title: top_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells.drawing/webextensionshape/top_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/top_inch/_index.md b/english/aspose.cells.drawing/webextensionshape/top_inch/_index.md index 7ae94959a8..f7074a38e5 100644 --- a/english/aspose.cells.drawing/webextensionshape/top_inch/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/top_inch/_index.md @@ -3,7 +3,7 @@ title: top_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells.drawing/webextensionshape/top_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/top_to_corner/_index.md b/english/aspose.cells.drawing/webextensionshape/top_to_corner/_index.md index 06e1350e7a..a0736e00b4 100644 --- a/english/aspose.cells.drawing/webextensionshape/top_to_corner/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/top_to_corner/_index.md @@ -3,7 +3,7 @@ title: top_to_corner property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells.drawing/webextensionshape/top_to_corner/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/type/_index.md b/english/aspose.cells.drawing/webextensionshape/type/_index.md index 02e12732d5..fd521ab1f9 100644 --- a/english/aspose.cells.drawing/webextensionshape/type/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells.drawing/webextensionshape/type/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/update_selected_value/_index.md b/english/aspose.cells.drawing/webextensionshape/update_selected_value/_index.md index 2eadf632f2..3607ec988f 100644 --- a/english/aspose.cells.drawing/webextensionshape/update_selected_value/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/update_selected_value/_index.md @@ -3,18 +3,19 @@ title: update_selected_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.drawing/webextensionshape/update_selected_value/ is_root: false --- -## update_selected_value {#} +## update_selected_value(self) {#} Update the selected value by the value of the linked cell. ```python + def update_selected_value(self): ... ``` diff --git a/english/aspose.cells.drawing/webextensionshape/upper_delta_x/_index.md b/english/aspose.cells.drawing/webextensionshape/upper_delta_x/_index.md index 685bf5756e..c87bf0f2fd 100644 --- a/english/aspose.cells.drawing/webextensionshape/upper_delta_x/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/upper_delta_x/_index.md @@ -3,7 +3,7 @@ title: upper_delta_x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells.drawing/webextensionshape/upper_delta_x/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/upper_delta_y/_index.md b/english/aspose.cells.drawing/webextensionshape/upper_delta_y/_index.md index 0a4d6a92eb..5282edf9ec 100644 --- a/english/aspose.cells.drawing/webextensionshape/upper_delta_y/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/upper_delta_y/_index.md @@ -3,7 +3,7 @@ title: upper_delta_y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells.drawing/webextensionshape/upper_delta_y/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/upper_left_column/_index.md b/english/aspose.cells.drawing/webextensionshape/upper_left_column/_index.md index fa1d34c719..f93a245da3 100644 --- a/english/aspose.cells.drawing/webextensionshape/upper_left_column/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/upper_left_column/_index.md @@ -3,7 +3,7 @@ title: upper_left_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells.drawing/webextensionshape/upper_left_column/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/upper_left_row/_index.md b/english/aspose.cells.drawing/webextensionshape/upper_left_row/_index.md index 7f959d64b1..9506d1c82a 100644 --- a/english/aspose.cells.drawing/webextensionshape/upper_left_row/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/upper_left_row/_index.md @@ -3,7 +3,7 @@ title: upper_left_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells.drawing/webextensionshape/upper_left_row/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/web_extension/_index.md b/english/aspose.cells.drawing/webextensionshape/web_extension/_index.md index 4e97d69fde..4d35789c6f 100644 --- a/english/aspose.cells.drawing/webextensionshape/web_extension/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/web_extension/_index.md @@ -3,7 +3,7 @@ title: web_extension property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells.drawing/webextensionshape/web_extension/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width/_index.md b/english/aspose.cells.drawing/webextensionshape/width/_index.md index 4055cfa953..770dc17336 100644 --- a/english/aspose.cells.drawing/webextensionshape/width/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width/_index.md @@ -3,7 +3,7 @@ title: width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells.drawing/webextensionshape/width/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width_cm/_index.md b/english/aspose.cells.drawing/webextensionshape/width_cm/_index.md index d6c64b7135..b5be1026c1 100644 --- a/english/aspose.cells.drawing/webextensionshape/width_cm/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width_cm/_index.md @@ -3,7 +3,7 @@ title: width_cm property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells.drawing/webextensionshape/width_cm/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width_in_shape/_index.md b/english/aspose.cells.drawing/webextensionshape/width_in_shape/_index.md index 04193513d3..b1aaff2754 100644 --- a/english/aspose.cells.drawing/webextensionshape/width_in_shape/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width_in_shape/_index.md @@ -3,7 +3,7 @@ title: width_in_shape property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells.drawing/webextensionshape/width_in_shape/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width_inch/_index.md b/english/aspose.cells.drawing/webextensionshape/width_inch/_index.md index de7b6ca719..6bba5255ae 100644 --- a/english/aspose.cells.drawing/webextensionshape/width_inch/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width_inch/_index.md @@ -3,7 +3,7 @@ title: width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells.drawing/webextensionshape/width_inch/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width_pt/_index.md b/english/aspose.cells.drawing/webextensionshape/width_pt/_index.md index 0da013f763..bdac3ecdb2 100644 --- a/english/aspose.cells.drawing/webextensionshape/width_pt/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width_pt/_index.md @@ -3,7 +3,7 @@ title: width_pt property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells.drawing/webextensionshape/width_pt/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/width_scale/_index.md b/english/aspose.cells.drawing/webextensionshape/width_scale/_index.md index ebadfcccd1..e9a3e198c0 100644 --- a/english/aspose.cells.drawing/webextensionshape/width_scale/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/width_scale/_index.md @@ -3,7 +3,7 @@ title: width_scale property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells.drawing/webextensionshape/width_scale/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/worksheet/_index.md b/english/aspose.cells.drawing/webextensionshape/worksheet/_index.md index 8678339edb..48ceab2b8f 100644 --- a/english/aspose.cells.drawing/webextensionshape/worksheet/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/worksheet/_index.md @@ -3,7 +3,7 @@ title: worksheet property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells.drawing/webextensionshape/worksheet/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/x/_index.md b/english/aspose.cells.drawing/webextensionshape/x/_index.md index d9214c2417..c1788bcfb5 100644 --- a/english/aspose.cells.drawing/webextensionshape/x/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/x/_index.md @@ -3,7 +3,7 @@ title: x property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells.drawing/webextensionshape/x/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/y/_index.md b/english/aspose.cells.drawing/webextensionshape/y/_index.md index 73fbe2dbdc..bfed1fa87c 100644 --- a/english/aspose.cells.drawing/webextensionshape/y/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/y/_index.md @@ -3,7 +3,7 @@ title: y property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells.drawing/webextensionshape/y/ is_root: false --- diff --git a/english/aspose.cells.drawing/webextensionshape/z_order_position/_index.md b/english/aspose.cells.drawing/webextensionshape/z_order_position/_index.md index 107e7c14a8..50c9c98623 100644 --- a/english/aspose.cells.drawing/webextensionshape/z_order_position/_index.md +++ b/english/aspose.cells.drawing/webextensionshape/z_order_position/_index.md @@ -3,7 +3,7 @@ title: z_order_position property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells.drawing/webextensionshape/z_order_position/ is_root: false --- diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/_index.md index 41eb26f4e9..f1723d6986 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/_index.md @@ -25,14 +25,14 @@ The ConnectionParameterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/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. | -| [index_of](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/index_of/#aspose.cells.externalconnections.ConnectionParameter-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. | -| [index_of](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/index_of/#aspose.cells.externalconnections.ConnectionParameter-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/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](/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](/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. | -| [binary_search](/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. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/index_of/#aspose.cells.externalconnections.connectionparameter-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection/index_of/#aspose.cells.externalconnections.connectionparameter-int-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 starts at the specified index and contains the specified number of elements. | +| [`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. | +| [`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. | diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/binary_search/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/binary_search/_index.md index abdd9266c2..627fc1f7be 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/binary_search/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/connectionparametercollection/binary_sear is_root: false --- -## binary_search {#aspose.cells.externalconnections.ConnectionParameter} +## binary_search(self, item) {#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. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/copy_to/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/copy_to/_index.md index 496318601b..549b374d04 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/copy_to/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.externalconnections/connectionparametercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md index 3e6aff4159..df99565081 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/connectionparametercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.externalconnections.ConnectionParameter-int} +## index_of(self, item, index) {#aspose.cells.externalconnections.ConnectionParameter-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.externalconnections.ConnectionParameter-int-int} +## index_of(self, item, index, count) {#aspose.cells.externalconnections.ConnectionParameter-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md b/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md index 4b0a44bcf4..54657ac60c 100644 --- a/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md +++ b/english/aspose.cells.externalconnections/connectionparametercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/connectionparametercollection/last_index_ is_root: false --- -## last_index_of {#aspose.cells.externalconnections.ConnectionParameter} +## last_index_of(self, item) {#aspose.cells.externalconnections.ConnectionParameter} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ConnectionParameter`](/cells/python-net/aspose.cells.externalconnections/connectionparameter) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.externalconnections.ConnectionParameter-int} +## last_index_of(self, item, index) {#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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.externalconnections.ConnectionParameter-int-int} +## last_index_of(self, item, index, count) {#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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md index 86a8a73bb4..b514997852 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/_index.md @@ -25,15 +25,15 @@ The ExternalConnectionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/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. | -| [index_of](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/index_of/#aspose.cells.externalconnections.ExternalConnection-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. | -| [index_of](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/index_of/#aspose.cells.externalconnections.ExternalConnection-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.ExternalConnection) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.ExternalConnection-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](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.ExternalConnection-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_external_connection_by_id](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/#int) | Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified id. | -| [binary_search](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/binary_search/#aspose.cells.externalconnections.ExternalConnection) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/index_of/#aspose.cells.externalconnections.externalconnection-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/index_of/#aspose.cells.externalconnections.externalconnection-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection) | 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/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection-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/externalconnectioncollection/last_index_of/#aspose.cells.externalconnections.externalconnection-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_external_connection_by_id(self, conn_id)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/#int) | Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified id. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.externalconnections/externalconnectioncollection/binary_search/#aspose.cells.externalconnections.externalconnection) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/binary_search/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/binary_search/_index.md index 5a1ff41d0d..27d1f71788 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/binary_search/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/externalconnectioncollection/binary_searc is_root: false --- -## binary_search {#aspose.cells.externalconnections.ExternalConnection} +## binary_search(self, item) {#aspose.cells.externalconnections.ExternalConnection} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/copy_to/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/copy_to/_index.md index 778776a4e1..1e6712cde8 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/copy_to/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.externalconnections/externalconnectioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md index dbacf3162e..e635656b6c 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/get_external_connection_by_id/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/externalconnectioncollection/get_external is_root: false --- -## get_external_connection_by_id {#int} +## get_external_connection_by_id(self, conn_id) {#int} Gets the [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) element with the specified id. @@ -20,6 +20,7 @@ The element with the specified id. ```python + def get_external_connection_by_id(self, conn_id): ... ``` diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md index daf1cbb5e1..a96ba292a9 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/externalconnectioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.externalconnections.ExternalConnection-int} +## index_of(self, item, index) {#aspose.cells.externalconnections.ExternalConnection-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.externalconnections.ExternalConnection-int-int} +## index_of(self, item, index, count) {#aspose.cells.externalconnections.ExternalConnection-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md b/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md index 699f57294d..70ccf79571 100644 --- a/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md +++ b/english/aspose.cells.externalconnections/externalconnectioncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.externalconnections/externalconnectioncollection/last_index_o is_root: false --- -## last_index_of {#aspose.cells.externalconnections.ExternalConnection} +## last_index_of(self, item) {#aspose.cells.externalconnections.ExternalConnection} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.externalconnections.ExternalConnection-int} +## last_index_of(self, item, index) {#aspose.cells.externalconnections.ExternalConnection-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.externalconnections.ExternalConnection-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.externalconnections.ExternalConnection-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.loading/_index.md b/english/aspose.cells.loading/_index.md index 7c9a826df8..0206e88a25 100644 --- a/english/aspose.cells.loading/_index.md +++ b/english/aspose.cells.loading/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.loading/ is_root: false --- - +The **Aspose.Cells.Loading** namespace provides options classes of loading files. ### Classes | Class | Description | diff --git a/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md b/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md index d2aef3b22d..25e9a3ed97 100644 --- a/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md +++ b/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.loading/dbfloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} The options. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.loading/dbfloadoptions/_index.md b/english/aspose.cells.loading/dbfloadoptions/_index.md index 65066711f6..7b1329d66b 100644 --- a/english/aspose.cells.loading/dbfloadoptions/_index.md +++ b/english/aspose.cells.loading/dbfloadoptions/_index.md @@ -24,7 +24,7 @@ The DbfLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.loading/dbfloadoptions/__init__/#) | The options. | +| [`__init__(self)`](/cells/python-net/aspose.cells.loading/dbfloadoptions/__init__/#) | The options. | ### Properties @@ -58,7 +58,7 @@ The DbfLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells.loading/dbfloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells.loading/dbfloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md b/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md index 9b1e9011c3..293862cdf0 100644 --- a/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.loading/dbfloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells.loading/difloadoptions/__init__/_index.md b/english/aspose.cells.loading/difloadoptions/__init__/_index.md index 8db3d76377..f6a7d7da93 100644 --- a/english/aspose.cells.loading/difloadoptions/__init__/_index.md +++ b/english/aspose.cells.loading/difloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.loading/difloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} The options. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.loading/difloadoptions/_index.md b/english/aspose.cells.loading/difloadoptions/_index.md index 2a686ce9f7..bb6f73bcb2 100644 --- a/english/aspose.cells.loading/difloadoptions/_index.md +++ b/english/aspose.cells.loading/difloadoptions/_index.md @@ -24,7 +24,7 @@ The DifLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.loading/difloadoptions/__init__/#) | The options. | +| [`__init__(self)`](/cells/python-net/aspose.cells.loading/difloadoptions/__init__/#) | The options. | ### Properties @@ -58,7 +58,7 @@ The DifLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells.loading/difloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells.loading/difloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md b/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md index b5a37069a9..15db7bee63 100644 --- a/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.loading/difloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells.markdown/_index.md b/english/aspose.cells.markdown/_index.md new file mode 100644 index 0000000000..13ae27baaf --- /dev/null +++ b/english/aspose.cells.markdown/_index.md @@ -0,0 +1,18 @@ +--- +title: aspose.cells.markdown +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 10 +url: /aspose.cells.markdown/ +is_root: false +--- + +The **Aspose.Cells.Markdown** namespace contains classes that define settings for converting Excel to Markdown. + +### Enumerations +| Enumeration | Description | +| :- | :- | +| [`MarkdownTableHeaderType`](/cells/python-net/aspose.cells.markdown/markdowntableheadertype) | Represents the header type of the table in the markdown file. | + + diff --git a/english/aspose.cells.markdown/markdowntableheadertype/_index.md b/english/aspose.cells.markdown/markdowntableheadertype/_index.md new file mode 100644 index 0000000000..045b329c9d --- /dev/null +++ b/english/aspose.cells.markdown/markdowntableheadertype/_index.md @@ -0,0 +1,29 @@ +--- +title: MarkdownTableHeaderType enumeration +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 10 +url: /aspose.cells.markdown/markdowntableheadertype/ +is_root: false +--- + +## MarkdownTableHeaderType enumeration + +Represents the header type of the table in the markdown file. + + + +The MarkdownTableHeaderType type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| FIRST_ROW | First row as header of the table. | +| COLUMN_HEADER | Column name (such as A,B,C...) as header of the table. | +| EMPTY | An empty header row. | + + + +### See Also +* module [`aspose.cells.markdown`](..) diff --git a/english/aspose.cells.markup/customxmlpartcollection/_index.md b/english/aspose.cells.markup/customxmlpartcollection/_index.md index 56ed331482..700d2935f3 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/_index.md @@ -25,16 +25,16 @@ The CustomXmlPartCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.markup/customxmlpartcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.markup/customxmlpartcollection/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. | -| [index_of](/cells/python-net/aspose.cells.markup/customxmlpartcollection/index_of/#aspose.cells.markup.CustomXmlPart-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. | -| [index_of](/cells/python-net/aspose.cells.markup/customxmlpartcollection/index_of/#aspose.cells.markup.CustomXmlPart-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.CustomXmlPart) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.CustomXmlPart-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](/cells/python-net/aspose.cells.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.CustomXmlPart-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. | -| [add](/cells/python-net/aspose.cells.markup/customxmlpartcollection/add/#bytes-bytes) | Adds an item to the collection. | -| [select_by_id](/cells/python-net/aspose.cells.markup/customxmlpartcollection/select_by_id/#str) | Gets an item by id. | -| [binary_search](/cells/python-net/aspose.cells.markup/customxmlpartcollection/binary_search/#aspose.cells.markup.CustomXmlPart) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/index_of/#aspose.cells.markup.customxmlpart-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/index_of/#aspose.cells.markup.customxmlpart-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.customxmlpart) | 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.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.customxmlpart-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.markup/customxmlpartcollection/last_index_of/#aspose.cells.markup.customxmlpart-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. | +| [`add(self, data, shema_data)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/add/#bytes-bytes) | Adds an item to the collection. | +| [`select_by_id(self, id)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/select_by_id/#str) | Gets an item by id. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.markup/customxmlpartcollection/binary_search/#aspose.cells.markup.customxmlpart) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.markup/customxmlpartcollection/add/_index.md b/english/aspose.cells.markup/customxmlpartcollection/add/_index.md index 02bca988b1..49d6672427 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/add/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/customxmlpartcollection/add/ is_root: false --- -## add {#bytes-bytes} +## add(self, data, shema_data) {#bytes-bytes} Adds an item to the collection. @@ -20,6 +20,7 @@ Adds an item to the collection. ```python + def add(self, data, shema_data): ... ``` diff --git a/english/aspose.cells.markup/customxmlpartcollection/binary_search/_index.md b/english/aspose.cells.markup/customxmlpartcollection/binary_search/_index.md index 5b66ce0f0a..f085fd35bc 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/binary_search/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/customxmlpartcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.markup.CustomXmlPart} +## binary_search(self, item) {#aspose.cells.markup.CustomXmlPart} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.markup/customxmlpartcollection/copy_to/_index.md b/english/aspose.cells.markup/customxmlpartcollection/copy_to/_index.md index 57eb80207f..4bcf2697f4 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/copy_to/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/customxmlpartcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.markup/customxmlpartcollection/index_of/_index.md b/english/aspose.cells.markup/customxmlpartcollection/index_of/_index.md index bdb0de7733..5ba5843537 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/index_of/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/customxmlpartcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.markup.CustomXmlPart-int} +## index_of(self, item, index) {#aspose.cells.markup.CustomXmlPart-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.markup.CustomXmlPart-int-int} +## index_of(self, item, index, count) {#aspose.cells.markup.CustomXmlPart-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/customxmlpartcollection/last_index_of/_index.md b/english/aspose.cells.markup/customxmlpartcollection/last_index_of/_index.md index e1dd0696de..f7a1ca9b58 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/last_index_of/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/customxmlpartcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.markup.CustomXmlPart} +## last_index_of(self, item) {#aspose.cells.markup.CustomXmlPart} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`CustomXmlPart`](/cells/python-net/aspose.cells.markup/customxmlpart) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.markup.CustomXmlPart-int} +## last_index_of(self, item, index) {#aspose.cells.markup.CustomXmlPart-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.markup.CustomXmlPart-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.markup.CustomXmlPart-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/customxmlpartcollection/select_by_id/_index.md b/english/aspose.cells.markup/customxmlpartcollection/select_by_id/_index.md index 9ae26c43c4..aa94a78f90 100644 --- a/english/aspose.cells.markup/customxmlpartcollection/select_by_id/_index.md +++ b/english/aspose.cells.markup/customxmlpartcollection/select_by_id/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/customxmlpartcollection/select_by_id/ is_root: false --- -## select_by_id {#str} +## select_by_id(self, id) {#str} Gets an item by id. @@ -20,6 +20,7 @@ Gets an item by id. ```python + def select_by_id(self, id): ... ``` diff --git a/english/aspose.cells.markup/smarttag/_index.md b/english/aspose.cells.markup/smarttag/_index.md index 3bb1ac1c84..598f5ab38e 100644 --- a/english/aspose.cells.markup/smarttag/_index.md +++ b/english/aspose.cells.markup/smarttag/_index.md @@ -28,7 +28,7 @@ The SmartTag type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_link](/cells/python-net/aspose.cells.markup/smarttag/set_link/#str-str) | Change the name and the namespace URI of the smart tag. | +| [`set_link(self, uri, name)`](/cells/python-net/aspose.cells.markup/smarttag/set_link/#str-str) | Change the name and the namespace URI of the smart tag. | diff --git a/english/aspose.cells.markup/smarttag/set_link/_index.md b/english/aspose.cells.markup/smarttag/set_link/_index.md index b376a5bfaa..c2730f3d26 100644 --- a/english/aspose.cells.markup/smarttag/set_link/_index.md +++ b/english/aspose.cells.markup/smarttag/set_link/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/smarttag/set_link/ is_root: false --- -## set_link {#str-str} +## set_link(self, uri, name) {#str-str} Change the name and the namespace URI of the smart tag. ```python + def set_link(self, uri, name): ... ``` diff --git a/english/aspose.cells.markup/smarttagcollection/_index.md b/english/aspose.cells.markup/smarttagcollection/_index.md index a358cf1e2e..d8a7bb5289 100644 --- a/english/aspose.cells.markup/smarttagcollection/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/_index.md @@ -27,15 +27,15 @@ The SmartTagCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.markup/smarttagcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.markup/smarttagcollection/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. | -| [index_of](/cells/python-net/aspose.cells.markup/smarttagcollection/index_of/#aspose.cells.markup.SmartTag-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. | -| [index_of](/cells/python-net/aspose.cells.markup/smarttagcollection/index_of/#aspose.cells.markup.SmartTag-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.markup/smarttagcollection/last_index_of/#aspose.cells.markup.SmartTag) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.markup/smarttagcollection/last_index_of/#aspose.cells.markup.SmartTag-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](/cells/python-net/aspose.cells.markup/smarttagcollection/last_index_of/#aspose.cells.markup.SmartTag-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. | -| [add](/cells/python-net/aspose.cells.markup/smarttagcollection/add/#str-str) | Adds a smart tag. | -| [binary_search](/cells/python-net/aspose.cells.markup/smarttagcollection/binary_search/#aspose.cells.markup.SmartTag) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.markup/smarttagcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.markup/smarttagcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.markup/smarttagcollection/index_of/#aspose.cells.markup.smarttag-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.markup/smarttagcollection/index_of/#aspose.cells.markup.smarttag-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.markup/smarttagcollection/last_index_of/#aspose.cells.markup.smarttag) | 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.markup/smarttagcollection/last_index_of/#aspose.cells.markup.smarttag-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.markup/smarttagcollection/last_index_of/#aspose.cells.markup.smarttag-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. | +| [`add(self, uri, name)`](/cells/python-net/aspose.cells.markup/smarttagcollection/add/#str-str) | Adds a smart tag. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.markup/smarttagcollection/binary_search/#aspose.cells.markup.smarttag) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.markup/smarttagcollection/add/_index.md b/english/aspose.cells.markup/smarttagcollection/add/_index.md index d3d30377c2..c758da1237 100644 --- a/english/aspose.cells.markup/smarttagcollection/add/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagcollection/add/ is_root: false --- -## add {#str-str} +## add(self, uri, name) {#str-str} Adds a smart tag. @@ -20,6 +20,7 @@ The index of smart tag in the list. ```python + def add(self, uri, name): ... ``` diff --git a/english/aspose.cells.markup/smarttagcollection/binary_search/_index.md b/english/aspose.cells.markup/smarttagcollection/binary_search/_index.md index 8eabd60183..48707d6bd3 100644 --- a/english/aspose.cells.markup/smarttagcollection/binary_search/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.markup.SmartTag} +## binary_search(self, item) {#aspose.cells.markup.SmartTag} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.markup/smarttagcollection/copy_to/_index.md b/english/aspose.cells.markup/smarttagcollection/copy_to/_index.md index 67cb085f0a..345b5fabcd 100644 --- a/english/aspose.cells.markup/smarttagcollection/copy_to/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/smarttagcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagcollection/index_of/_index.md b/english/aspose.cells.markup/smarttagcollection/index_of/_index.md index a7187d9385..fdda0dcaf3 100644 --- a/english/aspose.cells.markup/smarttagcollection/index_of/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.markup.SmartTag-int} +## index_of(self, item, index) {#aspose.cells.markup.SmartTag-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.markup.SmartTag-int-int} +## index_of(self, item, index, count) {#aspose.cells.markup.SmartTag-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagcollection/last_index_of/_index.md b/english/aspose.cells.markup/smarttagcollection/last_index_of/_index.md index ebc09c9b79..381e71ae63 100644 --- a/english/aspose.cells.markup/smarttagcollection/last_index_of/_index.md +++ b/english/aspose.cells.markup/smarttagcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.markup.SmartTag} +## last_index_of(self, item) {#aspose.cells.markup.SmartTag} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`SmartTag`](/cells/python-net/aspose.cells.markup/smarttag) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.markup.SmartTag-int} +## last_index_of(self, item, index) {#aspose.cells.markup.SmartTag-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.markup.SmartTag-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.markup.SmartTag-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagoptions/__init__/_index.md b/english/aspose.cells.markup/smarttagoptions/__init__/_index.md index b2d02a4fd9..8c175409a7 100644 --- a/english/aspose.cells.markup/smarttagoptions/__init__/_index.md +++ b/english/aspose.cells.markup/smarttagoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/smarttagoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SmartTagOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.markup/smarttagoptions/_index.md b/english/aspose.cells.markup/smarttagoptions/_index.md index 7ac313a901..91b447660a 100644 --- a/english/aspose.cells.markup/smarttagoptions/_index.md +++ b/english/aspose.cells.markup/smarttagoptions/_index.md @@ -19,7 +19,7 @@ The SmartTagOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.markup/smarttagoptions/__init__/#) | Constructs a new instance of SmartTagOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells.markup/smarttagoptions/__init__/#) | Constructs a new instance of SmartTagOptions | ### Properties diff --git a/english/aspose.cells.markup/smarttagpropertycollection/__init__/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/__init__/_index.md index 8abf6d521f..4160c4f990 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/__init__/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/smarttagpropertycollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SmartTagPropertyCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.markup/smarttagpropertycollection/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/_index.md index 4d928625ef..4371923837 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/_index.md @@ -19,7 +19,7 @@ The SmartTagPropertyCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/__init__/#) | Constructs a new instance of SmartTagPropertyCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/__init__/#) | Constructs a new instance of SmartTagPropertyCollection | ### Properties @@ -31,15 +31,15 @@ The SmartTagPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/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. | -| [index_of](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/index_of/#aspose.cells.markup.SmartTagProperty-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. | -| [index_of](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/index_of/#aspose.cells.markup.SmartTagProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.SmartTagProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.SmartTagProperty-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](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.SmartTagProperty-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. | -| [add](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/add/#str-str) | Adds a property of cell's smart tag. | -| [binary_search](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/binary_search/#aspose.cells.markup.SmartTagProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/index_of/#aspose.cells.markup.smarttagproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/index_of/#aspose.cells.markup.smarttagproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty) | 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.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty-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.markup/smarttagpropertycollection/last_index_of/#aspose.cells.markup.smarttagproperty-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. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/add/#str-str) | Adds a property of cell's smart tag. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.markup/smarttagpropertycollection/binary_search/#aspose.cells.markup.smarttagproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.markup/smarttagpropertycollection/add/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/add/_index.md index 4bae670ab1..51ad84c38f 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/add/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagpropertycollection/add/ is_root: false --- -## add {#str-str} +## add(self, name, value) {#str-str} Adds a property of cell's smart tag. @@ -20,6 +20,7 @@ return [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproper ```python + def add(self, name, value): ... ``` diff --git a/english/aspose.cells.markup/smarttagpropertycollection/binary_search/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/binary_search/_index.md index 4857fd39a4..4c25f7b3cb 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/binary_search/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagpropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.markup.SmartTagProperty} +## binary_search(self, item) {#aspose.cells.markup.SmartTagProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.markup/smarttagpropertycollection/copy_to/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/copy_to/_index.md index 5439702183..8b7c56af68 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/copy_to/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.markup/smarttagpropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md index cc9cde7961..37c7968ebe 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagpropertycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.markup.SmartTagProperty-int} +## index_of(self, item, index) {#aspose.cells.markup.SmartTagProperty-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.markup.SmartTagProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.markup.SmartTagProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md b/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md index 6a68ea5190..9bea19c736 100644 --- a/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.markup/smarttagpropertycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagpropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.markup.SmartTagProperty} +## last_index_of(self, item) {#aspose.cells.markup.SmartTagProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`SmartTagProperty`](/cells/python-net/aspose.cells.markup/smarttagproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.markup.SmartTagProperty-int} +## last_index_of(self, item, index) {#aspose.cells.markup.SmartTagProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.markup.SmartTagProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.markup.SmartTagProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.markup/smarttagsetting/_index.md b/english/aspose.cells.markup/smarttagsetting/_index.md index 54664be669..d7dfdebe7f 100644 --- a/english/aspose.cells.markup/smarttagsetting/_index.md +++ b/english/aspose.cells.markup/smarttagsetting/_index.md @@ -19,9 +19,9 @@ The SmartTagSetting type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#int-int) | Adds a [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object to a cell. | -| [add](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#str) | Add a cell smart tags. | -| [get](/cells/python-net/aspose.cells.markup/smarttagsetting/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | +| [`add(self, row, column)`](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#int-int) | Adds a [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object to a cell. | +| [`add(self, cell_name)`](/cells/python-net/aspose.cells.markup/smarttagsetting/add/#str) | Add a cell smart tags. | +| [`get(self, row, column)`](/cells/python-net/aspose.cells.markup/smarttagsetting/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | diff --git a/english/aspose.cells.markup/smarttagsetting/add/_index.md b/english/aspose.cells.markup/smarttagsetting/add/_index.md index cda63ef1df..d287d80659 100644 --- a/english/aspose.cells.markup/smarttagsetting/add/_index.md +++ b/english/aspose.cells.markup/smarttagsetting/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagsetting/add/ is_root: false --- -## add {#str} +## add(self, cell_name) {#str} Add a cell smart tags. @@ -20,6 +20,7 @@ Add a cell smart tags. ```python + def add(self, cell_name): ... ``` @@ -30,7 +31,7 @@ def add(self, cell_name): | cell_name | str | The name of the cell. | -## add {#int-int} +## add(self, row, column) {#int-int} Adds a [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/smarttagcollection) object to a cell. @@ -42,6 +43,7 @@ Returns index of a [`SmartTagCollection`](/cells/python-net/aspose.cells.markup/ ```python + def add(self, row, column): ... ``` diff --git a/english/aspose.cells.markup/smarttagsetting/get/_index.md b/english/aspose.cells.markup/smarttagsetting/get/_index.md index 5b72aaa4a7..4e498e3933 100644 --- a/english/aspose.cells.markup/smarttagsetting/get/_index.md +++ b/english/aspose.cells.markup/smarttagsetting/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.markup/smarttagsetting/get/ is_root: false --- -## get {#int-int} +## get(self, row, column) {#int-int} Add API for Python Via .Net.since this[int, int] is unsupported @@ -21,6 +21,7 @@ Returns null if there is no any smart tags on the cell. ```python + def get(self, row, column): ... ``` diff --git a/english/aspose.cells.metadata/metadataoptions/__init__/_index.md b/english/aspose.cells.metadata/metadataoptions/__init__/_index.md index ab363a4536..8e26e27918 100644 --- a/english/aspose.cells.metadata/metadataoptions/__init__/_index.md +++ b/english/aspose.cells.metadata/metadataoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.metadata/metadataoptions/__init__/ is_root: false --- -## __init__ {#aspose.cells.metadata.MetadataType} +## \_\_init\_\_(self, metadata_type) {#aspose.cells.metadata.MetadataType} Creates an options of loading the metadata. ```python + def __init__(self, metadata_type): ... ``` diff --git a/english/aspose.cells.metadata/metadataoptions/_index.md b/english/aspose.cells.metadata/metadataoptions/_index.md index 498eac6869..da8938bc7b 100644 --- a/english/aspose.cells.metadata/metadataoptions/_index.md +++ b/english/aspose.cells.metadata/metadataoptions/_index.md @@ -19,7 +19,7 @@ The MetadataOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.metadata/metadataoptions/__init__/#aspose.cells.metadata.MetadataType) | Creates an options of loading the metadata. | +| [`__init__(self, metadata_type)`](/cells/python-net/aspose.cells.metadata/metadataoptions/__init__/#aspose.cells.metadata.metadatatype) | Creates an options of loading the metadata. | ### Properties diff --git a/english/aspose.cells.metadata/workbookmetadata/__init__/_index.md b/english/aspose.cells.metadata/workbookmetadata/__init__/_index.md index 48c3600909..18468c4c41 100644 --- a/english/aspose.cells.metadata/workbookmetadata/__init__/_index.md +++ b/english/aspose.cells.metadata/workbookmetadata/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.metadata/workbookmetadata/__init__/ is_root: false --- -## __init__ {#str-aspose.cells.metadata.MetadataOptions} +## \_\_init\_\_(self, file_name, options) {#str-aspose.cells.metadata.MetadataOptions} Create the meta data object. ```python + def __init__(self, file_name, options): ... ``` @@ -26,13 +27,14 @@ def __init__(self, file_name, options): | options | [`MetadataOptions`](/cells/python-net/aspose.cells.metadata/metadataoptions) | | -## __init__ {#io.RawIOBase-aspose.cells.metadata.MetadataOptions} +## \_\_init\_\_(self, stream, options) {#io.RawIOBase-aspose.cells.metadata.MetadataOptions} Create the meta data object. ```python + def __init__(self, stream, options): ... ``` diff --git a/english/aspose.cells.metadata/workbookmetadata/_index.md b/english/aspose.cells.metadata/workbookmetadata/_index.md index e2540ef4a8..eca839dbec 100644 --- a/english/aspose.cells.metadata/workbookmetadata/_index.md +++ b/english/aspose.cells.metadata/workbookmetadata/_index.md @@ -19,8 +19,8 @@ The WorkbookMetadata type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.metadata/workbookmetadata/__init__/#str-aspose.cells.metadata.MetadataOptions) | Create the meta data object. | -| [__init__](/cells/python-net/aspose.cells.metadata/workbookmetadata/__init__/#io.RawIOBase-aspose.cells.metadata.MetadataOptions) | Create the meta data object. | +| [`__init__(self, file_name, options)`](/cells/python-net/aspose.cells.metadata/workbookmetadata/__init__/#str-aspose.cells.metadata.metadataoptions) | Create the meta data object. | +| [`__init__(self, stream, options)`](/cells/python-net/aspose.cells.metadata/workbookmetadata/__init__/#io.rawiobase-aspose.cells.metadata.metadataoptions) | Create the meta data object. | ### Properties @@ -34,8 +34,8 @@ The WorkbookMetadata type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [save](/cells/python-net/aspose.cells.metadata/workbookmetadata/save/#str) | Save the modified metadata to the file. | -| [save](/cells/python-net/aspose.cells.metadata/workbookmetadata/save/#io.RawIOBase) | Save the modified metadata to the stream. | +| [`save(self, file_name)`](/cells/python-net/aspose.cells.metadata/workbookmetadata/save/#str) | Save the modified metadata to the file. | +| [`save(self, stream)`](/cells/python-net/aspose.cells.metadata/workbookmetadata/save/#io.rawiobase) | Save the modified metadata to the stream. | diff --git a/english/aspose.cells.metadata/workbookmetadata/save/_index.md b/english/aspose.cells.metadata/workbookmetadata/save/_index.md index 8f73c772a4..7664150424 100644 --- a/english/aspose.cells.metadata/workbookmetadata/save/_index.md +++ b/english/aspose.cells.metadata/workbookmetadata/save/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.metadata/workbookmetadata/save/ is_root: false --- -## save {#str} +## save(self, file_name) {#str} Save the modified metadata to the file. ```python + def save(self, file_name): ... ``` @@ -25,13 +26,14 @@ def save(self, file_name): | file_name | str | The file name. | -## save {#io.RawIOBase} +## save(self, stream) {#io.RawIOBase} Save the modified metadata to the stream. ```python + def save(self, stream): ... ``` diff --git a/english/aspose.cells.numbers/numbersloadoptions/__init__/_index.md b/english/aspose.cells.numbers/numbersloadoptions/__init__/_index.md index ce28a05a0c..1e488ec701 100644 --- a/english/aspose.cells.numbers/numbersloadoptions/__init__/_index.md +++ b/english/aspose.cells.numbers/numbersloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.numbers/numbersloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructor. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.numbers/numbersloadoptions/_index.md b/english/aspose.cells.numbers/numbersloadoptions/_index.md index b2ed875906..f630903c62 100644 --- a/english/aspose.cells.numbers/numbersloadoptions/_index.md +++ b/english/aspose.cells.numbers/numbersloadoptions/_index.md @@ -24,7 +24,7 @@ The NumbersLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.numbers/numbersloadoptions/__init__/#) | Constructor. | +| [`__init__(self)`](/cells/python-net/aspose.cells.numbers/numbersloadoptions/__init__/#) | Constructor. | ### Properties @@ -59,7 +59,7 @@ The NumbersLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells.numbers/numbersloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells.numbers/numbersloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells.numbers/numbersloadoptions/set_paper_size/_index.md b/english/aspose.cells.numbers/numbersloadoptions/set_paper_size/_index.md index 2feea926cb..6e66e5de8d 100644 --- a/english/aspose.cells.numbers/numbersloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells.numbers/numbersloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.numbers/numbersloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/_index.md b/english/aspose.cells.ods/odscellfieldcollection/_index.md index 5ae2898562..3d63cc5983 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/_index.md @@ -25,16 +25,16 @@ The OdsCellFieldCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.ods/odscellfieldcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.ods/odscellfieldcollection/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. | -| [index_of](/cells/python-net/aspose.cells.ods/odscellfieldcollection/index_of/#aspose.cells.ods.OdsCellField-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. | -| [index_of](/cells/python-net/aspose.cells.ods/odscellfieldcollection/index_of/#aspose.cells.ods.OdsCellField-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.OdsCellField) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.OdsCellField-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](/cells/python-net/aspose.cells.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.OdsCellField-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. | -| [add](/cells/python-net/aspose.cells.ods/odscellfieldcollection/add/#int-int-aspose.cells.ods.OdsCellFieldType-str) | Adds a field. | -| [update_fields_value](/cells/python-net/aspose.cells.ods/odscellfieldcollection/update_fields_value/#) | Update fields value to the cells. | -| [binary_search](/cells/python-net/aspose.cells.ods/odscellfieldcollection/binary_search/#aspose.cells.ods.OdsCellField) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/index_of/#aspose.cells.ods.odscellfield-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/index_of/#aspose.cells.ods.odscellfield-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.odscellfield) | 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.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.odscellfield-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.ods/odscellfieldcollection/last_index_of/#aspose.cells.ods.odscellfield-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. | +| [`add(self, row, column, field_type, format)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/add/#int-int-aspose.cells.ods.odscellfieldtype-str) | Adds a field. | +| [`update_fields_value(self)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/update_fields_value/#) | Update fields value to the cells. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.ods/odscellfieldcollection/binary_search/#aspose.cells.ods.odscellfield) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.ods/odscellfieldcollection/add/_index.md b/english/aspose.cells.ods/odscellfieldcollection/add/_index.md index f1317540f8..e597f450c0 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/add/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.ods/odscellfieldcollection/add/ is_root: false --- -## add {#int-int-aspose.cells.ods.OdsCellFieldType-str} +## add(self, row, column, field_type, format) {#int-int-aspose.cells.ods.OdsCellFieldType-str} Adds a field. @@ -20,6 +20,7 @@ Adds a field. ```python + def add(self, row, column, field_type, format): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/binary_search/_index.md b/english/aspose.cells.ods/odscellfieldcollection/binary_search/_index.md index 034222e8bf..662fdb6dc1 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/binary_search/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.ods/odscellfieldcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ods.OdsCellField} +## binary_search(self, item) {#aspose.cells.ods.OdsCellField} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/copy_to/_index.md b/english/aspose.cells.ods/odscellfieldcollection/copy_to/_index.md index 678df2393d..0d9900eafb 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/copy_to/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.ods/odscellfieldcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/index_of/_index.md b/english/aspose.cells.ods/odscellfieldcollection/index_of/_index.md index 49da8d3396..d0c6885d00 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/index_of/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.ods/odscellfieldcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ods.OdsCellField-int} +## index_of(self, item, index) {#aspose.cells.ods.OdsCellField-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ods.OdsCellField-int-int} +## index_of(self, item, index, count) {#aspose.cells.ods.OdsCellField-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/last_index_of/_index.md b/english/aspose.cells.ods/odscellfieldcollection/last_index_of/_index.md index b5201a70fa..786e8606fc 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/last_index_of/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.ods/odscellfieldcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ods.OdsCellField} +## last_index_of(self, item) {#aspose.cells.ods.OdsCellField} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`OdsCellField`](/cells/python-net/aspose.cells.ods/odscellfield) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ods.OdsCellField-int} +## last_index_of(self, item, index) {#aspose.cells.ods.OdsCellField-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ods.OdsCellField-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ods.OdsCellField-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.ods/odscellfieldcollection/update_fields_value/_index.md b/english/aspose.cells.ods/odscellfieldcollection/update_fields_value/_index.md index 2d4d33ba14..dc05465577 100644 --- a/english/aspose.cells.ods/odscellfieldcollection/update_fields_value/_index.md +++ b/english/aspose.cells.ods/odscellfieldcollection/update_fields_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.ods/odscellfieldcollection/update_fields_value/ is_root: false --- -## update_fields_value {#} +## update_fields_value(self) {#} Update fields value to the cells. ```python + def update_fields_value(self): ... ``` diff --git a/english/aspose.cells.ods/odspagebackground/__init__/_index.md b/english/aspose.cells.ods/odspagebackground/__init__/_index.md index 51544fb2c6..569c03d9ab 100644 --- a/english/aspose.cells.ods/odspagebackground/__init__/_index.md +++ b/english/aspose.cells.ods/odspagebackground/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.ods/odspagebackground/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of OdsPageBackground ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.ods/odspagebackground/_index.md b/english/aspose.cells.ods/odspagebackground/_index.md index c15a860a93..5cac80c5e0 100644 --- a/english/aspose.cells.ods/odspagebackground/_index.md +++ b/english/aspose.cells.ods/odspagebackground/_index.md @@ -19,7 +19,7 @@ The OdsPageBackground type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.ods/odspagebackground/__init__/#) | Constructs a new instance of OdsPageBackground | +| [`__init__(self)`](/cells/python-net/aspose.cells.ods/odspagebackground/__init__/#) | Constructs a new instance of OdsPageBackground | ### Properties diff --git a/english/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/_index.md b/english/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/_index.md index b73aa9dec8..d58ac19bbc 100644 --- a/english/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/_index.md +++ b/english/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/custompiovtfieldgroupitem/__init__/ is_root: false --- -## __init__ {#str-list} +## \_\_init\_\_(self, name, item_indexes) {#str-list} The constructor of custom group item of pivot field. ```python + def __init__(self, name, item_indexes): ... ``` diff --git a/english/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md b/english/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md index d212d99cfd..abf7f5def6 100644 --- a/english/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md +++ b/english/aspose.cells.pivot/custompiovtfieldgroupitem/_index.md @@ -19,7 +19,7 @@ The CustomPiovtFieldGroupItem type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/#str-list) | The constructor of custom group item of pivot field. | +| [`__init__(self, name, item_indexes)`](/cells/python-net/aspose.cells.pivot/custompiovtfieldgroupitem/__init__/#str-list) | The constructor of custom group item of pivot field. | diff --git a/english/aspose.cells.pivot/pivotarea/__init__/_index.md b/english/aspose.cells.pivot/pivotarea/__init__/_index.md index 69b1d3fcfe..b6133a7376 100644 --- a/english/aspose.cells.pivot/pivotarea/__init__/_index.md +++ b/english/aspose.cells.pivot/pivotarea/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotarea/__init__/ is_root: false --- -## __init__ {#aspose.cells.pivot.PivotTable} +## \_\_init\_\_(self, table) {#aspose.cells.pivot.PivotTable} Presents the selected area of the PivotTable. ```python + def __init__(self, table): ... ``` diff --git a/english/aspose.cells.pivot/pivotarea/_index.md b/english/aspose.cells.pivot/pivotarea/_index.md index f42e99aeea..2ac4a0ffa3 100644 --- a/english/aspose.cells.pivot/pivotarea/_index.md +++ b/english/aspose.cells.pivot/pivotarea/_index.md @@ -19,7 +19,7 @@ The PivotArea type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivotarea/__init__/#aspose.cells.pivot.PivotTable) | Presents the selected area of the PivotTable. | +| [`__init__(self, table)`](/cells/python-net/aspose.cells.pivot/pivotarea/__init__/#aspose.cells.pivot.pivottable) | Presents the selected area of the PivotTable. | ### Properties @@ -38,10 +38,10 @@ The PivotArea type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-str) | Select a field in the region as an area. | -| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Select a field in the region as an area. | -| [select](/cells/python-net/aspose.cells.pivot/pivotarea/select/#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotTableSelectionType) | Select the area with filters. | -| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotarea/get_cell_areas/#) | Gets cell areas of this pivot area. | +| [`select_field(self, axis_type, field_name)`](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.pivotfieldtype-str) | Select a field in the region as an area. | +| [`select_field(self, axis_type, field)`](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.pivotfieldtype-aspose.cells.pivot.pivotfield) | Select a field in the region as an area. | +| [`select(self, axis_type, field_position, selection_type)`](/cells/python-net/aspose.cells.pivot/pivotarea/select/#aspose.cells.pivot.pivotfieldtype-int-aspose.cells.pivot.pivottableselectiontype) | Select the area with filters. | +| [`get_cell_areas(self)`](/cells/python-net/aspose.cells.pivot/pivotarea/get_cell_areas/#) | Gets cell areas of this pivot area. | diff --git a/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md b/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md index e07151b297..6c0a1274cc 100644 --- a/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md +++ b/english/aspose.cells.pivot/pivotarea/get_cell_areas/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotarea/get_cell_areas/ is_root: false --- -## get_cell_areas {#} +## get_cell_areas(self) {#} Gets cell areas of this pivot area. @@ -20,6 +20,7 @@ Gets cell areas of this pivot area. ```python + def get_cell_areas(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotarea/select/_index.md b/english/aspose.cells.pivot/pivotarea/select/_index.md index 9662947e6c..27c9365088 100644 --- a/english/aspose.cells.pivot/pivotarea/select/_index.md +++ b/english/aspose.cells.pivot/pivotarea/select/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotarea/select/ is_root: false --- -## select {#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotTableSelectionType} +## select(self, axis_type, field_position, selection_type) {#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotTableSelectionType} Select the area with filters. ```python + def select(self, axis_type, field_position, selection_type): ... ``` diff --git a/english/aspose.cells.pivot/pivotarea/select_field/_index.md b/english/aspose.cells.pivot/pivotarea/select_field/_index.md index a507fb8912..99326fad4a 100644 --- a/english/aspose.cells.pivot/pivotarea/select_field/_index.md +++ b/english/aspose.cells.pivot/pivotarea/select_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotarea/select_field/ is_root: false --- -## select_field {#aspose.cells.pivot.PivotFieldType-str} +## select_field(self, axis_type, field_name) {#aspose.cells.pivot.PivotFieldType-str} Select a field in the region as an area. ```python + def select_field(self, axis_type, field_name): ... ``` @@ -26,13 +27,14 @@ def select_field(self, axis_type, field_name): | field_name | str | The name of pivot field. | -## select_field {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} +## select_field(self, axis_type, field) {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} Select a field in the region as an area. ```python + def select_field(self, axis_type, field): ... ``` diff --git a/english/aspose.cells.pivot/pivotareacollection/_index.md b/english/aspose.cells.pivot/pivotareacollection/_index.md index 8d5b270763..252500b4cd 100644 --- a/english/aspose.cells.pivot/pivotareacollection/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/_index.md @@ -25,16 +25,16 @@ The PivotAreaCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.pivot.PivotArea) | Adds pivot area. | -| [add](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.CellArea) | Adds an area based on pivot table view. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareacollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.PivotArea-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.PivotArea-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea-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](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.PivotArea-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. | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivotareacollection/binary_search/#aspose.cells.pivot.PivotArea) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, pivot_area)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.pivot.pivotarea) | Adds pivot area. | +| [`add(self, cell_area)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/add/#aspose.cells.cellarea) | Adds an area based on pivot table view. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.pivotarea-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/index_of/#aspose.cells.pivot.pivotarea-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.pivotarea) | 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.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.pivotarea-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.pivot/pivotareacollection/last_index_of/#aspose.cells.pivot.pivotarea-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivotareacollection/binary_search/#aspose.cells.pivot.pivotarea) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivotareacollection/add/_index.md b/english/aspose.cells.pivot/pivotareacollection/add/_index.md index 23cbbe0d83..7da680c143 100644 --- a/english/aspose.cells.pivot/pivotareacollection/add/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareacollection/add/ is_root: false --- -## add {#aspose.cells.pivot.PivotArea} +## add(self, pivot_area) {#aspose.cells.pivot.PivotArea} Adds pivot area. @@ -20,6 +20,7 @@ Adds pivot area. ```python + def add(self, pivot_area): ... ``` @@ -30,13 +31,14 @@ def add(self, pivot_area): | pivot_area | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The pivot area. | -## add {#aspose.cells.CellArea} +## add(self, cell_area) {#aspose.cells.CellArea} Adds an area based on pivot table view. ```python + def add(self, cell_area): ... ``` diff --git a/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md index e9df52a050..7001c66a20 100644 --- a/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareacollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotArea} +## binary_search(self, item) {#aspose.cells.pivot.PivotArea} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md index 43074a50b1..69143434ec 100644 --- a/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotareacollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md b/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md index 1dbb47c54f..61685ad36a 100644 --- a/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareacollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotArea-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotArea-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotArea-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotArea-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md index ff2604c06d..6a2fe73906 100644 --- a/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivotareacollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareacollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotArea} +## last_index_of(self, item) {#aspose.cells.pivot.PivotArea} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotArea-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotArea-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotArea-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotArea-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafilter/__init__/_index.md b/english/aspose.cells.pivot/pivotareafilter/__init__/_index.md index 608c75be63..ea321a9f1c 100644 --- a/english/aspose.cells.pivot/pivotareafilter/__init__/_index.md +++ b/english/aspose.cells.pivot/pivotareafilter/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotareafilter/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PivotAreaFilter ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafilter/_index.md b/english/aspose.cells.pivot/pivotareafilter/_index.md index 90b3688296..73e267248b 100644 --- a/english/aspose.cells.pivot/pivotareafilter/_index.md +++ b/english/aspose.cells.pivot/pivotareafilter/_index.md @@ -19,7 +19,7 @@ The PivotAreaFilter type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivotareafilter/__init__/#) | Constructs a new instance of PivotAreaFilter | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivotareafilter/__init__/#) | Constructs a new instance of PivotAreaFilter | ### Properties @@ -31,8 +31,8 @@ The PivotAreaFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [is_subtotal_set](/cells/python-net/aspose.cells.pivot/pivotareafilter/is_subtotal_set/#aspose.cells.pivot.PivotFieldSubtotalType) | Gets which subtotal is set for this filter. | -| [set_subtotals](/cells/python-net/aspose.cells.pivot/pivotareafilter/set_subtotals/#aspose.cells.pivot.PivotFieldSubtotalType-bool) | Subtotal for the filter. | +| [`is_subtotal_set(self, subtotal_type)`](/cells/python-net/aspose.cells.pivot/pivotareafilter/is_subtotal_set/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets which subtotal is set for this filter. | +| [`set_subtotals(self, subtotal_type, shown)`](/cells/python-net/aspose.cells.pivot/pivotareafilter/set_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype-bool) | Subtotal for the filter. | diff --git a/english/aspose.cells.pivot/pivotareafilter/is_subtotal_set/_index.md b/english/aspose.cells.pivot/pivotareafilter/is_subtotal_set/_index.md index 5d436f1b35..d0adbcc385 100644 --- a/english/aspose.cells.pivot/pivotareafilter/is_subtotal_set/_index.md +++ b/english/aspose.cells.pivot/pivotareafilter/is_subtotal_set/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareafilter/is_subtotal_set/ is_root: false --- -## is_subtotal_set {#aspose.cells.pivot.PivotFieldSubtotalType} +## is_subtotal_set(self, subtotal_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Gets which subtotal is set for this filter. @@ -20,6 +20,7 @@ Gets which subtotal is set for this filter. ```python + def is_subtotal_set(self, subtotal_type): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafilter/set_subtotals/_index.md b/english/aspose.cells.pivot/pivotareafilter/set_subtotals/_index.md index 347e182784..02d01102be 100644 --- a/english/aspose.cells.pivot/pivotareafilter/set_subtotals/_index.md +++ b/english/aspose.cells.pivot/pivotareafilter/set_subtotals/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotareafilter/set_subtotals/ is_root: false --- -## set_subtotals {#aspose.cells.pivot.PivotFieldSubtotalType-bool} +## set_subtotals(self, subtotal_type, shown) {#aspose.cells.pivot.PivotFieldSubtotalType-bool} Subtotal for the filter. ```python + def set_subtotals(self, subtotal_type, shown): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/__init__/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/__init__/_index.md index 8c351127f9..43acbbc3f1 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/__init__/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotareafiltercollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PivotAreaFilterCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/_index.md index 0103475133..268d8d1606 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/_index.md @@ -19,7 +19,7 @@ The PivotAreaFilterCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/__init__/#) | Constructs a new instance of PivotAreaFilterCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/__init__/#) | Constructs a new instance of PivotAreaFilterCollection | ### Properties @@ -31,14 +31,14 @@ The PivotAreaFilterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/index_of/#aspose.cells.pivot.PivotAreaFilter-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/index_of/#aspose.cells.pivot.PivotAreaFilter-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.PivotAreaFilter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.PivotAreaFilter-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](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.PivotAreaFilter-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. | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/binary_search/#aspose.cells.pivot.PivotAreaFilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/index_of/#aspose.cells.pivot.pivotareafilter-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/index_of/#aspose.cells.pivot.pivotareafilter-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.pivotareafilter) | 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.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.pivotareafilter-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.pivot/pivotareafiltercollection/last_index_of/#aspose.cells.pivot.pivotareafilter-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection/binary_search/#aspose.cells.pivot.pivotareafilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/binary_search/_index.md index d51f73bf22..aec95c5bee 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareafiltercollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotAreaFilter} +## binary_search(self, item) {#aspose.cells.pivot.PivotAreaFilter} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/copy_to/_index.md index 7ef2796ba0..cd7baab029 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotareafiltercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/index_of/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/index_of/_index.md index cfcc25ce5b..12c5a5bec0 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareafiltercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotAreaFilter-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotAreaFilter-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotAreaFilter-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotAreaFilter-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotareafiltercollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotareafiltercollection/last_index_of/_index.md index aadfc8d690..64e7428573 100644 --- a/english/aspose.cells.pivot/pivotareafiltercollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivotareafiltercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotareafiltercollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotAreaFilter} +## last_index_of(self, item) {#aspose.cells.pivot.PivotAreaFilter} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotAreaFilter`](/cells/python-net/aspose.cells.pivot/pivotareafilter) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotAreaFilter-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotAreaFilter-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotAreaFilter-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotAreaFilter-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformat/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/_index.md index a170d527c8..51a57523c3 100644 --- a/english/aspose.cells.pivot/pivotconditionalformat/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformat/_index.md @@ -28,11 +28,11 @@ The PivotConditionalFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-str) | Adds an area of pivot field. | -| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Adds an area of pivot field. | -| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/#) | Gets all cell areas where this conditional format applies to. | -| [add_cell_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_cell_area/#aspose.cells.CellArea) | Adds an area based on pivot table view. | -| [apply_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/apply_to/#int-int-aspose.cells.pivot.PivotConditionFormatScopeType) | Applies the conditional format to range.
Only for the data region. | +| [`add_field_area(self, axis_type, field_name)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.pivotfieldtype-str) | Adds an area of pivot field. | +| [`add_field_area(self, axis_type, field)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.pivotfieldtype-aspose.cells.pivot.pivotfield) | Adds an area of pivot field. | +| [`get_cell_areas(self)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/#) | Gets all cell areas where this conditional format applies to. | +| [`add_cell_area(self, ca)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_cell_area/#aspose.cells.cellarea) | Adds an area based on pivot table view. | +| [`apply_to(self, row, column, scope)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/apply_to/#int-int-aspose.cells.pivot.pivotconditionformatscopetype) | Applies the conditional format to range.
Only for the data region. | diff --git a/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md index 04ca9cf250..6645e84146 100644 --- a/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformat/add_cell_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotconditionalformat/add_cell_area/ is_root: false --- -## add_cell_area {#aspose.cells.CellArea} +## add_cell_area(self, ca) {#aspose.cells.CellArea} Adds an area based on pivot table view. ```python + def add_cell_area(self, ca): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md index a2828cea36..9c3cc68634 100644 --- a/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformat/add_field_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotconditionalformat/add_field_area/ is_root: false --- -## add_field_area {#aspose.cells.pivot.PivotFieldType-str} +## add_field_area(self, axis_type, field_name) {#aspose.cells.pivot.PivotFieldType-str} Adds an area of pivot field. ```python + def add_field_area(self, axis_type, field_name): ... ``` @@ -26,13 +27,14 @@ def add_field_area(self, axis_type, field_name): | field_name | str | The name of pivot field. | -## add_field_area {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} +## add_field_area(self, axis_type, field) {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} Adds an area of pivot field. ```python + def add_field_area(self, axis_type, field): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md index 8adb936754..cf005efb20 100644 --- a/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformat/apply_to/ is_root: false --- -## apply_to {#int-int-aspose.cells.pivot.PivotConditionFormatScopeType} +## apply_to(self, row, column, scope) {#int-int-aspose.cells.pivot.PivotConditionFormatScopeType} Applies the conditional format to range. Only for the data region. @@ -16,6 +16,7 @@ Only for the data region. ```python + def apply_to(self, row, column, scope): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md index ba938c0436..da41c568da 100644 --- a/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformat/get_cell_areas/ is_root: false --- -## get_cell_areas {#} +## get_cell_areas(self) {#} Gets all cell areas where this conditional format applies to. @@ -20,6 +20,7 @@ Gets all cell areas where this conditional format applies to. ```python + def get_cell_areas(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md index d03ac8f63a..1a7b60df4c 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/_index.md @@ -25,15 +25,15 @@ The PivotConditionalFormatCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.PivotConditionalFormat-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.PivotConditionalFormat-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat-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](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.PivotConditionalFormat-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. | -| [add](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/add/#) | Adds a pivot FormatCondition to the collection. | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/#aspose.cells.pivot.PivotConditionalFormat) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.pivotconditionalformat-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/index_of/#aspose.cells.pivot.pivotconditionalformat-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.pivotconditionalformat) | 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.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.pivotconditionalformat-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.pivot/pivotconditionalformatcollection/last_index_of/#aspose.cells.pivot.pivotconditionalformat-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. | +| [`add(self)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/add/#) | Adds a pivot FormatCondition to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/#aspose.cells.pivot.pivotconditionalformat) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md index 0be18d1bcf..b40f6bafe3 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformatcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds a pivot FormatCondition to the collection. @@ -20,6 +20,7 @@ pivot FormatCondition object index. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md index 4755185ad2..a3fbf75a26 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformatcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotConditionalFormat} +## binary_search(self, item) {#aspose.cells.pivot.PivotConditionalFormat} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md index 9ad727b432..8bc9410c36 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotconditionalformatcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md index 3952cbd265..35eaea069e 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformatcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotConditionalFormat-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotConditionalFormat-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotConditionalFormat-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotConditionalFormat-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md index 8b6fe7a3e7..2691c75781 100644 --- a/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotconditionalformatcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotConditionalFormat} +## last_index_of(self, item) {#aspose.cells.pivot.PivotConditionalFormat} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotConditionalFormat-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotConditionalFormat-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotConditionalFormat-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotConditionalFormat-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md index 6b13f7df7f..9f6d8c7d81 100644 --- a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md +++ b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/_index.md @@ -34,7 +34,7 @@ The PivotDateTimeRangeGroupSettings type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [is_grouped_by](/cells/python-net/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/#aspose.cells.pivot.PivotGroupByType) | Check whether the field is grouped by the type. | +| [`is_grouped_by(self, type)`](/cells/python-net/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/#aspose.cells.pivot.pivotgroupbytype) | Check whether the field is grouped by the type. | diff --git a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/_index.md b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/_index.md index e9d3d6b5e2..2025ec9672 100644 --- a/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/_index.md +++ b/english/aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotdatetimerangegroupsettings/is_grouped_by/ is_root: false --- -## is_grouped_by {#aspose.cells.pivot.PivotGroupByType} +## is_grouped_by(self, type) {#aspose.cells.pivot.PivotGroupByType} Check whether the field is grouped by the type. @@ -20,6 +20,7 @@ Check whether the field is grouped by the type. ```python + def is_grouped_by(self, type): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/_index.md b/english/aspose.cells.pivot/pivotfield/_index.md index 72ff1b8ebf..45328b2b8b 100644 --- a/english/aspose.cells.pivot/pivotfield/_index.md +++ b/english/aspose.cells.pivot/pivotfield/_index.md @@ -70,34 +70,34 @@ The PivotField type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [group_by](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#float-bool) | Automatically group the field with internal | -| [group_by](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#DateTime-DateTime-list-float-bool) | Group the file by the date group types. | -| [group_by](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#float-float-float-bool) | Group the file by number. | -| [group_by](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#list-bool) | Custom group the field. | -| [sort_by](/cells/python-net/aspose.cells.pivot/pivotfield/sort_by/#aspose.cells.SortOrder-int) | Sorts this pivot field. | -| [sort_by](/cells/python-net/aspose.cells.pivot/pivotfield/sort_by/#aspose.cells.SortOrder-int-aspose.cells.pivot.PivotLineType-str) | Sorts this pivot field. | -| [hide_item](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item/#int-bool) | Sets whether the specific PivotItem in a data field is hidden. | -| [hide_item](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item/#str-bool) | Sets whether the specific PivotItem in a data field is hidden. | -| [init_pivot_items](/cells/python-net/aspose.cells.pivot/pivotfield/init_pivot_items/#) | Init the pivot items of the pivot field | -| [ungroup](/cells/python-net/aspose.cells.pivot/pivotfield/ungroup/#) | Ungroup the pivot field. | -| [get_pivot_filter_by_type](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/#aspose.cells.pivot.PivotFilterType) | Gets the pivot filter of the pivot field by type | -| [get_pivot_filters](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filters/#) | Gets the pivot filters of the pivot field | -| [get_filters](/cells/python-net/aspose.cells.pivot/pivotfield/get_filters/#) | Gets all pivot filters of this pivot field. | -| [clear_filter](/cells/python-net/aspose.cells.pivot/pivotfield/clear_filter/#) | Clears filter setting on this pivot field. | -| [filter_top10](/cells/python-net/aspose.cells.pivot/pivotfield/filter_top10/#int-aspose.cells.pivot.PivotFilterType-bool-int) | Filters by values of data pivot field. | -| [filter_by_value](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_value/#int-aspose.cells.pivot.PivotFilterType-float-float) | Filters by values of data pivot field. | -| [filter_by_label](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_label/#aspose.cells.pivot.PivotFilterType-str-str) | Filters by captions of row or column pivot field. | -| [filter_by_date](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_date/#aspose.cells.pivot.PivotFilterType-DateTime-DateTime) | Filters by date setting of row or column pivot field. | -| [get_calculated_field_formula](/cells/python-net/aspose.cells.pivot/pivotfield/get_calculated_field_formula/#) | Get the formula string of the specified calculated field . | -| [get_formula](/cells/python-net/aspose.cells.pivot/pivotfield/get_formula/#) | Gets formula of the calculated field . | -| [set_subtotals](/cells/python-net/aspose.cells.pivot/pivotfield/set_subtotals/#aspose.cells.pivot.PivotFieldSubtotalType-bool) | Sets whether the specified field shows that subtotals. | -| [get_subtotals](/cells/python-net/aspose.cells.pivot/pivotfield/get_subtotals/#aspose.cells.pivot.PivotFieldSubtotalType) | Indicates whether showing specified subtotal. | -| [show_values_as](/cells/python-net/aspose.cells.pivot/pivotfield/show_values_as/#aspose.cells.pivot.PivotFieldDataDisplayFormat-int-aspose.cells.pivot.PivotItemPositionType-int) | Shows values of data field as different display format when the ShowDataAs calculation is in use. | -| [is_hidden_item](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item/#int) | Gets whether the specific PivotItem is hidden. | -| [is_hidden_item_detail](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item_detail/#int) | Gets whether hidding the detail of the specific PivotItem.. | -| [hide_item_detail](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item_detail/#int-bool) | Sets whether the specific PivotItem in a pivot field is hidden detail. | -| [hide_detail](/cells/python-net/aspose.cells.pivot/pivotfield/hide_detail/#bool) | Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. | -| [add_calculated_item](/cells/python-net/aspose.cells.pivot/pivotfield/add_calculated_item/#str-str) | Add a calculated formula item to the pivot field. | +| [`group_by(self, interval, new_field)`](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#float-bool) | Automatically group the field with internal | +| [`group_by(self, start, end, groups, interval, first_as_new_field)`](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#datetime-datetime-list-float-bool) | Group the file by the date group types. | +| [`group_by(self, start, end, interval, new_field)`](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#float-float-float-bool) | Group the file by number. | +| [`group_by(self, custom_group_items, new_field)`](/cells/python-net/aspose.cells.pivot/pivotfield/group_by/#list-bool) | Custom group the field. | +| [`sort_by(self, sort_type, field_sorted_by)`](/cells/python-net/aspose.cells.pivot/pivotfield/sort_by/#aspose.cells.sortorder-int) | Sorts this pivot field. | +| [`sort_by(self, sort_type, field_sorted_by, data_type, cell_name)`](/cells/python-net/aspose.cells.pivot/pivotfield/sort_by/#aspose.cells.sortorder-int-aspose.cells.pivot.pivotlinetype-str) | Sorts this pivot field. | +| [`hide_item(self, index, is_hidden)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item/#int-bool) | Sets whether the specific PivotItem in a data field is hidden. | +| [`hide_item(self, item_value, is_hidden)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item/#str-bool) | Sets whether the specific PivotItem in a data field is hidden. | +| [`init_pivot_items(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/init_pivot_items/#) | Init the pivot items of the pivot field | +| [`ungroup(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/ungroup/#) | Ungroup the pivot field. | +| [`get_pivot_filter_by_type(self, type)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/#aspose.cells.pivot.pivotfiltertype) | Gets the pivot filter of the pivot field by type | +| [`get_pivot_filters(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_pivot_filters/#) | Gets the pivot filters of the pivot field | +| [`get_filters(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_filters/#) | Gets all pivot filters of this pivot field. | +| [`clear_filter(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/clear_filter/#) | Clears filter setting on this pivot field. | +| [`filter_top10(self, value_field_index, type, is_top, item_count)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_top10/#int-aspose.cells.pivot.pivotfiltertype-bool-int) | Filters by values of data pivot field. | +| [`filter_by_value(self, value_field_index, type, value1, value2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_value/#int-aspose.cells.pivot.pivotfiltertype-float-float) | Filters by values of data pivot field. | +| [`filter_by_label(self, type, label1, label2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_label/#aspose.cells.pivot.pivotfiltertype-str-str) | Filters by captions of row or column pivot field. | +| [`filter_by_date(self, type, date_time1, date_time2)`](/cells/python-net/aspose.cells.pivot/pivotfield/filter_by_date/#aspose.cells.pivot.pivotfiltertype-datetime-datetime) | Filters by date setting of row or column pivot field. | +| [`get_calculated_field_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_calculated_field_formula/#) | Get the formula string of the specified calculated field . | +| [`get_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_formula/#) | Gets formula of the calculated field . | +| [`set_subtotals(self, subtotal_type, shown)`](/cells/python-net/aspose.cells.pivot/pivotfield/set_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype-bool) | Sets whether the specified field shows that subtotals. | +| [`get_subtotals(self, subtotal_type)`](/cells/python-net/aspose.cells.pivot/pivotfield/get_subtotals/#aspose.cells.pivot.pivotfieldsubtotaltype) | Indicates whether showing specified subtotal. | +| [`show_values_as(self, display_format, base_field, base_item_position_type, base_item)`](/cells/python-net/aspose.cells.pivot/pivotfield/show_values_as/#aspose.cells.pivot.pivotfielddatadisplayformat-int-aspose.cells.pivot.pivotitempositiontype-int) | Shows values of data field as different display format when the ShowDataAs calculation is in use. | +| [`is_hidden_item(self, index)`](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item/#int) | Gets whether the specific PivotItem is hidden. | +| [`is_hidden_item_detail(self, index)`](/cells/python-net/aspose.cells.pivot/pivotfield/is_hidden_item_detail/#int) | Gets whether hidding the detail of the specific PivotItem.. | +| [`hide_item_detail(self, index, is_hidden_detail)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_item_detail/#int-bool) | Sets whether the specific PivotItem in a pivot field is hidden detail. | +| [`hide_detail(self, is_hidden_detail)`](/cells/python-net/aspose.cells.pivot/pivotfield/hide_detail/#bool) | Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. | +| [`add_calculated_item(self, name, formula)`](/cells/python-net/aspose.cells.pivot/pivotfield/add_calculated_item/#str-str) | Add a calculated formula item to the pivot field. | diff --git a/english/aspose.cells.pivot/pivotfield/add_calculated_item/_index.md b/english/aspose.cells.pivot/pivotfield/add_calculated_item/_index.md index 55bf8554a5..76d9f514d8 100644 --- a/english/aspose.cells.pivot/pivotfield/add_calculated_item/_index.md +++ b/english/aspose.cells.pivot/pivotfield/add_calculated_item/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/add_calculated_item/ is_root: false --- -## add_calculated_item {#str-str} +## add_calculated_item(self, name, formula) {#str-str} Add a calculated formula item to the pivot field. ```python + def add_calculated_item(self, name, formula): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/clear_filter/_index.md b/english/aspose.cells.pivot/pivotfield/clear_filter/_index.md index 32f3b0778c..e3e25f6e6b 100644 --- a/english/aspose.cells.pivot/pivotfield/clear_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfield/clear_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/clear_filter/ is_root: false --- -## clear_filter {#} +## clear_filter(self) {#} Clears filter setting on this pivot field. ```python + def clear_filter(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md b/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md index aefc6b6ee4..84e997d440 100644 --- a/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md +++ b/english/aspose.cells.pivot/pivotfield/filter_by_date/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/filter_by_date/ is_root: false --- -## filter_by_date {#aspose.cells.pivot.PivotFilterType-DateTime-DateTime} +## filter_by_date(self, type, date_time1, date_time2) {#aspose.cells.pivot.PivotFilterType-DateTime-DateTime} Filters by date setting of row or column pivot field. ```python + def filter_by_date(self, type, date_time1, date_time2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/filter_by_label/_index.md b/english/aspose.cells.pivot/pivotfield/filter_by_label/_index.md index 36f78850de..e2bf10e082 100644 --- a/english/aspose.cells.pivot/pivotfield/filter_by_label/_index.md +++ b/english/aspose.cells.pivot/pivotfield/filter_by_label/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/filter_by_label/ is_root: false --- -## filter_by_label {#aspose.cells.pivot.PivotFilterType-str-str} +## filter_by_label(self, type, label1, label2) {#aspose.cells.pivot.PivotFilterType-str-str} Filters by captions of row or column pivot field. ```python + def filter_by_label(self, type, label1, label2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/filter_by_value/_index.md b/english/aspose.cells.pivot/pivotfield/filter_by_value/_index.md index 92d781fd99..f119f9041d 100644 --- a/english/aspose.cells.pivot/pivotfield/filter_by_value/_index.md +++ b/english/aspose.cells.pivot/pivotfield/filter_by_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/filter_by_value/ is_root: false --- -## filter_by_value {#int-aspose.cells.pivot.PivotFilterType-float-float} +## filter_by_value(self, value_field_index, type, value1, value2) {#int-aspose.cells.pivot.PivotFilterType-float-float} Filters by values of data pivot field. ```python + def filter_by_value(self, value_field_index, type, value1, value2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/filter_top10/_index.md b/english/aspose.cells.pivot/pivotfield/filter_top10/_index.md index 0bc88c8d21..a4789e7c8a 100644 --- a/english/aspose.cells.pivot/pivotfield/filter_top10/_index.md +++ b/english/aspose.cells.pivot/pivotfield/filter_top10/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/filter_top10/ is_root: false --- -## filter_top10 {#int-aspose.cells.pivot.PivotFilterType-bool-int} +## filter_top10(self, value_field_index, type, is_top, item_count) {#int-aspose.cells.pivot.PivotFilterType-bool-int} Filters by values of data pivot field. ```python + def filter_top10(self, value_field_index, type, is_top, item_count): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md b/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md index dc05c830c7..b2d0752e13 100644 --- a/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/get_calculated_field_formula/ is_root: false --- -## get_calculated_field_formula {#} +## get_calculated_field_formula(self) {#} Get the formula string of the specified calculated field . ```python + def get_calculated_field_formula(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_filters/_index.md b/english/aspose.cells.pivot/pivotfield/get_filters/_index.md index 35331cf568..39e46d830f 100644 --- a/english/aspose.cells.pivot/pivotfield/get_filters/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_filters/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/get_filters/ is_root: false --- -## get_filters {#} +## get_filters(self) {#} Gets all pivot filters of this pivot field. ```python + def get_filters(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_formula/_index.md b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md index 17f93a1e26..53926c4c94 100644 --- a/english/aspose.cells.pivot/pivotfield/get_formula/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/get_formula/ is_root: false --- -## get_formula {#} +## get_formula(self) {#} Gets formula of the calculated field . ```python + def get_formula(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md b/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md index 5b6fb376fa..abe7b45911 100644 --- a/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/ is_root: false --- -## get_pivot_filter_by_type {#aspose.cells.pivot.PivotFilterType} +## get_pivot_filter_by_type(self, type) {#aspose.cells.pivot.PivotFilterType} Gets the pivot filter of the pivot field by type ```python + def get_pivot_filter_by_type(self, type): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md b/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md index 4553719df0..00b1493859 100644 --- a/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/get_pivot_filters/ is_root: false --- -## get_pivot_filters {#} +## get_pivot_filters(self) {#} Gets the pivot filters of the pivot field ```python + def get_pivot_filters(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md index 2d49487fa1..3bd8347118 100644 --- a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md +++ b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfield/get_subtotals/ is_root: false --- -## get_subtotals {#aspose.cells.pivot.PivotFieldSubtotalType} +## get_subtotals(self, subtotal_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Indicates whether showing specified subtotal. @@ -20,6 +20,7 @@ Returns whether showing specified subtotal. ```python + def get_subtotals(self, subtotal_type): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/group_by/_index.md b/english/aspose.cells.pivot/pivotfield/group_by/_index.md index 7175b668b5..40693dd775 100644 --- a/english/aspose.cells.pivot/pivotfield/group_by/_index.md +++ b/english/aspose.cells.pivot/pivotfield/group_by/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.pivot/pivotfield/group_by/ is_root: false --- -## group_by {#float-bool} +## group_by(self, interval, new_field) {#float-bool} Automatically group the field with internal -```python +```python + def group_by(self, interval, new_field): - ... + ... ``` @@ -26,7 +27,7 @@ def group_by(self, interval, new_field): | new_field | bool | Indicates whether adding a new field to the pivottable. | -## group_by {#list-bool} +## group_by(self, custom_group_items, new_field) {#list-bool} Custom group the field. @@ -37,9 +38,10 @@ Custom group the field. False means this field could not be grouped by date time. -```python +```python + def group_by(self, custom_group_items, new_field): - ... + ... ``` @@ -49,7 +51,7 @@ def group_by(self, custom_group_items, new_field): | new_field | bool | Indicates whether adding a new field to the pivottable | -## group_by {#float-float-float-bool} +## group_by(self, start, end, interval, new_field) {#float-float-float-bool} Group the file by number. @@ -60,9 +62,10 @@ Group the file by number. False means this field could not be grouped by date time. -```python +```python + def group_by(self, start, end, interval, new_field): - ... + ... ``` @@ -74,7 +77,7 @@ def group_by(self, start, end, interval, new_field): | new_field | bool | Indicates whether adding a new field to the pivottable | -## group_by {#DateTime-DateTime-list-float-bool} +## group_by(self, start, end, groups, interval, first_as_new_field) {#DateTime-DateTime-list-float-bool} Group the file by the date group types. @@ -85,9 +88,10 @@ Group the file by the date group types. False means this field could not be grouped by date time. -```python +```python + def group_by(self, start, end, groups, interval, first_as_new_field): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md index 6493866fea..ed51df4c66 100644 --- a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md +++ b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/hide_detail/ is_root: false --- -## hide_detail {#bool} +## hide_detail(self, is_hidden_detail) {#bool} Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field. ```python + def hide_detail(self, is_hidden_detail): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md index 74b6959642..7ed68f8e93 100644 --- a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md +++ b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/hide_item/ is_root: false --- -## hide_item {#int-bool} +## hide_item(self, index, is_hidden) {#int-bool} Sets whether the specific PivotItem in a data field is hidden. ```python + def hide_item(self, index, is_hidden): ... ``` @@ -26,13 +27,14 @@ def hide_item(self, index, is_hidden): | is_hidden | bool | whether the specific PivotItem is hidden | -## hide_item {#str-bool} +## hide_item(self, item_value, is_hidden) {#str-bool} Sets whether the specific PivotItem in a data field is hidden. ```python + def hide_item(self, item_value, is_hidden): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md b/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md index d7448403ac..c01240302e 100644 --- a/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md +++ b/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/hide_item_detail/ is_root: false --- -## hide_item_detail {#int-bool} +## hide_item_detail(self, index, is_hidden_detail) {#int-bool} Sets whether the specific PivotItem in a pivot field is hidden detail. ```python + def hide_item_detail(self, index, is_hidden_detail): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md b/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md index e16e179aa7..a5c35f72fc 100644 --- a/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md +++ b/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/init_pivot_items/ is_root: false --- -## init_pivot_items {#} +## init_pivot_items(self) {#} Init the pivot items of the pivot field ```python + def init_pivot_items(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md b/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md index 13137eccca..e36a6dde74 100644 --- a/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md +++ b/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfield/is_hidden_item/ is_root: false --- -## is_hidden_item {#int} +## is_hidden_item(self, index) {#int} Gets whether the specific PivotItem is hidden. @@ -20,6 +20,7 @@ whether the specific PivotItem is hidden ```python + def is_hidden_item(self, index): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md index 078be80b74..3697deced8 100644 --- a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md +++ b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfield/is_hidden_item_detail/ is_root: false --- -## is_hidden_item_detail {#int} +## is_hidden_item_detail(self, index) {#int} Gets whether hidding the detail of the specific PivotItem.. @@ -20,6 +20,7 @@ whether the specific PivotItem is hidden detail ```python + def is_hidden_item_detail(self, index): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md index 898f154413..bf5c2e62e7 100644 --- a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md +++ b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/set_subtotals/ is_root: false --- -## set_subtotals {#aspose.cells.pivot.PivotFieldSubtotalType-bool} +## set_subtotals(self, subtotal_type, shown) {#aspose.cells.pivot.PivotFieldSubtotalType-bool} Sets whether the specified field shows that subtotals. ```python + def set_subtotals(self, subtotal_type, shown): ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md b/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md index 2f409327a7..745ff8157f 100644 --- a/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md +++ b/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.pivot/pivotfield/show_values_as/ is_root: false --- -## show_values_as {#aspose.cells.pivot.PivotFieldDataDisplayFormat-int-aspose.cells.pivot.PivotItemPositionType-int} +## show_values_as(self, display_format, base_field, base_item_position_type, base_item) {#aspose.cells.pivot.PivotFieldDataDisplayFormat-int-aspose.cells.pivot.PivotItemPositionType-int} Shows values of data field as different display format when the ShowDataAs calculation is in use. -```python +```python + def show_values_as(self, display_format, base_field, base_item_position_type, base_item): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/sort_by/_index.md b/english/aspose.cells.pivot/pivotfield/sort_by/_index.md index d1708505fe..097bb0fec0 100644 --- a/english/aspose.cells.pivot/pivotfield/sort_by/_index.md +++ b/english/aspose.cells.pivot/pivotfield/sort_by/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.pivot/pivotfield/sort_by/ is_root: false --- -## sort_by {#aspose.cells.SortOrder-int} +## sort_by(self, sort_type, field_sorted_by) {#aspose.cells.SortOrder-int} Sorts this pivot field. -```python +```python + def sort_by(self, sort_type, field_sorted_by): - ... + ... ``` @@ -26,15 +27,16 @@ def sort_by(self, sort_type, field_sorted_by): | field_sorted_by | int | The index of pivot field sorted by.
-1 means sorting by data labels of this field, others mean the index of data field sorted by. | -## sort_by {#aspose.cells.SortOrder-int-aspose.cells.pivot.PivotLineType-str} +## sort_by(self, sort_type, field_sorted_by, data_type, cell_name) {#aspose.cells.SortOrder-int-aspose.cells.pivot.PivotLineType-str} Sorts this pivot field. -```python +```python + def sort_by(self, sort_type, field_sorted_by, data_type, cell_name): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivotfield/ungroup/_index.md b/english/aspose.cells.pivot/pivotfield/ungroup/_index.md index 796690d112..7226b6573a 100644 --- a/english/aspose.cells.pivot/pivotfield/ungroup/_index.md +++ b/english/aspose.cells.pivot/pivotfield/ungroup/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfield/ungroup/ is_root: false --- -## ungroup {#} +## ungroup(self) {#} Ungroup the pivot field. ```python + def ungroup(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldcollection/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/_index.md index 7c1419c998..0d6a0a18fb 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/_index.md @@ -35,10 +35,10 @@ Gets the PivotField Object at the specific index. ### Methods | Method | Description | | :- | :- | -| [add_by_base_index](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/#int) | Adds a PivotField Object to the specific type PivotFields. | -| [add](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add/#aspose.cells.pivot.PivotField) | Adds a PivotField Object to the specific type PivotFields. | -| [clear](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/clear/#) | clear all fields of PivotFieldCollection | -| [move](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/move/#int-int) | Moves the PivotField from current position to destination position | +| [`add_by_base_index(self, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/#int) | Adds a PivotField Object to the specific type PivotFields. | +| [`add(self, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/add/#aspose.cells.pivot.pivotfield) | Adds a PivotField Object to the specific type PivotFields. | +| [`clear(self)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/clear/#) | clear all fields of PivotFieldCollection | +| [`move(self, curr_pos, dest_pos)`](/cells/python-net/aspose.cells.pivot/pivotfieldcollection/move/#int-int) | Moves the PivotField from current position to destination position | diff --git a/english/aspose.cells.pivot/pivotfieldcollection/add/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/add/_index.md index e155314bf0..222d0ea73a 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/add/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfieldcollection/add/ is_root: false --- -## add {#aspose.cells.pivot.PivotField} +## add(self, pivot_field) {#aspose.cells.pivot.PivotField} Adds a PivotField Object to the specific type PivotFields. @@ -20,6 +20,7 @@ the index of the PivotField Object in this PivotFields. ```python + def add(self, pivot_field): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/_index.md index c6472fc452..29c4f60057 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/add_by_base_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfieldcollection/add_by_base_index/ is_root: false --- -## add_by_base_index {#int} +## add_by_base_index(self, base_field_index) {#int} Adds a PivotField Object to the specific type PivotFields. @@ -20,6 +20,7 @@ the index of the PivotField Object in this PivotFields. ```python + def add_by_base_index(self, base_field_index): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldcollection/clear/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/clear/_index.md index dbb867fcb4..c85ebfae49 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/clear/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfieldcollection/clear/ is_root: false --- -## clear {#} +## clear(self) {#} clear all fields of PivotFieldCollection ```python + def clear(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md b/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md index ddcc090fea..c55a515575 100644 --- a/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md +++ b/english/aspose.cells.pivot/pivotfieldcollection/move/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfieldcollection/move/ is_root: false --- -## move {#int-int} +## move(self, curr_pos, dest_pos) {#int-int} Moves the PivotField from current position to destination position ```python + def move(self, curr_pos, dest_pos): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldgroupsettings/__init__/_index.md b/english/aspose.cells.pivot/pivotfieldgroupsettings/__init__/_index.md index 675fe669fe..711ac43436 100644 --- a/english/aspose.cells.pivot/pivotfieldgroupsettings/__init__/_index.md +++ b/english/aspose.cells.pivot/pivotfieldgroupsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfieldgroupsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PivotFieldGroupSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md b/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md index ee96c47a01..428ab4ac9d 100644 --- a/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md +++ b/english/aspose.cells.pivot/pivotfieldgroupsettings/_index.md @@ -19,7 +19,7 @@ The PivotFieldGroupSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivotfieldgroupsettings/__init__/#) | Constructs a new instance of PivotFieldGroupSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivotfieldgroupsettings/__init__/#) | Constructs a new instance of PivotFieldGroupSettings | ### Properties diff --git a/english/aspose.cells.pivot/pivotfilter/_index.md b/english/aspose.cells.pivot/pivotfilter/_index.md index 0f8a9400c0..339ecdeb9a 100644 --- a/english/aspose.cells.pivot/pivotfilter/_index.md +++ b/english/aspose.cells.pivot/pivotfilter/_index.md @@ -37,10 +37,10 @@ The PivotFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_top_10_value](/cells/python-net/aspose.cells.pivot/pivotfilter/get_top_10_value/#) | Gets top 10 setting of the filter. | -| [get_labels](/cells/python-net/aspose.cells.pivot/pivotfilter/get_labels/#) | Gets labels of the caption filter. | -| [get_number_values](/cells/python-net/aspose.cells.pivot/pivotfilter/get_number_values/#) | Gets values of the number filter. | -| [get_date_time_values](/cells/python-net/aspose.cells.pivot/pivotfilter/get_date_time_values/#) | Gets values of the number filter. | +| [`get_top_10_value(self)`](/cells/python-net/aspose.cells.pivot/pivotfilter/get_top_10_value/#) | Gets top 10 setting of the filter. | +| [`get_labels(self)`](/cells/python-net/aspose.cells.pivot/pivotfilter/get_labels/#) | Gets labels of the caption filter. | +| [`get_number_values(self)`](/cells/python-net/aspose.cells.pivot/pivotfilter/get_number_values/#) | Gets values of the number filter. | +| [`get_date_time_values(self)`](/cells/python-net/aspose.cells.pivot/pivotfilter/get_date_time_values/#) | Gets values of the number filter. | diff --git a/english/aspose.cells.pivot/pivotfilter/get_date_time_values/_index.md b/english/aspose.cells.pivot/pivotfilter/get_date_time_values/_index.md index 84e1af6f51..41973fc141 100644 --- a/english/aspose.cells.pivot/pivotfilter/get_date_time_values/_index.md +++ b/english/aspose.cells.pivot/pivotfilter/get_date_time_values/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfilter/get_date_time_values/ is_root: false --- -## get_date_time_values {#} +## get_date_time_values(self) {#} Gets values of the number filter. @@ -20,6 +20,7 @@ Gets values of the number filter. ```python + def get_date_time_values(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfilter/get_labels/_index.md b/english/aspose.cells.pivot/pivotfilter/get_labels/_index.md index 2ab1142714..8a56bb7ea9 100644 --- a/english/aspose.cells.pivot/pivotfilter/get_labels/_index.md +++ b/english/aspose.cells.pivot/pivotfilter/get_labels/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfilter/get_labels/ is_root: false --- -## get_labels {#} +## get_labels(self) {#} Gets labels of the caption filter. @@ -20,6 +20,7 @@ Gets labels of the caption filter. ```python + def get_labels(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfilter/get_number_values/_index.md b/english/aspose.cells.pivot/pivotfilter/get_number_values/_index.md index ada71f56c5..cf7c9de4f2 100644 --- a/english/aspose.cells.pivot/pivotfilter/get_number_values/_index.md +++ b/english/aspose.cells.pivot/pivotfilter/get_number_values/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfilter/get_number_values/ is_root: false --- -## get_number_values {#} +## get_number_values(self) {#} Gets values of the number filter. @@ -20,6 +20,7 @@ Gets values of the number filter. ```python + def get_number_values(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfilter/get_top_10_value/_index.md b/english/aspose.cells.pivot/pivotfilter/get_top_10_value/_index.md index 7592858dab..c7284574d8 100644 --- a/english/aspose.cells.pivot/pivotfilter/get_top_10_value/_index.md +++ b/english/aspose.cells.pivot/pivotfilter/get_top_10_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfilter/get_top_10_value/ is_root: false --- -## get_top_10_value {#} +## get_top_10_value(self) {#} Gets top 10 setting of the filter. ```python + def get_top_10_value(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/_index.md index 5c763ab58d..e443b45956 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/_index.md @@ -25,20 +25,20 @@ The PivotFilterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/index_of/#aspose.cells.pivot.PivotFilter-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/index_of/#aspose.cells.pivot.PivotFilter-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.PivotFilter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.PivotFilter-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](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.PivotFilter-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. | -| [add](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add/#int-aspose.cells.pivot.PivotFilterType) | Adds a PivotFilter Object to the specific type | -| [add_top_10_filter](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/#int-int-aspose.cells.pivot.PivotFilterType-bool-int) | Filters by values of data pivot field. | -| [add_value_filter](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_value_filter/#int-int-aspose.cells.pivot.PivotFilterType-float-float) | Filters by values of data pivot field. | -| [add_label_filter](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_label_filter/#int-aspose.cells.pivot.PivotFilterType-str-str) | Filters by captions of row or column pivot field. | -| [add_date_filter](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_date_filter/#int-aspose.cells.pivot.PivotFilterType-DateTime-DateTime) | Filters by date setting of row or column pivot field. | -| [clear_filter](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/clear_filter/#int) | Clear PivotFilter from the specific PivotField | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/binary_search/#aspose.cells.pivot.PivotFilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/index_of/#aspose.cells.pivot.pivotfilter-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/index_of/#aspose.cells.pivot.pivotfilter-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.pivotfilter) | 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.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.pivotfilter-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.pivot/pivotfiltercollection/last_index_of/#aspose.cells.pivot.pivotfilter-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. | +| [`add(self, field_index, type)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add/#int-aspose.cells.pivot.pivotfiltertype) | Adds a PivotFilter Object to the specific type | +| [`add_top_10_filter(self, base_field_index, value_field_index, type, is_top, item_count)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/#int-int-aspose.cells.pivot.pivotfiltertype-bool-int) | Filters by values of data pivot field. | +| [`add_value_filter(self, base_field_index, value_field_index, type, value1, value2)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_value_filter/#int-int-aspose.cells.pivot.pivotfiltertype-float-float) | Filters by values of data pivot field. | +| [`add_label_filter(self, base_field_index, type, label1, label2)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_label_filter/#int-aspose.cells.pivot.pivotfiltertype-str-str) | Filters by captions of row or column pivot field. | +| [`add_date_filter(self, base_field_index, type, date_time1, date_time2)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/add_date_filter/#int-aspose.cells.pivot.pivotfiltertype-datetime-datetime) | Filters by date setting of row or column pivot field. | +| [`clear_filter(self, field_index)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/clear_filter/#int) | Clear PivotFilter from the specific PivotField | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection/binary_search/#aspose.cells.pivot.pivotfilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivotfiltercollection/add/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/add/_index.md index d9480ac75f..7cbb00ec85 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/add/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfiltercollection/add/ is_root: false --- -## add {#int-aspose.cells.pivot.PivotFilterType} +## add(self, field_index, type) {#int-aspose.cells.pivot.PivotFilterType} Adds a PivotFilter Object to the specific type @@ -20,6 +20,7 @@ the index of the PivotFilter Object in this PivotFilterCollection. ```python + def add(self, field_index, type): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/add_date_filter/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/add_date_filter/_index.md index a3efc20fce..caeb2f4852 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/add_date_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/add_date_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/add_date_filter/ is_root: false --- -## add_date_filter {#int-aspose.cells.pivot.PivotFilterType-DateTime-DateTime} +## add_date_filter(self, base_field_index, type, date_time1, date_time2) {#int-aspose.cells.pivot.PivotFilterType-DateTime-DateTime} Filters by date setting of row or column pivot field. ```python + def add_date_filter(self, base_field_index, type, date_time1, date_time2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/add_label_filter/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/add_label_filter/_index.md index 213c406c8c..dcc5f564f3 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/add_label_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/add_label_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/add_label_filter/ is_root: false --- -## add_label_filter {#int-aspose.cells.pivot.PivotFilterType-str-str} +## add_label_filter(self, base_field_index, type, label1, label2) {#int-aspose.cells.pivot.PivotFilterType-str-str} Filters by captions of row or column pivot field. ```python + def add_label_filter(self, base_field_index, type, label1, label2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/_index.md index 9407822446..1d93bc3826 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/add_top_10_filter/ is_root: false --- -## add_top_10_filter {#int-int-aspose.cells.pivot.PivotFilterType-bool-int} +## add_top_10_filter(self, base_field_index, value_field_index, type, is_top, item_count) {#int-int-aspose.cells.pivot.PivotFilterType-bool-int} Filters by values of data pivot field. ```python + def add_top_10_filter(self, base_field_index, value_field_index, type, is_top, item_count): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/add_value_filter/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/add_value_filter/_index.md index 22387401b1..433b849545 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/add_value_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/add_value_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/add_value_filter/ is_root: false --- -## add_value_filter {#int-int-aspose.cells.pivot.PivotFilterType-float-float} +## add_value_filter(self, base_field_index, value_field_index, type, value1, value2) {#int-int-aspose.cells.pivot.PivotFilterType-float-float} Filters by values of data pivot field. ```python + def add_value_filter(self, base_field_index, value_field_index, type, value1, value2): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/binary_search/_index.md index 8b9afd96fb..16eddb1b96 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfiltercollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotFilter} +## binary_search(self, item) {#aspose.cells.pivot.PivotFilter} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/clear_filter/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/clear_filter/_index.md index 98a7084e9c..2b2d90bca0 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/clear_filter/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/clear_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/clear_filter/ is_root: false --- -## clear_filter {#int} +## clear_filter(self, field_index) {#int} Clear PivotFilter from the specific PivotField ```python + def clear_filter(self, field_index): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/copy_to/_index.md index cd6a533d65..2c66e3ccd2 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotfiltercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/index_of/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/index_of/_index.md index 7cd14f6345..00cb94730c 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfiltercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotFilter-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotFilter-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotFilter-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotFilter-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotfiltercollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotfiltercollection/last_index_of/_index.md index f0c5b3cc5f..43d2d34ef0 100644 --- a/english/aspose.cells.pivot/pivotfiltercollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivotfiltercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotfiltercollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotFilter} +## last_index_of(self, item) {#aspose.cells.pivot.PivotFilter} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotFilter`](/cells/python-net/aspose.cells.pivot/pivotfilter) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotFilter-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotFilter-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotFilter-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotFilter-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatcondition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/_index.md index a350872ac1..70e8521bc9 100644 --- a/english/aspose.cells.pivot/pivotformatcondition/_index.md +++ b/english/aspose.cells.pivot/pivotformatcondition/_index.md @@ -25,13 +25,13 @@ The PivotFormatCondition type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#str) | | -| [add_data_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#aspose.cells.pivot.PivotField) | | -| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#str) | | -| [add_row_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#aspose.cells.pivot.PivotField) | | -| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#str) | | -| [add_column_area_condition](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#aspose.cells.pivot.PivotField) | | -| [set_conditional_areas](/cells/python-net/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/#) | | +| [`add_data_area_condition(self, field_name)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#str) | | +| [`add_data_area_condition(self, data_field)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/#aspose.cells.pivot.pivotfield) | | +| [`add_row_area_condition(self, field_name)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#str) | | +| [`add_row_area_condition(self, row_field)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/#aspose.cells.pivot.pivotfield) | | +| [`add_column_area_condition(self, field_name)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#str) | | +| [`add_column_area_condition(self, column_field)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/#aspose.cells.pivot.pivotfield) | | +| [`set_conditional_areas(self)`](/cells/python-net/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/#) | | diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md index 93eb7b5f29..efcf6c5553 100644 --- a/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md +++ b/english/aspose.cells.pivot/pivotformatcondition/add_column_area_condition/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatcondition/add_column_area_condition/ is_root: false --- -## add_column_area_condition {#str} +## add_column_area_condition(self, field_name) {#str} ```python + def add_column_area_condition(self, field_name): ... ``` @@ -25,13 +26,14 @@ def add_column_area_condition(self, field_name): | field_name | str | | -## add_column_area_condition {#aspose.cells.pivot.PivotField} +## add_column_area_condition(self, column_field) {#aspose.cells.pivot.PivotField} ```python + def add_column_area_condition(self, column_field): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md index d8e8d7bd2e..25b54321b8 100644 --- a/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md +++ b/english/aspose.cells.pivot/pivotformatcondition/add_data_area_condition/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatcondition/add_data_area_condition/ is_root: false --- -## add_data_area_condition {#str} +## add_data_area_condition(self, field_name) {#str} ```python + def add_data_area_condition(self, field_name): ... ``` @@ -25,13 +26,14 @@ def add_data_area_condition(self, field_name): | field_name | str | | -## add_data_area_condition {#aspose.cells.pivot.PivotField} +## add_data_area_condition(self, data_field) {#aspose.cells.pivot.PivotField} ```python + def add_data_area_condition(self, data_field): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md b/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md index 1171214ad0..6cd6167314 100644 --- a/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md +++ b/english/aspose.cells.pivot/pivotformatcondition/add_row_area_condition/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatcondition/add_row_area_condition/ is_root: false --- -## add_row_area_condition {#str} +## add_row_area_condition(self, field_name) {#str} ```python + def add_row_area_condition(self, field_name): ... ``` @@ -25,13 +26,14 @@ def add_row_area_condition(self, field_name): | field_name | str | | -## add_row_area_condition {#aspose.cells.pivot.PivotField} +## add_row_area_condition(self, row_field) {#aspose.cells.pivot.PivotField} ```python + def add_row_area_condition(self, row_field): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md b/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md index f0469ac122..43b523324b 100644 --- a/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md +++ b/english/aspose.cells.pivot/pivotformatcondition/set_conditional_areas/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatcondition/set_conditional_areas/ is_root: false --- -## set_conditional_areas {#} +## set_conditional_areas(self) {#} ```python + def set_conditional_areas(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md index cd106fd4c4..05a38b61c7 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/_index.md @@ -23,15 +23,16 @@ The PivotFormatConditionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/index_of/#aspose.cells.pivot.PivotFormatCondition-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/index_of/#aspose.cells.pivot.PivotFormatCondition-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition-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](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.PivotFormatCondition-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. | -| [add](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/add/#) | | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/binary_search/#aspose.cells.pivot.PivotFormatCondition) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/index_of/#aspose.cells.pivot.pivotformatcondition-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/index_of/#aspose.cells.pivot.pivotformatcondition-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.pivotformatcondition) | 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.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.pivotformatcondition-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.pivot/pivotformatconditioncollection/last_index_of/#aspose.cells.pivot.pivotformatcondition-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. | +| [`add(self)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/add/#) | | +| [`get(self, index)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/get/#int) | | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection/binary_search/#aspose.cells.pivot.pivotformatcondition) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md index 5614d30101..38e7eadfb1 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatconditioncollection/add/ is_root: false --- -## add {#} +## add(self) {#} ```python + def add(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/binary_search/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/binary_search/_index.md index c50d4b90df..99a8340d51 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotformatconditioncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotFormatCondition} +## binary_search(self, item) {#aspose.cells.pivot.PivotFormatCondition} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/capacity/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/capacity/_index.md index 36839132ae..f49e2ba7c3 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/capacity/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/capacity/_index.md @@ -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.pivot/pivotformatconditioncollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/copy_to/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/copy_to/_index.md index 719991203d..45a2591db6 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotformatconditioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md new file mode 100644 index 0000000000..8e212d641e --- /dev/null +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/get/_index.md @@ -0,0 +1,32 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 50 +url: /aspose.cells.pivot/pivotformatconditioncollection/get/ +is_root: false +--- + +## get(self, index) {#int} + + + + + +```python + +def get(self, index): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| index | int | | + + + +### See Also +* module [`aspose.cells.pivot`](../../) +* class [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/index_of/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/index_of/_index.md index 4b012b92ca..0df9fb0fb7 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/index_of/_index.md @@ -3,12 +3,12 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.pivot/pivotformatconditioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotFormatCondition-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotFormatCondition-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotFormatCondition-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotFormatCondition-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/_index.md index aedc190e73..d67b90a73f 100644 --- a/english/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivotformatconditioncollection/last_index_of/_index.md @@ -3,12 +3,12 @@ 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.pivot/pivotformatconditioncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotFormatCondition} +## last_index_of(self, item) {#aspose.cells.pivot.PivotFormatCondition} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotFormatCondition-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotFormatCondition-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotFormatCondition-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotFormatCondition-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivotitem/_index.md b/english/aspose.cells.pivot/pivotitem/_index.md index f846e0e2f6..88971a68d7 100644 --- a/english/aspose.cells.pivot/pivotitem/_index.md +++ b/english/aspose.cells.pivot/pivotitem/_index.md @@ -35,11 +35,11 @@ The PivotItem type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [move](/cells/python-net/aspose.cells.pivot/pivotitem/move/#int-bool) | Moves the item up or down | -| [get_formula](/cells/python-net/aspose.cells.pivot/pivotitem/get_formula/#) | Gets the formula of this calculated item.
Only works when this item is calculated item. | -| [get_string_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_string_value/#) | Gets the string value of the pivot item
If the value is null, it will return "" | -| [get_double_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_double_value/#) | Gets the double value of the pivot item
If the value is null or not number ,it will return 0 | -| [get_date_time_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_date_time_value/#) | Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue | +| [`move(self, count, is_same_parent)`](/cells/python-net/aspose.cells.pivot/pivotitem/move/#int-bool) | Moves the item up or down | +| [`get_formula(self)`](/cells/python-net/aspose.cells.pivot/pivotitem/get_formula/#) | Gets the formula of this calculated item.
Only works when this item is calculated item. | +| [`get_string_value(self)`](/cells/python-net/aspose.cells.pivot/pivotitem/get_string_value/#) | Gets the string value of the pivot item
If the value is null, it will return "" | +| [`get_double_value(self)`](/cells/python-net/aspose.cells.pivot/pivotitem/get_double_value/#) | Gets the double value of the pivot item
If the value is null or not number ,it will return 0 | +| [`get_date_time_value(self)`](/cells/python-net/aspose.cells.pivot/pivotitem/get_date_time_value/#) | Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue | diff --git a/english/aspose.cells.pivot/pivotitem/get_date_time_value/_index.md b/english/aspose.cells.pivot/pivotitem/get_date_time_value/_index.md index 801b8ac1a3..5c32db199d 100644 --- a/english/aspose.cells.pivot/pivotitem/get_date_time_value/_index.md +++ b/english/aspose.cells.pivot/pivotitem/get_date_time_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotitem/get_date_time_value/ is_root: false --- -## get_date_time_value {#} +## get_date_time_value(self) {#} Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue @@ -16,6 +16,7 @@ If the value is null ,it will return DateTime.MinValue ```python + def get_date_time_value(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotitem/get_double_value/_index.md b/english/aspose.cells.pivot/pivotitem/get_double_value/_index.md index 43beafe904..f8839b9207 100644 --- a/english/aspose.cells.pivot/pivotitem/get_double_value/_index.md +++ b/english/aspose.cells.pivot/pivotitem/get_double_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotitem/get_double_value/ is_root: false --- -## get_double_value {#} +## get_double_value(self) {#} Gets the double value of the pivot item If the value is null or not number ,it will return 0 @@ -16,6 +16,7 @@ If the value is null or not number ,it will return 0 ```python + def get_double_value(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotitem/get_formula/_index.md b/english/aspose.cells.pivot/pivotitem/get_formula/_index.md index 8094cfe6b9..999b39fe59 100644 --- a/english/aspose.cells.pivot/pivotitem/get_formula/_index.md +++ b/english/aspose.cells.pivot/pivotitem/get_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotitem/get_formula/ is_root: false --- -## get_formula {#} +## get_formula(self) {#} Gets the formula of this calculated item. Only works when this item is calculated item. @@ -21,6 +21,7 @@ Only works when this item is calculated item. ```python + def get_formula(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md b/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md index 4a624eddc6..618b955c01 100644 --- a/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md +++ b/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivotitem/get_string_value/ is_root: false --- -## get_string_value {#} +## get_string_value(self) {#} Gets the string value of the pivot item If the value is null, it will return "" @@ -16,6 +16,7 @@ If the value is null, it will return "" ```python + def get_string_value(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotitem/move/_index.md b/english/aspose.cells.pivot/pivotitem/move/_index.md index cd414b0389..fd58780809 100644 --- a/english/aspose.cells.pivot/pivotitem/move/_index.md +++ b/english/aspose.cells.pivot/pivotitem/move/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.pivot/pivotitem/move/ is_root: false --- -## move {#int-bool} +## move(self, count, is_same_parent) {#int-bool} Moves the item up or down -```python +```python + def move(self, count, is_same_parent): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivotitemcollection/_index.md b/english/aspose.cells.pivot/pivotitemcollection/_index.md index cda5b99ffa..89f39fd086 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/_index.md @@ -33,8 +33,8 @@ Gets the PivotItem Object at the specific index. ### Methods | Method | Description | | :- | :- | -| [changeitems_order](/cells/python-net/aspose.cells.pivot/pivotitemcollection/changeitems_order/#int-int) | Directly changes the orders of the two items. | -| [swap_item](/cells/python-net/aspose.cells.pivot/pivotitemcollection/swap_item/#int-int) | Directly swap two items. | +| [`changeitems_order(self, source_index, dest_index)`](/cells/python-net/aspose.cells.pivot/pivotitemcollection/changeitems_order/#int-int) | Directly changes the orders of the two items. | +| [`swap_item(self, index1, index2)`](/cells/python-net/aspose.cells.pivot/pivotitemcollection/swap_item/#int-int) | Directly swap two items. | diff --git a/english/aspose.cells.pivot/pivotitemcollection/changeitems_order/_index.md b/english/aspose.cells.pivot/pivotitemcollection/changeitems_order/_index.md index cc1f2104a1..207371b0db 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/changeitems_order/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/changeitems_order/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotitemcollection/changeitems_order/ is_root: false --- -## changeitems_order {#int-int} +## changeitems_order(self, source_index, dest_index) {#int-int} Directly changes the orders of the two items. ```python + def changeitems_order(self, source_index, dest_index): ... ``` diff --git a/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md b/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md index 3da7e121da..81760698b6 100644 --- a/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md +++ b/english/aspose.cells.pivot/pivotitemcollection/swap_item/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotitemcollection/swap_item/ is_root: false --- -## swap_item {#int-int} +## swap_item(self, index1, index2) {#int-int} Directly swap two items. ```python + def swap_item(self, index1, index2): ... ``` diff --git a/english/aspose.cells.pivot/pivotpagefields/__init__/_index.md b/english/aspose.cells.pivot/pivotpagefields/__init__/_index.md index dbcd041d66..42b839039e 100644 --- a/english/aspose.cells.pivot/pivotpagefields/__init__/_index.md +++ b/english/aspose.cells.pivot/pivotpagefields/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotpagefields/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents the pivot page field items. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivotpagefields/_index.md b/english/aspose.cells.pivot/pivotpagefields/_index.md index 981ed3c86c..448872de3e 100644 --- a/english/aspose.cells.pivot/pivotpagefields/_index.md +++ b/english/aspose.cells.pivot/pivotpagefields/_index.md @@ -21,7 +21,7 @@ The PivotPageFields type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivotpagefields/__init__/#) | Represents the pivot page field items. | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivotpagefields/__init__/#) | Represents the pivot page field items. | ### Properties @@ -33,8 +33,8 @@ The PivotPageFields type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_page_field](/cells/python-net/aspose.cells.pivot/pivotpagefields/add_page_field/#list) | Adds a page field. | -| [add_identify](/cells/python-net/aspose.cells.pivot/pivotpagefields/add_identify/#int-list) | Sets which item label in each page field to use to identify the data range.
The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. | +| [`add_page_field(self, page_items)`](/cells/python-net/aspose.cells.pivot/pivotpagefields/add_page_field/#list) | Adds a page field. | +| [`add_identify(self, range_index, page_item_index)`](/cells/python-net/aspose.cells.pivot/pivotpagefields/add_identify/#int-list) | Sets which item label in each page field to use to identify the data range.
The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. | diff --git a/english/aspose.cells.pivot/pivotpagefields/add_identify/_index.md b/english/aspose.cells.pivot/pivotpagefields/add_identify/_index.md index 0d55546e6d..b06c98e51c 100644 --- a/english/aspose.cells.pivot/pivotpagefields/add_identify/_index.md +++ b/english/aspose.cells.pivot/pivotpagefields/add_identify/_index.md @@ -8,16 +8,17 @@ url: /aspose.cells.pivot/pivotpagefields/add_identify/ is_root: false --- -## add_identify {#int-list} +## add_identify(self, range_index, page_item_index) {#int-list} Sets which item label in each page field to use to identify the data range. The pageItemIndex.Length must be equal to PageFieldCount, so please add the page field first. -```python +```python + def add_identify(self, range_index, page_item_index): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivotpagefields/add_page_field/_index.md b/english/aspose.cells.pivot/pivotpagefields/add_page_field/_index.md index 531c45bf37..ae792fbffe 100644 --- a/english/aspose.cells.pivot/pivotpagefields/add_page_field/_index.md +++ b/english/aspose.cells.pivot/pivotpagefields/add_page_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivotpagefields/add_page_field/ is_root: false --- -## add_page_field {#list} +## add_page_field(self, page_items) {#list} Adds a page field. ```python + def add_page_field(self, page_items): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/_index.md b/english/aspose.cells.pivot/pivottable/_index.md index 03d121379b..976241ac27 100644 --- a/english/aspose.cells.pivot/pivottable/_index.md +++ b/english/aspose.cells.pivot/pivottable/_index.md @@ -106,57 +106,57 @@ The PivotTable type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [remove_field](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.PivotFieldType-str) | Removes a field from specific field area | -| [remove_field](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.PivotFieldType-int) | Removes a field from specific field area | -| [remove_field](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Remove field from specific field area | -| [add_field_to_area](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.PivotFieldType-str) | Adds the field to the specific area. | -| [add_field_to_area](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.PivotFieldType-int) | Adds the field to the specific area. | -| [add_field_to_area](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Adds the field to the specific area. | -| [add_calculated_field](/cells/python-net/aspose.cells.pivot/pivottable/add_calculated_field/#str-str-bool) | Adds a calculated field to pivot field. | -| [add_calculated_field](/cells/python-net/aspose.cells.pivot/pivottable/add_calculated_field/#str-str) | Adds a calculated field to pivot field and drag it to data area. | -| [move](/cells/python-net/aspose.cells.pivot/pivottable/move/#int-int) | Moves the PivotTable to a different location in the worksheet. | -| [move](/cells/python-net/aspose.cells.pivot/pivottable/move/#str) | Moves the PivotTable to a different location in the worksheet. | -| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#int-int) | Moves the PivotTable to a different location in the worksheet. | -| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#str) | Moves the PivotTable to a different location in the worksheet. | -| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. | -| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#bool) | Get pivottable's source data. | -| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#) | Refreshes pivottable's data and setting from it's data source. | -| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#aspose.cells.pivot.PivotTableRefreshOption) | Refreshes pivottable's data and setting from it's data source with options. | -| [calculate_data](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates pivottable's data to cells. | -| [calculate_data](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#aspose.cells.pivot.PivotTableCalculateOption) | Calculating pivot tables with options | -| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.pivot.PivotArea-aspose.cells.Style) | Formats selected area of the PivotTable. | -| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.CellArea-aspose.cells.Style) | Formats selected area of the PivotTable. | -| [format](/cells/python-net/aspose.cells.pivot/pivottable/format/#int-int-aspose.cells.Style) | Format the cell in the pivottable area | -| [set_auto_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#int) | Sets auto field group by the PivotTable. | -| [set_auto_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#aspose.cells.pivot.PivotField) | Sets auto field group by the PivotTable. | -| [set_manual_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#int-float-float-list-float) | Sets manual field group by the PivotTable. | -| [set_manual_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#aspose.cells.pivot.PivotField-float-float-list-float) | Sets manual field group by the PivotTable. | -| [set_manual_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#int-DateTime-DateTime-list-int) | Sets manual field group by the PivotTable. | -| [set_manual_group_field](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#aspose.cells.pivot.PivotField-DateTime-DateTime-list-int) | Sets manual field group by the PivotTable. | -| [set_ungroup](/cells/python-net/aspose.cells.pivot/pivottable/set_ungroup/#int) | Sets ungroup by the PivotTable | -| [set_ungroup](/cells/python-net/aspose.cells.pivot/pivottable/set_ungroup/#aspose.cells.pivot.PivotField) | Sets ungroup by the PivotTable | -| [copy_style](/cells/python-net/aspose.cells.pivot/pivottable/copy_style/#aspose.cells.pivot.PivotTable) | Copies named style from another pivot table. | -| [show_report_filter_page](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page/#aspose.cells.pivot.PivotField) | Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields. | -| [show_report_filter_page_by_name](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/#str) | Show all the report filter pages according to PivotField's name, the PivotField must be located in the PageFields. | -| [show_report_filter_page_by_index](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/#int) | Show all the report filter pages according to the position index in the PageFields | -| [get_fields](/cells/python-net/aspose.cells.pivot/pivottable/get_fields/#aspose.cells.pivot.PivotFieldType) | Gets the specific pivot field list by the region. | -| [fields](/cells/python-net/aspose.cells.pivot/pivottable/fields/#aspose.cells.pivot.PivotFieldType) | Gets the specific fields by the field type. | -| [get_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_source_data_connections/#) | Gets the external connection data sources. | -| [get_names_of_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the name of external source data connections. | -| [change_data_source](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data. | -| [clear_data](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear PivotTable's data and formatting | -| [calculate_range](/cells/python-net/aspose.cells.pivot/pivottable/calculate_range/#) | Calculates pivottable's range. | -| [format_all](/cells/python-net/aspose.cells.pivot/pivottable/format_all/#aspose.cells.Style) | Format all the cell in the pivottable area | -| [format_row](/cells/python-net/aspose.cells.pivot/pivottable/format_row/#int-aspose.cells.Style) | Format the row data in the pivottable area | -| [select_area](/cells/python-net/aspose.cells.pivot/pivottable/select_area/#aspose.cells.CellArea) | Select an area of pivot table view. | -| [show_detail](/cells/python-net/aspose.cells.pivot/pivottable/show_detail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. | -| [get_horizontal_page_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/#) | Gets horizontal page breaks of this pivot table. | -| [get_horizontal_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | Gets pivot table row index list of horizontal page breaks | -| [show_in_compact_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable in compact form. | -| [show_in_outline_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_outline_form/#) | Layouts the PivotTable in outline form. | -| [show_in_tabular_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_tabular_form/#) | Layouts the PivotTable in tabular form. | -| [get_cell_by_display_name](/cells/python-net/aspose.cells.pivot/pivottable/get_cell_by_display_name/#str) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) object by the display name of PivotField. | -| [get_children](/cells/python-net/aspose.cells.pivot/pivottable/get_children/#) | Gets the Children Pivot Tables which use this PivotTable data as data source. | +| [`remove_field(self, field_type, field_name)`](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.pivotfieldtype-str) | Removes a field from specific field area | +| [`remove_field(self, field_type, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.pivotfieldtype-int) | Removes a field from specific field area | +| [`remove_field(self, field_type, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivottable/remove_field/#aspose.cells.pivot.pivotfieldtype-aspose.cells.pivot.pivotfield) | Remove field from specific field area | +| [`add_field_to_area(self, field_type, field_name)`](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.pivotfieldtype-str) | Adds the field to the specific area. | +| [`add_field_to_area(self, field_type, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.pivotfieldtype-int) | Adds the field to the specific area. | +| [`add_field_to_area(self, field_type, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivottable/add_field_to_area/#aspose.cells.pivot.pivotfieldtype-aspose.cells.pivot.pivotfield) | Adds the field to the specific area. | +| [`add_calculated_field(self, name, formula, drag_to_data_area)`](/cells/python-net/aspose.cells.pivot/pivottable/add_calculated_field/#str-str-bool) | Adds a calculated field to pivot field. | +| [`add_calculated_field(self, name, formula)`](/cells/python-net/aspose.cells.pivot/pivottable/add_calculated_field/#str-str) | Adds a calculated field to pivot field and drag it to data area. | +| [`move(self, row, column)`](/cells/python-net/aspose.cells.pivot/pivottable/move/#int-int) | Moves the PivotTable to a different location in the worksheet. | +| [`move(self, dest_cell_name)`](/cells/python-net/aspose.cells.pivot/pivottable/move/#str) | Moves the PivotTable to a different location in the worksheet. | +| [`move_to(self, row, column)`](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#int-int) | Moves the PivotTable to a different location in the worksheet. | +| [`move_to(self, dest_cell_name)`](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#str) | Moves the PivotTable to a different location in the worksheet. | +| [`get_source(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. | +| [`get_source(self, is_original)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#bool) | Get pivottable's source data. | +| [`refresh_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#) | Refreshes pivottable's data and setting from it's data source. | +| [`refresh_data(self, option)`](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#aspose.cells.pivot.pivottablerefreshoption) | Refreshes pivottable's data and setting from it's data source with options. | +| [`calculate_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates pivottable's data to cells. | +| [`calculate_data(self, option)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#aspose.cells.pivot.pivottablecalculateoption) | Calculating pivot tables with options | +| [`format(self, pivot_area, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.pivot.pivotarea-aspose.cells.style) | Formats selected area of the PivotTable. | +| [`format(self, ca, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#aspose.cells.cellarea-aspose.cells.style) | Formats selected area of the PivotTable. | +| [`format(self, row, column, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format/#int-int-aspose.cells.style) | Format the cell in the pivottable area | +| [`set_auto_group_field(self, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#int) | Sets auto field group by the PivotTable. | +| [`set_auto_group_field(self, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivottable/set_auto_group_field/#aspose.cells.pivot.pivotfield) | Sets auto field group by the PivotTable. | +| [`set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num)`](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#int-float-float-list-float) | Sets manual field group by the PivotTable. | +| [`set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num)`](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#aspose.cells.pivot.pivotfield-float-float-list-float) | Sets manual field group by the PivotTable. | +| [`set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num)`](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#int-datetime-datetime-list-int) | Sets manual field group by the PivotTable. | +| [`set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num)`](/cells/python-net/aspose.cells.pivot/pivottable/set_manual_group_field/#aspose.cells.pivot.pivotfield-datetime-datetime-list-int) | Sets manual field group by the PivotTable. | +| [`set_ungroup(self, base_field_index)`](/cells/python-net/aspose.cells.pivot/pivottable/set_ungroup/#int) | Sets ungroup by the PivotTable | +| [`set_ungroup(self, pivot_field)`](/cells/python-net/aspose.cells.pivot/pivottable/set_ungroup/#aspose.cells.pivot.pivotfield) | Sets ungroup by the PivotTable | +| [`copy_style(self, pivot_table)`](/cells/python-net/aspose.cells.pivot/pivottable/copy_style/#aspose.cells.pivot.pivottable) | Copies named style from another pivot table. | +| [`show_report_filter_page(self, page_field)`](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page/#aspose.cells.pivot.pivotfield) | Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields. | +| [`show_report_filter_page_by_name(self, field_name)`](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/#str) | Show all the report filter pages according to PivotField's name, the PivotField must be located in the PageFields. | +| [`show_report_filter_page_by_index(self, pos_index)`](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/#int) | Show all the report filter pages according to the position index in the PageFields | +| [`get_fields(self, field_type)`](/cells/python-net/aspose.cells.pivot/pivottable/get_fields/#aspose.cells.pivot.pivotfieldtype) | Gets the specific pivot field list by the region. | +| [`fields(self, field_type)`](/cells/python-net/aspose.cells.pivot/pivottable/fields/#aspose.cells.pivot.pivotfieldtype) | Gets the specific fields by the field type. | +| [`get_source_data_connections(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_source_data_connections/#) | Gets the external connection data sources. | +| [`get_names_of_source_data_connections(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the name of external source data connections. | +| [`change_data_source(self, source)`](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data. | +| [`clear_data(self)`](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear PivotTable's data and formatting | +| [`calculate_range(self)`](/cells/python-net/aspose.cells.pivot/pivottable/calculate_range/#) | Calculates pivottable's range. | +| [`format_all(self, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format_all/#aspose.cells.style) | Format all the cell in the pivottable area | +| [`format_row(self, row, style)`](/cells/python-net/aspose.cells.pivot/pivottable/format_row/#int-aspose.cells.style) | Format the row data in the pivottable area | +| [`select_area(self, ca)`](/cells/python-net/aspose.cells.pivot/pivottable/select_area/#aspose.cells.cellarea) | Select an area of pivot table view. | +| [`show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column)`](/cells/python-net/aspose.cells.pivot/pivottable/show_detail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. | +| [`get_horizontal_page_breaks(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/#) | Gets horizontal page breaks of this pivot table. | +| [`get_horizontal_breaks(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | Gets pivot table row index list of horizontal page breaks | +| [`show_in_compact_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable in compact form. | +| [`show_in_outline_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_outline_form/#) | Layouts the PivotTable in outline form. | +| [`show_in_tabular_form(self)`](/cells/python-net/aspose.cells.pivot/pivottable/show_in_tabular_form/#) | Layouts the PivotTable in tabular form. | +| [`get_cell_by_display_name(self, display_name)`](/cells/python-net/aspose.cells.pivot/pivottable/get_cell_by_display_name/#str) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) object by the display name of PivotField. | +| [`get_children(self)`](/cells/python-net/aspose.cells.pivot/pivottable/get_children/#) | Gets the Children Pivot Tables which use this PivotTable data as data source. | diff --git a/english/aspose.cells.pivot/pivottable/add_calculated_field/_index.md b/english/aspose.cells.pivot/pivottable/add_calculated_field/_index.md index af7ef69e51..ae96077e74 100644 --- a/english/aspose.cells.pivot/pivottable/add_calculated_field/_index.md +++ b/english/aspose.cells.pivot/pivottable/add_calculated_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/add_calculated_field/ is_root: false --- -## add_calculated_field {#str-str} +## add_calculated_field(self, name, formula) {#str-str} Adds a calculated field to pivot field and drag it to data area. ```python + def add_calculated_field(self, name, formula): ... ``` @@ -26,13 +27,14 @@ def add_calculated_field(self, name, formula): | formula | str | The formula of the calculated field. | -## add_calculated_field {#str-str-bool} +## add_calculated_field(self, name, formula, drag_to_data_area) {#str-str-bool} Adds a calculated field to pivot field. ```python + def add_calculated_field(self, name, formula, drag_to_data_area): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/add_field_to_area/_index.md b/english/aspose.cells.pivot/pivottable/add_field_to_area/_index.md index dc6e34e2c3..e66fc861a0 100644 --- a/english/aspose.cells.pivot/pivottable/add_field_to_area/_index.md +++ b/english/aspose.cells.pivot/pivottable/add_field_to_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/add_field_to_area/ is_root: false --- -## add_field_to_area {#aspose.cells.pivot.PivotFieldType-str} +## add_field_to_area(self, field_type, field_name) {#aspose.cells.pivot.PivotFieldType-str} Adds the field to the specific area. @@ -20,6 +20,7 @@ The field position in the specific fields.If there is no field named as it, retu ```python + def add_field_to_area(self, field_type, field_name): ... ``` @@ -31,7 +32,7 @@ def add_field_to_area(self, field_type, field_name): | field_name | str | The name in the base fields. | -## add_field_to_area {#aspose.cells.pivot.PivotFieldType-int} +## add_field_to_area(self, field_type, base_field_index) {#aspose.cells.pivot.PivotFieldType-int} Adds the field to the specific area. @@ -43,6 +44,7 @@ The field position in the specific fields. ```python + def add_field_to_area(self, field_type, base_field_index): ... ``` @@ -54,7 +56,7 @@ def add_field_to_area(self, field_type, base_field_index): | base_field_index | int | The field index in the base fields. | -## add_field_to_area {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} +## add_field_to_area(self, field_type, pivot_field) {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} Adds the field to the specific area. @@ -66,6 +68,7 @@ the field position in the specific fields. ```python + def add_field_to_area(self, field_type, pivot_field): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/calculate_data/_index.md b/english/aspose.cells.pivot/pivottable/calculate_data/_index.md index cf823b07f5..57aa7626ea 100644 --- a/english/aspose.cells.pivot/pivottable/calculate_data/_index.md +++ b/english/aspose.cells.pivot/pivottable/calculate_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/calculate_data/ is_root: false --- -## calculate_data {#} +## calculate_data(self) {#} Calculates pivottable's data to cells. ```python + def calculate_data(self): ... ``` @@ -26,13 +27,14 @@ Cell.Value in the pivot range could not return the correct result if the method This method calculates data with an inner pivot cache,not original data source. So if the data source is changed, please call RefreshData() method first. -## calculate_data {#aspose.cells.pivot.PivotTableCalculateOption} +## calculate_data(self, option) {#aspose.cells.pivot.PivotTableCalculateOption} Calculating pivot tables with options ```python + def calculate_data(self, option): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/calculate_range/_index.md b/english/aspose.cells.pivot/pivottable/calculate_range/_index.md index 75031874b8..9e59e61608 100644 --- a/english/aspose.cells.pivot/pivottable/calculate_range/_index.md +++ b/english/aspose.cells.pivot/pivottable/calculate_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/calculate_range/ is_root: false --- -## calculate_range {#} +## calculate_range(self) {#} Calculates pivottable's range. ```python + def calculate_range(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md index e319b2d455..bf546e02b5 100644 --- a/english/aspose.cells.pivot/pivottable/change_data_source/_index.md +++ b/english/aspose.cells.pivot/pivottable/change_data_source/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/change_data_source/ is_root: false --- -## change_data_source {#list} +## change_data_source(self, source) {#list} Set pivottable's source data. ```python + def change_data_source(self, source): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/clear_data/_index.md b/english/aspose.cells.pivot/pivottable/clear_data/_index.md index 7113921cf8..8ee64c24c9 100644 --- a/english/aspose.cells.pivot/pivottable/clear_data/_index.md +++ b/english/aspose.cells.pivot/pivottable/clear_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/clear_data/ is_root: false --- -## clear_data {#} +## clear_data(self) {#} Clear PivotTable's data and formatting ```python + def clear_data(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/copy_style/_index.md b/english/aspose.cells.pivot/pivottable/copy_style/_index.md index d393253c25..8791300008 100644 --- a/english/aspose.cells.pivot/pivottable/copy_style/_index.md +++ b/english/aspose.cells.pivot/pivottable/copy_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/copy_style/ is_root: false --- -## copy_style {#aspose.cells.pivot.PivotTable} +## copy_style(self, pivot_table) {#aspose.cells.pivot.PivotTable} Copies named style from another pivot table. ```python + def copy_style(self, pivot_table): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/fields/_index.md b/english/aspose.cells.pivot/pivottable/fields/_index.md index a469a7a4d6..6becc23968 100644 --- a/english/aspose.cells.pivot/pivottable/fields/_index.md +++ b/english/aspose.cells.pivot/pivottable/fields/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/fields/ is_root: false --- -## fields {#aspose.cells.pivot.PivotFieldType} +## fields(self, field_type) {#aspose.cells.pivot.PivotFieldType} Gets the specific fields by the field type. @@ -20,6 +20,7 @@ the specific field collection ```python + def fields(self, field_type): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/format/_index.md b/english/aspose.cells.pivot/pivottable/format/_index.md index 4aeb28fa64..313d847cb4 100644 --- a/english/aspose.cells.pivot/pivottable/format/_index.md +++ b/english/aspose.cells.pivot/pivottable/format/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/format/ is_root: false --- -## format {#aspose.cells.pivot.PivotArea-aspose.cells.Style} +## format(self, pivot_area, style) {#aspose.cells.pivot.PivotArea-aspose.cells.Style} Formats selected area of the PivotTable. ```python + def format(self, pivot_area, style): ... ``` @@ -26,13 +27,14 @@ def format(self, pivot_area, style): | style | [`Style`](/cells/python-net/aspose.cells/style) | The formatted setting. | -## format {#aspose.cells.CellArea-aspose.cells.Style} +## format(self, ca, style) {#aspose.cells.CellArea-aspose.cells.Style} Formats selected area of the PivotTable. ```python + def format(self, ca, style): ... ``` @@ -44,13 +46,14 @@ def format(self, ca, style): | style | [`Style`](/cells/python-net/aspose.cells/style) | The style | -## format {#int-int-aspose.cells.Style} +## format(self, row, column, style) {#int-int-aspose.cells.Style} Format the cell in the pivottable area ```python + def format(self, row, column, style): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/format_all/_index.md b/english/aspose.cells.pivot/pivottable/format_all/_index.md index 4a092bcfe0..4dd3537631 100644 --- a/english/aspose.cells.pivot/pivottable/format_all/_index.md +++ b/english/aspose.cells.pivot/pivottable/format_all/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/format_all/ is_root: false --- -## format_all {#aspose.cells.Style} +## format_all(self, style) {#aspose.cells.Style} Format all the cell in the pivottable area ```python + def format_all(self, style): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/format_row/_index.md b/english/aspose.cells.pivot/pivottable/format_row/_index.md index f138edbcd5..14725cb4f2 100644 --- a/english/aspose.cells.pivot/pivottable/format_row/_index.md +++ b/english/aspose.cells.pivot/pivottable/format_row/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/format_row/ is_root: false --- -## format_row {#int-aspose.cells.Style} +## format_row(self, row, style) {#int-aspose.cells.Style} Format the row data in the pivottable area ```python + def format_row(self, row, style): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_cell_by_display_name/_index.md b/english/aspose.cells.pivot/pivottable/get_cell_by_display_name/_index.md index a7bcb7deb3..54e8629a55 100644 --- a/english/aspose.cells.pivot/pivottable/get_cell_by_display_name/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_cell_by_display_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/get_cell_by_display_name/ is_root: false --- -## get_cell_by_display_name {#str} +## get_cell_by_display_name(self, display_name) {#str} Gets the [`Cell`](/cells/python-net/aspose.cells/cell) object by the display name of PivotField. @@ -20,6 +20,7 @@ the Cell object ```python + def get_cell_by_display_name(self, display_name): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_children/_index.md b/english/aspose.cells.pivot/pivottable/get_children/_index.md index 2a6acca964..1c04b7a3d1 100644 --- a/english/aspose.cells.pivot/pivottable/get_children/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_children/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/get_children/ is_root: false --- -## get_children {#} +## get_children(self) {#} Gets the Children Pivot Tables which use this PivotTable data as data source. @@ -20,6 +20,7 @@ the PivotTable array object ```python + def get_children(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_fields/_index.md b/english/aspose.cells.pivot/pivottable/get_fields/_index.md index 0289306d44..fba925e012 100644 --- a/english/aspose.cells.pivot/pivottable/get_fields/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_fields/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/get_fields/ is_root: false --- -## get_fields {#aspose.cells.pivot.PivotFieldType} +## get_fields(self, field_type) {#aspose.cells.pivot.PivotFieldType} Gets the specific pivot field list by the region. @@ -20,6 +20,7 @@ the specific pivot field collection ```python + def get_fields(self, field_type): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md b/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md index c47c224c50..7d27f850b7 100644 --- a/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_horizontal_breaks/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/get_horizontal_breaks/ is_root: false --- -## get_horizontal_breaks {#} +## get_horizontal_breaks(self) {#} Gets pivot table row index list of horizontal page breaks @@ -20,6 +20,7 @@ Gets pivot table row index list of horizontal page breaks ```python + def get_horizontal_breaks(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md b/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md index 572713b79a..f0d759e6b9 100644 --- a/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_horizontal_page_breaks/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/get_horizontal_page_breaks/ is_root: false --- -## get_horizontal_page_breaks {#} +## get_horizontal_page_breaks(self) {#} Gets horizontal page breaks of this pivot table. @@ -20,6 +20,7 @@ Gets horizontal page breaks of this pivot table. ```python + def get_horizontal_page_breaks(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md index 2749d8372a..ecf4c38a8f 100644 --- a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/get_names_of_source_data_connections/ is_root: false --- -## get_names_of_source_data_connections {#} +## get_names_of_source_data_connections(self) {#} Gets the name of external source data connections. ```python + def get_names_of_source_data_connections(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_source/_index.md b/english/aspose.cells.pivot/pivottable/get_source/_index.md index 29b59ac4f1..52b7e0a04b 100644 --- a/english/aspose.cells.pivot/pivottable/get_source/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_source/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/get_source/ is_root: false --- -## get_source {#} +## get_source(self) {#} Get pivottable's source data. ```python + def get_source(self): ... ``` @@ -22,7 +23,7 @@ def get_source(self): -## get_source {#bool} +## get_source(self, is_original) {#bool} Get pivottable's source data. @@ -34,6 +35,7 @@ Get pivottable's source data. ```python + def get_source(self, is_original): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md index b0b1cfdcae..3f20b093da 100644 --- a/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md +++ b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/get_source_data_connections/ is_root: false --- -## get_source_data_connections {#} +## get_source_data_connections(self) {#} Gets the external connection data sources. ```python + def get_source_data_connections(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/move/_index.md b/english/aspose.cells.pivot/pivottable/move/_index.md index cf5ad2c63d..931ba13a83 100644 --- a/english/aspose.cells.pivot/pivottable/move/_index.md +++ b/english/aspose.cells.pivot/pivottable/move/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/move/ is_root: false --- -## move {#str} +## move(self, dest_cell_name) {#str} Moves the PivotTable to a different location in the worksheet. ```python + def move(self, dest_cell_name): ... ``` @@ -30,13 +31,14 @@ please use PivotTable.MoveTo() method. This method will be removed 12 months later since December 2024. Aspose apologizes for any inconvenience you may have experienced. -## move {#int-int} +## move(self, row, column) {#int-int} Moves the PivotTable to a different location in the worksheet. ```python + def move(self, row, column): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/move_to/_index.md b/english/aspose.cells.pivot/pivottable/move_to/_index.md index fa34056437..eb46393fec 100644 --- a/english/aspose.cells.pivot/pivottable/move_to/_index.md +++ b/english/aspose.cells.pivot/pivottable/move_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/move_to/ is_root: false --- -## move_to {#str} +## move_to(self, dest_cell_name) {#str} Moves the PivotTable to a different location in the worksheet. ```python + def move_to(self, dest_cell_name): ... ``` @@ -25,13 +26,14 @@ def move_to(self, dest_cell_name): | dest_cell_name | str | the dest cell name. | -## move_to {#int-int} +## move_to(self, row, column) {#int-int} Moves the PivotTable to a different location in the worksheet. ```python + def move_to(self, row, column): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md index f0a7a83c60..eab45ff9fc 100644 --- a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md +++ b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/refresh_data/ is_root: false --- -## refresh_data {#} +## refresh_data(self) {#} Refreshes pivottable's data and setting from it's data source. ```python + def refresh_data(self): ... ``` @@ -25,13 +26,14 @@ def refresh_data(self): We will gather data from data source to a pivot cache ,then calculate the data in the cache to the cells. This method is only used to gather all data to a pivot cache. -## refresh_data {#aspose.cells.pivot.PivotTableRefreshOption} +## refresh_data(self, option) {#aspose.cells.pivot.PivotTableRefreshOption} Refreshes pivottable's data and setting from it's data source with options. ```python + def refresh_data(self, option): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/remove_field/_index.md b/english/aspose.cells.pivot/pivottable/remove_field/_index.md index f39eb750b1..6c3493927e 100644 --- a/english/aspose.cells.pivot/pivottable/remove_field/_index.md +++ b/english/aspose.cells.pivot/pivottable/remove_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/remove_field/ is_root: false --- -## remove_field {#aspose.cells.pivot.PivotFieldType-str} +## remove_field(self, field_type, field_name) {#aspose.cells.pivot.PivotFieldType-str} Removes a field from specific field area ```python + def remove_field(self, field_type, field_name): ... ``` @@ -26,13 +27,14 @@ def remove_field(self, field_type, field_name): | field_name | str | The name in the base fields. | -## remove_field {#aspose.cells.pivot.PivotFieldType-int} +## remove_field(self, field_type, base_field_index) {#aspose.cells.pivot.PivotFieldType-int} Removes a field from specific field area ```python + def remove_field(self, field_type, base_field_index): ... ``` @@ -44,13 +46,14 @@ def remove_field(self, field_type, base_field_index): | base_field_index | int | The field index in the base fields. | -## remove_field {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} +## remove_field(self, field_type, pivot_field) {#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField} Remove field from specific field area ```python + def remove_field(self, field_type, pivot_field): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/select_area/_index.md b/english/aspose.cells.pivot/pivottable/select_area/_index.md index 497620604c..ab667f81b6 100644 --- a/english/aspose.cells.pivot/pivottable/select_area/_index.md +++ b/english/aspose.cells.pivot/pivottable/select_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottable/select_area/ is_root: false --- -## select_area {#aspose.cells.CellArea} +## select_area(self, ca) {#aspose.cells.CellArea} Select an area of pivot table view. @@ -20,6 +20,7 @@ Select an area of pivot table view. ```python + def select_area(self, ca): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md index 3cdb94ae6a..0a8d1d213e 100644 --- a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md +++ b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/set_auto_group_field/ is_root: false --- -## set_auto_group_field {#int} +## set_auto_group_field(self, base_field_index) {#int} Sets auto field group by the PivotTable. ```python + def set_auto_group_field(self, base_field_index): ... ``` @@ -30,13 +31,14 @@ please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_auto_group_field {#aspose.cells.pivot.PivotField} +## set_auto_group_field(self, pivot_field) {#aspose.cells.pivot.PivotField} Sets auto field group by the PivotTable. ```python + def set_auto_group_field(self, pivot_field): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md index 7cf15f21a4..aae33efbc1 100644 --- a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md +++ b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/set_manual_group_field/ is_root: false --- -## set_manual_group_field {#int-float-float-list-float} +## set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num) {#int-float-float-list-float} Sets manual field group by the PivotTable. ```python + def set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num): ... ``` @@ -34,13 +35,14 @@ please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_manual_group_field {#aspose.cells.pivot.PivotField-float-float-list-float} +## set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num) {#aspose.cells.pivot.PivotField-float-float-list-float} Sets manual field group by the PivotTable. ```python + def set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num): ... ``` @@ -60,13 +62,14 @@ please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_manual_group_field {#int-DateTime-DateTime-list-int} +## set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num) {#int-DateTime-DateTime-list-int} Sets manual field group by the PivotTable. ```python + def set_manual_group_field(self, base_field_index, start_val, end_val, group_by_list, interval_num): ... ``` @@ -86,13 +89,14 @@ please use PivotField.GroupBy() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_manual_group_field {#aspose.cells.pivot.PivotField-DateTime-DateTime-list-int} +## set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num) {#aspose.cells.pivot.PivotField-DateTime-DateTime-list-int} Sets manual field group by the PivotTable. ```python + def set_manual_group_field(self, pivot_field, start_val, end_val, group_by_list, interval_num): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md index 9d2965d981..1fd5d8793f 100644 --- a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md +++ b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/set_ungroup/ is_root: false --- -## set_ungroup {#int} +## set_ungroup(self, base_field_index) {#int} Sets ungroup by the PivotTable ```python + def set_ungroup(self, base_field_index): ... ``` @@ -30,13 +31,14 @@ please use PivotField.Ungroup() method. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_ungroup {#aspose.cells.pivot.PivotField} +## set_ungroup(self, pivot_field) {#aspose.cells.pivot.PivotField} Sets ungroup by the PivotTable ```python + def set_ungroup(self, pivot_field): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_detail/_index.md b/english/aspose.cells.pivot/pivottable/show_detail/_index.md index ad1dc9f284..f00fc704f0 100644 --- a/english/aspose.cells.pivot/pivottable/show_detail/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_detail/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_detail/ is_root: false --- -## show_detail {#int-int-bool-int-int} +## show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column) {#int-int-bool-int-int} Show the detail of one item in the data region to a new Table. ```python + def show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md index 7fd9f359e8..1edc3684f6 100644 --- a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_in_compact_form/ is_root: false --- -## show_in_compact_form {#} +## show_in_compact_form(self) {#} Layouts the PivotTable in compact form. ```python + def show_in_compact_form(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md index d95cee4c07..26dac7060f 100644 --- a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_in_outline_form/ is_root: false --- -## show_in_outline_form {#} +## show_in_outline_form(self) {#} Layouts the PivotTable in outline form. ```python + def show_in_outline_form(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md index 7b583e0d36..0cb9d7d1be 100644 --- a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_in_tabular_form/ is_root: false --- -## show_in_tabular_form {#} +## show_in_tabular_form(self) {#} Layouts the PivotTable in tabular form. ```python + def show_in_tabular_form(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md index 38d372af36..322c6ceff8 100644 --- a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_report_filter_page/ is_root: false --- -## show_report_filter_page {#aspose.cells.pivot.PivotField} +## show_report_filter_page(self, page_field) {#aspose.cells.pivot.PivotField} Show all the report filter pages according to PivotField, the PivotField must be located in the PageFields. ```python + def show_report_filter_page(self, page_field): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md index a53fc373e6..a26ae6136a 100644 --- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_index/ is_root: false --- -## show_report_filter_page_by_index {#int} +## show_report_filter_page_by_index(self, pos_index) {#int} Show all the report filter pages according to the position index in the PageFields ```python + def show_report_filter_page_by_index(self, pos_index): ... ``` diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md index ca11033851..607e0fdfdc 100644 --- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md +++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_name/ is_root: false --- -## show_report_filter_page_by_name {#str} +## show_report_filter_page_by_name(self, field_name) {#str} Show all the report filter pages according to PivotField's name, the PivotField must be located in the PageFields. ```python + def show_report_filter_page_by_name(self, field_name): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecalculateoption/__init__/_index.md b/english/aspose.cells.pivot/pivottablecalculateoption/__init__/_index.md index 4aefc5dfa1..546ef89cfb 100644 --- a/english/aspose.cells.pivot/pivottablecalculateoption/__init__/_index.md +++ b/english/aspose.cells.pivot/pivottablecalculateoption/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecalculateoption/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PivotTableCalculateOption ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md index 3ef51032c3..859ad54143 100644 --- a/english/aspose.cells.pivot/pivottablecalculateoption/_index.md +++ b/english/aspose.cells.pivot/pivottablecalculateoption/_index.md @@ -19,7 +19,7 @@ The PivotTableCalculateOption type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption/__init__/#) | Constructs a new instance of PivotTableCalculateOption | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivottablecalculateoption/__init__/#) | Constructs a new instance of PivotTableCalculateOption | ### Properties diff --git a/english/aspose.cells.pivot/pivottablecollection/_index.md b/english/aspose.cells.pivot/pivottablecollection/_index.md index cf92aa8a0c..2121bbe9c6 100644 --- a/english/aspose.cells.pivot/pivottablecollection/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/_index.md @@ -25,28 +25,28 @@ The PivotTableCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool-bool) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool-bool) | Adds a new PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-str-str) | Adds a new PivotTable based on another PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-int-int-str) | Adds a new PivotTable based on another PivotTable. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.PivotPageFields-str-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. | -| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.PivotPageFields-int-int-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivottablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivottablecollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivottablecollection/index_of/#aspose.cells.pivot.PivotTable-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivottablecollection/index_of/#aspose.cells.pivot.PivotTable-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.PivotTable) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.PivotTable-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](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.PivotTable-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. | -| [remove_pivot_table](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table/#aspose.cells.pivot.PivotTable) | Deletes the specified PivotTable and delete the PivotTable data | -| [remove_pivot_table_data](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/#aspose.cells.pivot.PivotTable-bool) | Deletes the specified PivotTable | -| [remove_by_index](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_by_index/#int) | Deletes the PivotTable at the specified index and delete the PivotTable data | -| [remove_at](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_at/#int-bool) | Deletes the PivotTable at the specified index | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivottablecollection/binary_search/#aspose.cells.pivot.PivotTable) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, source_data, dest_cell_name, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str) | Adds a new PivotTable. | +| [`add(self, source_data, dest_cell_name, table_name, use_same_source)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool) | Adds a new PivotTable. | +| [`add(self, source_data, row, column, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str) | Adds a new PivotTable. | +| [`add(self, source_data, row, column, table_name, use_same_source)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool) | Adds a new PivotTable. | +| [`add(self, source_data, row, column, table_name, use_same_source, is_xls_classic)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool-bool) | Adds a new PivotTable. | +| [`add(self, source_data, cell, table_name, use_same_source, is_xls_classic)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool-bool) | Adds a new PivotTable. | +| [`add(self, pivot_table, dest_cell_name, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.pivottable-str-str) | Adds a new PivotTable based on another PivotTable. | +| [`add(self, pivot_table, row, column, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.pivottable-int-int-str) | Adds a new PivotTable based on another PivotTable. | +| [`add(self, source_data, is_auto_page, page_fields, dest_cell_name, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.pivotpagefields-str-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. | +| [`add(self, source_data, is_auto_page, page_fields, row, column, table_name)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.pivotpagefields-int-int-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/index_of/#aspose.cells.pivot.pivottable-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/index_of/#aspose.cells.pivot.pivottable-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable) | 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.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable-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.pivot/pivottablecollection/last_index_of/#aspose.cells.pivot.pivottable-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. | +| [`remove_pivot_table(self, pivot_table)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table/#aspose.cells.pivot.pivottable) | Deletes the specified PivotTable and delete the PivotTable data | +| [`remove_pivot_table_data(self, pivot_table, keep_data)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/#aspose.cells.pivot.pivottable-bool) | Deletes the specified PivotTable | +| [`remove_by_index(self, index)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_by_index/#int) | Deletes the PivotTable at the specified index and delete the PivotTable data | +| [`remove_at(self, index, keep_data)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/remove_at/#int-bool) | Deletes the PivotTable at the specified index | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivottablecollection/binary_search/#aspose.cells.pivot.pivottable) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivottablecollection/add/_index.md b/english/aspose.cells.pivot/pivottablecollection/add/_index.md index fef98be15c..825010db45 100644 --- a/english/aspose.cells.pivot/pivottablecollection/add/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottablecollection/add/ is_root: false --- -## add {#str-str-str} +## add(self, source_data, dest_cell_name, table_name) {#str-str-str} Adds a new PivotTable. @@ -19,9 +19,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, dest_cell_name, table_name): - ... + ... ``` @@ -32,7 +33,7 @@ def add(self, source_data, dest_cell_name, table_name): | table_name | str | The name of the new PivotTable report. | -## add {#aspose.cells.pivot.PivotTable-str-str} +## add(self, pivot_table, dest_cell_name, table_name) {#aspose.cells.pivot.PivotTable-str-str} Adds a new PivotTable based on another PivotTable. @@ -43,9 +44,10 @@ Adds a new PivotTable based on another PivotTable. The new added PivotTable index. -```python +```python + def add(self, pivot_table, dest_cell_name, table_name): - ... + ... ``` @@ -56,7 +58,7 @@ def add(self, pivot_table, dest_cell_name, table_name): | table_name | str | The name of the new PivotTable report. | -## add {#str-str-str-bool} +## add(self, source_data, dest_cell_name, table_name, use_same_source) {#str-str-str-bool} Adds a new PivotTable. @@ -67,9 +69,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, dest_cell_name, table_name, use_same_source): - ... + ... ``` @@ -81,7 +84,7 @@ def add(self, source_data, dest_cell_name, table_name, use_same_source): | use_same_source | bool | Indicates whether using same data source when another existing pivot table has used this data source.
If the property is true, it will save memory. | -## add {#str-int-int-str} +## add(self, source_data, row, column, table_name) {#str-int-int-str} Adds a new PivotTable. @@ -92,9 +95,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, row, column, table_name): - ... + ... ``` @@ -106,7 +110,7 @@ def add(self, source_data, row, column, table_name): | table_name | str | The name of the new PivotTable report. | -## add {#aspose.cells.pivot.PivotTable-int-int-str} +## add(self, pivot_table, row, column, table_name) {#aspose.cells.pivot.PivotTable-int-int-str} Adds a new PivotTable based on another PivotTable. @@ -117,9 +121,10 @@ Adds a new PivotTable based on another PivotTable. The new added PivotTable index. -```python +```python + def add(self, pivot_table, row, column, table_name): - ... + ... ``` @@ -131,7 +136,7 @@ def add(self, pivot_table, row, column, table_name): | table_name | str | The name of the new PivotTable report. | -## add {#str-int-int-str-bool} +## add(self, source_data, row, column, table_name, use_same_source) {#str-int-int-str-bool} Adds a new PivotTable. @@ -142,9 +147,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, row, column, table_name, use_same_source): - ... + ... ``` @@ -157,7 +163,7 @@ def add(self, source_data, row, column, table_name, use_same_source): | use_same_source | bool | Indicates whether using same data source when another existing pivot table has used this data source.
If the property is true, it will save memory. | -## add {#str-str-str-bool-bool} +## add(self, source_data, cell, table_name, use_same_source, is_xls_classic) {#str-str-str-bool-bool} Adds a new PivotTable. @@ -168,9 +174,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, cell, table_name, use_same_source, is_xls_classic): - ... + ... ``` @@ -183,7 +190,7 @@ def add(self, source_data, cell, table_name, use_same_source, is_xls_classic): | is_xls_classic | bool | Indicates whether add classic pivot table of Excel 97-2003. | -## add {#list-bool-aspose.cells.pivot.PivotPageFields-str-str} +## add(self, source_data, is_auto_page, page_fields, dest_cell_name, table_name) {#list-bool-aspose.cells.pivot.PivotPageFields-str-str} Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. @@ -194,9 +201,10 @@ Adds a new PivotTable Object to the collection with multiple consolidation range The new added PivotTable index. -```python +```python + def add(self, source_data, is_auto_page, page_fields, dest_cell_name, table_name): - ... + ... ``` @@ -209,7 +217,7 @@ def add(self, source_data, is_auto_page, page_fields, dest_cell_name, table_name | table_name | str | the name of the new PivotTable report. | -## add {#str-int-int-str-bool-bool} +## add(self, source_data, row, column, table_name, use_same_source, is_xls_classic) {#str-int-int-str-bool-bool} Adds a new PivotTable. @@ -220,9 +228,10 @@ Adds a new PivotTable. The new added cache index. -```python +```python + def add(self, source_data, row, column, table_name, use_same_source, is_xls_classic): - ... + ... ``` @@ -236,7 +245,7 @@ def add(self, source_data, row, column, table_name, use_same_source, is_xls_clas | is_xls_classic | bool | Indicates whether add classic pivot table of Excel 97-2003. | -## add {#list-bool-aspose.cells.pivot.PivotPageFields-int-int-str} +## add(self, source_data, is_auto_page, page_fields, row, column, table_name) {#list-bool-aspose.cells.pivot.PivotPageFields-int-int-str} Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. @@ -247,9 +256,10 @@ Adds a new PivotTable Object to the collection with multiple consolidation range The new added PivotTable index. -```python +```python + def add(self, source_data, is_auto_page, page_fields, row, column, table_name): - ... + ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/binary_search/_index.md b/english/aspose.cells.pivot/pivottablecollection/binary_search/_index.md index 7c79f2db94..7276a430cc 100644 --- a/english/aspose.cells.pivot/pivottablecollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottablecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotTable} +## binary_search(self, item) {#aspose.cells.pivot.PivotTable} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/copy_to/_index.md b/english/aspose.cells.pivot/pivottablecollection/copy_to/_index.md index de21f7fda1..5a1ab406ed 100644 --- a/english/aspose.cells.pivot/pivottablecollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md b/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md index 92d8bb9715..7276652309 100644 --- a/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottablecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotTable-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotTable-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotTable-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotTable-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md index 8d24a78368..ee9386c5ad 100644 --- a/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottablecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotTable} +## last_index_of(self, item) {#aspose.cells.pivot.PivotTable} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotTable-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotTable-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotTable-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotTable-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md index cf234fb45f..25e70465d3 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecollection/remove_at/ is_root: false --- -## remove_at {#int-bool} +## remove_at(self, index, keep_data) {#int-bool} Deletes the PivotTable at the specified index ```python + def remove_at(self, index, keep_data): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md index 46c830156e..cf55da511c 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_by_index/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecollection/remove_by_index/ is_root: false --- -## remove_by_index {#int} +## remove_by_index(self, index) {#int} Deletes the PivotTable at the specified index and delete the PivotTable data ```python + def remove_by_index(self, index): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md index 7ac1ef0f76..fd1df82d74 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecollection/remove_pivot_table/ is_root: false --- -## remove_pivot_table {#aspose.cells.pivot.PivotTable} +## remove_pivot_table(self, pivot_table) {#aspose.cells.pivot.PivotTable} Deletes the specified PivotTable and delete the PivotTable data ```python + def remove_pivot_table(self, pivot_table): ... ``` diff --git a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md index b31aef8a93..fe29106409 100644 --- a/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md +++ b/english/aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablecollection/remove_pivot_table_data/ is_root: false --- -## remove_pivot_table_data {#aspose.cells.pivot.PivotTable-bool} +## remove_pivot_table_data(self, pivot_table, keep_data) {#aspose.cells.pivot.PivotTable-bool} Deletes the specified PivotTable ```python + def remove_pivot_table_data(self, pivot_table, keep_data): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformat/_index.md b/english/aspose.cells.pivot/pivottableformat/_index.md index 00fbf74c3e..e9a3150fa8 100644 --- a/english/aspose.cells.pivot/pivottableformat/_index.md +++ b/english/aspose.cells.pivot/pivottableformat/_index.md @@ -25,8 +25,8 @@ The PivotTableFormat type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_style](/cells/python-net/aspose.cells.pivot/pivottableformat/get_style/#) | Gets the formatted style. | -| [set_style](/cells/python-net/aspose.cells.pivot/pivottableformat/set_style/#aspose.cells.Style) | Sets the style of the pivot area. | +| [`get_style(self)`](/cells/python-net/aspose.cells.pivot/pivottableformat/get_style/#) | Gets the formatted style. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells.pivot/pivottableformat/set_style/#aspose.cells.style) | Sets the style of the pivot area. | diff --git a/english/aspose.cells.pivot/pivottableformat/get_style/_index.md b/english/aspose.cells.pivot/pivottableformat/get_style/_index.md index a566d60c4b..d45598188b 100644 --- a/english/aspose.cells.pivot/pivottableformat/get_style/_index.md +++ b/english/aspose.cells.pivot/pivottableformat/get_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformat/get_style/ is_root: false --- -## get_style {#} +## get_style(self) {#} Gets the formatted style. @@ -20,6 +20,7 @@ Gets the formatted style. ```python + def get_style(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformat/set_style/_index.md b/english/aspose.cells.pivot/pivottableformat/set_style/_index.md index 5943f07fb0..18c887aaa2 100644 --- a/english/aspose.cells.pivot/pivottableformat/set_style/_index.md +++ b/english/aspose.cells.pivot/pivottableformat/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottableformat/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the style of the pivot area. ```python + def set_style(self, style): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/_index.md index b3a3656f28..b9bde83f80 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/_index.md @@ -25,16 +25,16 @@ The PivotTableFormatCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/index_of/#aspose.cells.pivot.PivotTableFormat-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. | -| [index_of](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/index_of/#aspose.cells.pivot.PivotTableFormat-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.PivotTableFormat) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.PivotTableFormat-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](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.PivotTableFormat-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. | -| [add](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/add/#) | Add a [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat). | -| [format_area](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/format_area/#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotFieldSubtotalType-aspose.cells.pivot.PivotTableSelectionType-bool-bool-aspose.cells.Style) | Formats selected area. | -| [binary_search](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/binary_search/#aspose.cells.pivot.PivotTableFormat) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/index_of/#aspose.cells.pivot.pivottableformat-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/index_of/#aspose.cells.pivot.pivottableformat-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.pivottableformat) | 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.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.pivottableformat-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.pivot/pivottableformatcollection/last_index_of/#aspose.cells.pivot.pivottableformat-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. | +| [`add(self)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/add/#) | Add a [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat). | +| [`format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/format_area/#aspose.cells.pivot.pivotfieldtype-int-aspose.cells.pivot.pivotfieldsubtotaltype-aspose.cells.pivot.pivottableselectiontype-bool-bool-aspose.cells.style) | Formats selected area. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.pivot/pivottableformatcollection/binary_search/#aspose.cells.pivot.pivottableformat) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.pivot/pivottableformatcollection/add/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/add/_index.md index 1cfd8a6a18..fcc5b2dab8 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/add/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformatcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Add a [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat). @@ -20,6 +20,7 @@ The index of new format. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/binary_search/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/binary_search/_index.md index e2e3eafcc4..021d6d67ab 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/binary_search/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformatcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.pivot.PivotTableFormat} +## binary_search(self, item) {#aspose.cells.pivot.PivotTableFormat} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/copy_to/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/copy_to/_index.md index 04d60e47ca..840d540007 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/copy_to/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottableformatcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/format_area/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/format_area/_index.md index e1a4286862..5cdb942880 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/format_area/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/format_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformatcollection/format_area/ is_root: false --- -## format_area {#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotFieldSubtotalType-aspose.cells.pivot.PivotTableSelectionType-bool-bool-aspose.cells.Style} +## format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style) {#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotFieldSubtotalType-aspose.cells.pivot.PivotTableSelectionType-bool-bool-aspose.cells.Style} Formats selected area. @@ -20,6 +20,7 @@ Formats selected area. ```python + def format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/index_of/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/index_of/_index.md index 0ddf70140c..a5b45e6376 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/index_of/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformatcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.pivot.PivotTableFormat-int} +## index_of(self, item, index) {#aspose.cells.pivot.PivotTableFormat-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.pivot.PivotTableFormat-int-int} +## index_of(self, item, index, count) {#aspose.cells.pivot.PivotTableFormat-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottableformatcollection/last_index_of/_index.md b/english/aspose.cells.pivot/pivottableformatcollection/last_index_of/_index.md index 63638b68fd..3a874668b1 100644 --- a/english/aspose.cells.pivot/pivottableformatcollection/last_index_of/_index.md +++ b/english/aspose.cells.pivot/pivottableformatcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.pivot/pivottableformatcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.pivot.PivotTableFormat} +## last_index_of(self, item) {#aspose.cells.pivot.PivotTableFormat} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PivotTableFormat`](/cells/python-net/aspose.cells.pivot/pivottableformat) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.pivot.PivotTableFormat-int} +## last_index_of(self, item, index) {#aspose.cells.pivot.PivotTableFormat-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.pivot.PivotTableFormat-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.pivot.PivotTableFormat-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.pivot/pivottablerefreshoption/__init__/_index.md b/english/aspose.cells.pivot/pivottablerefreshoption/__init__/_index.md index 476c8e0276..80708c251c 100644 --- a/english/aspose.cells.pivot/pivottablerefreshoption/__init__/_index.md +++ b/english/aspose.cells.pivot/pivottablerefreshoption/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.pivot/pivottablerefreshoption/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents the options of refreshing data source of the pivot table. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.pivot/pivottablerefreshoption/_index.md b/english/aspose.cells.pivot/pivottablerefreshoption/_index.md index 95b2037a96..49c99399fa 100644 --- a/english/aspose.cells.pivot/pivottablerefreshoption/_index.md +++ b/english/aspose.cells.pivot/pivottablerefreshoption/_index.md @@ -19,7 +19,7 @@ The PivotTableRefreshOption type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.pivot/pivottablerefreshoption/__init__/#) | Represents the options of refreshing data source of the pivot table. | +| [`__init__(self)`](/cells/python-net/aspose.cells.pivot/pivottablerefreshoption/__init__/#) | Represents the options of refreshing data source of the pivot table. | ### Properties diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md index 6a3880e527..89e0a02a74 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/_index.md @@ -64,15 +64,17 @@ The BuiltInDocumentPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [index_of](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#str) | Gets the index of a property by name. | -| [index_of](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-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. | -| [index_of](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [copy_to](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/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. | -| [last_index_of](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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. | -| [binary_search](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/binary_search/#aspose.cells.properties.DocumentProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/get/#str) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. | +| [`get(self, index)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/get/#int) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. | +| [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#str) | Gets the index of a property by name. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/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. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty) | 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.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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.properties/builtindocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection/binary_search/#aspose.cells.properties.documentproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/author/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/author/_index.md index 3d5cfc4581..0ed3d1ae52 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/author/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/author/_index.md @@ -3,7 +3,7 @@ title: author property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.properties/builtindocumentpropertycollection/author/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/binary_search/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/binary_search/_index.md index f7fba4877c..a8499d49c7 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/binary_search/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/builtindocumentpropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.properties.DocumentProperty} +## binary_search(self, item) {#aspose.cells.properties.DocumentProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/bytes/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/bytes/_index.md index 3e63ca71f7..ba3c49c714 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/bytes/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/bytes/_index.md @@ -3,7 +3,7 @@ title: bytes property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.properties/builtindocumentpropertycollection/bytes/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/capacity/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/capacity/_index.md index ca77a5438a..1b56088674 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/capacity/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.properties/builtindocumentpropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/category/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/category/_index.md index eac6d26b24..434ec5ac92 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/category/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/category/_index.md @@ -3,7 +3,7 @@ title: category property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells.properties/builtindocumentpropertycollection/category/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/characters/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/characters/_index.md index 8dc1e6dd4f..854b4b1ac4 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/characters/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/characters/_index.md @@ -3,7 +3,7 @@ title: characters property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.properties/builtindocumentpropertycollection/characters/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/characters_with_spaces/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/characters_with_spaces/_index.md index 3aa0355800..5d7d863087 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/characters_with_spaces/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/characters_with_spaces/_index.md @@ -3,7 +3,7 @@ title: characters_with_spaces property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells.properties/builtindocumentpropertycollection/characters_with_spaces/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/comments/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/comments/_index.md index 1f46195512..37b8e0415a 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/comments/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/comments/_index.md @@ -3,7 +3,7 @@ title: comments property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells.properties/builtindocumentpropertycollection/comments/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/company/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/company/_index.md index 3f1d24855e..d6208673b3 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/company/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/company/_index.md @@ -3,7 +3,7 @@ title: company property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells.properties/builtindocumentpropertycollection/company/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/content_status/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/content_status/_index.md index 418376a804..543232b4b0 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/content_status/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/content_status/_index.md @@ -3,7 +3,7 @@ title: content_status property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells.properties/builtindocumentpropertycollection/content_status/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/content_type/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/content_type/_index.md index f73f933bb0..714926ef79 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/content_type/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/content_type/_index.md @@ -3,7 +3,7 @@ title: content_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells.properties/builtindocumentpropertycollection/content_type/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/copy_to/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/copy_to/_index.md index 5af3f13656..a1caf0b029 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/copy_to/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/builtindocumentpropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/created_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/created_time/_index.md index 66f9fb32d8..efac7f7979 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/created_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/created_time/_index.md @@ -3,7 +3,7 @@ title: created_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells.properties/builtindocumentpropertycollection/created_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/created_universal_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/created_universal_time/_index.md index ad7cc41e9b..6c3e5602d9 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/created_universal_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/created_universal_time/_index.md @@ -3,7 +3,7 @@ title: created_universal_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells.properties/builtindocumentpropertycollection/created_universal_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/document_version/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/document_version/_index.md index 54a8c583f4..a48061e4b8 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/document_version/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/document_version/_index.md @@ -3,7 +3,7 @@ title: document_version property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells.properties/builtindocumentpropertycollection/document_version/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md new file mode 100644 index 0000000000..d9f4221317 --- /dev/null +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/get/_index.md @@ -0,0 +1,58 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.properties/builtindocumentpropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The case-insensitive name of the property to retrieve. | +### Remarks + +Returns null if a property with the specified name is not found. + +## get(self, index) {#int} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. + + +### Returns + + + + + +```python + +def get(self, index): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| index | int | Zero-based index of the [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) to retrieve. | + + + +### See Also +* module [`aspose.cells.properties`](../../) +* class [`BuiltInDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection) +* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/hyperlink_base/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/hyperlink_base/_index.md index 2729d19383..cd75dcbc6e 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/hyperlink_base/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/hyperlink_base/_index.md @@ -3,7 +3,7 @@ title: hyperlink_base property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells.properties/builtindocumentpropertycollection/hyperlink_base/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/index_of/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/index_of/_index.md index 508a9ef1fa..dba8996740 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/index_of/_index.md @@ -3,12 +3,12 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.properties/builtindocumentpropertycollection/index_of/ is_root: false --- -## index_of {#str} +## index_of(self, name) {#str} Gets the index of a property by name. @@ -20,6 +20,7 @@ The zero based index. Negative value if not found. ```python + def index_of(self, name): ... ``` @@ -30,7 +31,7 @@ def index_of(self, name): | name | str | The case-insensitive name of the property. | -## index_of {#aspose.cells.properties.DocumentProperty-int} +## index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.properties.DocumentProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -65,6 +67,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/keywords/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/keywords/_index.md index 74a96a1732..151b06fdf1 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/keywords/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/keywords/_index.md @@ -3,7 +3,7 @@ title: keywords property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells.properties/builtindocumentpropertycollection/keywords/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/language/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/language/_index.md index ecee5a0eef..e59f72978f 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/language/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/language/_index.md @@ -3,7 +3,7 @@ title: language property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells.properties/builtindocumentpropertycollection/language/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/_index.md index 81391dc929..228bac30ce 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_index_of/_index.md @@ -3,12 +3,12 @@ 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.properties/builtindocumentpropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.properties.DocumentProperty} +## last_index_of(self, item) {#aspose.cells.properties.DocumentProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int} +## last_index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed/_index.md index 1696fc88cf..abd4a6512c 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed/_index.md @@ -3,7 +3,7 @@ title: last_printed property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells.properties/builtindocumentpropertycollection/last_printed/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed_universal_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed_universal_time/_index.md index d8c056f0a8..0a475ec423 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed_universal_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_printed_universal_time/_index.md @@ -3,7 +3,7 @@ title: last_printed_universal_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells.properties/builtindocumentpropertycollection/last_printed_universal_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_by/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_by/_index.md index 05a09ae00d..4ff2e7709d 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_by/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_by/_index.md @@ -3,7 +3,7 @@ title: last_saved_by property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells.properties/builtindocumentpropertycollection/last_saved_by/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_time/_index.md index 9773ae4ba6..5ed5272785 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_time/_index.md @@ -3,7 +3,7 @@ title: last_saved_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells.properties/builtindocumentpropertycollection/last_saved_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_universal_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_universal_time/_index.md index 73103ffd1a..7c61d09126 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_universal_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/last_saved_universal_time/_index.md @@ -3,7 +3,7 @@ title: last_saved_universal_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells.properties/builtindocumentpropertycollection/last_saved_universal_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/lines/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/lines/_index.md index 956ca8e7a0..f5f31db28f 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/lines/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/lines/_index.md @@ -3,7 +3,7 @@ title: lines property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells.properties/builtindocumentpropertycollection/lines/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/links_up_to_date/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/links_up_to_date/_index.md index 5308faff7c..57acf125e9 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/links_up_to_date/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/links_up_to_date/_index.md @@ -3,7 +3,7 @@ title: links_up_to_date property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells.properties/builtindocumentpropertycollection/links_up_to_date/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/manager/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/manager/_index.md index 5f08070346..d78c357e03 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/manager/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/manager/_index.md @@ -3,7 +3,7 @@ title: manager property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells.properties/builtindocumentpropertycollection/manager/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/name_of_application/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/name_of_application/_index.md index f240cc5fe0..b88d9988aa 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/name_of_application/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/name_of_application/_index.md @@ -3,7 +3,7 @@ title: name_of_application property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells.properties/builtindocumentpropertycollection/name_of_application/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/pages/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/pages/_index.md index 86922cccac..271d8fa220 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/pages/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/pages/_index.md @@ -3,7 +3,7 @@ title: pages property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells.properties/builtindocumentpropertycollection/pages/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/paragraphs/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/paragraphs/_index.md index 0635c5a837..560fe48f7b 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/paragraphs/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/paragraphs/_index.md @@ -3,7 +3,7 @@ title: paragraphs property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells.properties/builtindocumentpropertycollection/paragraphs/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/revision_number/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/revision_number/_index.md index 8fd23603ff..15a838710e 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/revision_number/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/revision_number/_index.md @@ -3,7 +3,7 @@ title: revision_number property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells.properties/builtindocumentpropertycollection/revision_number/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/scale_crop/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/scale_crop/_index.md index 1ca769f820..0ef3e824aa 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/scale_crop/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/scale_crop/_index.md @@ -3,7 +3,7 @@ title: scale_crop property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells.properties/builtindocumentpropertycollection/scale_crop/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/subject/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/subject/_index.md index 5723f3f727..ca3e54e69e 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/subject/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/subject/_index.md @@ -3,7 +3,7 @@ title: subject property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells.properties/builtindocumentpropertycollection/subject/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/template/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/template/_index.md index 7a257cc8ce..029dc0ab32 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/template/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/template/_index.md @@ -3,7 +3,7 @@ title: template property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells.properties/builtindocumentpropertycollection/template/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/title/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/title/_index.md index 23f1dd7a81..dc5e98894f 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/title/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/title/_index.md @@ -3,7 +3,7 @@ title: title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells.properties/builtindocumentpropertycollection/title/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/total_editing_time/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/total_editing_time/_index.md index 93398fba50..8b2c0b6c74 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/total_editing_time/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/total_editing_time/_index.md @@ -3,7 +3,7 @@ title: total_editing_time property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells.properties/builtindocumentpropertycollection/total_editing_time/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/version/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/version/_index.md index 470c88b135..a045adb73d 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/version/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/version/_index.md @@ -3,7 +3,7 @@ title: version property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells.properties/builtindocumentpropertycollection/version/ is_root: false --- diff --git a/english/aspose.cells.properties/builtindocumentpropertycollection/words/_index.md b/english/aspose.cells.properties/builtindocumentpropertycollection/words/_index.md index 792c48b8f3..854edb032b 100644 --- a/english/aspose.cells.properties/builtindocumentpropertycollection/words/_index.md +++ b/english/aspose.cells.properties/builtindocumentpropertycollection/words/_index.md @@ -3,7 +3,7 @@ title: words property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells.properties/builtindocumentpropertycollection/words/ is_root: false --- diff --git a/english/aspose.cells.properties/contenttypepropertycollection/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/_index.md index e2429f7fcf..5f652ecd65 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/_index.md @@ -25,16 +25,16 @@ The ContentTypePropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/add/#str-str) | Adds content type property information. | -| [add](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/add/#str-str-str) | Adds content type property information. | -| [copy_to](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/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. | -| [index_of](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/index_of/#aspose.cells.properties.ContentTypeProperty-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. | -| [index_of](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/index_of/#aspose.cells.properties.ContentTypeProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.ContentTypeProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.ContentTypeProperty-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](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.ContentTypeProperty-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. | -| [binary_search](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/binary_search/#aspose.cells.properties.ContentTypeProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/add/#str-str) | Adds content type property information. | +| [`add(self, name, value, type)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/add/#str-str-str) | Adds content type property information. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/index_of/#aspose.cells.properties.contenttypeproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/index_of/#aspose.cells.properties.contenttypeproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty) | 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.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty-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.properties/contenttypepropertycollection/last_index_of/#aspose.cells.properties.contenttypeproperty-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/contenttypepropertycollection/binary_search/#aspose.cells.properties.contenttypeproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.properties/contenttypepropertycollection/add/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/add/_index.md index 47a61c091f..ab265601c6 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/add/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/contenttypepropertycollection/add/ is_root: false --- -## add {#str-str} +## add(self, name, value) {#str-str} Adds content type property information. ```python + def add(self, name, value): ... ``` @@ -26,13 +27,14 @@ def add(self, name, value): | value | str | The value of the content type property. | -## add {#str-str-str} +## add(self, name, value, type) {#str-str-str} Adds content type property information. ```python + def add(self, name, value, type): ... ``` diff --git a/english/aspose.cells.properties/contenttypepropertycollection/binary_search/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/binary_search/_index.md index 90f1259f40..7a293a6803 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/binary_search/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/contenttypepropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.properties.ContentTypeProperty} +## binary_search(self, item) {#aspose.cells.properties.ContentTypeProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.properties/contenttypepropertycollection/copy_to/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/copy_to/_index.md index f967346596..baa7a5989d 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/copy_to/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/contenttypepropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md index bb02b2d894..6f4f622e55 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/contenttypepropertycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.properties.ContentTypeProperty-int} +## index_of(self, item, index) {#aspose.cells.properties.ContentTypeProperty-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.properties.ContentTypeProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.properties.ContentTypeProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md index 9b55f0dcc1..fc29841d2e 100644 --- a/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/contenttypepropertycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/contenttypepropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.properties.ContentTypeProperty} +## last_index_of(self, item) {#aspose.cells.properties.ContentTypeProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ContentTypeProperty`](/cells/python-net/aspose.cells.properties/contenttypeproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.properties.ContentTypeProperty-int} +## last_index_of(self, item, index) {#aspose.cells.properties.ContentTypeProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.properties.ContentTypeProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.properties.ContentTypeProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/_index.md index 01fa9cb611..2a36600e3e 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/_index.md @@ -30,23 +30,25 @@ The CustomDocumentPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [index_of](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#str) | Gets the index of a property by name. | -| [index_of](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-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. | -| [index_of](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [copy_to](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/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. | -| [last_index_of](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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. | -| [add](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-str) | Creates a new custom document property of the **PropertyType.String** data type. | -| [add](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-int) | Creates a new custom document property of the **PropertyType.Number** data type. | -| [add](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-DateTime) | Creates a new custom document property of the **PropertyType.DateTime** data type. | -| [add](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-bool) | Creates a new custom document property of the **PropertyType.Boolean** data type. | -| [add](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-float) | Creates a new custom document property of the **PropertyType.Float** data type. | -| [binary_search](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/binary_search/#aspose.cells.properties.DocumentProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | -| [add_link_to_content](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/#str-str) | Creates a new custom document property which links to content. | -| [update_linked_property_value](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/#) | Update custom document property value which links to content. | -| [update_linked_range](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/#) | Update custom document property value to linked range. | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#str) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. | +| [`get(self, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/get/#int) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. | +| [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#str) | Gets the index of a property by name. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/index_of/#aspose.cells.properties.documentproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/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. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty) | 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.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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.properties/customdocumentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-str) | Creates a new custom document property of the **PropertyType.String** data type. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-int) | Creates a new custom document property of the **PropertyType.Number** data type. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-datetime) | Creates a new custom document property of the **PropertyType.DateTime** data type. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-bool) | Creates a new custom document property of the **PropertyType.Boolean** data type. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add/#str-float) | Creates a new custom document property of the **PropertyType.Float** data type. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/binary_search/#aspose.cells.properties.documentproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add_link_to_content(self, name, source)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/#str-str) | Creates a new custom document property which links to content. | +| [`update_linked_property_value(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/#) | Update custom document property value which links to content. | +| [`update_linked_range(self)`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/#) | Update custom document property value to linked range. | diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/add/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/add/_index.md index 65bdff34c9..b2bbbe0c9d 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/add/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/customdocumentpropertycollection/add/ is_root: false --- -## add {#str-str} +## add(self, name, value) {#str-str} Creates a new custom document property of the **PropertyType.String** data type. @@ -20,6 +20,7 @@ The newly created property object. ```python + def add(self, name, value): ... ``` @@ -31,7 +32,7 @@ def add(self, name, value): | value | str | The value of the property. | -## add {#str-int} +## add(self, name, value) {#str-int} Creates a new custom document property of the **PropertyType.Number** data type. @@ -43,6 +44,7 @@ The newly created property object. ```python + def add(self, name, value): ... ``` @@ -54,7 +56,7 @@ def add(self, name, value): | value | int | The value of the property. | -## add {#str-DateTime} +## add(self, name, value) {#str-DateTime} Creates a new custom document property of the **PropertyType.DateTime** data type. @@ -66,6 +68,7 @@ The newly created property object. ```python + def add(self, name, value): ... ``` @@ -77,7 +80,7 @@ def add(self, name, value): | value | DateTime | The value of the property. | -## add {#str-bool} +## add(self, name, value) {#str-bool} Creates a new custom document property of the **PropertyType.Boolean** data type. @@ -89,6 +92,7 @@ The newly created property object. ```python + def add(self, name, value): ... ``` @@ -100,7 +104,7 @@ def add(self, name, value): | value | bool | The value of the property. | -## add {#str-float} +## add(self, name, value) {#str-float} Creates a new custom document property of the **PropertyType.Float** data type. @@ -112,6 +116,7 @@ The newly created property object. ```python + def add(self, name, value): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md index 220c71b976..806f81d71d 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/customdocumentpropertycollection/add_link_to_conte is_root: false --- -## add_link_to_content {#str-str} +## add_link_to_content(self, name, source) {#str-str} Creates a new custom document property which links to content. @@ -20,6 +20,7 @@ The newly created property object. ```python + def add_link_to_content(self, name, source): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/binary_search/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/binary_search/_index.md index c205363fcb..0f9cf1ee09 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/binary_search/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/customdocumentpropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.properties.DocumentProperty} +## binary_search(self, item) {#aspose.cells.properties.DocumentProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/capacity/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/capacity/_index.md index 7fa0368130..a8ca2c0df0 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/capacity/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/capacity/_index.md @@ -3,7 +3,7 @@ title: capacity property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells.properties/customdocumentpropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/copy_to/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/copy_to/_index.md index 613a9241db..218d181061 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/copy_to/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/customdocumentpropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/get/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/get/_index.md new file mode 100644 index 0000000000..96b31040a0 --- /dev/null +++ b/english/aspose.cells.properties/customdocumentpropertycollection/get/_index.md @@ -0,0 +1,58 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells.properties/customdocumentpropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The case-insensitive name of the property to retrieve. | +### Remarks + +Returns null if a property with the specified name is not found. + +## get(self, index) {#int} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. + + +### Returns + + + + + +```python + +def get(self, index): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| index | int | Zero-based index of the [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) to retrieve. | + + + +### See Also +* module [`aspose.cells.properties`](../../) +* class [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection) +* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/index_of/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/index_of/_index.md index fcbe0e39e9..db837e324f 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/index_of/_index.md @@ -3,12 +3,12 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells.properties/customdocumentpropertycollection/index_of/ is_root: false --- -## index_of {#str} +## index_of(self, name) {#str} Gets the index of a property by name. @@ -20,6 +20,7 @@ The zero based index. Negative value if not found. ```python + def index_of(self, name): ... ``` @@ -30,7 +31,7 @@ def index_of(self, name): | name | str | The case-insensitive name of the property. | -## index_of {#aspose.cells.properties.DocumentProperty-int} +## index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.properties.DocumentProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -65,6 +67,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/last_index_of/_index.md index 43284a0d6c..5e4cc075d9 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/last_index_of/_index.md @@ -3,12 +3,12 @@ title: last_index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells.properties/customdocumentpropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.properties.DocumentProperty} +## last_index_of(self, item) {#aspose.cells.properties.DocumentProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int} +## last_index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/_index.md index 09c2365873..ef33f25492 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/_index.md @@ -3,18 +3,19 @@ title: update_linked_property_value method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells.properties/customdocumentpropertycollection/update_linked_property_value/ is_root: false --- -## update_linked_property_value {#} +## update_linked_property_value(self) {#} Update custom document property value which links to content. ```python + def update_linked_property_value(self): ... ``` diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/_index.md index ab68afce41..fd53ff86b4 100644 --- a/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/_index.md +++ b/english/aspose.cells.properties/customdocumentpropertycollection/update_linked_range/_index.md @@ -3,18 +3,19 @@ title: update_linked_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells.properties/customdocumentpropertycollection/update_linked_range/ is_root: false --- -## update_linked_range {#} +## update_linked_range(self) {#} Update custom document property value to linked range. ```python + def update_linked_range(self): ... ``` diff --git a/english/aspose.cells.properties/customproperty/__init__/_index.md b/english/aspose.cells.properties/customproperty/__init__/_index.md index 2d6b97188a..7819025ecf 100644 --- a/english/aspose.cells.properties/customproperty/__init__/_index.md +++ b/english/aspose.cells.properties/customproperty/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/customproperty/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CustomProperty ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.properties/customproperty/_index.md b/english/aspose.cells.properties/customproperty/_index.md index 7db1b41ba5..a74b34a981 100644 --- a/english/aspose.cells.properties/customproperty/_index.md +++ b/english/aspose.cells.properties/customproperty/_index.md @@ -19,7 +19,7 @@ The CustomProperty type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.properties/customproperty/__init__/#) | Constructs a new instance of CustomProperty | +| [`__init__(self)`](/cells/python-net/aspose.cells.properties/customproperty/__init__/#) | Constructs a new instance of CustomProperty | ### Properties diff --git a/english/aspose.cells.properties/custompropertycollection/_index.md b/english/aspose.cells.properties/custompropertycollection/_index.md index b6e2c3f107..9376a0022f 100644 --- a/english/aspose.cells.properties/custompropertycollection/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/_index.md @@ -25,15 +25,15 @@ The CustomPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.properties/custompropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.properties/custompropertycollection/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. | -| [index_of](/cells/python-net/aspose.cells.properties/custompropertycollection/index_of/#aspose.cells.properties.CustomProperty-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. | -| [index_of](/cells/python-net/aspose.cells.properties/custompropertycollection/index_of/#aspose.cells.properties.CustomProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.CustomProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.CustomProperty-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](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.CustomProperty-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. | -| [add](/cells/python-net/aspose.cells.properties/custompropertycollection/add/#str-str) | Adds custom property information. | -| [binary_search](/cells/python-net/aspose.cells.properties/custompropertycollection/binary_search/#aspose.cells.properties.CustomProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/custompropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/custompropertycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/custompropertycollection/index_of/#aspose.cells.properties.customproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.properties/custompropertycollection/index_of/#aspose.cells.properties.customproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/custompropertycollection/last_index_of/#aspose.cells.properties.customproperty) | 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.properties/custompropertycollection/last_index_of/#aspose.cells.properties.customproperty-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.properties/custompropertycollection/last_index_of/#aspose.cells.properties.customproperty-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. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.properties/custompropertycollection/add/#str-str) | Adds custom property information. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/custompropertycollection/binary_search/#aspose.cells.properties.customproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.properties/custompropertycollection/add/_index.md b/english/aspose.cells.properties/custompropertycollection/add/_index.md index 59bb9932ed..a35cb4a1e7 100644 --- a/english/aspose.cells.properties/custompropertycollection/add/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/custompropertycollection/add/ is_root: false --- -## add {#str-str} +## add(self, name, value) {#str-str} Adds custom property information. ```python + def add(self, name, value): ... ``` diff --git a/english/aspose.cells.properties/custompropertycollection/binary_search/_index.md b/english/aspose.cells.properties/custompropertycollection/binary_search/_index.md index a447554c33..4ead6e83ab 100644 --- a/english/aspose.cells.properties/custompropertycollection/binary_search/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/custompropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.properties.CustomProperty} +## binary_search(self, item) {#aspose.cells.properties.CustomProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.properties/custompropertycollection/copy_to/_index.md b/english/aspose.cells.properties/custompropertycollection/copy_to/_index.md index 37bb2d6f1b..5983d0a720 100644 --- a/english/aspose.cells.properties/custompropertycollection/copy_to/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/custompropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.properties/custompropertycollection/index_of/_index.md b/english/aspose.cells.properties/custompropertycollection/index_of/_index.md index b524d18055..fef40e2d93 100644 --- a/english/aspose.cells.properties/custompropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/custompropertycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.properties.CustomProperty-int} +## index_of(self, item, index) {#aspose.cells.properties.CustomProperty-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.properties.CustomProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.properties.CustomProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md index 6d963a02d9..b334296243 100644 --- a/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/custompropertycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/custompropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.properties.CustomProperty} +## last_index_of(self, item) {#aspose.cells.properties.CustomProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`CustomProperty`](/cells/python-net/aspose.cells.properties/customproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.properties.CustomProperty-int} +## last_index_of(self, item, index) {#aspose.cells.properties.CustomProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.properties.CustomProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.properties.CustomProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/documentproperty/_index.md b/english/aspose.cells.properties/documentproperty/_index.md index c8dcd94ab3..d02d52359a 100644 --- a/english/aspose.cells.properties/documentproperty/_index.md +++ b/english/aspose.cells.properties/documentproperty/_index.md @@ -30,12 +30,29 @@ The DocumentProperty type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_int](/cells/python-net/aspose.cells.properties/documentproperty/to_int/#) | Returns the property value as integer. | -| [to_double](/cells/python-net/aspose.cells.properties/documentproperty/to_double/#) | Returns the property value as double. | -| [to_date_time](/cells/python-net/aspose.cells.properties/documentproperty/to_date_time/#) | Returns the property value as DateTime in local timezone. | -| [to_bool](/cells/python-net/aspose.cells.properties/documentproperty/to_bool/#) | Returns the property value as bool. | +| [`to_int(self)`](/cells/python-net/aspose.cells.properties/documentproperty/to_int/#) | Returns the property value as integer. | +| [`to_double(self)`](/cells/python-net/aspose.cells.properties/documentproperty/to_double/#) | Returns the property value as double. | +| [`to_date_time(self)`](/cells/python-net/aspose.cells.properties/documentproperty/to_date_time/#) | Returns the property value as DateTime in local timezone. | +| [`to_bool(self)`](/cells/python-net/aspose.cells.properties/documentproperty/to_bool/#) | Returns the property value as bool. | +### Example + + +```python +from aspose.cells import Workbook + +# Instantiate a Workbook object +workbook = Workbook("book1.xls") +# Retrieve a list of all custom document properties of the Excel file +customProperties = workbook.worksheets.custom_document_properties +# Accessng a custom document property by using the property index +customProperty1 = customProperties[3] +# Accessng a custom document property by using the property name +customProperty2 = customProperties.get("Owner") + +``` + ### See Also * module [`aspose.cells.properties`](..) diff --git a/english/aspose.cells.properties/documentproperty/to_bool/_index.md b/english/aspose.cells.properties/documentproperty/to_bool/_index.md index 1ca255af78..6c4960138a 100644 --- a/english/aspose.cells.properties/documentproperty/to_bool/_index.md +++ b/english/aspose.cells.properties/documentproperty/to_bool/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/documentproperty/to_bool/ is_root: false --- -## to_bool {#} +## to_bool(self) {#} Returns the property value as bool. ```python + def to_bool(self): ... ``` diff --git a/english/aspose.cells.properties/documentproperty/to_date_time/_index.md b/english/aspose.cells.properties/documentproperty/to_date_time/_index.md index 3bc4ecd3d7..8dfcab9262 100644 --- a/english/aspose.cells.properties/documentproperty/to_date_time/_index.md +++ b/english/aspose.cells.properties/documentproperty/to_date_time/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/documentproperty/to_date_time/ is_root: false --- -## to_date_time {#} +## to_date_time(self) {#} Returns the property value as DateTime in local timezone. ```python + def to_date_time(self): ... ``` diff --git a/english/aspose.cells.properties/documentproperty/to_double/_index.md b/english/aspose.cells.properties/documentproperty/to_double/_index.md index 1920067001..efdefe93b7 100644 --- a/english/aspose.cells.properties/documentproperty/to_double/_index.md +++ b/english/aspose.cells.properties/documentproperty/to_double/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/documentproperty/to_double/ is_root: false --- -## to_double {#} +## to_double(self) {#} Returns the property value as double. ```python + def to_double(self): ... ``` diff --git a/english/aspose.cells.properties/documentproperty/to_int/_index.md b/english/aspose.cells.properties/documentproperty/to_int/_index.md index c90a2bfb05..56a2dcd153 100644 --- a/english/aspose.cells.properties/documentproperty/to_int/_index.md +++ b/english/aspose.cells.properties/documentproperty/to_int/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/documentproperty/to_int/ is_root: false --- -## to_int {#} +## to_int(self) {#} Returns the property value as integer. ```python + def to_int(self): ... ``` diff --git a/english/aspose.cells.properties/documentpropertycollection/_index.md b/english/aspose.cells.properties/documentpropertycollection/_index.md index f55faccf86..69826c82c6 100644 --- a/english/aspose.cells.properties/documentpropertycollection/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/_index.md @@ -25,19 +25,39 @@ The DocumentPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [index_of](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#str) | Gets the index of a property by name. | -| [index_of](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-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. | -| [index_of](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [copy_to](/cells/python-net/aspose.cells.properties/documentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.properties/documentpropertycollection/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. | -| [last_index_of](/cells/python-net/aspose.cells.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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](/cells/python-net/aspose.cells.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.DocumentProperty-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. | -| [binary_search](/cells/python-net/aspose.cells.properties/documentpropertycollection/binary_search/#aspose.cells.properties.DocumentProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, name)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/get/#str) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. | +| [`get(self, index)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/get/#int) | Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. | +| [`index_of(self, name)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#str) | Gets the index of a property by name. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#aspose.cells.properties.documentproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/index_of/#aspose.cells.properties.documentproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/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. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty) | 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.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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.properties/documentpropertycollection/last_index_of/#aspose.cells.properties.documentproperty-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.properties/documentpropertycollection/binary_search/#aspose.cells.properties.documentproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +### Example + + +```python +from aspose.cells import Workbook + +# Instantiate a Workbook object by calling its empty constructor +workbook = Workbook("book1.xls") +# Retrieve a list of all custom document properties of the Excel file +customProperties = workbook.worksheets.custom_document_properties +# Accessng a custom document property by using the property index +customProperty1 = customProperties[3] +# Accessng a custom document property by using the property name +customProperty2 = customProperties.get("Owner") + +``` + ### See Also * module [`aspose.cells.properties`](..) * class [`BuiltInDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/builtindocumentpropertycollection) * class [`CustomDocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/customdocumentpropertycollection) +* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) diff --git a/english/aspose.cells.properties/documentpropertycollection/binary_search/_index.md b/english/aspose.cells.properties/documentpropertycollection/binary_search/_index.md index 4f565cf1b9..be541b437f 100644 --- a/english/aspose.cells.properties/documentpropertycollection/binary_search/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.properties/documentpropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.properties.DocumentProperty} +## binary_search(self, item) {#aspose.cells.properties.DocumentProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.properties/documentpropertycollection/capacity/_index.md b/english/aspose.cells.properties/documentpropertycollection/capacity/_index.md index d4495d0bf3..97f55bf8b0 100644 --- a/english/aspose.cells.properties/documentpropertycollection/capacity/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/capacity/_index.md @@ -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.properties/documentpropertycollection/capacity/ is_root: false --- diff --git a/english/aspose.cells.properties/documentpropertycollection/copy_to/_index.md b/english/aspose.cells.properties/documentpropertycollection/copy_to/_index.md index c421960b97..725d3b5cb5 100644 --- a/english/aspose.cells.properties/documentpropertycollection/copy_to/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.properties/documentpropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.properties/documentpropertycollection/get/_index.md b/english/aspose.cells.properties/documentpropertycollection/get/_index.md new file mode 100644 index 0000000000..31eb14c321 --- /dev/null +++ b/english/aspose.cells.properties/documentpropertycollection/get/_index.md @@ -0,0 +1,58 @@ +--- +title: get method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells.properties/documentpropertycollection/get/ +is_root: false +--- + +## get(self, name) {#str} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by the name of the property. + + + +```python + +def get(self, name): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| name | str | The case-insensitive name of the property to retrieve. | +### Remarks + +Returns null if a property with the specified name is not found. + +## get(self, index) {#int} + +Returns a [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) object by index. + + +### Returns + + + + + +```python + +def get(self, index): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| index | int | Zero-based index of the [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) to retrieve. | + + + +### See Also +* module [`aspose.cells.properties`](../../) +* class [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) +* class [`DocumentPropertyCollection`](/cells/python-net/aspose.cells.properties/documentpropertycollection) diff --git a/english/aspose.cells.properties/documentpropertycollection/index_of/_index.md b/english/aspose.cells.properties/documentpropertycollection/index_of/_index.md index 3aa88b8ef2..d70bdd9353 100644 --- a/english/aspose.cells.properties/documentpropertycollection/index_of/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/index_of/_index.md @@ -3,12 +3,12 @@ title: index_of method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.properties/documentpropertycollection/index_of/ is_root: false --- -## index_of {#str} +## index_of(self, name) {#str} Gets the index of a property by name. @@ -20,6 +20,7 @@ The zero based index. Negative value if not found. ```python + def index_of(self, name): ... ``` @@ -30,7 +31,7 @@ def index_of(self, name): | name | str | The case-insensitive name of the property. | -## index_of {#aspose.cells.properties.DocumentProperty-int} +## index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.properties.DocumentProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -65,6 +67,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.properties/documentpropertycollection/last_index_of/_index.md b/english/aspose.cells.properties/documentpropertycollection/last_index_of/_index.md index 900977a1f3..755c7ae2eb 100644 --- a/english/aspose.cells.properties/documentpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.properties/documentpropertycollection/last_index_of/_index.md @@ -3,12 +3,12 @@ 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.properties/documentpropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.properties.DocumentProperty} +## last_index_of(self, item) {#aspose.cells.properties.DocumentProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DocumentProperty`](/cells/python-net/aspose.cells.properties/documentproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int} +## last_index_of(self, item, index) {#aspose.cells.properties.DocumentProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.properties.DocumentProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.properties.DocumentProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/_index.md index d222d85ad2..8ce49fa7bc 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/_index.md @@ -25,14 +25,14 @@ The PowerQueryFormulaCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/index_of/#aspose.cells.querytables.PowerQueryFormula-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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/index_of/#aspose.cells.querytables.PowerQueryFormula-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.PowerQueryFormula) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.PowerQueryFormula-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](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.PowerQueryFormula-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. | -| [binary_search](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/binary_search/#aspose.cells.querytables.PowerQueryFormula) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/index_of/#aspose.cells.querytables.powerqueryformula-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/index_of/#aspose.cells.querytables.powerqueryformula-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula) | 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.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula-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.querytables/powerqueryformulacollection/last_index_of/#aspose.cells.querytables.powerqueryformula-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulacollection/binary_search/#aspose.cells.querytables.powerqueryformula) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/binary_search/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/binary_search/_index.md index 60959858b4..481ac847bd 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/binary_search/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulacollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.querytables.PowerQueryFormula} +## binary_search(self, item) {#aspose.cells.querytables.PowerQueryFormula} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/copy_to/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/copy_to/_index.md index 5f0379b840..a317cb4c2a 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/copy_to/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.querytables/powerqueryformulacollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md index d727fea33c..ecd13a247d 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulacollection/index_of/ is_root: false --- -## index_of {#aspose.cells.querytables.PowerQueryFormula-int} +## index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormula-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.querytables.PowerQueryFormula-int-int} +## index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormula-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md index 27ce8f9cb1..b67948a8ae 100644 --- a/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulacollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulacollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.querytables.PowerQueryFormula} +## last_index_of(self, item) {#aspose.cells.querytables.PowerQueryFormula} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormula-int} +## last_index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormula-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormula-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormula-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md index d3821aa3f5..58dde542fc 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/_index.md @@ -25,14 +25,14 @@ The PowerQueryFormulaItemCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/#aspose.cells.querytables.PowerQueryFormulaItem-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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/#aspose.cells.querytables.PowerQueryFormulaItem-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaItem) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaItem-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](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaItem-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. | -| [binary_search](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/#aspose.cells.querytables.PowerQueryFormulaItem) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/#aspose.cells.querytables.powerqueryformulaitem-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/#aspose.cells.querytables.powerqueryformulaitem-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem) | 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.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem-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.querytables/powerqueryformulaitemcollection/last_index_of/#aspose.cells.querytables.powerqueryformulaitem-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/#aspose.cells.querytables.powerqueryformulaitem) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/_index.md index 48e4b7b7ab..367e31c736 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaitemcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.querytables.PowerQueryFormulaItem} +## binary_search(self, item) {#aspose.cells.querytables.PowerQueryFormulaItem} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/_index.md index ba058813cc..d1d18553a4 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.querytables/powerqueryformulaitemcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md index 436eea2641..d8ae45c55e 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaitemcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.querytables.PowerQueryFormulaItem-int} +## index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormulaItem-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.querytables.PowerQueryFormulaItem-int-int} +## index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormulaItem-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md index 95591d2135..14890331ba 100644 --- a/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaitemcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaItem} +## last_index_of(self, item) {#aspose.cells.querytables.PowerQueryFormulaItem} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PowerQueryFormulaItem`](/cells/python-net/aspose.cells.querytables/powerqueryformulaitem) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaItem-int} +## last_index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormulaItem-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaItem-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormulaItem-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/_index.md index b4bcac4df7..01bbb17ba2 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.querytables/powerqueryformulaparametercollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PowerQueryFormulaParameterCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md index 7455335f9a..84a16f378b 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/_index.md @@ -17,7 +17,7 @@ The PowerQueryFormulaParameterCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/#) | Constructs a new instance of PowerQueryFormulaParameterCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/__init__/#) | Constructs a new instance of PowerQueryFormulaParameterCollection | ### Properties @@ -29,14 +29,14 @@ The PowerQueryFormulaParameterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/#aspose.cells.querytables.PowerQueryFormulaParameter-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. | -| [index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/#aspose.cells.querytables.PowerQueryFormulaParameter-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaParameter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaParameter-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](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.PowerQueryFormulaParameter-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. | -| [binary_search](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/#aspose.cells.querytables.PowerQueryFormulaParameter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/#aspose.cells.querytables.powerqueryformulaparameter-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/#aspose.cells.querytables.powerqueryformulaparameter-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter) | 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.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter-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.querytables/powerqueryformulaparametercollection/last_index_of/#aspose.cells.querytables.powerqueryformulaparameter-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/#aspose.cells.querytables.powerqueryformulaparameter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/_index.md index a0d8e8f007..cba62a61e1 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaparametercollection/binary_searc is_root: false --- -## binary_search {#aspose.cells.querytables.PowerQueryFormulaParameter} +## binary_search(self, item) {#aspose.cells.querytables.PowerQueryFormulaParameter} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/_index.md index 3182317e47..42222be6ad 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.querytables/powerqueryformulaparametercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md index 4cb47c3d25..50f069e572 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaparametercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.querytables.PowerQueryFormulaParameter-int} +## index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormulaParameter-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.querytables.PowerQueryFormulaParameter-int-int} +## index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormulaParameter-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md b/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md index 639c7d0cf5..0fc190d9ba 100644 --- a/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md +++ b/english/aspose.cells.querytables/powerqueryformulaparametercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.querytables/powerqueryformulaparametercollection/last_index_o is_root: false --- -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaParameter} +## last_index_of(self, item) {#aspose.cells.querytables.PowerQueryFormulaParameter} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`PowerQueryFormulaParameter`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaParameter-int} +## last_index_of(self, item, index) {#aspose.cells.querytables.PowerQueryFormulaParameter-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.querytables.PowerQueryFormulaParameter-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.querytables.PowerQueryFormulaParameter-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/_index.md b/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/_index.md index 793df478f0..be2d3a4668 100644 --- a/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/_index.md +++ b/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} The constructor of PdfSecurityOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md b/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md index 3d21d453d2..efdfeb614c 100644 --- a/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md +++ b/english/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/_index.md @@ -20,7 +20,7 @@ The PdfSecurityOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/#) | The constructor of PdfSecurityOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells.rendering.pdfsecurity/pdfsecurityoptions/__init__/#) | The constructor of PdfSecurityOptions | ### Properties diff --git a/english/aspose.cells.rendering/drawobjecteventhandler/_index.md b/english/aspose.cells.rendering/drawobjecteventhandler/_index.md index 728baa5c2c..f0c0333c70 100644 --- a/english/aspose.cells.rendering/drawobjecteventhandler/_index.md +++ b/english/aspose.cells.rendering/drawobjecteventhandler/_index.md @@ -19,7 +19,7 @@ The DrawObjectEventHandler type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [draw](/cells/python-net/aspose.cells.rendering/drawobjecteventhandler/draw/#aspose.cells.rendering.DrawObject-float-float-float-float) | Implements this interface to get DrawObject and Bound when rendering. | +| [`draw(self, draw_object, x, y, width, height)`](/cells/python-net/aspose.cells.rendering/drawobjecteventhandler/draw/#aspose.cells.rendering.drawobject-float-float-float-float) | Implements this interface to get DrawObject and Bound when rendering. | diff --git a/english/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md b/english/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md index 93d024b72f..acaa372266 100644 --- a/english/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md +++ b/english/aspose.cells.rendering/drawobjecteventhandler/draw/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/drawobjecteventhandler/draw/ is_root: false --- -## draw {#aspose.cells.rendering.DrawObject-float-float-float-float} +## draw(self, draw_object, x, y, width, height) {#aspose.cells.rendering.DrawObject-float-float-float-float} Implements this interface to get DrawObject and Bound when rendering. ```python + def draw(self, draw_object, x, y, width, height): ... ``` diff --git a/english/aspose.cells.rendering/imageorprintoptions/__init__/_index.md b/english/aspose.cells.rendering/imageorprintoptions/__init__/_index.md index 77b1233692..29f164fb63 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/__init__/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/imageorprintoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ImageOrPrintOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.rendering/imageorprintoptions/_index.md b/english/aspose.cells.rendering/imageorprintoptions/_index.md index e154a66e57..3d5c780b98 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/_index.md @@ -19,7 +19,7 @@ The ImageOrPrintOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/imageorprintoptions/__init__/#) | Constructs a new instance of ImageOrPrintOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells.rendering/imageorprintoptions/__init__/#) | Constructs a new instance of ImageOrPrintOptions | ### Properties @@ -68,8 +68,8 @@ The ImageOrPrintOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_desired_size](/cells/python-net/aspose.cells.rendering/imageorprintoptions/set_desired_size/#int-int) | Sets desired width and height of image. | -| [set_desired_size](/cells/python-net/aspose.cells.rendering/imageorprintoptions/set_desired_size/#int-int-bool) | Sets desired width and height of image. | +| [`set_desired_size(self, desired_width, desired_height)`](/cells/python-net/aspose.cells.rendering/imageorprintoptions/set_desired_size/#int-int) | Sets desired width and height of image. | +| [`set_desired_size(self, desired_width, desired_height, keep_aspect_ratio)`](/cells/python-net/aspose.cells.rendering/imageorprintoptions/set_desired_size/#int-int-bool) | Sets desired width and height of image. | diff --git a/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md b/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md index fc33f410f9..d8aebdaea0 100644 --- a/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md +++ b/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/imageorprintoptions/set_desired_size/ is_root: false --- -## set_desired_size {#int-int} +## set_desired_size(self, desired_width, desired_height) {#int-int} Sets desired width and height of image. ```python + def set_desired_size(self, desired_width, desired_height): ... ``` @@ -31,13 +32,14 @@ please use [`ImageOrPrintOptions.set_desired_size`](/cells/python-net/aspose.cel This property will be removed 12 months later since May 2023. Aspose apologizes for any inconvenience you may have experienced. -## set_desired_size {#int-int-bool} +## set_desired_size(self, desired_width, desired_height, keep_aspect_ratio) {#int-int-bool} Sets desired width and height of image. ```python + def set_desired_size(self, desired_width, desired_height, keep_aspect_ratio): ... ``` diff --git a/english/aspose.cells.rendering/ipagesavingcallback/_index.md b/english/aspose.cells.rendering/ipagesavingcallback/_index.md index dda2a79dac..2700fb9c95 100644 --- a/english/aspose.cells.rendering/ipagesavingcallback/_index.md +++ b/english/aspose.cells.rendering/ipagesavingcallback/_index.md @@ -19,8 +19,8 @@ The IPageSavingCallback type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [page_start_saving](/cells/python-net/aspose.cells.rendering/ipagesavingcallback/page_start_saving/#aspose.cells.rendering.PageStartSavingArgs) | Control/Indicate a page starts to be output. | -| [page_end_saving](/cells/python-net/aspose.cells.rendering/ipagesavingcallback/page_end_saving/#aspose.cells.rendering.PageEndSavingArgs) | Control/Indicate a page ends to be output. | +| [`page_start_saving(self, args)`](/cells/python-net/aspose.cells.rendering/ipagesavingcallback/page_start_saving/#aspose.cells.rendering.pagestartsavingargs) | Control/Indicate a page starts to be output. | +| [`page_end_saving(self, args)`](/cells/python-net/aspose.cells.rendering/ipagesavingcallback/page_end_saving/#aspose.cells.rendering.pageendsavingargs) | Control/Indicate a page ends to be output. | diff --git a/english/aspose.cells.rendering/ipagesavingcallback/page_end_saving/_index.md b/english/aspose.cells.rendering/ipagesavingcallback/page_end_saving/_index.md index 17bf4526a3..19db5270af 100644 --- a/english/aspose.cells.rendering/ipagesavingcallback/page_end_saving/_index.md +++ b/english/aspose.cells.rendering/ipagesavingcallback/page_end_saving/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/ipagesavingcallback/page_end_saving/ is_root: false --- -## page_end_saving {#aspose.cells.rendering.PageEndSavingArgs} +## page_end_saving(self, args) {#aspose.cells.rendering.PageEndSavingArgs} Control/Indicate a page ends to be output. ```python + def page_end_saving(self, args): ... ``` diff --git a/english/aspose.cells.rendering/ipagesavingcallback/page_start_saving/_index.md b/english/aspose.cells.rendering/ipagesavingcallback/page_start_saving/_index.md index f511cabcde..5a4bdb06d4 100644 --- a/english/aspose.cells.rendering/ipagesavingcallback/page_start_saving/_index.md +++ b/english/aspose.cells.rendering/ipagesavingcallback/page_start_saving/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/ipagesavingcallback/page_start_saving/ is_root: false --- -## page_start_saving {#aspose.cells.rendering.PageStartSavingArgs} +## page_start_saving(self, args) {#aspose.cells.rendering.PageStartSavingArgs} Control/Indicate a page starts to be output. ```python + def page_start_saving(self, args): ... ``` diff --git a/english/aspose.cells.rendering/pdfbookmarkentry/__init__/_index.md b/english/aspose.cells.rendering/pdfbookmarkentry/__init__/_index.md index 36af9ab5e3..81d1a9d19c 100644 --- a/english/aspose.cells.rendering/pdfbookmarkentry/__init__/_index.md +++ b/english/aspose.cells.rendering/pdfbookmarkentry/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/pdfbookmarkentry/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PdfBookmarkEntry ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.rendering/pdfbookmarkentry/_index.md b/english/aspose.cells.rendering/pdfbookmarkentry/_index.md index 5ef2ddd7fc..72eb891360 100644 --- a/english/aspose.cells.rendering/pdfbookmarkentry/_index.md +++ b/english/aspose.cells.rendering/pdfbookmarkentry/_index.md @@ -21,7 +21,7 @@ The PdfBookmarkEntry type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/pdfbookmarkentry/__init__/#) | Constructs a new instance of PdfBookmarkEntry | +| [`__init__(self)`](/cells/python-net/aspose.cells.rendering/pdfbookmarkentry/__init__/#) | Constructs a new instance of PdfBookmarkEntry | ### Properties diff --git a/english/aspose.cells.rendering/renderingfont/__init__/_index.md b/english/aspose.cells.rendering/renderingfont/__init__/_index.md index 4450b8c4b2..995e9c4992 100644 --- a/english/aspose.cells.rendering/renderingfont/__init__/_index.md +++ b/english/aspose.cells.rendering/renderingfont/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/renderingfont/__init__/ is_root: false --- -## __init__ {#str-float} +## \_\_init\_\_(self, font_name, font_size) {#str-float} Initializes a new instance of the [`RenderingFont`](/cells/python-net/aspose.cells.rendering/renderingfont) ```python + def __init__(self, font_name, font_size): ... ``` diff --git a/english/aspose.cells.rendering/renderingfont/_index.md b/english/aspose.cells.rendering/renderingfont/_index.md index bc6840fdd2..c34f91b0f1 100644 --- a/english/aspose.cells.rendering/renderingfont/_index.md +++ b/english/aspose.cells.rendering/renderingfont/_index.md @@ -19,7 +19,7 @@ The RenderingFont type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/renderingfont/__init__/#str-float) | Initializes a new instance of the [`RenderingFont`](/cells/python-net/aspose.cells.rendering/renderingfont) | +| [`__init__(self, font_name, font_size)`](/cells/python-net/aspose.cells.rendering/renderingfont/__init__/#str-float) | Initializes a new instance of the [`RenderingFont`](/cells/python-net/aspose.cells.rendering/renderingfont) | ### Properties diff --git a/english/aspose.cells.rendering/renderingwatermark/__init__/_index.md b/english/aspose.cells.rendering/renderingwatermark/__init__/_index.md index 04f794f861..de33e7cec1 100644 --- a/english/aspose.cells.rendering/renderingwatermark/__init__/_index.md +++ b/english/aspose.cells.rendering/renderingwatermark/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/renderingwatermark/__init__/ is_root: false --- -## __init__ {#bytes} +## \_\_init\_\_(self, image_data) {#bytes} Creates instance of image watermark. ```python + def __init__(self, image_data): ... ``` @@ -25,13 +26,14 @@ def __init__(self, image_data): | image_data | bytes | | -## __init__ {#str-aspose.cells.rendering.RenderingFont} +## \_\_init\_\_(self, text, rendering_font) {#str-aspose.cells.rendering.RenderingFont} Creates instance of text watermark. ```python + def __init__(self, text, rendering_font): ... ``` diff --git a/english/aspose.cells.rendering/renderingwatermark/_index.md b/english/aspose.cells.rendering/renderingwatermark/_index.md index 94ea1967b8..1469c9a9ac 100644 --- a/english/aspose.cells.rendering/renderingwatermark/_index.md +++ b/english/aspose.cells.rendering/renderingwatermark/_index.md @@ -19,8 +19,8 @@ The RenderingWatermark type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/renderingwatermark/__init__/#str-aspose.cells.rendering.RenderingFont) | Creates instance of text watermark. | -| [__init__](/cells/python-net/aspose.cells.rendering/renderingwatermark/__init__/#bytes) | Creates instance of image watermark. | +| [`__init__(self, text, rendering_font)`](/cells/python-net/aspose.cells.rendering/renderingwatermark/__init__/#str-aspose.cells.rendering.renderingfont) | Creates instance of text watermark. | +| [`__init__(self, image_data)`](/cells/python-net/aspose.cells.rendering/renderingwatermark/__init__/#bytes) | Creates instance of image watermark. | ### Properties diff --git a/english/aspose.cells.rendering/sheetprintingpreview/__init__/_index.md b/english/aspose.cells.rendering/sheetprintingpreview/__init__/_index.md index aef437859b..55af8ca6c1 100644 --- a/english/aspose.cells.rendering/sheetprintingpreview/__init__/_index.md +++ b/english/aspose.cells.rendering/sheetprintingpreview/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetprintingpreview/__init__/ is_root: false --- -## __init__ {#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions} +## \_\_init\_\_(self, sheet, options) {#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions} The construct of SheetPrintingPreview ```python + def __init__(self, sheet, options): ... ``` diff --git a/english/aspose.cells.rendering/sheetprintingpreview/_index.md b/english/aspose.cells.rendering/sheetprintingpreview/_index.md index 2d6a244e9f..ca9f864f74 100644 --- a/english/aspose.cells.rendering/sheetprintingpreview/_index.md +++ b/english/aspose.cells.rendering/sheetprintingpreview/_index.md @@ -19,7 +19,7 @@ The SheetPrintingPreview type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/sheetprintingpreview/__init__/#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions) | The construct of SheetPrintingPreview | +| [`__init__(self, sheet, options)`](/cells/python-net/aspose.cells.rendering/sheetprintingpreview/__init__/#aspose.cells.worksheet-aspose.cells.rendering.imageorprintoptions) | The construct of SheetPrintingPreview | ### Properties diff --git a/english/aspose.cells.rendering/sheetrender/__init__/_index.md b/english/aspose.cells.rendering/sheetrender/__init__/_index.md index 9a88a86d17..7d96703934 100644 --- a/english/aspose.cells.rendering/sheetrender/__init__/_index.md +++ b/english/aspose.cells.rendering/sheetrender/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetrender/__init__/ is_root: false --- -## __init__ {#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions} +## \_\_init\_\_(self, worksheet, options) {#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions} the construct of SheetRender, need worksheet and ImageOrPrintOptions as params ```python + def __init__(self, worksheet, options): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/_index.md b/english/aspose.cells.rendering/sheetrender/_index.md index 0c8ed2b93e..1bb7c99e49 100644 --- a/english/aspose.cells.rendering/sheetrender/_index.md +++ b/english/aspose.cells.rendering/sheetrender/_index.md @@ -20,7 +20,7 @@ The SheetRender type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/sheetrender/__init__/#aspose.cells.Worksheet-aspose.cells.rendering.ImageOrPrintOptions) | the construct of SheetRender, need worksheet and ImageOrPrintOptions as params | +| [`__init__(self, worksheet, options)`](/cells/python-net/aspose.cells.rendering/sheetrender/__init__/#aspose.cells.worksheet-aspose.cells.rendering.imageorprintoptions) | the construct of SheetRender, need worksheet and ImageOrPrintOptions as params | ### Properties @@ -33,18 +33,18 @@ The SheetRender type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.rendering/sheetrender/to_image/#int-str) | Render certain page to a file. | -| [to_image](/cells/python-net/aspose.cells.rendering/sheetrender/to_image/#int-io.RawIOBase) | Render certain page to a stream. | -| [to_tiff](/cells/python-net/aspose.cells.rendering/sheetrender/to_tiff/#io.RawIOBase) | Render whole worksheet as Tiff Image to stream. | -| [to_tiff](/cells/python-net/aspose.cells.rendering/sheetrender/to_tiff/#str) | Render whole worksheet as Tiff Image to a file. | -| [to_printer](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str) | Render worksheet to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str-str) | Render worksheet to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#aspose.pydrawing.printing.PrinterSettings) | Render worksheet to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#aspose.pydrawing.printing.PrinterSettings-str) | Render worksheet to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str-int-int) | Render worksheet to Printer | -| [get_page_size_inch](/cells/python-net/aspose.cells.rendering/sheetrender/get_page_size_inch/#int) | Get page size in inch of output image. | -| [custom_print](/cells/python-net/aspose.cells.rendering/sheetrender/custom_print/#bool-aspose.pydrawing.printing.PrintPageEventArgs) | Client can control page setting of printer when print each page using this function. | -| [dispose](/cells/python-net/aspose.cells.rendering/sheetrender/dispose/#) | Releases resources created and used for rendering. | +| [`to_image(self, page_index, file_name)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_image/#int-str) | Render certain page to a file. | +| [`to_image(self, page_index, stream)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_image/#int-io.rawiobase) | Render certain page to a stream. | +| [`to_tiff(self, stream)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_tiff/#io.rawiobase) | Render whole worksheet as Tiff Image to stream. | +| [`to_tiff(self, filename)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_tiff/#str) | Render whole worksheet as Tiff Image to a file. | +| [`to_printer(self, printer_name)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str) | Render worksheet to Printer | +| [`to_printer(self, printer_name, job_name)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str-str) | Render worksheet to Printer | +| [`to_printer(self, printer_settings)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#aspose.pydrawing.printing.printersettings) | Render worksheet to Printer | +| [`to_printer(self, printer_settings, job_name)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#aspose.pydrawing.printing.printersettings-str) | Render worksheet to Printer | +| [`to_printer(self, printer_name, print_page_index, print_page_count)`](/cells/python-net/aspose.cells.rendering/sheetrender/to_printer/#str-int-int) | Render worksheet to Printer | +| [`get_page_size_inch(self, page_index)`](/cells/python-net/aspose.cells.rendering/sheetrender/get_page_size_inch/#int) | Get page size in inch of output image. | +| [`custom_print(self, next_page_after_print, print_page_event_args)`](/cells/python-net/aspose.cells.rendering/sheetrender/custom_print/#bool-aspose.pydrawing.printing.printpageeventargs) | Client can control page setting of printer when print each page using this function. | +| [`dispose(self)`](/cells/python-net/aspose.cells.rendering/sheetrender/dispose/#) | Releases resources created and used for rendering. | diff --git a/english/aspose.cells.rendering/sheetrender/custom_print/_index.md b/english/aspose.cells.rendering/sheetrender/custom_print/_index.md index 94b305de51..c4997467c9 100644 --- a/english/aspose.cells.rendering/sheetrender/custom_print/_index.md +++ b/english/aspose.cells.rendering/sheetrender/custom_print/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.rendering/sheetrender/custom_print/ is_root: false --- -## custom_print {#bool-aspose.pydrawing.printing.PrintPageEventArgs} +## custom_print(self, next_page_after_print, print_page_event_args) {#bool-aspose.pydrawing.printing.PrintPageEventArgs} Client can control page setting of printer when print each page using this function. @@ -20,6 +20,7 @@ Indirect next page index, based on zero ```python + def custom_print(self, next_page_after_print, print_page_event_args): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/dispose/_index.md b/english/aspose.cells.rendering/sheetrender/dispose/_index.md index 7dba08686f..53c9068639 100644 --- a/english/aspose.cells.rendering/sheetrender/dispose/_index.md +++ b/english/aspose.cells.rendering/sheetrender/dispose/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetrender/dispose/ is_root: false --- -## dispose {#} +## dispose(self) {#} Releases resources created and used for rendering. ```python + def dispose(self): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/get_page_size_inch/_index.md b/english/aspose.cells.rendering/sheetrender/get_page_size_inch/_index.md index 34bf3aef11..8718eac038 100644 --- a/english/aspose.cells.rendering/sheetrender/get_page_size_inch/_index.md +++ b/english/aspose.cells.rendering/sheetrender/get_page_size_inch/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.rendering/sheetrender/get_page_size_inch/ is_root: false --- -## get_page_size_inch {#int} +## get_page_size_inch(self, page_index) {#int} Get page size in inch of output image. @@ -20,6 +20,7 @@ Page size of image, [0] for width and [1] for height ```python + def get_page_size_inch(self, page_index): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/to_image/_index.md b/english/aspose.cells.rendering/sheetrender/to_image/_index.md index 04eb56bdcc..e8b70a1663 100644 --- a/english/aspose.cells.rendering/sheetrender/to_image/_index.md +++ b/english/aspose.cells.rendering/sheetrender/to_image/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetrender/to_image/ is_root: false --- -## to_image {#int-str} +## to_image(self, page_index, file_name) {#int-str} Render certain page to a file. ```python + def to_image(self, page_index, file_name): ... ``` @@ -48,13 +49,14 @@ sr.to_image(0, "output.png") ``` -## to_image {#int-io.RawIOBase} +## to_image(self, page_index, stream) {#int-io.RawIOBase} Render certain page to a stream. ```python + def to_image(self, page_index, stream): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/to_printer/_index.md b/english/aspose.cells.rendering/sheetrender/to_printer/_index.md index 60cc7c1458..3b89dd739c 100644 --- a/english/aspose.cells.rendering/sheetrender/to_printer/_index.md +++ b/english/aspose.cells.rendering/sheetrender/to_printer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetrender/to_printer/ is_root: false --- -## to_printer {#str} +## to_printer(self, printer_name) {#str} Render worksheet to Printer ```python + def to_printer(self, printer_name): ... ``` @@ -25,13 +26,14 @@ def to_printer(self, printer_name): | printer_name | str | the name of the printer , for example: "Microsoft Office Document Image Writer" | -## to_printer {#aspose.pydrawing.printing.PrinterSettings} +## to_printer(self, printer_settings) {#aspose.pydrawing.printing.PrinterSettings} Render worksheet to Printer ```python + def to_printer(self, printer_settings): ... ``` @@ -42,13 +44,14 @@ def to_printer(self, printer_settings): | printer_settings | aspose.pydrawing.printing.PrinterSettings | the settings of printer, e.g. PrinterName, Duplex | -## to_printer {#str-str} +## to_printer(self, printer_name, job_name) {#str-str} Render worksheet to Printer ```python + def to_printer(self, printer_name, job_name): ... ``` @@ -60,13 +63,14 @@ def to_printer(self, printer_name, job_name): | job_name | str | set the print job name | -## to_printer {#aspose.pydrawing.printing.PrinterSettings-str} +## to_printer(self, printer_settings, job_name) {#aspose.pydrawing.printing.PrinterSettings-str} Render worksheet to Printer ```python + def to_printer(self, printer_settings, job_name): ... ``` @@ -78,13 +82,14 @@ def to_printer(self, printer_settings, job_name): | job_name | str | set the print job name | -## to_printer {#str-int-int} +## to_printer(self, printer_name, print_page_index, print_page_count) {#str-int-int} Render worksheet to Printer ```python + def to_printer(self, printer_name, print_page_index, print_page_count): ... ``` diff --git a/english/aspose.cells.rendering/sheetrender/to_tiff/_index.md b/english/aspose.cells.rendering/sheetrender/to_tiff/_index.md index 3ee4669001..335f77e17f 100644 --- a/english/aspose.cells.rendering/sheetrender/to_tiff/_index.md +++ b/english/aspose.cells.rendering/sheetrender/to_tiff/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetrender/to_tiff/ is_root: false --- -## to_tiff {#io.RawIOBase} +## to_tiff(self, stream) {#io.RawIOBase} Render whole worksheet as Tiff Image to stream. ```python + def to_tiff(self, stream): ... ``` @@ -25,13 +26,14 @@ def to_tiff(self, stream): | stream | io.RawIOBase | the stream of the output image | -## to_tiff {#str} +## to_tiff(self, filename) {#str} Render whole worksheet as Tiff Image to a file. ```python + def to_tiff(self, filename): ... ``` diff --git a/english/aspose.cells.rendering/sheetset/__init__/_index.md b/english/aspose.cells.rendering/sheetset/__init__/_index.md index 074f9602b7..9e67d80441 100644 --- a/english/aspose.cells.rendering/sheetset/__init__/_index.md +++ b/english/aspose.cells.rendering/sheetset/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/sheetset/__init__/ is_root: false --- -## __init__ {#list} +## \_\_init\_\_(self, sheet_indexes) {#list} Creates a sheet set based on exact sheet indexes. ```python + def __init__(self, sheet_indexes): ... ``` @@ -27,13 +28,14 @@ def __init__(self, sheet_indexes): If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering. -## __init__ {#list} +## \_\_init\_\_(self, sheet_names) {#list} Creates a sheet set based on exact sheet names. ```python + def __init__(self, sheet_names): ... ``` diff --git a/english/aspose.cells.rendering/sheetset/_index.md b/english/aspose.cells.rendering/sheetset/_index.md index a1dc228fc8..df25fb86d0 100644 --- a/english/aspose.cells.rendering/sheetset/_index.md +++ b/english/aspose.cells.rendering/sheetset/_index.md @@ -19,8 +19,8 @@ The SheetSet type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/sheetset/__init__/#list) | Creates a sheet set based on exact sheet indexes. | -| [__init__](/cells/python-net/aspose.cells.rendering/sheetset/__init__/#list) | Creates a sheet set based on exact sheet names. | +| [`__init__(self, sheet_indexes)`](/cells/python-net/aspose.cells.rendering/sheetset/__init__/#list) | Creates a sheet set based on exact sheet indexes. | +| [`__init__(self, sheet_names)`](/cells/python-net/aspose.cells.rendering/sheetset/__init__/#list) | Creates a sheet set based on exact sheet names. | ### Properties diff --git a/english/aspose.cells.rendering/sheetset/active/_index.md b/english/aspose.cells.rendering/sheetset/active/_index.md index ab8ab0b1d3..6367826872 100644 --- a/english/aspose.cells.rendering/sheetset/active/_index.md +++ b/english/aspose.cells.rendering/sheetset/active/_index.md @@ -12,6 +12,12 @@ is_root: false Gets a set with active sheet of the workbook. +### Definition: +```python +@property +def active(self): + ... +``` ### See Also * module [`aspose.cells.rendering`](../../) diff --git a/english/aspose.cells.rendering/sheetset/all/_index.md b/english/aspose.cells.rendering/sheetset/all/_index.md index 317594c850..4354f9389e 100644 --- a/english/aspose.cells.rendering/sheetset/all/_index.md +++ b/english/aspose.cells.rendering/sheetset/all/_index.md @@ -12,6 +12,12 @@ is_root: false Gets a set with all sheets of the workbook in their original order. +### Definition: +```python +@property +def all(self): + ... +``` ### See Also * module [`aspose.cells.rendering`](../../) diff --git a/english/aspose.cells.rendering/sheetset/visible/_index.md b/english/aspose.cells.rendering/sheetset/visible/_index.md index 532c03002a..4b17fd2aa9 100644 --- a/english/aspose.cells.rendering/sheetset/visible/_index.md +++ b/english/aspose.cells.rendering/sheetset/visible/_index.md @@ -12,6 +12,12 @@ is_root: false Gets a set with visible sheets of the workbook in their original order. +### Definition: +```python +@property +def visible(self): + ... +``` ### See Also * module [`aspose.cells.rendering`](../../) diff --git a/english/aspose.cells.rendering/workbookprintingpreview/__init__/_index.md b/english/aspose.cells.rendering/workbookprintingpreview/__init__/_index.md index c237320f94..7035bc8f10 100644 --- a/english/aspose.cells.rendering/workbookprintingpreview/__init__/_index.md +++ b/english/aspose.cells.rendering/workbookprintingpreview/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/workbookprintingpreview/__init__/ is_root: false --- -## __init__ {#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions} +## \_\_init\_\_(self, workbook, options) {#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions} The construct of WorkbookPrintingPreview ```python + def __init__(self, workbook, options): ... ``` diff --git a/english/aspose.cells.rendering/workbookprintingpreview/_index.md b/english/aspose.cells.rendering/workbookprintingpreview/_index.md index d2b7e0d69d..529cb1a788 100644 --- a/english/aspose.cells.rendering/workbookprintingpreview/_index.md +++ b/english/aspose.cells.rendering/workbookprintingpreview/_index.md @@ -19,7 +19,7 @@ The WorkbookPrintingPreview type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/workbookprintingpreview/__init__/#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions) | The construct of WorkbookPrintingPreview | +| [`__init__(self, workbook, options)`](/cells/python-net/aspose.cells.rendering/workbookprintingpreview/__init__/#aspose.cells.workbook-aspose.cells.rendering.imageorprintoptions) | The construct of WorkbookPrintingPreview | ### Properties diff --git a/english/aspose.cells.rendering/workbookrender/__init__/_index.md b/english/aspose.cells.rendering/workbookrender/__init__/_index.md index 8c8736b59e..c2d38673f4 100644 --- a/english/aspose.cells.rendering/workbookrender/__init__/_index.md +++ b/english/aspose.cells.rendering/workbookrender/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/workbookrender/__init__/ is_root: false --- -## __init__ {#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions} +## \_\_init\_\_(self, workbook, options) {#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions} The construct of WorkbookRender ```python + def __init__(self, workbook, options): ... ``` diff --git a/english/aspose.cells.rendering/workbookrender/_index.md b/english/aspose.cells.rendering/workbookrender/_index.md index d44d743180..8aeabc1bdb 100644 --- a/english/aspose.cells.rendering/workbookrender/_index.md +++ b/english/aspose.cells.rendering/workbookrender/_index.md @@ -20,7 +20,7 @@ The WorkbookRender type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.rendering/workbookrender/__init__/#aspose.cells.Workbook-aspose.cells.rendering.ImageOrPrintOptions) | The construct of WorkbookRender | +| [`__init__(self, workbook, options)`](/cells/python-net/aspose.cells.rendering/workbookrender/__init__/#aspose.cells.workbook-aspose.cells.rendering.imageorprintoptions) | The construct of WorkbookRender | ### Properties @@ -32,18 +32,18 @@ The WorkbookRender type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#io.RawIOBase) | Render whole workbook as Tiff Image to stream. | -| [to_image](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#str) | Render whole workbook as Tiff Image to a file. | -| [to_image](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#int-str) | Render certain page to a file. | -| [to_image](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#int-io.RawIOBase) | Render certain page to a stream. | -| [to_printer](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str) | Render workbook to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str-str) | Render workbook to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#aspose.pydrawing.printing.PrinterSettings) | Render workbook to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#aspose.pydrawing.printing.PrinterSettings-str) | Render workbook to Printer | -| [to_printer](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str-int-int) | Render workbook to Printer | -| [get_page_size_inch](/cells/python-net/aspose.cells.rendering/workbookrender/get_page_size_inch/#int) | Get page size in inch of output image. | -| [custom_print](/cells/python-net/aspose.cells.rendering/workbookrender/custom_print/#bool-aspose.pydrawing.printing.PrintPageEventArgs) | Client can control page setting of printer when print each page using this function. | -| [dispose](/cells/python-net/aspose.cells.rendering/workbookrender/dispose/#) | Releases resources created and used for rendering. | +| [`to_image(self, stream)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#io.rawiobase) | Render whole workbook as Tiff Image to stream. | +| [`to_image(self, filename)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#str) | Render whole workbook as Tiff Image to a file. | +| [`to_image(self, page_index, file_name)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#int-str) | Render certain page to a file. | +| [`to_image(self, page_index, stream)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_image/#int-io.rawiobase) | Render certain page to a stream. | +| [`to_printer(self, printer_name)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str) | Render workbook to Printer | +| [`to_printer(self, printer_name, job_name)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str-str) | Render workbook to Printer | +| [`to_printer(self, printer_settings)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#aspose.pydrawing.printing.printersettings) | Render workbook to Printer | +| [`to_printer(self, printer_settings, job_name)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#aspose.pydrawing.printing.printersettings-str) | Render workbook to Printer | +| [`to_printer(self, printer_name, print_page_index, print_page_count)`](/cells/python-net/aspose.cells.rendering/workbookrender/to_printer/#str-int-int) | Render workbook to Printer | +| [`get_page_size_inch(self, page_index)`](/cells/python-net/aspose.cells.rendering/workbookrender/get_page_size_inch/#int) | Get page size in inch of output image. | +| [`custom_print(self, next_page_after_print, print_page_event_args)`](/cells/python-net/aspose.cells.rendering/workbookrender/custom_print/#bool-aspose.pydrawing.printing.printpageeventargs) | Client can control page setting of printer when print each page using this function. | +| [`dispose(self)`](/cells/python-net/aspose.cells.rendering/workbookrender/dispose/#) | Releases resources created and used for rendering. | diff --git a/english/aspose.cells.rendering/workbookrender/custom_print/_index.md b/english/aspose.cells.rendering/workbookrender/custom_print/_index.md index 3db7e0fef8..622a5f6e0e 100644 --- a/english/aspose.cells.rendering/workbookrender/custom_print/_index.md +++ b/english/aspose.cells.rendering/workbookrender/custom_print/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.rendering/workbookrender/custom_print/ is_root: false --- -## custom_print {#bool-aspose.pydrawing.printing.PrintPageEventArgs} +## custom_print(self, next_page_after_print, print_page_event_args) {#bool-aspose.pydrawing.printing.PrintPageEventArgs} Client can control page setting of printer when print each page using this function. @@ -20,6 +20,7 @@ Indirect next page index, based on zero ```python + def custom_print(self, next_page_after_print, print_page_event_args): ... ``` diff --git a/english/aspose.cells.rendering/workbookrender/dispose/_index.md b/english/aspose.cells.rendering/workbookrender/dispose/_index.md index 6f00016d8d..1c7a621638 100644 --- a/english/aspose.cells.rendering/workbookrender/dispose/_index.md +++ b/english/aspose.cells.rendering/workbookrender/dispose/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/workbookrender/dispose/ is_root: false --- -## dispose {#} +## dispose(self) {#} Releases resources created and used for rendering. ```python + def dispose(self): ... ``` diff --git a/english/aspose.cells.rendering/workbookrender/get_page_size_inch/_index.md b/english/aspose.cells.rendering/workbookrender/get_page_size_inch/_index.md index 8c763d0f83..a48e40cce7 100644 --- a/english/aspose.cells.rendering/workbookrender/get_page_size_inch/_index.md +++ b/english/aspose.cells.rendering/workbookrender/get_page_size_inch/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.rendering/workbookrender/get_page_size_inch/ is_root: false --- -## get_page_size_inch {#int} +## get_page_size_inch(self, page_index) {#int} Get page size in inch of output image. @@ -20,6 +20,7 @@ Page size of image, [0] for width and [1] for height ```python + def get_page_size_inch(self, page_index): ... ``` diff --git a/english/aspose.cells.rendering/workbookrender/to_image/_index.md b/english/aspose.cells.rendering/workbookrender/to_image/_index.md index bf92a449b7..598faeb6cb 100644 --- a/english/aspose.cells.rendering/workbookrender/to_image/_index.md +++ b/english/aspose.cells.rendering/workbookrender/to_image/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/workbookrender/to_image/ is_root: false --- -## to_image {#io.RawIOBase} +## to_image(self, stream) {#io.RawIOBase} Render whole workbook as Tiff Image to stream. ```python + def to_image(self, stream): ... ``` @@ -25,13 +26,14 @@ def to_image(self, stream): | stream | io.RawIOBase | the stream of the output image | -## to_image {#str} +## to_image(self, filename) {#str} Render whole workbook as Tiff Image to a file. ```python + def to_image(self, filename): ... ``` @@ -42,13 +44,14 @@ def to_image(self, filename): | filename | str | the filename of the output image | -## to_image {#int-str} +## to_image(self, page_index, file_name) {#int-str} Render certain page to a file. ```python + def to_image(self, page_index, file_name): ... ``` @@ -60,13 +63,14 @@ def to_image(self, page_index, file_name): | file_name | str | filename of the output image | -## to_image {#int-io.RawIOBase} +## to_image(self, page_index, stream) {#int-io.RawIOBase} Render certain page to a stream. ```python + def to_image(self, page_index, stream): ... ``` diff --git a/english/aspose.cells.rendering/workbookrender/to_printer/_index.md b/english/aspose.cells.rendering/workbookrender/to_printer/_index.md index 9034cd7cad..2864a59d56 100644 --- a/english/aspose.cells.rendering/workbookrender/to_printer/_index.md +++ b/english/aspose.cells.rendering/workbookrender/to_printer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.rendering/workbookrender/to_printer/ is_root: false --- -## to_printer {#str} +## to_printer(self, printer_name) {#str} Render workbook to Printer ```python + def to_printer(self, printer_name): ... ``` @@ -25,13 +26,14 @@ def to_printer(self, printer_name): | printer_name | str | the name of the printer , for example: "Microsoft Office Document Image Writer" | -## to_printer {#aspose.pydrawing.printing.PrinterSettings} +## to_printer(self, printer_settings) {#aspose.pydrawing.printing.PrinterSettings} Render workbook to Printer ```python + def to_printer(self, printer_settings): ... ``` @@ -42,13 +44,14 @@ def to_printer(self, printer_settings): | printer_settings | aspose.pydrawing.printing.PrinterSettings | the settings of printer, e.g. PrinterName, Duplex | -## to_printer {#str-str} +## to_printer(self, printer_name, job_name) {#str-str} Render workbook to Printer ```python + def to_printer(self, printer_name, job_name): ... ``` @@ -60,13 +63,14 @@ def to_printer(self, printer_name, job_name): | job_name | str | set the print job name | -## to_printer {#aspose.pydrawing.printing.PrinterSettings-str} +## to_printer(self, printer_settings, job_name) {#aspose.pydrawing.printing.PrinterSettings-str} Render workbook to Printer ```python + def to_printer(self, printer_settings, job_name): ... ``` @@ -78,13 +82,14 @@ def to_printer(self, printer_settings, job_name): | job_name | str | set the print job name | -## to_printer {#str-int-int} +## to_printer(self, printer_name, print_page_index, print_page_count) {#str-int-int} Render workbook to Printer ```python + def to_printer(self, printer_name, print_page_index, print_page_count): ... ``` diff --git a/english/aspose.cells.revisions/highlightchangesoptions/__init__/_index.md b/english/aspose.cells.revisions/highlightchangesoptions/__init__/_index.md index a0975b428d..8e9ae5b0f0 100644 --- a/english/aspose.cells.revisions/highlightchangesoptions/__init__/_index.md +++ b/english/aspose.cells.revisions/highlightchangesoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.revisions/highlightchangesoptions/__init__/ is_root: false --- -## __init__ {#bool-bool} +## \_\_init\_\_(self, highlight_on_screen, list_on_new_sheet) {#bool-bool} Represents options of highlighting revsions or changes of shared Excel files. ```python + def __init__(self, highlight_on_screen, list_on_new_sheet): ... ``` diff --git a/english/aspose.cells.revisions/highlightchangesoptions/_index.md b/english/aspose.cells.revisions/highlightchangesoptions/_index.md index 87b56e2a7c..870bc64c40 100644 --- a/english/aspose.cells.revisions/highlightchangesoptions/_index.md +++ b/english/aspose.cells.revisions/highlightchangesoptions/_index.md @@ -19,7 +19,7 @@ The HighlightChangesOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.revisions/highlightchangesoptions/__init__/#bool-bool) | Represents options of highlighting revsions or changes of shared Excel files. | +| [`__init__(self, highlight_on_screen, list_on_new_sheet)`](/cells/python-net/aspose.cells.revisions/highlightchangesoptions/__init__/#bool-bool) | Represents options of highlighting revsions or changes of shared Excel files. | diff --git a/english/aspose.cells.revisions/revisioncollection/_index.md b/english/aspose.cells.revisions/revisioncollection/_index.md index 77a7ee1eb2..2b78c654f2 100644 --- a/english/aspose.cells.revisions/revisioncollection/_index.md +++ b/english/aspose.cells.revisions/revisioncollection/_index.md @@ -25,14 +25,14 @@ The RevisionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.revisions/revisioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.revisions/revisioncollection/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. | -| [index_of](/cells/python-net/aspose.cells.revisions/revisioncollection/index_of/#aspose.cells.revisions.Revision-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. | -| [index_of](/cells/python-net/aspose.cells.revisions/revisioncollection/index_of/#aspose.cells.revisions.Revision-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.Revision) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.Revision-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](/cells/python-net/aspose.cells.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.Revision-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. | -| [binary_search](/cells/python-net/aspose.cells.revisions/revisioncollection/binary_search/#aspose.cells.revisions.Revision) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.revisions/revisioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.revisions/revisioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.revisions/revisioncollection/index_of/#aspose.cells.revisions.revision-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.revisions/revisioncollection/index_of/#aspose.cells.revisions.revision-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.revision) | 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.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.revision-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.revisions/revisioncollection/last_index_of/#aspose.cells.revisions.revision-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.revisions/revisioncollection/binary_search/#aspose.cells.revisions.revision) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.revisions/revisioncollection/binary_search/_index.md b/english/aspose.cells.revisions/revisioncollection/binary_search/_index.md index 95ea2faedd..075acd779f 100644 --- a/english/aspose.cells.revisions/revisioncollection/binary_search/_index.md +++ b/english/aspose.cells.revisions/revisioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisioncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.revisions.Revision} +## binary_search(self, item) {#aspose.cells.revisions.Revision} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.revisions/revisioncollection/copy_to/_index.md b/english/aspose.cells.revisions/revisioncollection/copy_to/_index.md index 21b5838a07..07cf42751f 100644 --- a/english/aspose.cells.revisions/revisioncollection/copy_to/_index.md +++ b/english/aspose.cells.revisions/revisioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.revisions/revisioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.revisions/revisioncollection/index_of/_index.md b/english/aspose.cells.revisions/revisioncollection/index_of/_index.md index 1c6d9eb6aa..8574a7e4bd 100644 --- a/english/aspose.cells.revisions/revisioncollection/index_of/_index.md +++ b/english/aspose.cells.revisions/revisioncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.revisions.Revision-int} +## index_of(self, item, index) {#aspose.cells.revisions.Revision-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.revisions.Revision-int-int} +## index_of(self, item, index, count) {#aspose.cells.revisions.Revision-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.revisions/revisioncollection/last_index_of/_index.md b/english/aspose.cells.revisions/revisioncollection/last_index_of/_index.md index 735e423fe4..545710cfad 100644 --- a/english/aspose.cells.revisions/revisioncollection/last_index_of/_index.md +++ b/english/aspose.cells.revisions/revisioncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisioncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.revisions.Revision} +## last_index_of(self, item) {#aspose.cells.revisions.Revision} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Revision`](/cells/python-net/aspose.cells.revisions/revision) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.revisions.Revision-int} +## last_index_of(self, item, index) {#aspose.cells.revisions.Revision-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.revisions.Revision-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.revisions.Revision-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.revisions/revisionheader/__init__/_index.md b/english/aspose.cells.revisions/revisionheader/__init__/_index.md index 877d57d70c..519fd9a2a2 100644 --- a/english/aspose.cells.revisions/revisionheader/__init__/_index.md +++ b/english/aspose.cells.revisions/revisionheader/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.revisions/revisionheader/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of RevisionHeader ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.revisions/revisionheader/_index.md b/english/aspose.cells.revisions/revisionheader/_index.md index 93e47b1804..1104fb1b47 100644 --- a/english/aspose.cells.revisions/revisionheader/_index.md +++ b/english/aspose.cells.revisions/revisionheader/_index.md @@ -19,7 +19,7 @@ The RevisionHeader type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.revisions/revisionheader/__init__/#) | Constructs a new instance of RevisionHeader | +| [`__init__(self)`](/cells/python-net/aspose.cells.revisions/revisionheader/__init__/#) | Constructs a new instance of RevisionHeader | ### Properties diff --git a/english/aspose.cells.revisions/revisionlogcollection/_index.md b/english/aspose.cells.revisions/revisionlogcollection/_index.md index ef9c38a4c4..005f1e72d9 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/_index.md @@ -26,15 +26,15 @@ The RevisionLogCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.revisions/revisionlogcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.revisions/revisionlogcollection/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. | -| [index_of](/cells/python-net/aspose.cells.revisions/revisionlogcollection/index_of/#aspose.cells.revisions.RevisionLog-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. | -| [index_of](/cells/python-net/aspose.cells.revisions/revisionlogcollection/index_of/#aspose.cells.revisions.RevisionLog-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.RevisionLog) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.RevisionLog-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](/cells/python-net/aspose.cells.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.RevisionLog-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. | -| [highlight_changes](/cells/python-net/aspose.cells.revisions/revisionlogcollection/highlight_changes/#aspose.cells.revisions.HighlightChangesOptions) | Highlights changes of shared workbook. | -| [binary_search](/cells/python-net/aspose.cells.revisions/revisionlogcollection/binary_search/#aspose.cells.revisions.RevisionLog) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/index_of/#aspose.cells.revisions.revisionlog-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/index_of/#aspose.cells.revisions.revisionlog-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.revisionlog) | 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.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.revisionlog-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.revisions/revisionlogcollection/last_index_of/#aspose.cells.revisions.revisionlog-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. | +| [`highlight_changes(self, options)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/highlight_changes/#aspose.cells.revisions.highlightchangesoptions) | Highlights changes of shared workbook. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.revisions/revisionlogcollection/binary_search/#aspose.cells.revisions.revisionlog) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.revisions/revisionlogcollection/binary_search/_index.md b/english/aspose.cells.revisions/revisionlogcollection/binary_search/_index.md index ab38e9820f..f6be1f225b 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/binary_search/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisionlogcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.revisions.RevisionLog} +## binary_search(self, item) {#aspose.cells.revisions.RevisionLog} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.revisions/revisionlogcollection/copy_to/_index.md b/english/aspose.cells.revisions/revisionlogcollection/copy_to/_index.md index d4e7a9d62e..9ea8fc741e 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/copy_to/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.revisions/revisionlogcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.revisions/revisionlogcollection/highlight_changes/_index.md b/english/aspose.cells.revisions/revisionlogcollection/highlight_changes/_index.md index 02fa8d5049..06a91435e1 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/highlight_changes/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/highlight_changes/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.revisions/revisionlogcollection/highlight_changes/ is_root: false --- -## highlight_changes {#aspose.cells.revisions.HighlightChangesOptions} +## highlight_changes(self, options) {#aspose.cells.revisions.HighlightChangesOptions} Highlights changes of shared workbook. ```python + def highlight_changes(self, options): ... ``` diff --git a/english/aspose.cells.revisions/revisionlogcollection/index_of/_index.md b/english/aspose.cells.revisions/revisionlogcollection/index_of/_index.md index 7a3c9832b2..0488c165f1 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/index_of/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisionlogcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.revisions.RevisionLog-int} +## index_of(self, item, index) {#aspose.cells.revisions.RevisionLog-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.revisions.RevisionLog-int-int} +## index_of(self, item, index, count) {#aspose.cells.revisions.RevisionLog-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.revisions/revisionlogcollection/last_index_of/_index.md b/english/aspose.cells.revisions/revisionlogcollection/last_index_of/_index.md index 879b0c2817..7177d15fc1 100644 --- a/english/aspose.cells.revisions/revisionlogcollection/last_index_of/_index.md +++ b/english/aspose.cells.revisions/revisionlogcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.revisions/revisionlogcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.revisions.RevisionLog} +## last_index_of(self, item) {#aspose.cells.revisions.RevisionLog} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`RevisionLog`](/cells/python-net/aspose.cells.revisions/revisionlog) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.revisions.RevisionLog-int} +## last_index_of(self, item, index) {#aspose.cells.revisions.RevisionLog-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.revisions.RevisionLog-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.revisions.RevisionLog-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md b/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md index 65a9e51b15..4b38d1cc46 100644 --- a/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md +++ b/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.saving/dbfsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} The options of saving .dbf file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.saving/dbfsaveoptions/_index.md b/english/aspose.cells.saving/dbfsaveoptions/_index.md index 584153d3c4..eac312eebb 100644 --- a/english/aspose.cells.saving/dbfsaveoptions/_index.md +++ b/english/aspose.cells.saving/dbfsaveoptions/_index.md @@ -24,7 +24,7 @@ The DbfSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.saving/dbfsaveoptions/__init__/#) | The options of saving .dbf file. | +| [`__init__(self)`](/cells/python-net/aspose.cells.saving/dbfsaveoptions/__init__/#) | The options of saving .dbf file. | ### Properties diff --git a/english/aspose.cells.saving/ebooksaveoptions/__init__/_index.md b/english/aspose.cells.saving/ebooksaveoptions/__init__/_index.md index 324c27328c..c741255fe6 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/__init__/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells.saving/ebooksaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving ebook file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates options for saving ebook file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells.saving/ebooksaveoptions/_index.md b/english/aspose.cells.saving/ebooksaveoptions/_index.md index 4422048d19..d6857d0fdc 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/_index.md @@ -25,8 +25,8 @@ The EbookSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.saving/ebooksaveoptions/__init__/#) | Creates options for saving ebook file. | -| [__init__](/cells/python-net/aspose.cells.saving/ebooksaveoptions/__init__/#aspose.cells.SaveFormat) | Creates options for saving ebook file. | +| [`__init__(self)`](/cells/python-net/aspose.cells.saving/ebooksaveoptions/__init__/#) | Creates options for saving ebook file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells.saving/ebooksaveoptions/__init__/#aspose.cells.saveformat) | Creates options for saving ebook file. | ### Properties diff --git a/english/aspose.cells.saving/sqlscriptcolumntypemap/__init__/_index.md b/english/aspose.cells.saving/sqlscriptcolumntypemap/__init__/_index.md index e56de67926..903b200e1e 100644 --- a/english/aspose.cells.saving/sqlscriptcolumntypemap/__init__/_index.md +++ b/english/aspose.cells.saving/sqlscriptcolumntypemap/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.saving/sqlscriptcolumntypemap/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SqlScriptColumnTypeMap ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md b/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md index 1bab8e1085..2be68fd0b5 100644 --- a/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md +++ b/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md @@ -19,14 +19,14 @@ The SqlScriptColumnTypeMap type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/__init__/#) | Constructs a new instance of SqlScriptColumnTypeMap | +| [`__init__(self)`](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/__init__/#) | Constructs a new instance of SqlScriptColumnTypeMap | ### Methods | Method | Description | | :- | :- | -| [get_string_type](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/#) | Gets string type in the database. | -| [get_numberic_type](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/#) | Gets numeric type in the database. | +| [`get_string_type(self)`](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/#) | Gets string type in the database. | +| [`get_numberic_type(self)`](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/#) | Gets numeric type in the database. | diff --git a/english/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/_index.md b/english/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/_index.md index f6c9423eb8..759889776d 100644 --- a/english/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/_index.md +++ b/english/aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.saving/sqlscriptcolumntypemap/get_numberic_type/ is_root: false --- -## get_numberic_type {#} +## get_numberic_type(self) {#} Gets numeric type in the database. @@ -20,6 +20,7 @@ Gets numeric type in the database. ```python + def get_numberic_type(self): ... ``` diff --git a/english/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/_index.md b/english/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/_index.md index ba1a0d84e8..006b811181 100644 --- a/english/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/_index.md +++ b/english/aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.saving/sqlscriptcolumntypemap/get_string_type/ is_root: false --- -## get_string_type {#} +## get_string_type(self) {#} Gets string type in the database. @@ -20,6 +20,7 @@ Gets string type in the database. ```python + def get_string_type(self): ... ``` diff --git a/english/aspose.cells.saving/sqlscriptsaveoptions/__init__/_index.md b/english/aspose.cells.saving/sqlscriptsaveoptions/__init__/_index.md index ddf04ea85f..6ed53e7e60 100644 --- a/english/aspose.cells.saving/sqlscriptsaveoptions/__init__/_index.md +++ b/english/aspose.cells.saving/sqlscriptsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.saving/sqlscriptsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving sql file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md b/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md index e824081ae3..cb217fc5d5 100644 --- a/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md +++ b/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md @@ -24,7 +24,7 @@ The SqlScriptSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.saving/sqlscriptsaveoptions/__init__/#) | Creates options for saving sql file. | +| [`__init__(self)`](/cells/python-net/aspose.cells.saving/sqlscriptsaveoptions/__init__/#) | Creates options for saving sql file. | ### Properties diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/__init__/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/__init__/_index.md index d31ba052fb..5ad5228275 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/__init__/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.settings/pivotglobalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PivotGlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/_index.md index dbb1669daf..b27ec8c245 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/_index.md @@ -19,33 +19,33 @@ The PivotGlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/__init__/#) | Constructs a new instance of PivotGlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/__init__/#) | Constructs a new instance of PivotGlobalizationSettings | ### Methods | Method | Description | | :- | :- | -| [get_text_of_total](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/#) | Gets the text of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | -| [get_text_of_grand_total](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/#) | Gets the text of "Grand Total" label in the PivotTable. | -| [get_text_of_multiple_items](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/#) | Gets the text of "(Multiple Items)" label in the PivotTable. | -| [get_text_of_all](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/#) | Gets the text of "(All)" label in the PivotTable. | -| [get_text_of_protection](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/#) | Gets the protection name in the PivotTable. | -| [get_text_of_protected_name](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/#str) | Gets the text for specified protected name. | -| [get_text_of_column_labels](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/#) | Gets the text of "Column Labels" label in the PivotTable. | -| [get_text_of_row_labels](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/#) | Gets the text of "Row Labels" label in the PivotTable. | -| [get_text_of_empty_data](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/#) | Gets the text of "(blank)" label in the PivotTable. | -| [get_text_of_data_field_header](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/#) | Gets the the text of the value area field header in the PivotTable. | -| [get_short_text_of_12_months](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/#) | Gets all short formatted string of 12 months. | -| [get_text_of_4_quaters](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/#) | Gets the local text of 4 Quaters. | -| [get_text_of_years](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/#) | Gets the local text of "Years". | -| [get_text_of_quarters](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/#) | Get the local text of "Quarters". | -| [get_text_of_months](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/#) | Gets the local text of "Months". | -| [get_text_of_days](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/#) | Gets the local text of "Days". | -| [get_text_of_hours](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/#) | Gets the local text of "Hours". | -| [get_text_of_minutes](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/#) | Gets the local text of "Minutes". | -| [get_text_of_seconds](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" | -| [get_text_of_range](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" | -| [get_text_of_sub_total](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.PivotFieldSubtotalType) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | +| [`get_text_of_total(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/#) | Gets the text of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | +| [`get_text_of_grand_total(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/#) | Gets the text of "Grand Total" label in the PivotTable. | +| [`get_text_of_multiple_items(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/#) | Gets the text of "(Multiple Items)" label in the PivotTable. | +| [`get_text_of_all(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/#) | Gets the text of "(All)" label in the PivotTable. | +| [`get_text_of_protection(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/#) | Gets the protection name in the PivotTable. | +| [`get_text_of_protected_name(self, protected_name)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/#str) | Gets the text for specified protected name. | +| [`get_text_of_column_labels(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/#) | Gets the text of "Column Labels" label in the PivotTable. | +| [`get_text_of_row_labels(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/#) | Gets the text of "Row Labels" label in the PivotTable. | +| [`get_text_of_empty_data(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/#) | Gets the text of "(blank)" label in the PivotTable. | +| [`get_text_of_data_field_header(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/#) | Gets the the text of the value area field header in the PivotTable. | +| [`get_short_text_of_12_months(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/#) | Gets all short formatted string of 12 months. | +| [`get_text_of_4_quaters(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/#) | Gets the local text of 4 Quaters. | +| [`get_text_of_years(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/#) | Gets the local text of "Years". | +| [`get_text_of_quarters(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/#) | Get the local text of "Quarters". | +| [`get_text_of_months(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/#) | Gets the local text of "Months". | +| [`get_text_of_days(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/#) | Gets the local text of "Days". | +| [`get_text_of_hours(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/#) | Gets the local text of "Hours". | +| [`get_text_of_minutes(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/#) | Gets the local text of "Minutes". | +| [`get_text_of_seconds(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" | +| [`get_text_of_range(self)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" | +| [`get_text_of_sub_total(self, sub_total_type)`](/cells/python-net/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md index 7dd899394e..aa041941ec 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_months/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_short_text_of_12_mont is_root: false --- -## get_short_text_of_12_months {#} +## get_short_text_of_12_months(self) {#} Gets all short formatted string of 12 months. @@ -20,6 +20,7 @@ Gets all short formatted string of 12 months. ```python + def get_short_text_of_12_months(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md index cac4edf516..43290bf064 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_4_quaters/ is_root: false --- -## get_text_of_4_quaters {#} +## get_text_of_4_quaters(self) {#} Gets the local text of 4 Quaters. @@ -20,6 +20,7 @@ Gets the local text of 4 Quaters. ```python + def get_text_of_4_quaters(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md index 3aa55987c7..2ac7d07eed 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_all/ is_root: false --- -## get_text_of_all {#} +## get_text_of_all(self) {#} Gets the text of "(All)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "(All)" label ```python + def get_text_of_all(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md index 5e5023a391..6038d5f40b 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_column_labels is_root: false --- -## get_text_of_column_labels {#} +## get_text_of_column_labels(self) {#} Gets the text of "Column Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The text of column labels ```python + def get_text_of_column_labels(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md index c9a1925755..b3331adaa3 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_header/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_data_field_he is_root: false --- -## get_text_of_data_field_header {#} +## get_text_of_data_field_header(self) {#} Gets the the text of the value area field header in the PivotTable. @@ -20,6 +20,7 @@ The text of data field header name ```python + def get_text_of_data_field_header(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md index 8194117536..cb12a15d43 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_days/ is_root: false --- -## get_text_of_days {#} +## get_text_of_days(self) {#} Gets the local text of "Days". @@ -20,6 +20,7 @@ Gets the local text of "Days". ```python + def get_text_of_days(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md index 735356898d..6a8d03d58a 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_empty_data/ is_root: false --- -## get_text_of_empty_data {#} +## get_text_of_empty_data(self) {#} Gets the text of "(blank)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of empty data ```python + def get_text_of_empty_data(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md index 60853ee4df..1933ce58dc 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_grand_total/ is_root: false --- -## get_text_of_grand_total {#} +## get_text_of_grand_total(self) {#} Gets the text of "Grand Total" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "Grand Total" label ```python + def get_text_of_grand_total(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md index 3c1d9e8634..7080032bc0 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_hours/ is_root: false --- -## get_text_of_hours {#} +## get_text_of_hours(self) {#} Gets the local text of "Hours". @@ -20,6 +20,7 @@ Gets the local text of "Hours". ```python + def get_text_of_hours(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md index 1219007f9a..a64e4878d2 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_minutes/ is_root: false --- -## get_text_of_minutes {#} +## get_text_of_minutes(self) {#} Gets the local text of "Minutes". @@ -20,6 +20,7 @@ Gets the local text of "Minutes". ```python + def get_text_of_minutes(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md index 5c9d35cc09..b343ea6620 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_months/ is_root: false --- -## get_text_of_months {#} +## get_text_of_months(self) {#} Gets the local text of "Months". @@ -20,6 +20,7 @@ Gets the local text of "Months". ```python + def get_text_of_months(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md index a0f71aac6b..c2a0d90d34 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_items/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_multiple_item is_root: false --- -## get_text_of_multiple_items {#} +## get_text_of_multiple_items(self) {#} Gets the text of "(Multiple Items)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "(Multiple Items)" label ```python + def get_text_of_multiple_items(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md index 70e5fc433c..e3e4ce95c5 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_protected_nam is_root: false --- -## get_text_of_protected_name {#str} +## get_text_of_protected_name(self, protected_name) {#str} Gets the text for specified protected name. @@ -20,6 +20,7 @@ The local prorected names of PivotTable. ```python + def get_text_of_protected_name(self, protected_name): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md index baa5c8c489..2e0d288395 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_protection/ is_root: false --- -## get_text_of_protection {#} +## get_text_of_protection(self) {#} Gets the protection name in the PivotTable. @@ -20,6 +20,7 @@ The protection name of PivotTable ```python + def get_text_of_protection(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md index 9cf481762f..42c0e847f9 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_quarters/ is_root: false --- -## get_text_of_quarters {#} +## get_text_of_quarters(self) {#} Get the local text of "Quarters". @@ -20,6 +20,7 @@ Get the local text of "Quarters". ```python + def get_text_of_quarters(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md index 7349800a26..5cc27f8160 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_range/ is_root: false --- -## get_text_of_range {#} +## get_text_of_range(self) {#} Gets the local text of "Range" @@ -20,6 +20,7 @@ Gets the local text of "Range" ```python + def get_text_of_range(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md index 0d4850cb1e..dc35bfed1c 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_row_labels/ is_root: false --- -## get_text_of_row_labels {#} +## get_text_of_row_labels(self) {#} Gets the text of "Row Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The text of row labels ```python + def get_text_of_row_labels(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md index a24c26dd46..d738b4e0d3 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_seconds/ is_root: false --- -## get_text_of_seconds {#} +## get_text_of_seconds(self) {#} Gets the local text of "Seconds" @@ -20,6 +20,7 @@ Gets the local text of "Seconds" ```python + def get_text_of_seconds(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md index 6ed0b33962..fc8d07705b 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_sub_total/ is_root: false --- -## get_text_of_sub_total {#aspose.cells.pivot.PivotFieldSubtotalType} +## get_text_of_sub_total(self, sub_total_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. @@ -20,6 +20,7 @@ The text of given type ```python + def get_text_of_sub_total(self, sub_total_type): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md index 9806fe639c..99053d90db 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_total/ is_root: false --- -## get_text_of_total {#} +## get_text_of_total(self) {#} Gets the text of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. @@ -21,6 +21,7 @@ The text of "Total" label ```python + def get_text_of_total(self): ... ``` diff --git a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md index 4a3126c9b6..b1226b06ec 100644 --- a/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md +++ b/english/aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.settings/pivotglobalizationsettings/get_text_of_years/ is_root: false --- -## get_text_of_years {#} +## get_text_of_years(self) {#} Gets the local text of "Years". @@ -20,6 +20,7 @@ Gets the local text of "Years". ```python + def get_text_of_years(self): ... ``` diff --git a/english/aspose.cells.slicers/slicer/_index.md b/english/aspose.cells.slicers/slicer/_index.md index 4171e611c8..3a426bbb2e 100644 --- a/english/aspose.cells.slicers/slicer/_index.md +++ b/english/aspose.cells.slicers/slicer/_index.md @@ -48,9 +48,9 @@ The Slicer type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_pivot_connection](/cells/python-net/aspose.cells.slicers/slicer/add_pivot_connection/#aspose.cells.pivot.PivotTable) | Adds PivotTable connection. | -| [remove_pivot_connection](/cells/python-net/aspose.cells.slicers/slicer/remove_pivot_connection/#aspose.cells.pivot.PivotTable) | Removes PivotTable connection. | -| [refresh](/cells/python-net/aspose.cells.slicers/slicer/refresh/#) | Refreshing the slicer.Meanwhile, Refreshing and Calculating relative PivotTables. | +| [`add_pivot_connection(self, pivot)`](/cells/python-net/aspose.cells.slicers/slicer/add_pivot_connection/#aspose.cells.pivot.pivottable) | Adds PivotTable connection. | +| [`remove_pivot_connection(self, pivot)`](/cells/python-net/aspose.cells.slicers/slicer/remove_pivot_connection/#aspose.cells.pivot.pivottable) | Removes PivotTable connection. | +| [`refresh(self)`](/cells/python-net/aspose.cells.slicers/slicer/refresh/#) | Refreshing the slicer.Meanwhile, Refreshing and Calculating relative PivotTables. | diff --git a/english/aspose.cells.slicers/slicer/add_pivot_connection/_index.md b/english/aspose.cells.slicers/slicer/add_pivot_connection/_index.md index 5819510a7f..de0cbddce1 100644 --- a/english/aspose.cells.slicers/slicer/add_pivot_connection/_index.md +++ b/english/aspose.cells.slicers/slicer/add_pivot_connection/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.slicers/slicer/add_pivot_connection/ is_root: false --- -## add_pivot_connection {#aspose.cells.pivot.PivotTable} +## add_pivot_connection(self, pivot) {#aspose.cells.pivot.PivotTable} Adds PivotTable connection. ```python + def add_pivot_connection(self, pivot): ... ``` diff --git a/english/aspose.cells.slicers/slicer/refresh/_index.md b/english/aspose.cells.slicers/slicer/refresh/_index.md index d49fa5e093..9fe2940a72 100644 --- a/english/aspose.cells.slicers/slicer/refresh/_index.md +++ b/english/aspose.cells.slicers/slicer/refresh/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.slicers/slicer/refresh/ is_root: false --- -## refresh {#} +## refresh(self) {#} Refreshing the slicer.Meanwhile, Refreshing and Calculating relative PivotTables. ```python + def refresh(self): ... ``` diff --git a/english/aspose.cells.slicers/slicer/remove_pivot_connection/_index.md b/english/aspose.cells.slicers/slicer/remove_pivot_connection/_index.md index 597f79084c..0e94dce921 100644 --- a/english/aspose.cells.slicers/slicer/remove_pivot_connection/_index.md +++ b/english/aspose.cells.slicers/slicer/remove_pivot_connection/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.slicers/slicer/remove_pivot_connection/ is_root: false --- -## remove_pivot_connection {#aspose.cells.pivot.PivotTable} +## remove_pivot_connection(self, pivot) {#aspose.cells.pivot.PivotTable} Removes PivotTable connection. ```python + def remove_pivot_connection(self, pivot): ... ``` diff --git a/english/aspose.cells.slicers/slicercacheitemcollection/_index.md b/english/aspose.cells.slicers/slicercacheitemcollection/_index.md index 8a5bd09149..81770b6251 100644 --- a/english/aspose.cells.slicers/slicercacheitemcollection/_index.md +++ b/english/aspose.cells.slicers/slicercacheitemcollection/_index.md @@ -25,14 +25,14 @@ The SlicerCacheItemCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/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. | -| [index_of](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/index_of/#aspose.cells.slicers.SlicerCacheItem-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. | -| [index_of](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/index_of/#aspose.cells.slicers.SlicerCacheItem-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.SlicerCacheItem) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.SlicerCacheItem-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](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.SlicerCacheItem-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. | -| [binary_search](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/binary_search/#aspose.cells.slicers.SlicerCacheItem) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/index_of/#aspose.cells.slicers.slicercacheitem-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/index_of/#aspose.cells.slicers.slicercacheitem-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.slicercacheitem) | 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.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.slicercacheitem-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.slicers/slicercacheitemcollection/last_index_of/#aspose.cells.slicers.slicercacheitem-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.slicers/slicercacheitemcollection/binary_search/#aspose.cells.slicers.slicercacheitem) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.slicers/slicercacheitemcollection/binary_search/_index.md b/english/aspose.cells.slicers/slicercacheitemcollection/binary_search/_index.md index 2671c79830..014e7279d3 100644 --- a/english/aspose.cells.slicers/slicercacheitemcollection/binary_search/_index.md +++ b/english/aspose.cells.slicers/slicercacheitemcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercacheitemcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.slicers.SlicerCacheItem} +## binary_search(self, item) {#aspose.cells.slicers.SlicerCacheItem} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.slicers/slicercacheitemcollection/copy_to/_index.md b/english/aspose.cells.slicers/slicercacheitemcollection/copy_to/_index.md index e7b4fe3638..0133d15c5e 100644 --- a/english/aspose.cells.slicers/slicercacheitemcollection/copy_to/_index.md +++ b/english/aspose.cells.slicers/slicercacheitemcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.slicers/slicercacheitemcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.slicers/slicercacheitemcollection/index_of/_index.md b/english/aspose.cells.slicers/slicercacheitemcollection/index_of/_index.md index 63a1a9f8b0..e0a4dfaa99 100644 --- a/english/aspose.cells.slicers/slicercacheitemcollection/index_of/_index.md +++ b/english/aspose.cells.slicers/slicercacheitemcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercacheitemcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.slicers.SlicerCacheItem-int} +## index_of(self, item, index) {#aspose.cells.slicers.SlicerCacheItem-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.slicers.SlicerCacheItem-int-int} +## index_of(self, item, index, count) {#aspose.cells.slicers.SlicerCacheItem-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.slicers/slicercacheitemcollection/last_index_of/_index.md b/english/aspose.cells.slicers/slicercacheitemcollection/last_index_of/_index.md index bda5164573..f9196443da 100644 --- a/english/aspose.cells.slicers/slicercacheitemcollection/last_index_of/_index.md +++ b/english/aspose.cells.slicers/slicercacheitemcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercacheitemcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.slicers.SlicerCacheItem} +## last_index_of(self, item) {#aspose.cells.slicers.SlicerCacheItem} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`SlicerCacheItem`](/cells/python-net/aspose.cells.slicers/slicercacheitem) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.slicers.SlicerCacheItem-int} +## last_index_of(self, item, index) {#aspose.cells.slicers.SlicerCacheItem-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.slicers.SlicerCacheItem-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.slicers.SlicerCacheItem-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.slicers/slicercollection/_index.md b/english/aspose.cells.slicers/slicercollection/_index.md index a68480e876..09aa40768b 100644 --- a/english/aspose.cells.slicers/slicercollection/_index.md +++ b/english/aspose.cells.slicers/slicercollection/_index.md @@ -25,23 +25,23 @@ The SlicerCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-str-str) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-int-int-str) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-int-int-int) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-str-int) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField) | Add a new Slicer using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.ListObject-int-str) | Add a new Slicer using ListObjet as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-str) | Add a new Slicer using ListObjet as data source | -| [add](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-int-int) | Add a new Slicer using ListObjet as data source | -| [copy_to](/cells/python-net/aspose.cells.slicers/slicercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.slicers/slicercollection/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. | -| [index_of](/cells/python-net/aspose.cells.slicers/slicercollection/index_of/#aspose.cells.slicers.Slicer-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. | -| [index_of](/cells/python-net/aspose.cells.slicers/slicercollection/index_of/#aspose.cells.slicers.Slicer-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.Slicer) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.Slicer-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](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.Slicer-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. | -| [binary_search](/cells/python-net/aspose.cells.slicers/slicercollection/binary_search/#aspose.cells.slicers.Slicer) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, pivot, dest_cell_name, base_field_name)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-str-str) | Add a new Slicer using PivotTable as data source | +| [`add(self, pivot, row, column, base_field_name)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-int-int-str) | Add a new Slicer using PivotTable as data source | +| [`add(self, pivot, row, column, base_field_index)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-int-int-int) | Add a new Slicer using PivotTable as data source | +| [`add(self, pivot, dest_cell_name, base_field_index)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-str-int) | Add a new Slicer using PivotTable as data source | +| [`add(self, pivot, row, column, base_field)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-int-int-aspose.cells.pivot.pivotfield) | Add a new Slicer using PivotTable as data source | +| [`add(self, pivot, dest_cell_name, base_field)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.pivot.pivottable-str-aspose.cells.pivot.pivotfield) | Add a new Slicer using PivotTable as data source | +| [`add(self, table, index, dest_cell_name)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.listobject-int-str) | Add a new Slicer using ListObjet as data source | +| [`add(self, table, list_column, dest_cell_name)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.listobject-aspose.cells.tables.listcolumn-str) | Add a new Slicer using ListObjet as data source | +| [`add(self, table, list_column, row, column)`](/cells/python-net/aspose.cells.slicers/slicercollection/add/#aspose.cells.tables.listobject-aspose.cells.tables.listcolumn-int-int) | Add a new Slicer using ListObjet as data source | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.slicers/slicercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.slicers/slicercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.slicers/slicercollection/index_of/#aspose.cells.slicers.slicer-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.slicers/slicercollection/index_of/#aspose.cells.slicers.slicer-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer) | 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.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer-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.slicers/slicercollection/last_index_of/#aspose.cells.slicers.slicer-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.slicers/slicercollection/binary_search/#aspose.cells.slicers.slicer) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.slicers/slicercollection/add/_index.md b/english/aspose.cells.slicers/slicercollection/add/_index.md index ef3913c1c8..b599d63d75 100644 --- a/english/aspose.cells.slicers/slicercollection/add/_index.md +++ b/english/aspose.cells.slicers/slicercollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercollection/add/ is_root: false --- -## add {#aspose.cells.pivot.PivotTable-str-str} +## add(self, pivot, dest_cell_name, base_field_name) {#aspose.cells.pivot.PivotTable-str-str} Add a new Slicer using PivotTable as data source @@ -20,6 +20,7 @@ The new add Slicer index ```python + def add(self, pivot, dest_cell_name, base_field_name): ... ``` @@ -41,7 +42,7 @@ slicers.add(pivot, "E3", "fruit") ``` -## add {#aspose.cells.pivot.PivotTable-str-int} +## add(self, pivot, dest_cell_name, base_field_index) {#aspose.cells.pivot.PivotTable-str-int} Add a new Slicer using PivotTable as data source @@ -53,6 +54,7 @@ The new add Slicer index ```python + def add(self, pivot, dest_cell_name, base_field_index): ... ``` @@ -74,7 +76,7 @@ slicers.add(pivot, "E20", 0) ``` -## add {#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField} +## add(self, pivot, dest_cell_name, base_field) {#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField} Add a new Slicer using PivotTable as data source @@ -86,6 +88,7 @@ The new add Slicer index ```python + def add(self, pivot, dest_cell_name, base_field): ... ``` @@ -107,7 +110,7 @@ slicers.add(pivot, "I3", pivot.base_fields[0]) ``` -## add {#aspose.cells.tables.ListObject-int-str} +## add(self, table, index, dest_cell_name) {#aspose.cells.tables.ListObject-int-str} Add a new Slicer using ListObjet as data source @@ -119,6 +122,7 @@ The new add Slicer index ```python + def add(self, table, index, dest_cell_name): ... ``` @@ -140,7 +144,7 @@ slicers.add(table, 1, "E38") ``` -## add {#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-str} +## add(self, table, list_column, dest_cell_name) {#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-str} Add a new Slicer using ListObjet as data source @@ -152,6 +156,7 @@ The new add Slicer index ```python + def add(self, table, list_column, dest_cell_name): ... ``` @@ -173,7 +178,7 @@ slicers.add(table, table.list_columns[1], "I38") ``` -## add {#aspose.cells.pivot.PivotTable-int-int-str} +## add(self, pivot, row, column, base_field_name) {#aspose.cells.pivot.PivotTable-int-int-str} Add a new Slicer using PivotTable as data source @@ -185,6 +190,7 @@ The new add Slicer index ```python + def add(self, pivot, row, column, base_field_name): ... ``` @@ -207,7 +213,7 @@ slicers.add(pivot, 20, 12, "fruit") ``` -## add {#aspose.cells.pivot.PivotTable-int-int-int} +## add(self, pivot, row, column, base_field_index) {#aspose.cells.pivot.PivotTable-int-int-int} Add a new Slicer using PivotTable as data source @@ -219,6 +225,7 @@ The new add Slicer index ```python + def add(self, pivot, row, column, base_field_index): ... ``` @@ -241,7 +248,7 @@ slicers.add(pivot, 20, 8, 0) ``` -## add {#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField} +## add(self, pivot, row, column, base_field) {#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField} Add a new Slicer using PivotTable as data source @@ -253,6 +260,7 @@ The new add Slicer index ```python + def add(self, pivot, row, column, base_field): ... ``` @@ -275,7 +283,7 @@ slicers.add(pivot, 3, 12, pivot.base_fields[0]) ``` -## add {#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-int-int} +## add(self, table, list_column, row, column) {#aspose.cells.tables.ListObject-aspose.cells.tables.ListColumn-int-int} Add a new Slicer using ListObjet as data source @@ -287,6 +295,7 @@ The new add Slicer index ```python + def add(self, table, list_column, row, column): ... ``` diff --git a/english/aspose.cells.slicers/slicercollection/binary_search/_index.md b/english/aspose.cells.slicers/slicercollection/binary_search/_index.md index 038c69ab1a..18a3be4b9b 100644 --- a/english/aspose.cells.slicers/slicercollection/binary_search/_index.md +++ b/english/aspose.cells.slicers/slicercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.slicers.Slicer} +## binary_search(self, item) {#aspose.cells.slicers.Slicer} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.slicers/slicercollection/copy_to/_index.md b/english/aspose.cells.slicers/slicercollection/copy_to/_index.md index 231fdedb2b..0a19cf76fb 100644 --- a/english/aspose.cells.slicers/slicercollection/copy_to/_index.md +++ b/english/aspose.cells.slicers/slicercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.slicers/slicercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.slicers/slicercollection/index_of/_index.md b/english/aspose.cells.slicers/slicercollection/index_of/_index.md index b6c321b399..e67dd2ee32 100644 --- a/english/aspose.cells.slicers/slicercollection/index_of/_index.md +++ b/english/aspose.cells.slicers/slicercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.slicers.Slicer-int} +## index_of(self, item, index) {#aspose.cells.slicers.Slicer-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.slicers.Slicer-int-int} +## index_of(self, item, index, count) {#aspose.cells.slicers.Slicer-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md b/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md index 5d5a81ed6c..ef9d4f077f 100644 --- a/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md +++ b/english/aspose.cells.slicers/slicercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.slicers/slicercollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.slicers.Slicer} +## last_index_of(self, item) {#aspose.cells.slicers.Slicer} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Slicer`](/cells/python-net/aspose.cells.slicers/slicer) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.slicers.Slicer-int} +## last_index_of(self, item, index) {#aspose.cells.slicers.Slicer-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.slicers.Slicer-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.slicers.Slicer-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/_index.md b/english/aspose.cells.tables/listcolumn/_index.md index 639372b64a..07be588193 100644 --- a/english/aspose.cells.tables/listcolumn/_index.md +++ b/english/aspose.cells.tables/listcolumn/_index.md @@ -29,12 +29,12 @@ The ListColumn type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_custom_totals_row_formula](/cells/python-net/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/#bool-bool) | Gets the formula of totals row of this list column. | -| [set_custom_totals_row_formula](/cells/python-net/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/#str-bool-bool) | Gets the formula of totals row of this list column. | -| [get_custom_calculated_formula](/cells/python-net/aspose.cells.tables/listcolumn/get_custom_calculated_formula/#bool-bool) | Gets the formula of this list column. | -| [set_custom_calculated_formula](/cells/python-net/aspose.cells.tables/listcolumn/set_custom_calculated_formula/#str-bool-bool) | Sets the formula for this list column. | -| [get_data_style](/cells/python-net/aspose.cells.tables/listcolumn/get_data_style/#) | Gets the style of the data in this column of the table. | -| [set_data_style](/cells/python-net/aspose.cells.tables/listcolumn/set_data_style/#aspose.cells.Style) | Sets the style of the data in this column of the table. | +| [`get_custom_totals_row_formula(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/#bool-bool) | Gets the formula of totals row of this list column. | +| [`set_custom_totals_row_formula(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/#str-bool-bool) | Gets the formula of totals row of this list column. | +| [`get_custom_calculated_formula(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells.tables/listcolumn/get_custom_calculated_formula/#bool-bool) | Gets the formula of this list column. | +| [`set_custom_calculated_formula(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells.tables/listcolumn/set_custom_calculated_formula/#str-bool-bool) | Sets the formula for this list column. | +| [`get_data_style(self)`](/cells/python-net/aspose.cells.tables/listcolumn/get_data_style/#) | Gets the style of the data in this column of the table. | +| [`set_data_style(self, style)`](/cells/python-net/aspose.cells.tables/listcolumn/set_data_style/#aspose.cells.style) | Sets the style of the data in this column of the table. | diff --git a/english/aspose.cells.tables/listcolumn/get_custom_calculated_formula/_index.md b/english/aspose.cells.tables/listcolumn/get_custom_calculated_formula/_index.md index 3b4909354a..16b8bc91c3 100644 --- a/english/aspose.cells.tables/listcolumn/get_custom_calculated_formula/_index.md +++ b/english/aspose.cells.tables/listcolumn/get_custom_calculated_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listcolumn/get_custom_calculated_formula/ is_root: false --- -## get_custom_calculated_formula {#bool-bool} +## get_custom_calculated_formula(self, is_r1c1, is_local) {#bool-bool} Gets the formula of this list column. @@ -20,6 +20,7 @@ The formula of this list column. ```python + def get_custom_calculated_formula(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/_index.md b/english/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/_index.md index 493b7cd905..be26a36679 100644 --- a/english/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/_index.md +++ b/english/aspose.cells.tables/listcolumn/get_custom_totals_row_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listcolumn/get_custom_totals_row_formula/ is_root: false --- -## get_custom_totals_row_formula {#bool-bool} +## get_custom_totals_row_formula(self, is_r1c1, is_local) {#bool-bool} Gets the formula of totals row of this list column. @@ -20,6 +20,7 @@ The formula of this list column. ```python + def get_custom_totals_row_formula(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/get_data_style/_index.md b/english/aspose.cells.tables/listcolumn/get_data_style/_index.md index cfa409b856..b555426935 100644 --- a/english/aspose.cells.tables/listcolumn/get_data_style/_index.md +++ b/english/aspose.cells.tables/listcolumn/get_data_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumn/get_data_style/ is_root: false --- -## get_data_style {#} +## get_data_style(self) {#} Gets the style of the data in this column of the table. ```python + def get_data_style(self): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/set_custom_calculated_formula/_index.md b/english/aspose.cells.tables/listcolumn/set_custom_calculated_formula/_index.md index f7a22a9ec4..6d3afe787e 100644 --- a/english/aspose.cells.tables/listcolumn/set_custom_calculated_formula/_index.md +++ b/english/aspose.cells.tables/listcolumn/set_custom_calculated_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumn/set_custom_calculated_formula/ is_root: false --- -## set_custom_calculated_formula {#str-bool-bool} +## set_custom_calculated_formula(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the formula for this list column. ```python + def set_custom_calculated_formula(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/_index.md b/english/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/_index.md index c726412ea8..87a8b821aa 100644 --- a/english/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/_index.md +++ b/english/aspose.cells.tables/listcolumn/set_custom_totals_row_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumn/set_custom_totals_row_formula/ is_root: false --- -## set_custom_totals_row_formula {#str-bool-bool} +## set_custom_totals_row_formula(self, formula, is_r1c1, is_local) {#str-bool-bool} Gets the formula of totals row of this list column. ```python + def set_custom_totals_row_formula(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells.tables/listcolumn/set_data_style/_index.md b/english/aspose.cells.tables/listcolumn/set_data_style/_index.md index abf8339540..b95a8f63af 100644 --- a/english/aspose.cells.tables/listcolumn/set_data_style/_index.md +++ b/english/aspose.cells.tables/listcolumn/set_data_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumn/set_data_style/ is_root: false --- -## set_data_style {#aspose.cells.Style} +## set_data_style(self, style) {#aspose.cells.Style} Sets the style of the data in this column of the table. ```python + def set_data_style(self, style): ... ``` diff --git a/english/aspose.cells.tables/listcolumncollection/_index.md b/english/aspose.cells.tables/listcolumncollection/_index.md index cbcc259838..ffec7aa172 100644 --- a/english/aspose.cells.tables/listcolumncollection/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/_index.md @@ -25,16 +25,16 @@ The ListColumnCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get](/cells/python-net/aspose.cells.tables/listcolumncollection/get/#int) | Add API for Python Via .Net.since this[int] is unsupported | -| [get](/cells/python-net/aspose.cells.tables/listcolumncollection/get/#str) | Add API for Python Via .Net.since this[string] is unsupported | -| [copy_to](/cells/python-net/aspose.cells.tables/listcolumncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.tables/listcolumncollection/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. | -| [index_of](/cells/python-net/aspose.cells.tables/listcolumncollection/index_of/#aspose.cells.tables.ListColumn-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. | -| [index_of](/cells/python-net/aspose.cells.tables/listcolumncollection/index_of/#aspose.cells.tables.ListColumn-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.tables/listcolumncollection/last_index_of/#aspose.cells.tables.ListColumn) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.tables/listcolumncollection/last_index_of/#aspose.cells.tables.ListColumn-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](/cells/python-net/aspose.cells.tables/listcolumncollection/last_index_of/#aspose.cells.tables.ListColumn-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. | -| [binary_search](/cells/python-net/aspose.cells.tables/listcolumncollection/binary_search/#aspose.cells.tables.ListColumn) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, index)`](/cells/python-net/aspose.cells.tables/listcolumncollection/get/#int) | Add API for Python Via .Net.since this[int] is unsupported | +| [`get(self, name)`](/cells/python-net/aspose.cells.tables/listcolumncollection/get/#str) | Add API for Python Via .Net.since this[string] is unsupported | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.tables/listcolumncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.tables/listcolumncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.tables/listcolumncollection/index_of/#aspose.cells.tables.listcolumn-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.tables/listcolumncollection/index_of/#aspose.cells.tables.listcolumn-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.tables/listcolumncollection/last_index_of/#aspose.cells.tables.listcolumn) | 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.tables/listcolumncollection/last_index_of/#aspose.cells.tables.listcolumn-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.tables/listcolumncollection/last_index_of/#aspose.cells.tables.listcolumn-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.tables/listcolumncollection/binary_search/#aspose.cells.tables.listcolumn) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.tables/listcolumncollection/binary_search/_index.md b/english/aspose.cells.tables/listcolumncollection/binary_search/_index.md index 64c29ddccb..ed35e591af 100644 --- a/english/aspose.cells.tables/listcolumncollection/binary_search/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listcolumncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.tables.ListColumn} +## binary_search(self, item) {#aspose.cells.tables.ListColumn} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.tables/listcolumncollection/copy_to/_index.md b/english/aspose.cells.tables/listcolumncollection/copy_to/_index.md index e7ec9ef6fc..f0874540ff 100644 --- a/english/aspose.cells.tables/listcolumncollection/copy_to/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.tables/listcolumncollection/get/_index.md b/english/aspose.cells.tables/listcolumncollection/get/_index.md index 316b9cd8a0..e2f5b32168 100644 --- a/english/aspose.cells.tables/listcolumncollection/get/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/get/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listcolumncollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Add API for Python Via .Net.since this[int] is unsupported ```python + def get(self, index): ... ``` @@ -25,7 +26,7 @@ def get(self, index): | index | int | | -## get {#str} +## get(self, name) {#str} Add API for Python Via .Net.since this[string] is unsupported @@ -37,6 +38,7 @@ Add API for Python Via .Net.since this[string] is unsupported ```python + def get(self, name): ... ``` diff --git a/english/aspose.cells.tables/listcolumncollection/index_of/_index.md b/english/aspose.cells.tables/listcolumncollection/index_of/_index.md index 57acca4b91..dd4f89581e 100644 --- a/english/aspose.cells.tables/listcolumncollection/index_of/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listcolumncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.tables.ListColumn-int} +## index_of(self, item, index) {#aspose.cells.tables.ListColumn-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.tables.ListColumn-int-int} +## index_of(self, item, index, count) {#aspose.cells.tables.ListColumn-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/listcolumncollection/last_index_of/_index.md b/english/aspose.cells.tables/listcolumncollection/last_index_of/_index.md index 43ff363276..752006db0a 100644 --- a/english/aspose.cells.tables/listcolumncollection/last_index_of/_index.md +++ b/english/aspose.cells.tables/listcolumncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listcolumncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.tables.ListColumn} +## last_index_of(self, item) {#aspose.cells.tables.ListColumn} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ListColumn`](/cells/python-net/aspose.cells.tables/listcolumn) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.tables.ListColumn-int} +## last_index_of(self, item, index) {#aspose.cells.tables.ListColumn-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.tables.ListColumn-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.tables.ListColumn-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/listobject/_index.md b/english/aspose.cells.tables/listobject/_index.md index 6e0b66ea44..8f1341e928 100644 --- a/english/aspose.cells.tables/listobject/_index.md +++ b/english/aspose.cells.tables/listobject/_index.md @@ -48,16 +48,16 @@ The ListObject type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [put_cell_value](/cells/python-net/aspose.cells.tables/listobject/put_cell_value/#int-int-any) | Put the value to the cell. | -| [put_cell_value](/cells/python-net/aspose.cells.tables/listobject/put_cell_value/#int-int-any-bool) | Put the value to the cell. | -| [put_cell_formula](/cells/python-net/aspose.cells.tables/listobject/put_cell_formula/#int-int-str) | Put the formula to the cell in the table. | -| [put_cell_formula](/cells/python-net/aspose.cells.tables/listobject/put_cell_formula/#int-int-str-bool) | Put the formula to the cell in the table. | -| [convert_to_range](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#) | Convert the table to range. | -| [convert_to_range](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#aspose.cells.tables.TableToRangeOptions) | Convert the table to range. | -| [resize](/cells/python-net/aspose.cells.tables/listobject/resize/#int-int-int-int-bool) | Resize the range of the list object. | -| [update_column_name](/cells/python-net/aspose.cells.tables/listobject/update_column_name/#) | Updates all list columns' name from the worksheet. | -| [filter](/cells/python-net/aspose.cells.tables/listobject/filter/#) | Filter the table. | -| [apply_style_to_range](/cells/python-net/aspose.cells.tables/listobject/apply_style_to_range/#) | Apply the table style to the range. | +| [`put_cell_value(self, row_offset, column_offset, value)`](/cells/python-net/aspose.cells.tables/listobject/put_cell_value/#int-int-any) | Put the value to the cell. | +| [`put_cell_value(self, row_offset, column_offset, value, is_totals_row_label)`](/cells/python-net/aspose.cells.tables/listobject/put_cell_value/#int-int-any-bool) | Put the value to the cell. | +| [`put_cell_formula(self, row_offset, column_offset, formula)`](/cells/python-net/aspose.cells.tables/listobject/put_cell_formula/#int-int-str) | Put the formula to the cell in the table. | +| [`put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula)`](/cells/python-net/aspose.cells.tables/listobject/put_cell_formula/#int-int-str-bool) | Put the formula to the cell in the table. | +| [`convert_to_range(self)`](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#) | Convert the table to range. | +| [`convert_to_range(self, options)`](/cells/python-net/aspose.cells.tables/listobject/convert_to_range/#aspose.cells.tables.tabletorangeoptions) | Convert the table to range. | +| [`resize(self, start_row, start_column, end_row, end_column, has_headers)`](/cells/python-net/aspose.cells.tables/listobject/resize/#int-int-int-int-bool) | Resize the range of the list object. | +| [`update_column_name(self)`](/cells/python-net/aspose.cells.tables/listobject/update_column_name/#) | Updates all list columns' name from the worksheet. | +| [`filter(self)`](/cells/python-net/aspose.cells.tables/listobject/filter/#) | Filter the table. | +| [`apply_style_to_range(self)`](/cells/python-net/aspose.cells.tables/listobject/apply_style_to_range/#) | Apply the table style to the range. | diff --git a/english/aspose.cells.tables/listobject/apply_style_to_range/_index.md b/english/aspose.cells.tables/listobject/apply_style_to_range/_index.md index 6e0f539509..8d346d411c 100644 --- a/english/aspose.cells.tables/listobject/apply_style_to_range/_index.md +++ b/english/aspose.cells.tables/listobject/apply_style_to_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/apply_style_to_range/ is_root: false --- -## apply_style_to_range {#} +## apply_style_to_range(self) {#} Apply the table style to the range. ```python + def apply_style_to_range(self): ... ``` diff --git a/english/aspose.cells.tables/listobject/convert_to_range/_index.md b/english/aspose.cells.tables/listobject/convert_to_range/_index.md index 21e0a60bb0..8ab6cb367b 100644 --- a/english/aspose.cells.tables/listobject/convert_to_range/_index.md +++ b/english/aspose.cells.tables/listobject/convert_to_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/convert_to_range/ is_root: false --- -## convert_to_range {#} +## convert_to_range(self) {#} Convert the table to range. ```python + def convert_to_range(self): ... ``` @@ -22,13 +23,14 @@ def convert_to_range(self): -## convert_to_range {#aspose.cells.tables.TableToRangeOptions} +## convert_to_range(self, options) {#aspose.cells.tables.TableToRangeOptions} Convert the table to range. ```python + def convert_to_range(self, options): ... ``` diff --git a/english/aspose.cells.tables/listobject/filter/_index.md b/english/aspose.cells.tables/listobject/filter/_index.md index 57a71a9491..3f931bbf62 100644 --- a/english/aspose.cells.tables/listobject/filter/_index.md +++ b/english/aspose.cells.tables/listobject/filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/filter/ is_root: false --- -## filter {#} +## filter(self) {#} Filter the table. ```python + def filter(self): ... ``` diff --git a/english/aspose.cells.tables/listobject/put_cell_formula/_index.md b/english/aspose.cells.tables/listobject/put_cell_formula/_index.md index bc519a8dcc..fd76050218 100644 --- a/english/aspose.cells.tables/listobject/put_cell_formula/_index.md +++ b/english/aspose.cells.tables/listobject/put_cell_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/put_cell_formula/ is_root: false --- -## put_cell_formula {#int-int-str} +## put_cell_formula(self, row_offset, column_offset, formula) {#int-int-str} Put the formula to the cell in the table. ```python + def put_cell_formula(self, row_offset, column_offset, formula): ... ``` @@ -27,13 +28,14 @@ def put_cell_formula(self, row_offset, column_offset, formula): | formula | str | The formula of the cell. | -## put_cell_formula {#int-int-str-bool} +## put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula) {#int-int-str-bool} Put the formula to the cell in the table. ```python + def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula): ... ``` diff --git a/english/aspose.cells.tables/listobject/put_cell_value/_index.md b/english/aspose.cells.tables/listobject/put_cell_value/_index.md index 22a611377c..618c9276ad 100644 --- a/english/aspose.cells.tables/listobject/put_cell_value/_index.md +++ b/english/aspose.cells.tables/listobject/put_cell_value/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells.tables/listobject/put_cell_value/ is_root: false --- -## put_cell_value {#int-int-any} +## put_cell_value(self, row_offset, column_offset, value) {#int-int-any} Put the value to the cell. -```python +```python + def put_cell_value(self, row_offset, column_offset, value): - ... + ... ``` @@ -27,15 +28,16 @@ def put_cell_value(self, row_offset, column_offset, value): | value | any | The cell value. | -## put_cell_value {#int-int-any-bool} +## put_cell_value(self, row_offset, column_offset, value, is_totals_row_label) {#int-int-any-bool} Put the value to the cell. -```python +```python + def put_cell_value(self, row_offset, column_offset, value, is_totals_row_label): - ... + ... ``` diff --git a/english/aspose.cells.tables/listobject/resize/_index.md b/english/aspose.cells.tables/listobject/resize/_index.md index a8c209a74d..a584b175d4 100644 --- a/english/aspose.cells.tables/listobject/resize/_index.md +++ b/english/aspose.cells.tables/listobject/resize/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/resize/ is_root: false --- -## resize {#int-int-int-int-bool} +## resize(self, start_row, start_column, end_row, end_column, has_headers) {#int-int-int-int-bool} Resize the range of the list object. ```python + def resize(self, start_row, start_column, end_row, end_column, has_headers): ... ``` diff --git a/english/aspose.cells.tables/listobject/update_column_name/_index.md b/english/aspose.cells.tables/listobject/update_column_name/_index.md index e3ed7be1bf..af512a088e 100644 --- a/english/aspose.cells.tables/listobject/update_column_name/_index.md +++ b/english/aspose.cells.tables/listobject/update_column_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobject/update_column_name/ is_root: false --- -## update_column_name {#} +## update_column_name(self) {#} Updates all list columns' name from the worksheet. ```python + def update_column_name(self): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/_index.md b/english/aspose.cells.tables/listobjectcollection/_index.md index 421f95c5f3..5c4213d753 100644 --- a/english/aspose.cells.tables/listobjectcollection/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/_index.md @@ -25,19 +25,19 @@ The ListObjectCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get](/cells/python-net/aspose.cells.tables/listobjectcollection/get/#int) | Add API for Python Via .Net.since this[int] is unsupported | -| [get](/cells/python-net/aspose.cells.tables/listobjectcollection/get/#str) | Add API for Python Via .Net.since this[string] is unsupported | -| [add](/cells/python-net/aspose.cells.tables/listobjectcollection/add/#int-int-int-int-bool) | Adds a ListObject to the worksheet. | -| [add](/cells/python-net/aspose.cells.tables/listobjectcollection/add/#str-str-bool) | Adds a ListObject to the worksheet. | -| [copy_to](/cells/python-net/aspose.cells.tables/listobjectcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.tables/listobjectcollection/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. | -| [index_of](/cells/python-net/aspose.cells.tables/listobjectcollection/index_of/#aspose.cells.tables.ListObject-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. | -| [index_of](/cells/python-net/aspose.cells.tables/listobjectcollection/index_of/#aspose.cells.tables.ListObject-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.tables/listobjectcollection/last_index_of/#aspose.cells.tables.ListObject) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.tables/listobjectcollection/last_index_of/#aspose.cells.tables.ListObject-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](/cells/python-net/aspose.cells.tables/listobjectcollection/last_index_of/#aspose.cells.tables.ListObject-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. | -| [update_column_name](/cells/python-net/aspose.cells.tables/listobjectcollection/update_column_name/#) | Update all column name of the tables. | -| [binary_search](/cells/python-net/aspose.cells.tables/listobjectcollection/binary_search/#aspose.cells.tables.ListObject) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, index)`](/cells/python-net/aspose.cells.tables/listobjectcollection/get/#int) | Add API for Python Via .Net.since this[int] is unsupported | +| [`get(self, table_name)`](/cells/python-net/aspose.cells.tables/listobjectcollection/get/#str) | Add API for Python Via .Net.since this[string] is unsupported | +| [`add(self, start_row, start_column, end_row, end_column, has_headers)`](/cells/python-net/aspose.cells.tables/listobjectcollection/add/#int-int-int-int-bool) | Adds a ListObject to the worksheet. | +| [`add(self, start_cell, end_cell, has_headers)`](/cells/python-net/aspose.cells.tables/listobjectcollection/add/#str-str-bool) | Adds a ListObject to the worksheet. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.tables/listobjectcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.tables/listobjectcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.tables/listobjectcollection/index_of/#aspose.cells.tables.listobject-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.tables/listobjectcollection/index_of/#aspose.cells.tables.listobject-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.tables/listobjectcollection/last_index_of/#aspose.cells.tables.listobject) | 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.tables/listobjectcollection/last_index_of/#aspose.cells.tables.listobject-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.tables/listobjectcollection/last_index_of/#aspose.cells.tables.listobject-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. | +| [`update_column_name(self)`](/cells/python-net/aspose.cells.tables/listobjectcollection/update_column_name/#) | Update all column name of the tables. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.tables/listobjectcollection/binary_search/#aspose.cells.tables.listobject) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.tables/listobjectcollection/add/_index.md b/english/aspose.cells.tables/listobjectcollection/add/_index.md index 814583083c..beafb76993 100644 --- a/english/aspose.cells.tables/listobjectcollection/add/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listobjectcollection/add/ is_root: false --- -## add {#str-str-bool} +## add(self, start_cell, end_cell, has_headers) {#str-str-bool} Adds a ListObject to the worksheet. @@ -20,6 +20,7 @@ The index of the new ListObject ```python + def add(self, start_cell, end_cell, has_headers): ... ``` @@ -32,7 +33,7 @@ def add(self, start_cell, end_cell, has_headers): | has_headers | bool | Whether the range has headers. | -## add {#int-int-int-int-bool} +## add(self, start_row, start_column, end_row, end_column, has_headers) {#int-int-int-int-bool} Adds a ListObject to the worksheet. @@ -44,6 +45,7 @@ The index of the new ListObject ```python + def add(self, start_row, start_column, end_row, end_column, has_headers): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/binary_search/_index.md b/english/aspose.cells.tables/listobjectcollection/binary_search/_index.md index 4fe32b8f1a..02897d5e8e 100644 --- a/english/aspose.cells.tables/listobjectcollection/binary_search/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listobjectcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.tables.ListObject} +## binary_search(self, item) {#aspose.cells.tables.ListObject} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/copy_to/_index.md b/english/aspose.cells.tables/listobjectcollection/copy_to/_index.md index 558c7e58a4..a480d0f3c8 100644 --- a/english/aspose.cells.tables/listobjectcollection/copy_to/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobjectcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/get/_index.md b/english/aspose.cells.tables/listobjectcollection/get/_index.md index ff58b67195..9251a8509a 100644 --- a/english/aspose.cells.tables/listobjectcollection/get/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/get/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobjectcollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Add API for Python Via .Net.since this[int] is unsupported ```python + def get(self, index): ... ``` @@ -25,7 +26,7 @@ def get(self, index): | index | int | | -## get {#str} +## get(self, table_name) {#str} Add API for Python Via .Net.since this[string] is unsupported @@ -37,6 +38,7 @@ Add API for Python Via .Net.since this[string] is unsupported ```python + def get(self, table_name): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/index_of/_index.md b/english/aspose.cells.tables/listobjectcollection/index_of/_index.md index 3491e6a9ca..23c5d4a34d 100644 --- a/english/aspose.cells.tables/listobjectcollection/index_of/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listobjectcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.tables.ListObject-int} +## index_of(self, item, index) {#aspose.cells.tables.ListObject-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.tables.ListObject-int-int} +## index_of(self, item, index, count) {#aspose.cells.tables.ListObject-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/last_index_of/_index.md b/english/aspose.cells.tables/listobjectcollection/last_index_of/_index.md index fdd55952e5..595d693b8c 100644 --- a/english/aspose.cells.tables/listobjectcollection/last_index_of/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/listobjectcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.tables.ListObject} +## last_index_of(self, item) {#aspose.cells.tables.ListObject} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ListObject`](/cells/python-net/aspose.cells.tables/listobject) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.tables.ListObject-int} +## last_index_of(self, item, index) {#aspose.cells.tables.ListObject-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.tables.ListObject-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.tables.ListObject-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/listobjectcollection/update_column_name/_index.md b/english/aspose.cells.tables/listobjectcollection/update_column_name/_index.md index f67b6ac97c..a57bd96672 100644 --- a/english/aspose.cells.tables/listobjectcollection/update_column_name/_index.md +++ b/english/aspose.cells.tables/listobjectcollection/update_column_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/listobjectcollection/update_column_name/ is_root: false --- -## update_column_name {#} +## update_column_name(self) {#} Update all column name of the tables. ```python + def update_column_name(self): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/_index.md b/english/aspose.cells.tables/tablestylecollection/_index.md index 8b92333c2b..1722b4f267 100644 --- a/english/aspose.cells.tables/tablestylecollection/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/_index.md @@ -27,17 +27,17 @@ The TableStyleCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.tables/tablestylecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.tables/tablestylecollection/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. | -| [index_of](/cells/python-net/aspose.cells.tables/tablestylecollection/index_of/#aspose.cells.tables.TableStyle-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. | -| [index_of](/cells/python-net/aspose.cells.tables/tablestylecollection/index_of/#aspose.cells.tables.TableStyle-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.tables/tablestylecollection/last_index_of/#aspose.cells.tables.TableStyle) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.tables/tablestylecollection/last_index_of/#aspose.cells.tables.TableStyle-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](/cells/python-net/aspose.cells.tables/tablestylecollection/last_index_of/#aspose.cells.tables.TableStyle-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. | -| [add_table_style](/cells/python-net/aspose.cells.tables/tablestylecollection/add_table_style/#str) | Adds a custom table style. | -| [add_pivot_table_style](/cells/python-net/aspose.cells.tables/tablestylecollection/add_pivot_table_style/#str) | Adds a custom pivot table style. | -| [get_builtin_table_style](/cells/python-net/aspose.cells.tables/tablestylecollection/get_builtin_table_style/#aspose.cells.tables.TableStyleType) | Gets the builtin table style | -| [binary_search](/cells/python-net/aspose.cells.tables/tablestylecollection/binary_search/#aspose.cells.tables.TableStyle) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.tables/tablestylecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.tables/tablestylecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.tables/tablestylecollection/index_of/#aspose.cells.tables.tablestyle-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.tables/tablestylecollection/index_of/#aspose.cells.tables.tablestyle-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.tables/tablestylecollection/last_index_of/#aspose.cells.tables.tablestyle) | 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.tables/tablestylecollection/last_index_of/#aspose.cells.tables.tablestyle-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.tables/tablestylecollection/last_index_of/#aspose.cells.tables.tablestyle-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. | +| [`add_table_style(self, name)`](/cells/python-net/aspose.cells.tables/tablestylecollection/add_table_style/#str) | Adds a custom table style. | +| [`add_pivot_table_style(self, name)`](/cells/python-net/aspose.cells.tables/tablestylecollection/add_pivot_table_style/#str) | Adds a custom pivot table style. | +| [`get_builtin_table_style(self, type)`](/cells/python-net/aspose.cells.tables/tablestylecollection/get_builtin_table_style/#aspose.cells.tables.tablestyletype) | Gets the builtin table style | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.tables/tablestylecollection/binary_search/#aspose.cells.tables.tablestyle) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.tables/tablestylecollection/add_pivot_table_style/_index.md b/english/aspose.cells.tables/tablestylecollection/add_pivot_table_style/_index.md index 19b4d8e9c7..a488a6182b 100644 --- a/english/aspose.cells.tables/tablestylecollection/add_pivot_table_style/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/add_pivot_table_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/add_pivot_table_style/ is_root: false --- -## add_pivot_table_style {#str} +## add_pivot_table_style(self, name) {#str} Adds a custom pivot table style. @@ -20,6 +20,7 @@ The index of the pivot table style. ```python + def add_pivot_table_style(self, name): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/add_table_style/_index.md b/english/aspose.cells.tables/tablestylecollection/add_table_style/_index.md index f0c4389bef..f1219ca7c7 100644 --- a/english/aspose.cells.tables/tablestylecollection/add_table_style/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/add_table_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/add_table_style/ is_root: false --- -## add_table_style {#str} +## add_table_style(self, name) {#str} Adds a custom table style. @@ -20,6 +20,7 @@ The index of the table style. ```python + def add_table_style(self, name): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/binary_search/_index.md b/english/aspose.cells.tables/tablestylecollection/binary_search/_index.md index 7792b80705..0c404cfcce 100644 --- a/english/aspose.cells.tables/tablestylecollection/binary_search/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.tables.TableStyle} +## binary_search(self, item) {#aspose.cells.tables.TableStyle} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/copy_to/_index.md b/english/aspose.cells.tables/tablestylecollection/copy_to/_index.md index dbe80196cd..e0ee2c0688 100644 --- a/english/aspose.cells.tables/tablestylecollection/copy_to/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/tablestylecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md b/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md index 674c27b3ca..782d85a28c 100644 --- a/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/get_builtin_table_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/get_builtin_table_style/ is_root: false --- -## get_builtin_table_style {#aspose.cells.tables.TableStyleType} +## get_builtin_table_style(self, type) {#aspose.cells.tables.TableStyleType} Gets the builtin table style @@ -20,6 +20,7 @@ Gets the builtin table style ```python + def get_builtin_table_style(self, type): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/index_of/_index.md b/english/aspose.cells.tables/tablestylecollection/index_of/_index.md index c78f70dc5b..37af556faf 100644 --- a/english/aspose.cells.tables/tablestylecollection/index_of/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.tables.TableStyle-int} +## index_of(self, item, index) {#aspose.cells.tables.TableStyle-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.tables.TableStyle-int-int} +## index_of(self, item, index, count) {#aspose.cells.tables.TableStyle-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md b/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md index 83042b20c3..8a6dce6509 100644 --- a/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md +++ b/english/aspose.cells.tables/tablestylecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestylecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.tables.TableStyle} +## last_index_of(self, item) {#aspose.cells.tables.TableStyle} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`TableStyle`](/cells/python-net/aspose.cells.tables/tablestyle) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.tables.TableStyle-int} +## last_index_of(self, item, index) {#aspose.cells.tables.TableStyle-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.tables.TableStyle-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.tables.TableStyle-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelement/_index.md b/english/aspose.cells.tables/tablestyleelement/_index.md index 1b5220b653..da6f21158b 100644 --- a/english/aspose.cells.tables/tablestyleelement/_index.md +++ b/english/aspose.cells.tables/tablestyleelement/_index.md @@ -26,8 +26,8 @@ The TableStyleElement type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_element_style](/cells/python-net/aspose.cells.tables/tablestyleelement/get_element_style/#) | Gets the element style. | -| [set_element_style](/cells/python-net/aspose.cells.tables/tablestyleelement/set_element_style/#aspose.cells.Style) | Sets the element style. | +| [`get_element_style(self)`](/cells/python-net/aspose.cells.tables/tablestyleelement/get_element_style/#) | Gets the element style. | +| [`set_element_style(self, style)`](/cells/python-net/aspose.cells.tables/tablestyleelement/set_element_style/#aspose.cells.style) | Sets the element style. | diff --git a/english/aspose.cells.tables/tablestyleelement/get_element_style/_index.md b/english/aspose.cells.tables/tablestyleelement/get_element_style/_index.md index 1b8f4ee826..3bd00c3c7b 100644 --- a/english/aspose.cells.tables/tablestyleelement/get_element_style/_index.md +++ b/english/aspose.cells.tables/tablestyleelement/get_element_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestyleelement/get_element_style/ is_root: false --- -## get_element_style {#} +## get_element_style(self) {#} Gets the element style. @@ -20,6 +20,7 @@ Returns the [`Style`](/cells/python-net/aspose.cells/style) object. ```python + def get_element_style(self): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelement/set_element_style/_index.md b/english/aspose.cells.tables/tablestyleelement/set_element_style/_index.md index 65bf6e5c8a..1861b55b7b 100644 --- a/english/aspose.cells.tables/tablestyleelement/set_element_style/_index.md +++ b/english/aspose.cells.tables/tablestyleelement/set_element_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/tablestyleelement/set_element_style/ is_root: false --- -## set_element_style {#aspose.cells.Style} +## set_element_style(self, style) {#aspose.cells.Style} Sets the element style. ```python + def set_element_style(self, style): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelementcollection/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/_index.md index 5bc66726bd..ec8142aaca 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/_index.md @@ -25,15 +25,15 @@ The TableStyleElementCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/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. | -| [index_of](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/index_of/#aspose.cells.tables.TableStyleElement-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. | -| [index_of](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/index_of/#aspose.cells.tables.TableStyleElement-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.TableStyleElement) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.TableStyleElement-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](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.TableStyleElement-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. | -| [add](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/add/#aspose.cells.tables.TableStyleElementType) | Adds an element. | -| [binary_search](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/binary_search/#aspose.cells.tables.TableStyleElement) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/index_of/#aspose.cells.tables.tablestyleelement-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/index_of/#aspose.cells.tables.tablestyleelement-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.tablestyleelement) | 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.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.tablestyleelement-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.tables/tablestyleelementcollection/last_index_of/#aspose.cells.tables.tablestyleelement-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. | +| [`add(self, type)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/add/#aspose.cells.tables.tablestyleelementtype) | Adds an element. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.tables/tablestyleelementcollection/binary_search/#aspose.cells.tables.tablestyleelement) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.tables/tablestyleelementcollection/add/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/add/_index.md index 5d3f1dd17d..267b46fe4b 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/add/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestyleelementcollection/add/ is_root: false --- -## add {#aspose.cells.tables.TableStyleElementType} +## add(self, type) {#aspose.cells.tables.TableStyleElementType} Adds an element. @@ -20,6 +20,7 @@ Returns the index of the element in the list. ```python + def add(self, type): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelementcollection/binary_search/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/binary_search/_index.md index 26f703b599..615c50f5e6 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/binary_search/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestyleelementcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.tables.TableStyleElement} +## binary_search(self, item) {#aspose.cells.tables.TableStyleElement} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelementcollection/copy_to/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/copy_to/_index.md index 45d28ff2b5..5bb1d7da8b 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/copy_to/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/tablestyleelementcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelementcollection/index_of/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/index_of/_index.md index 477326397c..a0155b022f 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/index_of/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestyleelementcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.tables.TableStyleElement-int} +## index_of(self, item, index) {#aspose.cells.tables.TableStyleElement-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.tables.TableStyleElement-int-int} +## index_of(self, item, index, count) {#aspose.cells.tables.TableStyleElement-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/tablestyleelementcollection/last_index_of/_index.md b/english/aspose.cells.tables/tablestyleelementcollection/last_index_of/_index.md index 27314f8b09..95e8a0af6e 100644 --- a/english/aspose.cells.tables/tablestyleelementcollection/last_index_of/_index.md +++ b/english/aspose.cells.tables/tablestyleelementcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.tables/tablestyleelementcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.tables.TableStyleElement} +## last_index_of(self, item) {#aspose.cells.tables.TableStyleElement} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`TableStyleElement`](/cells/python-net/aspose.cells.tables/tablestyleelement) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.tables.TableStyleElement-int} +## last_index_of(self, item, index) {#aspose.cells.tables.TableStyleElement-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.tables.TableStyleElement-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.tables.TableStyleElement-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.tables/tabletorangeoptions/__init__/_index.md b/english/aspose.cells.tables/tabletorangeoptions/__init__/_index.md index 87300f950f..bacdb0bdd6 100644 --- a/english/aspose.cells.tables/tabletorangeoptions/__init__/_index.md +++ b/english/aspose.cells.tables/tabletorangeoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.tables/tabletorangeoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of TableToRangeOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.tables/tabletorangeoptions/_index.md b/english/aspose.cells.tables/tabletorangeoptions/_index.md index d3bf6e8a75..da19a15bf1 100644 --- a/english/aspose.cells.tables/tabletorangeoptions/_index.md +++ b/english/aspose.cells.tables/tabletorangeoptions/_index.md @@ -19,7 +19,7 @@ The TableToRangeOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.tables/tabletorangeoptions/__init__/#) | Constructs a new instance of TableToRangeOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells.tables/tabletorangeoptions/__init__/#) | Constructs a new instance of TableToRangeOptions | ### Properties diff --git a/english/aspose.cells.timelines/timelinecollection/_index.md b/english/aspose.cells.timelines/timelinecollection/_index.md index e6657c6744..f15df467be 100644 --- a/english/aspose.cells.timelines/timelinecollection/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/_index.md @@ -26,20 +26,20 @@ The TimelineCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-int-int-str) | Add a new Timeline using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-str-str) | Add a new Timeline using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-int-int-int) | Add a new Timeline using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-str-int) | Add a new Timeline using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField) | Add a new Timeline using PivotTable as data source | -| [add](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField) | Add a new Timeline using PivotTable as data source | -| [copy_to](/cells/python-net/aspose.cells.timelines/timelinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.timelines/timelinecollection/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. | -| [index_of](/cells/python-net/aspose.cells.timelines/timelinecollection/index_of/#aspose.cells.timelines.Timeline-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. | -| [index_of](/cells/python-net/aspose.cells.timelines/timelinecollection/index_of/#aspose.cells.timelines.Timeline-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.Timeline) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.Timeline-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](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.Timeline-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. | -| [binary_search](/cells/python-net/aspose.cells.timelines/timelinecollection/binary_search/#aspose.cells.timelines.Timeline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, pivot, row, column, base_field_name)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-int-int-str) | Add a new Timeline using PivotTable as data source | +| [`add(self, pivot, dest_cell_name, base_field_name)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-str-str) | Add a new Timeline using PivotTable as data source | +| [`add(self, pivot, row, column, base_field_index)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-int-int-int) | Add a new Timeline using PivotTable as data source | +| [`add(self, pivot, dest_cell_name, base_field_index)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-str-int) | Add a new Timeline using PivotTable as data source | +| [`add(self, pivot, row, column, base_field)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-int-int-aspose.cells.pivot.pivotfield) | Add a new Timeline using PivotTable as data source | +| [`add(self, pivot, dest_cell_name, base_field)`](/cells/python-net/aspose.cells.timelines/timelinecollection/add/#aspose.cells.pivot.pivottable-str-aspose.cells.pivot.pivotfield) | Add a new Timeline using PivotTable as data source | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.timelines/timelinecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.timelines/timelinecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.timelines/timelinecollection/index_of/#aspose.cells.timelines.timeline-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.timelines/timelinecollection/index_of/#aspose.cells.timelines.timeline-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline) | 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.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline-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.timelines/timelinecollection/last_index_of/#aspose.cells.timelines.timeline-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.timelines/timelinecollection/binary_search/#aspose.cells.timelines.timeline) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.timelines/timelinecollection/add/_index.md b/english/aspose.cells.timelines/timelinecollection/add/_index.md index 688bd86188..0dd9b3e579 100644 --- a/english/aspose.cells.timelines/timelinecollection/add/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.timelines/timelinecollection/add/ is_root: false --- -## add {#aspose.cells.pivot.PivotTable-str-str} +## add(self, pivot, dest_cell_name, base_field_name) {#aspose.cells.pivot.PivotTable-str-str} Add a new Timeline using PivotTable as data source @@ -20,6 +20,7 @@ The new add Timeline index ```python + def add(self, pivot, dest_cell_name, base_field_name): ... ``` @@ -42,7 +43,7 @@ sheet.timelines.add(pivot, "i15", "date") ``` -## add {#aspose.cells.pivot.PivotTable-str-int} +## add(self, pivot, dest_cell_name, base_field_index) {#aspose.cells.pivot.PivotTable-str-int} Add a new Timeline using PivotTable as data source @@ -54,6 +55,7 @@ The new add Timeline index ```python + def add(self, pivot, dest_cell_name, base_field_index): ... ``` @@ -76,7 +78,7 @@ sheet.timelines.add(pivot, "i5", 1) ``` -## add {#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField} +## add(self, pivot, dest_cell_name, base_field) {#aspose.cells.pivot.PivotTable-str-aspose.cells.pivot.PivotField} Add a new Timeline using PivotTable as data source @@ -88,6 +90,7 @@ The new add Timeline index ```python + def add(self, pivot, dest_cell_name, base_field): ... ``` @@ -110,7 +113,7 @@ sheet.timelines.add(pivot, "i10", pivot.base_fields[1]) ``` -## add {#aspose.cells.pivot.PivotTable-int-int-str} +## add(self, pivot, row, column, base_field_name) {#aspose.cells.pivot.PivotTable-int-int-str} Add a new Timeline using PivotTable as data source @@ -122,6 +125,7 @@ The new add Timeline index ```python + def add(self, pivot, row, column, base_field_name): ... ``` @@ -145,7 +149,7 @@ sheet.timelines.add(pivot, 10, 5, "date") ``` -## add {#aspose.cells.pivot.PivotTable-int-int-int} +## add(self, pivot, row, column, base_field_index) {#aspose.cells.pivot.PivotTable-int-int-int} Add a new Timeline using PivotTable as data source @@ -157,6 +161,7 @@ The new add Timeline index ```python + def add(self, pivot, row, column, base_field_index): ... ``` @@ -180,7 +185,7 @@ sheet.timelines.add(pivot, 15, 5, 1) ``` -## add {#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField} +## add(self, pivot, row, column, base_field) {#aspose.cells.pivot.PivotTable-int-int-aspose.cells.pivot.PivotField} Add a new Timeline using PivotTable as data source @@ -192,6 +197,7 @@ The new add Timeline index ```python + def add(self, pivot, row, column, base_field): ... ``` diff --git a/english/aspose.cells.timelines/timelinecollection/binary_search/_index.md b/english/aspose.cells.timelines/timelinecollection/binary_search/_index.md index 4a7d941901..90457bc524 100644 --- a/english/aspose.cells.timelines/timelinecollection/binary_search/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.timelines/timelinecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.timelines.Timeline} +## binary_search(self, item) {#aspose.cells.timelines.Timeline} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.timelines/timelinecollection/copy_to/_index.md b/english/aspose.cells.timelines/timelinecollection/copy_to/_index.md index b4679739cc..6b735eaa2d 100644 --- a/english/aspose.cells.timelines/timelinecollection/copy_to/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.timelines/timelinecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.timelines/timelinecollection/index_of/_index.md b/english/aspose.cells.timelines/timelinecollection/index_of/_index.md index bc723f35f6..b279e040f4 100644 --- a/english/aspose.cells.timelines/timelinecollection/index_of/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.timelines/timelinecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.timelines.Timeline-int} +## index_of(self, item, index) {#aspose.cells.timelines.Timeline-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.timelines.Timeline-int-int} +## index_of(self, item, index, count) {#aspose.cells.timelines.Timeline-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md b/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md index 44860702da..028a4da25c 100644 --- a/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md +++ b/english/aspose.cells.timelines/timelinecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.timelines/timelinecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.timelines.Timeline} +## last_index_of(self, item) {#aspose.cells.timelines.Timeline} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Timeline`](/cells/python-net/aspose.cells.timelines/timeline) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.timelines.Timeline-int} +## last_index_of(self, item, index) {#aspose.cells.timelines.Timeline-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.timelines.Timeline-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.timelines.Timeline-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.utility/conversionutility/_index.md b/english/aspose.cells.utility/conversionutility/_index.md index efa92b275f..c83f72c327 100644 --- a/english/aspose.cells.utility/conversionutility/_index.md +++ b/english/aspose.cells.utility/conversionutility/_index.md @@ -19,8 +19,8 @@ The ConversionUtility type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [convert](/cells/python-net/aspose.cells.utility/conversionutility/convert/#str-str) | Converts Excel files to other formats. | -| [convert](/cells/python-net/aspose.cells.utility/conversionutility/convert/#str-aspose.cells.LoadOptions-str-aspose.cells.SaveOptions) | Converts Excel files to other formats. | +| [`convert(, source, save_as)`](/cells/python-net/aspose.cells.utility/conversionutility/convert/#str-str) | Converts Excel files to other formats. | +| [`convert(, source, load_options, save_as, save_options)`](/cells/python-net/aspose.cells.utility/conversionutility/convert/#str-aspose.cells.loadoptions-str-aspose.cells.saveoptions) | Converts Excel files to other formats. | diff --git a/english/aspose.cells.utility/conversionutility/convert/_index.md b/english/aspose.cells.utility/conversionutility/convert/_index.md index d5b0a8e7f6..ad2b7e145a 100644 --- a/english/aspose.cells.utility/conversionutility/convert/_index.md +++ b/english/aspose.cells.utility/conversionutility/convert/_index.md @@ -8,14 +8,16 @@ url: /aspose.cells.utility/conversionutility/convert/ is_root: false --- -## convert {#str-str} +## convert(, source, save_as) {#str-str} Converts Excel files to other formats. ```python -def convert(self, source, save_as): + +@staticmethod +def convert(source, save_as): ... ``` @@ -26,14 +28,16 @@ def convert(self, source, save_as): | save_as | str | The file name of expected file. | -## convert {#str-aspose.cells.LoadOptions-str-aspose.cells.SaveOptions} +## convert(, source, load_options, save_as, save_options) {#str-aspose.cells.LoadOptions-str-aspose.cells.SaveOptions} Converts Excel files to other formats. ```python -def convert(self, source, load_options, save_as, save_options): + +@staticmethod +def convert(source, load_options, save_as, save_options): ... ``` diff --git a/english/aspose.cells.utility/exportrangetojsonoptions/__init__/_index.md b/english/aspose.cells.utility/exportrangetojsonoptions/__init__/_index.md index 4147325093..e9a15d7d60 100644 --- a/english/aspose.cells.utility/exportrangetojsonoptions/__init__/_index.md +++ b/english/aspose.cells.utility/exportrangetojsonoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.utility/exportrangetojsonoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ExportRangeToJsonOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.utility/exportrangetojsonoptions/_index.md b/english/aspose.cells.utility/exportrangetojsonoptions/_index.md index 40be0238fd..0e63b01662 100644 --- a/english/aspose.cells.utility/exportrangetojsonoptions/_index.md +++ b/english/aspose.cells.utility/exportrangetojsonoptions/_index.md @@ -19,7 +19,7 @@ The ExportRangeToJsonOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.utility/exportrangetojsonoptions/__init__/#) | Constructs a new instance of ExportRangeToJsonOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells.utility/exportrangetojsonoptions/__init__/#) | Constructs a new instance of ExportRangeToJsonOptions | ### Properties diff --git a/english/aspose.cells.utility/jsonlayoutoptions/__init__/_index.md b/english/aspose.cells.utility/jsonlayoutoptions/__init__/_index.md index ba84209ab1..b08abaeca5 100644 --- a/english/aspose.cells.utility/jsonlayoutoptions/__init__/_index.md +++ b/english/aspose.cells.utility/jsonlayoutoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.utility/jsonlayoutoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructor of loading JSON layout options. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.utility/jsonlayoutoptions/_index.md b/english/aspose.cells.utility/jsonlayoutoptions/_index.md index 6af90d0695..e592504e77 100644 --- a/english/aspose.cells.utility/jsonlayoutoptions/_index.md +++ b/english/aspose.cells.utility/jsonlayoutoptions/_index.md @@ -19,7 +19,7 @@ The JsonLayoutOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.utility/jsonlayoutoptions/__init__/#) | Constructor of loading JSON layout options. | +| [`__init__(self)`](/cells/python-net/aspose.cells.utility/jsonlayoutoptions/__init__/#) | Constructor of loading JSON layout options. | ### Properties diff --git a/english/aspose.cells.utility/jsonutility/__init__/_index.md b/english/aspose.cells.utility/jsonutility/__init__/_index.md index ba2c742162..8b9bbffdc3 100644 --- a/english/aspose.cells.utility/jsonutility/__init__/_index.md +++ b/english/aspose.cells.utility/jsonutility/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.utility/jsonutility/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of JsonUtility ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.utility/jsonutility/_index.md b/english/aspose.cells.utility/jsonutility/_index.md index 32f140a2a3..2f94ad09c3 100644 --- a/english/aspose.cells.utility/jsonutility/_index.md +++ b/english/aspose.cells.utility/jsonutility/_index.md @@ -19,15 +19,15 @@ The JsonUtility type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.utility/jsonutility/__init__/#) | Constructs a new instance of JsonUtility | +| [`__init__(self)`](/cells/python-net/aspose.cells.utility/jsonutility/__init__/#) | Constructs a new instance of JsonUtility | ### Methods | Method | Description | | :- | :- | -| [export_range_to_json](/cells/python-net/aspose.cells.utility/jsonutility/export_range_to_json/#aspose.cells.Range-aspose.cells.utility.ExportRangeToJsonOptions) | Exporting the range to json file. | -| [export_range_to_json](/cells/python-net/aspose.cells.utility/jsonutility/export_range_to_json/#aspose.cells.Range-aspose.cells.JsonSaveOptions) | Exporting the range to json file. | -| [import_data](/cells/python-net/aspose.cells.utility/jsonutility/import_data/#str-aspose.cells.Cells-int-int-aspose.cells.utility.JsonLayoutOptions) | Import the json string. | +| [`export_range_to_json(, range, options)`](/cells/python-net/aspose.cells.utility/jsonutility/export_range_to_json/#aspose.cells.range-aspose.cells.utility.exportrangetojsonoptions) | Exporting the range to json file. | +| [`export_range_to_json(, range, options)`](/cells/python-net/aspose.cells.utility/jsonutility/export_range_to_json/#aspose.cells.range-aspose.cells.jsonsaveoptions) | Exporting the range to json file. | +| [`import_data(, json, cells, row, column, option)`](/cells/python-net/aspose.cells.utility/jsonutility/import_data/#str-aspose.cells.cells-int-int-aspose.cells.utility.jsonlayoutoptions) | Import the json string. | diff --git a/english/aspose.cells.utility/jsonutility/export_range_to_json/_index.md b/english/aspose.cells.utility/jsonutility/export_range_to_json/_index.md index 4dc3408448..551b17eb30 100644 --- a/english/aspose.cells.utility/jsonutility/export_range_to_json/_index.md +++ b/english/aspose.cells.utility/jsonutility/export_range_to_json/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.utility/jsonutility/export_range_to_json/ is_root: false --- -## export_range_to_json {#aspose.cells.Range-aspose.cells.utility.ExportRangeToJsonOptions} +## export_range_to_json(, range, options) {#aspose.cells.Range-aspose.cells.utility.ExportRangeToJsonOptions} Exporting the range to json file. @@ -20,7 +20,9 @@ The json string value. ```python -def export_range_to_json(self, range, options): + +@staticmethod +def export_range_to_json(range, options): ... ``` @@ -36,7 +38,7 @@ please use ExportRangeToJson(Range range, JsonSaveOptions options) method. This property will be removed 6 months later since November 2022. Aspose apologizes for any inconvenience you may have experienced. -## export_range_to_json {#aspose.cells.Range-aspose.cells.JsonSaveOptions} +## export_range_to_json(, range, options) {#aspose.cells.Range-aspose.cells.JsonSaveOptions} Exporting the range to json file. @@ -48,7 +50,9 @@ The json string value. ```python -def export_range_to_json(self, range, options): + +@staticmethod +def export_range_to_json(range, options): ... ``` diff --git a/english/aspose.cells.utility/jsonutility/import_data/_index.md b/english/aspose.cells.utility/jsonutility/import_data/_index.md index b1c7dd83e0..6a363ccffb 100644 --- a/english/aspose.cells.utility/jsonutility/import_data/_index.md +++ b/english/aspose.cells.utility/jsonutility/import_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.utility/jsonutility/import_data/ is_root: false --- -## import_data {#str-aspose.cells.Cells-int-int-aspose.cells.utility.JsonLayoutOptions} +## import_data(, json, cells, row, column, option) {#str-aspose.cells.Cells-int-int-aspose.cells.utility.JsonLayoutOptions} Import the json string. @@ -20,7 +20,9 @@ Import the json string. ```python -def import_data(self, json, cells, row, column, option): + +@staticmethod +def import_data(json, cells, row, column, option): ... ``` diff --git a/english/aspose.cells.vba/vbamodule/_index.md b/english/aspose.cells.vba/vbamodule/_index.md index d25767fc5f..eca3e01f05 100644 --- a/english/aspose.cells.vba/vbamodule/_index.md +++ b/english/aspose.cells.vba/vbamodule/_index.md @@ -21,6 +21,7 @@ The VbaModule type exposes the following members: | :- | :- | | [name](/cells/python-net/aspose.cells.vba/vbamodule/name) | Gets and sets the name of Module. | | [type](/cells/python-net/aspose.cells.vba/vbamodule/type) | Gets the type of module. | +| [binary_codes](/cells/python-net/aspose.cells.vba/vbamodule/binary_codes) | Gets and sets the binary codes of module. | | [codes](/cells/python-net/aspose.cells.vba/vbamodule/codes) | Gets and sets the codes of module. | diff --git a/english/aspose.cells.vba/vbamodule/binary_codes/_index.md b/english/aspose.cells.vba/vbamodule/binary_codes/_index.md new file mode 100644 index 0000000000..58b7c85d54 --- /dev/null +++ b/english/aspose.cells.vba/vbamodule/binary_codes/_index.md @@ -0,0 +1,24 @@ +--- +title: binary_codes property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 30 +url: /aspose.cells.vba/vbamodule/binary_codes/ +is_root: false +--- + +## binary_codes property + + +Gets and sets the binary codes of module. +### Definition: +```python +@property +def binary_codes(self): + ... +``` + +### See Also +* module [`aspose.cells.vba`](../../) +* class [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) diff --git a/english/aspose.cells.vba/vbamodule/codes/_index.md b/english/aspose.cells.vba/vbamodule/codes/_index.md index c5b686d3d4..e4de92730e 100644 --- a/english/aspose.cells.vba/vbamodule/codes/_index.md +++ b/english/aspose.cells.vba/vbamodule/codes/_index.md @@ -3,7 +3,7 @@ title: codes property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 30 +weight: 40 url: /aspose.cells.vba/vbamodule/codes/ is_root: false --- diff --git a/english/aspose.cells.vba/vbamodule/name/_index.md b/english/aspose.cells.vba/vbamodule/name/_index.md index 6053dc66f4..939252096c 100644 --- a/english/aspose.cells.vba/vbamodule/name/_index.md +++ b/english/aspose.cells.vba/vbamodule/name/_index.md @@ -3,7 +3,7 @@ title: name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.vba/vbamodule/name/ is_root: false --- diff --git a/english/aspose.cells.vba/vbamodule/type/_index.md b/english/aspose.cells.vba/vbamodule/type/_index.md index 5cbb45bb8f..63085c2117 100644 --- a/english/aspose.cells.vba/vbamodule/type/_index.md +++ b/english/aspose.cells.vba/vbamodule/type/_index.md @@ -3,7 +3,7 @@ title: type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells.vba/vbamodule/type/ is_root: false --- diff --git a/english/aspose.cells.vba/vbamodulecollection/_index.md b/english/aspose.cells.vba/vbamodulecollection/_index.md index 8521b61a41..7e475dc1c7 100644 --- a/english/aspose.cells.vba/vbamodulecollection/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/_index.md @@ -25,23 +25,23 @@ The VbaModuleCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells.vba/vbamodulecollection/add/#aspose.cells.Worksheet) | Adds module for a worksheet. | -| [add](/cells/python-net/aspose.cells.vba/vbamodulecollection/add/#aspose.cells.vba.VbaModuleType-str) | Adds module. | -| [get](/cells/python-net/aspose.cells.vba/vbamodulecollection/get/#int) | Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the index. | -| [get](/cells/python-net/aspose.cells.vba/vbamodulecollection/get/#str) | Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the name. | -| [copy_to](/cells/python-net/aspose.cells.vba/vbamodulecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.vba/vbamodulecollection/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. | -| [index_of](/cells/python-net/aspose.cells.vba/vbamodulecollection/index_of/#aspose.cells.vba.VbaModule-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. | -| [index_of](/cells/python-net/aspose.cells.vba/vbamodulecollection/index_of/#aspose.cells.vba.VbaModule-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.VbaModule) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.VbaModule-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](/cells/python-net/aspose.cells.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.VbaModule-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. | -| [add_designer_storage](/cells/python-net/aspose.cells.vba/vbamodulecollection/add_designer_storage/#str-bytes) | | -| [get_designer_storage](/cells/python-net/aspose.cells.vba/vbamodulecollection/get_designer_storage/#str) | Represents the data of Designer. | -| [add_user_form](/cells/python-net/aspose.cells.vba/vbamodulecollection/add_user_form/#str-str-bytes) | Inser user form into VBA Project. | -| [remove_by_worksheet](/cells/python-net/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/#aspose.cells.Worksheet) | Removes module for a worksheet. | -| [remove_by_name](/cells/python-net/aspose.cells.vba/vbamodulecollection/remove_by_name/#str) | Remove the module by the name | -| [binary_search](/cells/python-net/aspose.cells.vba/vbamodulecollection/binary_search/#aspose.cells.vba.VbaModule) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, sheet)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/add/#aspose.cells.worksheet) | Adds module for a worksheet. | +| [`add(self, type, name)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/add/#aspose.cells.vba.vbamoduletype-str) | Adds module. | +| [`get(self, index)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/get/#int) | Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the index. | +| [`get(self, name)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/get/#str) | Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the name. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/index_of/#aspose.cells.vba.vbamodule-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/index_of/#aspose.cells.vba.vbamodule-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.vbamodule) | 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.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.vbamodule-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.vba/vbamodulecollection/last_index_of/#aspose.cells.vba.vbamodule-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. | +| [`add_designer_storage(self, name, data)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/add_designer_storage/#str-bytes) | | +| [`get_designer_storage(self, name)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/get_designer_storage/#str) | Represents the data of Designer. | +| [`add_user_form(self, name, codes, designer_storage)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/add_user_form/#str-str-bytes) | Inser user form into VBA Project. | +| [`remove_by_worksheet(self, sheet)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/#aspose.cells.worksheet) | Removes module for a worksheet. | +| [`remove_by_name(self, name)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/remove_by_name/#str) | Remove the module by the name | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.vba/vbamodulecollection/binary_search/#aspose.cells.vba.vbamodule) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.vba/vbamodulecollection/add/_index.md b/english/aspose.cells.vba/vbamodulecollection/add/_index.md index 4ee0e5a353..89c48dca0d 100644 --- a/english/aspose.cells.vba/vbamodulecollection/add/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/add/ is_root: false --- -## add {#aspose.cells.Worksheet} +## add(self, sheet) {#aspose.cells.Worksheet} Adds module for a worksheet. @@ -20,6 +20,7 @@ Adds module for a worksheet. ```python + def add(self, sheet): ... ``` @@ -30,7 +31,7 @@ def add(self, sheet): | sheet | [`Worksheet`](/cells/python-net/aspose.cells/worksheet) | The worksheet | -## add {#aspose.cells.vba.VbaModuleType-str} +## add(self, type, name) {#aspose.cells.vba.VbaModuleType-str} Adds module. @@ -42,6 +43,7 @@ Adds module. ```python + def add(self, type, name): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/add_designer_storage/_index.md b/english/aspose.cells.vba/vbamodulecollection/add_designer_storage/_index.md index 33c77cf1d6..5a78737776 100644 --- a/english/aspose.cells.vba/vbamodulecollection/add_designer_storage/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/add_designer_storage/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbamodulecollection/add_designer_storage/ is_root: false --- -## add_designer_storage {#str-bytes} +## add_designer_storage(self, name, data) {#str-bytes} ```python + def add_designer_storage(self, name, data): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/add_user_form/_index.md b/english/aspose.cells.vba/vbamodulecollection/add_user_form/_index.md index 3c3f27ea40..b33ded8a77 100644 --- a/english/aspose.cells.vba/vbamodulecollection/add_user_form/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/add_user_form/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/add_user_form/ is_root: false --- -## add_user_form {#str-str-bytes} +## add_user_form(self, name, codes, designer_storage) {#str-str-bytes} Inser user form into VBA Project. @@ -20,6 +20,7 @@ Inser user form into VBA Project. ```python + def add_user_form(self, name, codes, designer_storage): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/binary_search/_index.md b/english/aspose.cells.vba/vbamodulecollection/binary_search/_index.md index ef9c6a934b..f2811f23fd 100644 --- a/english/aspose.cells.vba/vbamodulecollection/binary_search/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.vba.VbaModule} +## binary_search(self, item) {#aspose.cells.vba.VbaModule} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/copy_to/_index.md b/english/aspose.cells.vba/vbamodulecollection/copy_to/_index.md index e934bd0212..7ab21da117 100644 --- a/english/aspose.cells.vba/vbamodulecollection/copy_to/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbamodulecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/get/_index.md b/english/aspose.cells.vba/vbamodulecollection/get/_index.md index 6e5058ebcc..9bda61229c 100644 --- a/english/aspose.cells.vba/vbamodulecollection/get/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the index. @@ -20,6 +20,7 @@ Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by ```python + def get(self, index): ... ``` @@ -30,7 +31,7 @@ def get(self, index): | index | int | The index. | -## get {#str} +## get(self, name) {#str} Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by the name. @@ -42,6 +43,7 @@ Gets [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) in the list by ```python + def get(self, name): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/get_designer_storage/_index.md b/english/aspose.cells.vba/vbamodulecollection/get_designer_storage/_index.md index 6ffa40634e..f84b1578de 100644 --- a/english/aspose.cells.vba/vbamodulecollection/get_designer_storage/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/get_designer_storage/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbamodulecollection/get_designer_storage/ is_root: false --- -## get_designer_storage {#str} +## get_designer_storage(self, name) {#str} Represents the data of Designer. ```python + def get_designer_storage(self, name): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/index_of/_index.md b/english/aspose.cells.vba/vbamodulecollection/index_of/_index.md index da37d73230..14f47e33a9 100644 --- a/english/aspose.cells.vba/vbamodulecollection/index_of/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.vba.VbaModule-int} +## index_of(self, item, index) {#aspose.cells.vba.VbaModule-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.vba.VbaModule-int-int} +## index_of(self, item, index, count) {#aspose.cells.vba.VbaModule-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/last_index_of/_index.md b/english/aspose.cells.vba/vbamodulecollection/last_index_of/_index.md index 98035059b6..5c1fa9e512 100644 --- a/english/aspose.cells.vba/vbamodulecollection/last_index_of/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.vba.VbaModule} +## last_index_of(self, item) {#aspose.cells.vba.VbaModule} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`VbaModule`](/cells/python-net/aspose.cells.vba/vbamodule) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.vba.VbaModule-int} +## last_index_of(self, item, index) {#aspose.cells.vba.VbaModule-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.vba.VbaModule-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.vba.VbaModule-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/remove_by_name/_index.md b/english/aspose.cells.vba/vbamodulecollection/remove_by_name/_index.md index d240507376..60af58b1dd 100644 --- a/english/aspose.cells.vba/vbamodulecollection/remove_by_name/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/remove_by_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbamodulecollection/remove_by_name/ is_root: false --- -## remove_by_name {#str} +## remove_by_name(self, name) {#str} Remove the module by the name ```python + def remove_by_name(self, name): ... ``` diff --git a/english/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/_index.md b/english/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/_index.md index a8594376a5..17a11533b3 100644 --- a/english/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/_index.md +++ b/english/aspose.cells.vba/vbamodulecollection/remove_by_worksheet/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbamodulecollection/remove_by_worksheet/ is_root: false --- -## remove_by_worksheet {#aspose.cells.Worksheet} +## remove_by_worksheet(self, sheet) {#aspose.cells.Worksheet} Removes module for a worksheet. @@ -20,6 +20,7 @@ Removes module for a worksheet. ```python + def remove_by_worksheet(self, sheet): ... ``` diff --git a/english/aspose.cells.vba/vbaproject/_index.md b/english/aspose.cells.vba/vbaproject/_index.md index adc17600a6..31dd38f2fa 100644 --- a/english/aspose.cells.vba/vbaproject/_index.md +++ b/english/aspose.cells.vba/vbaproject/_index.md @@ -33,10 +33,10 @@ The VbaProject type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [sign](/cells/python-net/aspose.cells.vba/vbaproject/sign/#aspose.cells.digitalsignatures.DigitalSignature) | Sign this VBA project by a DigitalSignature | -| [protect](/cells/python-net/aspose.cells.vba/vbaproject/protect/#bool-str) | Protects or unprotects this VBA project. | -| [copy](/cells/python-net/aspose.cells.vba/vbaproject/copy/#aspose.cells.vba.VbaProject) | Copy VBA project from other file. | -| [validate_password](/cells/python-net/aspose.cells.vba/vbaproject/validate_password/#str) | Validates protection password. | +| [`sign(self, digital_signature)`](/cells/python-net/aspose.cells.vba/vbaproject/sign/#aspose.cells.digitalsignatures.digitalsignature) | Sign this VBA project by a DigitalSignature | +| [`protect(self, islocked_for_viewing, password)`](/cells/python-net/aspose.cells.vba/vbaproject/protect/#bool-str) | Protects or unprotects this VBA project. | +| [`copy(self, source)`](/cells/python-net/aspose.cells.vba/vbaproject/copy/#aspose.cells.vba.vbaproject) | Copy VBA project from other file. | +| [`validate_password(self, password)`](/cells/python-net/aspose.cells.vba/vbaproject/validate_password/#str) | Validates protection password. | diff --git a/english/aspose.cells.vba/vbaproject/copy/_index.md b/english/aspose.cells.vba/vbaproject/copy/_index.md index 850b1fffc9..4feb04dd1b 100644 --- a/english/aspose.cells.vba/vbaproject/copy/_index.md +++ b/english/aspose.cells.vba/vbaproject/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbaproject/copy/ is_root: false --- -## copy {#aspose.cells.vba.VbaProject} +## copy(self, source) {#aspose.cells.vba.VbaProject} Copy VBA project from other file. ```python + def copy(self, source): ... ``` diff --git a/english/aspose.cells.vba/vbaproject/protect/_index.md b/english/aspose.cells.vba/vbaproject/protect/_index.md index 858be478b7..2bec2123b8 100644 --- a/english/aspose.cells.vba/vbaproject/protect/_index.md +++ b/english/aspose.cells.vba/vbaproject/protect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbaproject/protect/ is_root: false --- -## protect {#bool-str} +## protect(self, islocked_for_viewing, password) {#bool-str} Protects or unprotects this VBA project. ```python + def protect(self, islocked_for_viewing, password): ... ``` diff --git a/english/aspose.cells.vba/vbaproject/sign/_index.md b/english/aspose.cells.vba/vbaproject/sign/_index.md index 96ca0b434e..3e6c777545 100644 --- a/english/aspose.cells.vba/vbaproject/sign/_index.md +++ b/english/aspose.cells.vba/vbaproject/sign/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbaproject/sign/ is_root: false --- -## sign {#aspose.cells.digitalsignatures.DigitalSignature} +## sign(self, digital_signature) {#aspose.cells.digitalsignatures.DigitalSignature} Sign this VBA project by a DigitalSignature ```python + def sign(self, digital_signature): ... ``` diff --git a/english/aspose.cells.vba/vbaproject/validate_password/_index.md b/english/aspose.cells.vba/vbaproject/validate_password/_index.md index efbb157c49..35002ab8e6 100644 --- a/english/aspose.cells.vba/vbaproject/validate_password/_index.md +++ b/english/aspose.cells.vba/vbaproject/validate_password/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaproject/validate_password/ is_root: false --- -## validate_password {#str} +## validate_password(self, password) {#str} Validates protection password. @@ -20,6 +20,7 @@ Whether password is the protection password of this VBA project ```python + def validate_password(self, password): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreference/_index.md b/english/aspose.cells.vba/vbaprojectreference/_index.md index d06021c0b3..8d42d7c5fa 100644 --- a/english/aspose.cells.vba/vbaprojectreference/_index.md +++ b/english/aspose.cells.vba/vbaprojectreference/_index.md @@ -30,7 +30,7 @@ The VbaProjectReference type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy](/cells/python-net/aspose.cells.vba/vbaprojectreference/copy/#aspose.cells.vba.VbaProjectReference) | | +| [`copy(self, source)`](/cells/python-net/aspose.cells.vba/vbaprojectreference/copy/#aspose.cells.vba.vbaprojectreference) | | diff --git a/english/aspose.cells.vba/vbaprojectreference/copy/_index.md b/english/aspose.cells.vba/vbaprojectreference/copy/_index.md index 6627dccf91..eccea7842a 100644 --- a/english/aspose.cells.vba/vbaprojectreference/copy/_index.md +++ b/english/aspose.cells.vba/vbaprojectreference/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbaprojectreference/copy/ is_root: false --- -## copy {#aspose.cells.vba.VbaProjectReference} +## copy(self, source) {#aspose.cells.vba.VbaProjectReference} ```python + def copy(self, source): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/_index.md index 4858886279..3db75f0f83 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/_index.md @@ -25,17 +25,17 @@ The VbaProjectReferenceCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/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. | -| [index_of](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/index_of/#aspose.cells.vba.VbaProjectReference-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. | -| [index_of](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/index_of/#aspose.cells.vba.VbaProjectReference-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.VbaProjectReference) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.VbaProjectReference-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](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.VbaProjectReference-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. | -| [add_registered_reference](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/#str-str) | Add a reference to an Automation type library. | -| [add_control_refrernce](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/#str-str-str-str) | Add a reference to a twiddled type library and its extended type library. | -| [add_project_refrernce](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/#str-str-str) | Adds a reference to an external VBA project. | -| [binary_search](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/binary_search/#aspose.cells.vba.VbaProjectReference) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/index_of/#aspose.cells.vba.vbaprojectreference-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/index_of/#aspose.cells.vba.vbaprojectreference-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.vbaprojectreference) | 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.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.vbaprojectreference-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.vba/vbaprojectreferencecollection/last_index_of/#aspose.cells.vba.vbaprojectreference-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. | +| [`add_registered_reference(self, name, libid)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/#str-str) | Add a reference to an Automation type library. | +| [`add_control_refrernce(self, name, libid, twiddledlibid, extended_libid)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/#str-str-str-str) | Add a reference to a twiddled type library and its extended type library. | +| [`add_project_refrernce(self, name, absolute_libid, relative_libid)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/#str-str-str) | Adds a reference to an external VBA project. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.vba/vbaprojectreferencecollection/binary_search/#aspose.cells.vba.vbaprojectreference) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/_index.md index d8e5c75a48..e00e21edc4 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/add_control_refrernce/ is_root: false --- -## add_control_refrernce {#str-str-str-str} +## add_control_refrernce(self, name, libid, twiddledlibid, extended_libid) {#str-str-str-str} Add a reference to a twiddled type library and its extended type library. @@ -20,6 +20,7 @@ Add a reference to a twiddled type library and its extended type library. ```python + def add_control_refrernce(self, name, libid, twiddledlibid, extended_libid): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/_index.md index 13ad9434bf..1a42badd8e 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/add_project_refrernce/ is_root: false --- -## add_project_refrernce {#str-str-str} +## add_project_refrernce(self, name, absolute_libid, relative_libid) {#str-str-str} Adds a reference to an external VBA project. @@ -20,6 +20,7 @@ Adds a reference to an external VBA project. ```python + def add_project_refrernce(self, name, absolute_libid, relative_libid): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/_index.md index 801a93cd02..8969470d59 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/add_registered_reference/ is_root: false --- -## add_registered_reference {#str-str} +## add_registered_reference(self, name, libid) {#str-str} Add a reference to an Automation type library. @@ -20,6 +20,7 @@ Add a reference to an Automation type library. ```python + def add_registered_reference(self, name, libid): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/binary_search/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/binary_search/_index.md index 4a9d6d4280..3ba0847b08 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/binary_search/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.vba.VbaProjectReference} +## binary_search(self, item) {#aspose.cells.vba.VbaProjectReference} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/copy_to/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/copy_to/_index.md index 2a8ac82617..533573198e 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/copy_to/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/index_of/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/index_of/_index.md index 2ab068d0a2..4733f9deec 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/index_of/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.vba.VbaProjectReference-int} +## index_of(self, item, index) {#aspose.cells.vba.VbaProjectReference-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.vba.VbaProjectReference-int-int} +## index_of(self, item, index, count) {#aspose.cells.vba.VbaProjectReference-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/_index.md b/english/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/_index.md index a63c487acf..cc0a1c562b 100644 --- a/english/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/_index.md +++ b/english/aspose.cells.vba/vbaprojectreferencecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.vba/vbaprojectreferencecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.vba.VbaProjectReference} +## last_index_of(self, item) {#aspose.cells.vba.VbaProjectReference} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`VbaProjectReference`](/cells/python-net/aspose.cells.vba/vbaprojectreference) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.vba.VbaProjectReference-int} +## last_index_of(self, item, index) {#aspose.cells.vba.VbaProjectReference-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.vba.VbaProjectReference-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.vba.VbaProjectReference-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbinding/__init__/_index.md b/english/aspose.cells.webextensions/webextensionbinding/__init__/_index.md index a88cb93ff5..efec8f0e1f 100644 --- a/english/aspose.cells.webextensions/webextensionbinding/__init__/_index.md +++ b/english/aspose.cells.webextensions/webextensionbinding/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionbinding/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of WebExtensionBinding ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbinding/_index.md b/english/aspose.cells.webextensions/webextensionbinding/_index.md index 8f968a1a37..735856d9b9 100644 --- a/english/aspose.cells.webextensions/webextensionbinding/_index.md +++ b/english/aspose.cells.webextensions/webextensionbinding/_index.md @@ -19,7 +19,7 @@ The WebExtensionBinding type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.webextensions/webextensionbinding/__init__/#) | Constructs a new instance of WebExtensionBinding | +| [`__init__(self)`](/cells/python-net/aspose.cells.webextensions/webextensionbinding/__init__/#) | Constructs a new instance of WebExtensionBinding | ### Properties diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/__init__/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/__init__/_index.md index a9dbed9746..ca7fa53899 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/__init__/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of WebExtensionBindingCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/_index.md index 7fcb3a1eac..f6737580e0 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/_index.md @@ -19,7 +19,7 @@ The WebExtensionBindingCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/__init__/#) | Constructs a new instance of WebExtensionBindingCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/__init__/#) | Constructs a new instance of WebExtensionBindingCollection | ### Properties @@ -31,15 +31,15 @@ The WebExtensionBindingCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/index_of/#aspose.cells.webextensions.WebExtensionBinding-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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/index_of/#aspose.cells.webextensions.WebExtensionBinding-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.WebExtensionBinding) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.WebExtensionBinding-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](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.WebExtensionBinding-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. | -| [add](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/add/#) | Adds an a binding relationship between an Office Add-in and the data in the document. | -| [binary_search](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/binary_search/#aspose.cells.webextensions.WebExtensionBinding) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/index_of/#aspose.cells.webextensions.webextensionbinding-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/index_of/#aspose.cells.webextensions.webextensionbinding-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.webextensionbinding) | 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.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.webextensionbinding-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.webextensions/webextensionbindingcollection/last_index_of/#aspose.cells.webextensions.webextensionbinding-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. | +| [`add(self)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/add/#) | Adds an a binding relationship between an Office Add-in and the data in the document. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionbindingcollection/binary_search/#aspose.cells.webextensions.webextensionbinding) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md index 76acafb0c0..292d6ec8dd 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds an a binding relationship between an Office Add-in and the data in the document. @@ -20,6 +20,7 @@ Adds an a binding relationship between an Office Add-in and the data in the docu ```python + def add(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/binary_search/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/binary_search/_index.md index 3e8024730b..173f3c2119 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/binary_search/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.webextensions.WebExtensionBinding} +## binary_search(self, item) {#aspose.cells.webextensions.WebExtensionBinding} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/copy_to/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/copy_to/_index.md index 3ae7f5b88f..f7656b3058 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/copy_to/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/index_of/_index.md index eb26067347..39dba7041f 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.webextensions.WebExtensionBinding-int} +## index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionBinding-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.webextensions.WebExtensionBinding-int-int} +## index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionBinding-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/_index.md index 32a65492f3..aea3c961a2 100644 --- a/english/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionbindingcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionbindingcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.webextensions.WebExtensionBinding} +## last_index_of(self, item) {#aspose.cells.webextensions.WebExtensionBinding} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`WebExtensionBinding`](/cells/python-net/aspose.cells.webextensions/webextensionbinding) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.webextensions.WebExtensionBinding-int} +## last_index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionBinding-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.webextensions.WebExtensionBinding-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionBinding-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/_index.md b/english/aspose.cells.webextensions/webextensioncollection/_index.md index edc8161dde..cd91530f07 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/_index.md @@ -25,16 +25,16 @@ The WebExtensionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensioncollection/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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensioncollection/index_of/#aspose.cells.webextensions.WebExtension-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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensioncollection/index_of/#aspose.cells.webextensions.WebExtension-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.WebExtension) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.WebExtension-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](/cells/python-net/aspose.cells.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.WebExtension-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. | -| [add](/cells/python-net/aspose.cells.webextensions/webextensioncollection/add/#) | Adds a web extension. | -| [add_web_video_player](/cells/python-net/aspose.cells.webextensions/webextensioncollection/add_web_video_player/#str-bool-int-int) | Add a web video player into exel. | -| [binary_search](/cells/python-net/aspose.cells.webextensions/webextensioncollection/binary_search/#aspose.cells.webextensions.WebExtension) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/index_of/#aspose.cells.webextensions.webextension-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/index_of/#aspose.cells.webextensions.webextension-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.webextension) | 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.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.webextension-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.webextensions/webextensioncollection/last_index_of/#aspose.cells.webextensions.webextension-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. | +| [`add(self)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/add/#) | Adds a web extension. | +| [`add_web_video_player(self, url, auto_play, start_time, end_time)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/add_web_video_player/#str-bool-int-int) | Add a web video player into exel. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensioncollection/binary_search/#aspose.cells.webextensions.webextension) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.webextensions/webextensioncollection/add/_index.md b/english/aspose.cells.webextensions/webextensioncollection/add/_index.md index 8a0c991c12..7562666eae 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/add/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensioncollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds a web extension. @@ -20,6 +20,7 @@ The index. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/add_web_video_player/_index.md b/english/aspose.cells.webextensions/webextensioncollection/add_web_video_player/_index.md index e19a0ce768..bb1a3b25bf 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/add_web_video_player/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/add_web_video_player/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensioncollection/add_web_video_player/ is_root: false --- -## add_web_video_player {#str-bool-int-int} +## add_web_video_player(self, url, auto_play, start_time, end_time) {#str-bool-int-int} Add a web video player into exel. ```python + def add_web_video_player(self, url, auto_play, start_time, end_time): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/binary_search/_index.md b/english/aspose.cells.webextensions/webextensioncollection/binary_search/_index.md index 7b3e672442..a3cb71c790 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/binary_search/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensioncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.webextensions.WebExtension} +## binary_search(self, item) {#aspose.cells.webextensions.WebExtension} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/copy_to/_index.md b/english/aspose.cells.webextensions/webextensioncollection/copy_to/_index.md index 10bb5139e8..d07ff8e568 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/copy_to/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensioncollection/index_of/_index.md index dc5fe545a0..f92f47df49 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.webextensions.WebExtension-int} +## index_of(self, item, index) {#aspose.cells.webextensions.WebExtension-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.webextensions.WebExtension-int-int} +## index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtension-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensioncollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensioncollection/last_index_of/_index.md index 91e3d82416..53764c0cb1 100644 --- a/english/aspose.cells.webextensions/webextensioncollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensioncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensioncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.webextensions.WebExtension} +## last_index_of(self, item) {#aspose.cells.webextensions.WebExtension} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`WebExtension`](/cells/python-net/aspose.cells.webextensions/webextension) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.webextensions.WebExtension-int} +## last_index_of(self, item, index) {#aspose.cells.webextensions.WebExtension-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.webextensions.WebExtension-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtension-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/__init__/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/__init__/_index.md index 0d9bbf9799..6acbde5801 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/__init__/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of WebExtensionPropertyCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md index f5f80ced21..212cb31eeb 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/_index.md @@ -19,7 +19,7 @@ The WebExtensionPropertyCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/__init__/#) | Constructs a new instance of WebExtensionPropertyCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/__init__/#) | Constructs a new instance of WebExtensionPropertyCollection | ### Properties @@ -31,16 +31,16 @@ The WebExtensionPropertyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/index_of/#aspose.cells.webextensions.WebExtensionProperty-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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/index_of/#aspose.cells.webextensions.WebExtensionProperty-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.WebExtensionProperty) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.WebExtensionProperty-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](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.WebExtensionProperty-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. | -| [add](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/add/#str-str) | Adds web extension property. | -| [remove_at](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/remove_at/#str) | Remove the property by the name. | -| [binary_search](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/binary_search/#aspose.cells.webextensions.WebExtensionProperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/index_of/#aspose.cells.webextensions.webextensionproperty-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/index_of/#aspose.cells.webextensions.webextensionproperty-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty) | 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.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty-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.webextensions/webextensionpropertycollection/last_index_of/#aspose.cells.webextensions.webextensionproperty-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. | +| [`add(self, name, value)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/add/#str-str) | Adds web extension property. | +| [`remove_at(self, name)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/remove_at/#str) | Remove the property by the name. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionpropertycollection/binary_search/#aspose.cells.webextensions.webextensionproperty) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md index 0192960415..1680fa64f6 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/add/ is_root: false --- -## add {#str-str} +## add(self, name, value) {#str-str} Adds web extension property. @@ -20,6 +20,7 @@ The index of added property. ```python + def add(self, name, value): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/binary_search/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/binary_search/_index.md index 4e748c8c23..22c6a50470 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/binary_search/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.webextensions.WebExtensionProperty} +## binary_search(self, item) {#aspose.cells.webextensions.WebExtensionProperty} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/copy_to/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/copy_to/_index.md index e714a01d76..d5d91aa001 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/copy_to/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md index 02a056d7f2..99f0697bdd 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.webextensions.WebExtensionProperty-int} +## index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionProperty-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.webextensions.WebExtensionProperty-int-int} +## index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionProperty-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md index 77d8e3f9ff..19e239bd8e 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.webextensions.WebExtensionProperty} +## last_index_of(self, item) {#aspose.cells.webextensions.WebExtensionProperty} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`WebExtensionProperty`](/cells/python-net/aspose.cells.webextensions/webextensionproperty) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.webextensions.WebExtensionProperty-int} +## last_index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionProperty-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.webextensions.WebExtensionProperty-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionProperty-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md b/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md index 1a38da0c45..b927d4a719 100644 --- a/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md +++ b/english/aspose.cells.webextensions/webextensionpropertycollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionpropertycollection/remove_at/ is_root: false --- -## remove_at {#str} +## remove_at(self, name) {#str} Remove the property by the name. ```python + def remove_at(self, name): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/__init__/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/__init__/_index.md index 6d25f73128..f8c32f9e16 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/__init__/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of WebExtensionReferenceCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/_index.md index 9d292d3d26..2e77ccd90f 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/_index.md @@ -19,7 +19,7 @@ The WebExtensionReferenceCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/__init__/#) | Constructs a new instance of WebExtensionReferenceCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/__init__/#) | Constructs a new instance of WebExtensionReferenceCollection | ### Properties @@ -31,15 +31,15 @@ The WebExtensionReferenceCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/index_of/#aspose.cells.webextensions.WebExtensionReference-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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/index_of/#aspose.cells.webextensions.WebExtensionReference-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.WebExtensionReference) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.WebExtensionReference-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](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.WebExtensionReference-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. | -| [add](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/add/#) | Adds an empty reference of web extension. | -| [binary_search](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/binary_search/#aspose.cells.webextensions.WebExtensionReference) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/index_of/#aspose.cells.webextensions.webextensionreference-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/index_of/#aspose.cells.webextensions.webextensionreference-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.webextensionreference) | 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.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.webextensionreference-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.webextensions/webextensionreferencecollection/last_index_of/#aspose.cells.webextensions.webextensionreference-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. | +| [`add(self)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/add/#) | Adds an empty reference of web extension. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensionreferencecollection/binary_search/#aspose.cells.webextensions.webextensionreference) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md index 06dc5cf4f5..44c88eb9ab 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds an empty reference of web extension. @@ -20,6 +20,7 @@ Adds an empty reference of web extension. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/binary_search/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/binary_search/_index.md index 0a73140e5f..54dd22304e 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/binary_search/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.webextensions.WebExtensionReference} +## binary_search(self, item) {#aspose.cells.webextensions.WebExtensionReference} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/copy_to/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/copy_to/_index.md index c144756c4b..b5e4810015 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/copy_to/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/index_of/_index.md index 2d6d784483..6e0bb9523d 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.webextensions.WebExtensionReference-int} +## index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionReference-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.webextensions.WebExtensionReference-int-int} +## index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionReference-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/_index.md index 7e9576e151..a6198e77c8 100644 --- a/english/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensionreferencecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensionreferencecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.webextensions.WebExtensionReference} +## last_index_of(self, item) {#aspose.cells.webextensions.WebExtensionReference} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`WebExtensionReference`](/cells/python-net/aspose.cells.webextensions/webextensionreference) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.webextensions.WebExtensionReference-int} +## last_index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionReference-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.webextensions.WebExtensionReference-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionReference-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md index a71d4cd53f..44ec3cd29b 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/_index.md @@ -25,15 +25,15 @@ The WebExtensionTaskPaneCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/#aspose.cells.webextensions.WebExtensionTaskPane-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. | -| [index_of](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/#aspose.cells.webextensions.WebExtensionTaskPane-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.WebExtensionTaskPane) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.WebExtensionTaskPane-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](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.WebExtensionTaskPane-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. | -| [add](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/add/#) | Adds task pane. | -| [binary_search](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/#aspose.cells.webextensions.WebExtensionTaskPane) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/#aspose.cells.webextensions.webextensiontaskpane-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/#aspose.cells.webextensions.webextensiontaskpane-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.webextensiontaskpane) | 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.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.webextensiontaskpane-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.webextensions/webextensiontaskpanecollection/last_index_of/#aspose.cells.webextensions.webextensiontaskpane-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. | +| [`add(self)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/add/#) | Adds task pane. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/#aspose.cells.webextensions.webextensiontaskpane) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md index 9d32bae3b6..2ce8849a11 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensiontaskpanecollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds task pane. @@ -20,6 +20,7 @@ The index. ```python + def add(self): ... ``` diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/_index.md index bb3fe53552..72173b018e 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensiontaskpanecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.webextensions.WebExtensionTaskPane} +## binary_search(self, item) {#aspose.cells.webextensions.WebExtensionTaskPane} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/_index.md index 84d84a3d66..63e34e951d 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells.webextensions/webextensiontaskpanecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/_index.md index 22fa314a01..b4d9ef9564 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensiontaskpanecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.webextensions.WebExtensionTaskPane-int} +## index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionTaskPane-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.webextensions.WebExtensionTaskPane-int-int} +## index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionTaskPane-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/_index.md b/english/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/_index.md index d10bc9086c..8c504a8c8d 100644 --- a/english/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/_index.md +++ b/english/aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells.webextensions/webextensiontaskpanecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.webextensions.WebExtensionTaskPane} +## last_index_of(self, item) {#aspose.cells.webextensions.WebExtensionTaskPane} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`WebExtensionTaskPane`](/cells/python-net/aspose.cells.webextensions/webextensiontaskpane) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.webextensions.WebExtensionTaskPane-int} +## last_index_of(self, item, index) {#aspose.cells.webextensions.WebExtensionTaskPane-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.webextensions.WebExtensionTaskPane-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.webextensions.WebExtensionTaskPane-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/_index.md b/english/aspose.cells/_index.md index e9605da69d..4d8da78236 100644 --- a/english/aspose.cells/_index.md +++ b/english/aspose.cells/_index.md @@ -88,6 +88,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the | [`FolderFontSource`](/cells/python-net/aspose.cells/folderfontsource) | Represents the folder that contains TrueType font files. | | [`Font`](/cells/python-net/aspose.cells/font) | Encapsulates the font object used in a spreadsheet. | | [`FontConfigs`](/cells/python-net/aspose.cells/fontconfigs) | Specifies font settings | +| [`FontFileDataInfo`](/cells/python-net/aspose.cells/fontfiledatainfo) | Represents data infomation of font file data. | | [`FontSetting`](/cells/python-net/aspose.cells/fontsetting) | Represents a range of characters within the cell text. | | [`FontSourceBase`](/cells/python-net/aspose.cells/fontsourcebase) | This is an abstract base class for the classes that allow the user to specify various font sources | | [`FormatCondition`](/cells/python-net/aspose.cells/formatcondition) | Represents conditional formatting condition. | @@ -243,6 +244,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the | [`FilterCategory`](/cells/python-net/aspose.cells/filtercategory) | Represents the category of the filter. | | [`FilterOperatorType`](/cells/python-net/aspose.cells/filteroperatortype) | Custom Filter operator type. | | [`FilterType`](/cells/python-net/aspose.cells/filtertype) | The filter type. | +| [`FontFileFormatType`](/cells/python-net/aspose.cells/fontfileformattype) | Represents font format type. | | [`FontSchemeType`](/cells/python-net/aspose.cells/fontschemetype) | Represents the scheme type of the font. | | [`FontSourceType`](/cells/python-net/aspose.cells/fontsourcetype) | Specifies the type of a font source. | | [`FontUnderlineType`](/cells/python-net/aspose.cells/fontunderlinetype) | Enumerates the font underline types. | diff --git a/english/aspose.cells/aboveaverage/__init__/_index.md b/english/aspose.cells/aboveaverage/__init__/_index.md index 28337e8529..d4f3b31258 100644 --- a/english/aspose.cells/aboveaverage/__init__/_index.md +++ b/english/aspose.cells/aboveaverage/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/aboveaverage/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of AboveAverage ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/aboveaverage/_index.md b/english/aspose.cells/aboveaverage/_index.md index b48bcb219e..5c439b9d0e 100644 --- a/english/aspose.cells/aboveaverage/_index.md +++ b/english/aspose.cells/aboveaverage/_index.md @@ -21,7 +21,7 @@ The AboveAverage type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/aboveaverage/__init__/#) | Constructs a new instance of AboveAverage | +| [`__init__(self)`](/cells/python-net/aspose.cells/aboveaverage/__init__/#) | Constructs a new instance of AboveAverage | ### Properties diff --git a/english/aspose.cells/abstractcalculationengine/_index.md b/english/aspose.cells/abstractcalculationengine/_index.md index e73d3fdb9d..0f0d72abe8 100644 --- a/english/aspose.cells/abstractcalculationengine/_index.md +++ b/english/aspose.cells/abstractcalculationengine/_index.md @@ -27,8 +27,8 @@ The AbstractCalculationEngine type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [calculate](/cells/python-net/aspose.cells/abstractcalculationengine/calculate/#aspose.cells.CalculationData) | Calculates one function with given data. | -| [force_recalculate](/cells/python-net/aspose.cells/abstractcalculationengine/force_recalculate/#str) | Whether force given function to be recalculated always when calculating shared formulas. | +| [`calculate(self, data)`](/cells/python-net/aspose.cells/abstractcalculationengine/calculate/#aspose.cells.calculationdata) | Calculates one function with given data. | +| [`force_recalculate(self, function_name)`](/cells/python-net/aspose.cells/abstractcalculationengine/force_recalculate/#str) | Whether force given function to be recalculated always when calculating shared formulas. | diff --git a/english/aspose.cells/abstractcalculationengine/calculate/_index.md b/english/aspose.cells/abstractcalculationengine/calculate/_index.md index 8597846cab..65d1130066 100644 --- a/english/aspose.cells/abstractcalculationengine/calculate/_index.md +++ b/english/aspose.cells/abstractcalculationengine/calculate/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/abstractcalculationengine/calculate/ is_root: false --- -## calculate {#aspose.cells.CalculationData} +## calculate(self, data) {#aspose.cells.CalculationData} Calculates one function with given data. ```python + def calculate(self, data): ... ``` diff --git a/english/aspose.cells/abstractcalculationengine/force_recalculate/_index.md b/english/aspose.cells/abstractcalculationengine/force_recalculate/_index.md index aede1427f2..3d0b50e86c 100644 --- a/english/aspose.cells/abstractcalculationengine/force_recalculate/_index.md +++ b/english/aspose.cells/abstractcalculationengine/force_recalculate/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/abstractcalculationengine/force_recalculate/ is_root: false --- -## force_recalculate {#str} +## force_recalculate(self, function_name) {#str} Whether force given function to be recalculated always when calculating shared formulas. @@ -19,9 +19,10 @@ Whether force given function to be recalculated always when calculating shared f true if the specified function needs to be recalculated always. -```python +```python + def force_recalculate(self, function_name): - ... + ... ``` diff --git a/english/aspose.cells/abstractcalculationmonitor/_index.md b/english/aspose.cells/abstractcalculationmonitor/_index.md index 1b62cbff1b..5312d57bf9 100644 --- a/english/aspose.cells/abstractcalculationmonitor/_index.md +++ b/english/aspose.cells/abstractcalculationmonitor/_index.md @@ -27,9 +27,9 @@ The AbstractCalculationMonitor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [before_calculate](/cells/python-net/aspose.cells/abstractcalculationmonitor/before_calculate/#int-int-int) | Implement this method to do business before calculating one cell. | -| [after_calculate](/cells/python-net/aspose.cells/abstractcalculationmonitor/after_calculate/#int-int-int) | Implement this method to do business after one cell has been calculated. | -| [on_circular](/cells/python-net/aspose.cells/abstractcalculationmonitor/on_circular/#collections.abc.Iterator) | Implement this method to do business when calculating formulas with circular references. | +| [`before_calculate(self, sheet_index, row_index, col_index)`](/cells/python-net/aspose.cells/abstractcalculationmonitor/before_calculate/#int-int-int) | Implement this method to do business before calculating one cell. | +| [`after_calculate(self, sheet_index, row_index, col_index)`](/cells/python-net/aspose.cells/abstractcalculationmonitor/after_calculate/#int-int-int) | Implement this method to do business after one cell has been calculated. | +| [`on_circular(self, circular_cells_data)`](/cells/python-net/aspose.cells/abstractcalculationmonitor/on_circular/#collections.abc.iterator) | Implement this method to do business when calculating formulas with circular references. | diff --git a/english/aspose.cells/abstractcalculationmonitor/after_calculate/_index.md b/english/aspose.cells/abstractcalculationmonitor/after_calculate/_index.md index c95c1512b0..6b35146ce5 100644 --- a/english/aspose.cells/abstractcalculationmonitor/after_calculate/_index.md +++ b/english/aspose.cells/abstractcalculationmonitor/after_calculate/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/abstractcalculationmonitor/after_calculate/ is_root: false --- -## after_calculate {#int-int-int} +## after_calculate(self, sheet_index, row_index, col_index) {#int-int-int} Implement this method to do business after one cell has been calculated. ```python + def after_calculate(self, sheet_index, row_index, col_index): ... ``` diff --git a/english/aspose.cells/abstractcalculationmonitor/before_calculate/_index.md b/english/aspose.cells/abstractcalculationmonitor/before_calculate/_index.md index ff561cce20..08804c27c2 100644 --- a/english/aspose.cells/abstractcalculationmonitor/before_calculate/_index.md +++ b/english/aspose.cells/abstractcalculationmonitor/before_calculate/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/abstractcalculationmonitor/before_calculate/ is_root: false --- -## before_calculate {#int-int-int} +## before_calculate(self, sheet_index, row_index, col_index) {#int-int-int} Implement this method to do business before calculating one cell. ```python + def before_calculate(self, sheet_index, row_index, col_index): ... ``` diff --git a/english/aspose.cells/abstractcalculationmonitor/on_circular/_index.md b/english/aspose.cells/abstractcalculationmonitor/on_circular/_index.md index 5d28884e5f..1cb50d71ba 100644 --- a/english/aspose.cells/abstractcalculationmonitor/on_circular/_index.md +++ b/english/aspose.cells/abstractcalculationmonitor/on_circular/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/abstractcalculationmonitor/on_circular/ is_root: false --- -## on_circular {#collections.abc.Iterator} +## on_circular(self, circular_cells_data) {#collections.abc.Iterator} Implement this method to do business when calculating formulas with circular references. @@ -21,9 +21,10 @@ True to let the formula engine continue to do calculation for them. False to let the formula engine just mark those cells as Calculated. -```python +```python + def on_circular(self, circular_cells_data): - ... + ... ``` diff --git a/english/aspose.cells/abstractformulachangemonitor/_index.md b/english/aspose.cells/abstractformulachangemonitor/_index.md index 7547cfde3e..9a8d52584b 100644 --- a/english/aspose.cells/abstractformulachangemonitor/_index.md +++ b/english/aspose.cells/abstractformulachangemonitor/_index.md @@ -19,7 +19,8 @@ The AbstractFormulaChangeMonitor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [on_cell_formula_changed](/cells/python-net/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/#int-int-int) | The event that will be triggered when the formula in a cell is changed. | +| [`on_cell_formula_changed(self, sheet_index, row_index, column_index)`](/cells/python-net/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/#int-int-int) | The event that will be triggered when the formula in a cell is changed. | +| [`on_format_condition_formula_changed(self, fc)`](/cells/python-net/aspose.cells/abstractformulachangemonitor/on_format_condition_formula_changed/#aspose.cells.formatcondition) | The event that will be triggered when the formula of FormatCondition is changed. | @@ -28,6 +29,8 @@ The AbstractFormulaChangeMonitor type exposes the following members: For example, while deleting/inserting range of cells, formulas of other cells may be changed because of the shift of references. +Please note, methods in the monitor may be invoked multiple times +for one object which contains the formula. ### See Also * module [`aspose.cells`](..) diff --git a/english/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/_index.md b/english/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/_index.md index 99d8054de5..aa9a25cdce 100644 --- a/english/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/_index.md +++ b/english/aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/abstractformulachangemonitor/on_cell_formula_changed/ is_root: false --- -## on_cell_formula_changed {#int-int-int} +## on_cell_formula_changed(self, sheet_index, row_index, column_index) {#int-int-int} The event that will be triggered when the formula in a cell is changed. ```python + def on_cell_formula_changed(self, sheet_index, row_index, column_index): ... ``` diff --git a/english/aspose.cells/abstractformulachangemonitor/on_format_condition_formula_changed/_index.md b/english/aspose.cells/abstractformulachangemonitor/on_format_condition_formula_changed/_index.md new file mode 100644 index 0000000000..966a1a221e --- /dev/null +++ b/english/aspose.cells/abstractformulachangemonitor/on_format_condition_formula_changed/_index.md @@ -0,0 +1,32 @@ +--- +title: on_format_condition_formula_changed method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 30 +url: /aspose.cells/abstractformulachangemonitor/on_format_condition_formula_changed/ +is_root: false +--- + +## on_format_condition_formula_changed(self, fc) {#aspose.cells.FormatCondition} + +The event that will be triggered when the formula of FormatCondition is changed. + + + +```python + +def on_format_condition_formula_changed(self, fc): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| fc | [`FormatCondition`](/cells/python-net/aspose.cells/formatcondition) | The FormatCondition object whose formula is changed | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`AbstractFormulaChangeMonitor`](/cells/python-net/aspose.cells/abstractformulachangemonitor) diff --git a/english/aspose.cells/abstractglobalizationsettings/_index.md b/english/aspose.cells/abstractglobalizationsettings/_index.md index dc1251245d..92cd1bb586 100644 --- a/english/aspose.cells/abstractglobalizationsettings/_index.md +++ b/english/aspose.cells/abstractglobalizationsettings/_index.md @@ -19,7 +19,7 @@ The AbstractGlobalizationSettings type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [compare](/cells/python-net/aspose.cells/abstractglobalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | +| [`compare(self, v1, v2, ignore_case)`](/cells/python-net/aspose.cells/abstractglobalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | diff --git a/english/aspose.cells/abstractglobalizationsettings/compare/_index.md b/english/aspose.cells/abstractglobalizationsettings/compare/_index.md index 908a2d3730..ff73ae2477 100644 --- a/english/aspose.cells/abstractglobalizationsettings/compare/_index.md +++ b/english/aspose.cells/abstractglobalizationsettings/compare/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/abstractglobalizationsettings/compare/ is_root: false --- -## compare {#str-str-bool} +## compare(self, v1, v2, ignore_case) {#str-str-bool} Compares two string values according to certain collation rules. @@ -20,6 +20,7 @@ Integer that indicates the lexical relationship between the two comparands ```python + def compare(self, v1, v2, ignore_case): ... ``` diff --git a/english/aspose.cells/abstracttextloadoptions/_index.md b/english/aspose.cells/abstracttextloadoptions/_index.md index 570ef86346..e4d768c9d1 100644 --- a/english/aspose.cells/abstracttextloadoptions/_index.md +++ b/english/aspose.cells/abstracttextloadoptions/_index.md @@ -57,7 +57,7 @@ The AbstractTextLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/abstracttextloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/abstracttextloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/abstracttextloadoptions/set_paper_size/_index.md b/english/aspose.cells/abstracttextloadoptions/set_paper_size/_index.md index 9d95602c87..5a672cce17 100644 --- a/english/aspose.cells/abstracttextloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/abstracttextloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/abstracttextloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/accesscacheoptions/_index.md b/english/aspose.cells/accesscacheoptions/_index.md index 01d3b9dce0..4273bbcae7 100644 --- a/english/aspose.cells/accesscacheoptions/_index.md +++ b/english/aspose.cells/accesscacheoptions/_index.md @@ -3,7 +3,7 @@ title: AccessCacheOptions enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1880 +weight: 1890 url: /aspose.cells/accesscacheoptions/ is_root: false --- diff --git a/english/aspose.cells/autofilltype/_index.md b/english/aspose.cells/autofilltype/_index.md index f5700fe3de..eb50bf5b9c 100644 --- a/english/aspose.cells/autofilltype/_index.md +++ b/english/aspose.cells/autofilltype/_index.md @@ -3,7 +3,7 @@ title: AutoFillType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1890 +weight: 1900 url: /aspose.cells/autofilltype/ is_root: false --- diff --git a/english/aspose.cells/autofilter/_index.md b/english/aspose.cells/autofilter/_index.md index b011ca51a9..0a0a16d241 100644 --- a/english/aspose.cells/autofilter/_index.md +++ b/english/aspose.cells/autofilter/_index.md @@ -28,27 +28,27 @@ The AutoFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_cell_area](/cells/python-net/aspose.cells/autofilter/get_cell_area/#) | Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the this AutoFilter applies to. | -| [get_cell_area](/cells/python-net/aspose.cells/autofilter/get_cell_area/#bool) | Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the specified AutoFilter applies to. | -| [remove_filter](/cells/python-net/aspose.cells/autofilter/remove_filter/#int-str) | Removes a filter for a filter column. | -| [remove_filter](/cells/python-net/aspose.cells/autofilter/remove_filter/#int) | Remove the specific filter. | -| [custom](/cells/python-net/aspose.cells/autofilter/custom/#int-aspose.cells.FilterOperatorType-any) | Filters a list with a custom criteria. | -| [custom](/cells/python-net/aspose.cells/autofilter/custom/#int-aspose.cells.FilterOperatorType-any-bool-aspose.cells.FilterOperatorType-any) | Filters a list with custom criteria. | -| [refresh](/cells/python-net/aspose.cells/autofilter/refresh/#) | Refresh auto filters to hide or unhide the rows. | -| [refresh](/cells/python-net/aspose.cells/autofilter/refresh/#bool) | Gets all hidden rows' indexes. | -| [set_range](/cells/python-net/aspose.cells/autofilter/set_range/#int-int-int) | Sets the range to which the specified AutoFilter applies. | -| [add_filter](/cells/python-net/aspose.cells/autofilter/add_filter/#int-str) | Adds a filter for a filter column. | -| [add_date_filter](/cells/python-net/aspose.cells/autofilter/add_date_filter/#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int) | Adds a date filter. | -| [remove_date_filter](/cells/python-net/aspose.cells/autofilter/remove_date_filter/#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int) | Removes a date filter. | -| [filter](/cells/python-net/aspose.cells/autofilter/filter/#int-str) | Filters a list with specified criteria. | -| [filter_top10](/cells/python-net/aspose.cells/autofilter/filter_top10/#int-bool-bool-int) | Filter the top 10 item in the list | -| [dynamic_filter](/cells/python-net/aspose.cells/autofilter/dynamic_filter/#int-aspose.cells.DynamicFilterType) | Adds a dynamic filter. | -| [add_font_color_filter](/cells/python-net/aspose.cells/autofilter/add_font_color_filter/#int-aspose.cells.CellsColor) | Adds a font color filter. | -| [add_fill_color_filter](/cells/python-net/aspose.cells/autofilter/add_fill_color_filter/#int-aspose.cells.BackgroundType-aspose.cells.CellsColor-aspose.cells.CellsColor) | Adds a fill color filter. | -| [add_icon_filter](/cells/python-net/aspose.cells/autofilter/add_icon_filter/#int-aspose.cells.IconSetType-int) | Adds an icon filter. | -| [match_blanks](/cells/python-net/aspose.cells/autofilter/match_blanks/#int) | Match all blank cell in the list. | -| [match_non_blanks](/cells/python-net/aspose.cells/autofilter/match_non_blanks/#int) | Match all not blank cell in the list. | -| [show_all](/cells/python-net/aspose.cells/autofilter/show_all/#) | Unhide all rows. | +| [`get_cell_area(self)`](/cells/python-net/aspose.cells/autofilter/get_cell_area/#) | Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the this AutoFilter applies to. | +| [`get_cell_area(self, refresh_applied_range)`](/cells/python-net/aspose.cells/autofilter/get_cell_area/#bool) | Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the specified AutoFilter applies to. | +| [`remove_filter(self, field_index, criteria)`](/cells/python-net/aspose.cells/autofilter/remove_filter/#int-str) | Removes a filter for a filter column. | +| [`remove_filter(self, field_index)`](/cells/python-net/aspose.cells/autofilter/remove_filter/#int) | Remove the specific filter. | +| [`custom(self, field_index, operator_type1, criteria1)`](/cells/python-net/aspose.cells/autofilter/custom/#int-aspose.cells.filteroperatortype-any) | Filters a list with a custom criteria. | +| [`custom(self, field_index, operator_type1, criteria1, is_and, operator_type2, criteria2)`](/cells/python-net/aspose.cells/autofilter/custom/#int-aspose.cells.filteroperatortype-any-bool-aspose.cells.filteroperatortype-any) | Filters a list with custom criteria. | +| [`refresh(self)`](/cells/python-net/aspose.cells/autofilter/refresh/#) | Refresh auto filters to hide or unhide the rows. | +| [`refresh(self, hide_rows)`](/cells/python-net/aspose.cells/autofilter/refresh/#bool) | Gets all hidden rows' indexes. | +| [`set_range(self, row, start_column, end_column)`](/cells/python-net/aspose.cells/autofilter/set_range/#int-int-int) | Sets the range to which the specified AutoFilter applies. | +| [`add_filter(self, field_index, criteria)`](/cells/python-net/aspose.cells/autofilter/add_filter/#int-str) | Adds a filter for a filter column. | +| [`add_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second)`](/cells/python-net/aspose.cells/autofilter/add_date_filter/#int-aspose.cells.datetimegroupingtype-int-int-int-int-int-int) | Adds a date filter. | +| [`remove_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second)`](/cells/python-net/aspose.cells/autofilter/remove_date_filter/#int-aspose.cells.datetimegroupingtype-int-int-int-int-int-int) | Removes a date filter. | +| [`filter(self, field_index, criteria)`](/cells/python-net/aspose.cells/autofilter/filter/#int-str) | Filters a list with specified criteria. | +| [`filter_top10(self, field_index, is_top, is_percent, item_count)`](/cells/python-net/aspose.cells/autofilter/filter_top10/#int-bool-bool-int) | Filter the top 10 item in the list | +| [`dynamic_filter(self, field_index, dynamic_filter_type)`](/cells/python-net/aspose.cells/autofilter/dynamic_filter/#int-aspose.cells.dynamicfiltertype) | Adds a dynamic filter. | +| [`add_font_color_filter(self, field_index, color)`](/cells/python-net/aspose.cells/autofilter/add_font_color_filter/#int-aspose.cells.cellscolor) | Adds a font color filter. | +| [`add_fill_color_filter(self, field_index, pattern, foreground_color, background_color)`](/cells/python-net/aspose.cells/autofilter/add_fill_color_filter/#int-aspose.cells.backgroundtype-aspose.cells.cellscolor-aspose.cells.cellscolor) | Adds a fill color filter. | +| [`add_icon_filter(self, field_index, icon_set_type, icon_id)`](/cells/python-net/aspose.cells/autofilter/add_icon_filter/#int-aspose.cells.iconsettype-int) | Adds an icon filter. | +| [`match_blanks(self, field_index)`](/cells/python-net/aspose.cells/autofilter/match_blanks/#int) | Match all blank cell in the list. | +| [`match_non_blanks(self, field_index)`](/cells/python-net/aspose.cells/autofilter/match_non_blanks/#int) | Match all not blank cell in the list. | +| [`show_all(self)`](/cells/python-net/aspose.cells/autofilter/show_all/#) | Unhide all rows. | diff --git a/english/aspose.cells/autofilter/add_date_filter/_index.md b/english/aspose.cells/autofilter/add_date_filter/_index.md index 0f0499de50..eea8d0f319 100644 --- a/english/aspose.cells/autofilter/add_date_filter/_index.md +++ b/english/aspose.cells/autofilter/add_date_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/add_date_filter/ is_root: false --- -## add_date_filter {#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} +## add_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second) {#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} Adds a date filter. -```python +```python + def add_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/add_fill_color_filter/_index.md b/english/aspose.cells/autofilter/add_fill_color_filter/_index.md index 8cfe42b6b4..867e692f66 100644 --- a/english/aspose.cells/autofilter/add_fill_color_filter/_index.md +++ b/english/aspose.cells/autofilter/add_fill_color_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/add_fill_color_filter/ is_root: false --- -## add_fill_color_filter {#int-aspose.cells.BackgroundType-aspose.cells.CellsColor-aspose.cells.CellsColor} +## add_fill_color_filter(self, field_index, pattern, foreground_color, background_color) {#int-aspose.cells.BackgroundType-aspose.cells.CellsColor-aspose.cells.CellsColor} Adds a fill color filter. -```python +```python + def add_fill_color_filter(self, field_index, pattern, foreground_color, background_color): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/add_filter/_index.md b/english/aspose.cells/autofilter/add_filter/_index.md index 7b76e42fc1..5c47d04ffe 100644 --- a/english/aspose.cells/autofilter/add_filter/_index.md +++ b/english/aspose.cells/autofilter/add_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/add_filter/ is_root: false --- -## add_filter {#int-str} +## add_filter(self, field_index, criteria) {#int-str} Adds a filter for a filter column. -```python +```python + def add_filter(self, field_index, criteria): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/add_font_color_filter/_index.md b/english/aspose.cells/autofilter/add_font_color_filter/_index.md index 2a274716a8..533e5e0bac 100644 --- a/english/aspose.cells/autofilter/add_font_color_filter/_index.md +++ b/english/aspose.cells/autofilter/add_font_color_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/add_font_color_filter/ is_root: false --- -## add_font_color_filter {#int-aspose.cells.CellsColor} +## add_font_color_filter(self, field_index, color) {#int-aspose.cells.CellsColor} Adds a font color filter. -```python +```python + def add_font_color_filter(self, field_index, color): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/add_icon_filter/_index.md b/english/aspose.cells/autofilter/add_icon_filter/_index.md index 1e446d8ffd..8cff9b7fe3 100644 --- a/english/aspose.cells/autofilter/add_icon_filter/_index.md +++ b/english/aspose.cells/autofilter/add_icon_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/add_icon_filter/ is_root: false --- -## add_icon_filter {#int-aspose.cells.IconSetType-int} +## add_icon_filter(self, field_index, icon_set_type, icon_id) {#int-aspose.cells.IconSetType-int} Adds an icon filter. -```python +```python + def add_icon_filter(self, field_index, icon_set_type, icon_id): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/custom/_index.md b/english/aspose.cells/autofilter/custom/_index.md index cdcc135110..1676a573ae 100644 --- a/english/aspose.cells/autofilter/custom/_index.md +++ b/english/aspose.cells/autofilter/custom/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/custom/ is_root: false --- -## custom {#int-aspose.cells.FilterOperatorType-any} +## custom(self, field_index, operator_type1, criteria1) {#int-aspose.cells.FilterOperatorType-any} Filters a list with a custom criteria. -```python +```python + def custom(self, field_index, operator_type1, criteria1): - ... + ... ``` @@ -27,15 +28,16 @@ def custom(self, field_index, operator_type1, criteria1): | criteria1 | any | The custom criteria | -## custom {#int-aspose.cells.FilterOperatorType-any-bool-aspose.cells.FilterOperatorType-any} +## custom(self, field_index, operator_type1, criteria1, is_and, operator_type2, criteria2) {#int-aspose.cells.FilterOperatorType-any-bool-aspose.cells.FilterOperatorType-any} Filters a list with custom criteria. -```python +```python + def custom(self, field_index, operator_type1, criteria1, is_and, operator_type2, criteria2): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/dynamic_filter/_index.md b/english/aspose.cells/autofilter/dynamic_filter/_index.md index d714ae0bb0..a6473ed32d 100644 --- a/english/aspose.cells/autofilter/dynamic_filter/_index.md +++ b/english/aspose.cells/autofilter/dynamic_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/dynamic_filter/ is_root: false --- -## dynamic_filter {#int-aspose.cells.DynamicFilterType} +## dynamic_filter(self, field_index, dynamic_filter_type) {#int-aspose.cells.DynamicFilterType} Adds a dynamic filter. -```python +```python + def dynamic_filter(self, field_index, dynamic_filter_type): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/filter/_index.md b/english/aspose.cells/autofilter/filter/_index.md index 021a22ce32..079899a9a4 100644 --- a/english/aspose.cells/autofilter/filter/_index.md +++ b/english/aspose.cells/autofilter/filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/filter/ is_root: false --- -## filter {#int-str} +## filter(self, field_index, criteria) {#int-str} Filters a list with specified criteria. -```python +```python + def filter(self, field_index, criteria): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/filter_top10/_index.md b/english/aspose.cells/autofilter/filter_top10/_index.md index f2eac74644..6efc21aea6 100644 --- a/english/aspose.cells/autofilter/filter_top10/_index.md +++ b/english/aspose.cells/autofilter/filter_top10/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/filter_top10/ is_root: false --- -## filter_top10 {#int-bool-bool-int} +## filter_top10(self, field_index, is_top, is_percent, item_count) {#int-bool-bool-int} Filter the top 10 item in the list -```python +```python + def filter_top10(self, field_index, is_top, is_percent, item_count): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/get_cell_area/_index.md b/english/aspose.cells/autofilter/get_cell_area/_index.md index e9d01a9b8d..25a1f68479 100644 --- a/english/aspose.cells/autofilter/get_cell_area/_index.md +++ b/english/aspose.cells/autofilter/get_cell_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/autofilter/get_cell_area/ is_root: false --- -## get_cell_area {#} +## get_cell_area(self) {#} Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the this AutoFilter applies to. @@ -19,15 +19,16 @@ Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the this Au the area this filter applies to -```python +```python + def get_cell_area(self): - ... + ... ``` -## get_cell_area {#bool} +## get_cell_area(self, refresh_applied_range) {#bool} Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the specified AutoFilter applies to. @@ -38,9 +39,10 @@ Gets the [`CellArea`](/cells/python-net/aspose.cells/cellarea) where the specifi the area this filter applies to -```python +```python + def get_cell_area(self, refresh_applied_range): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/match_blanks/_index.md b/english/aspose.cells/autofilter/match_blanks/_index.md index ec9217326f..f754724c3f 100644 --- a/english/aspose.cells/autofilter/match_blanks/_index.md +++ b/english/aspose.cells/autofilter/match_blanks/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/match_blanks/ is_root: false --- -## match_blanks {#int} +## match_blanks(self, field_index) {#int} Match all blank cell in the list. -```python +```python + def match_blanks(self, field_index): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/match_non_blanks/_index.md b/english/aspose.cells/autofilter/match_non_blanks/_index.md index f6f405d493..f47a7ab65a 100644 --- a/english/aspose.cells/autofilter/match_non_blanks/_index.md +++ b/english/aspose.cells/autofilter/match_non_blanks/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/match_non_blanks/ is_root: false --- -## match_non_blanks {#int} +## match_non_blanks(self, field_index) {#int} Match all not blank cell in the list. -```python +```python + def match_non_blanks(self, field_index): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/refresh/_index.md b/english/aspose.cells/autofilter/refresh/_index.md index bf26db492f..9d85df1a09 100644 --- a/english/aspose.cells/autofilter/refresh/_index.md +++ b/english/aspose.cells/autofilter/refresh/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/autofilter/refresh/ is_root: false --- -## refresh {#} +## refresh(self) {#} Refresh auto filters to hide or unhide the rows. @@ -20,6 +20,7 @@ Returns all hidden rows' indexes. ```python + def refresh(self): ... ``` @@ -27,7 +28,7 @@ def refresh(self): -## refresh {#bool} +## refresh(self, hide_rows) {#bool} Gets all hidden rows' indexes. @@ -39,6 +40,7 @@ Returns all hidden rows indexes. ```python + def refresh(self, hide_rows): ... ``` diff --git a/english/aspose.cells/autofilter/remove_date_filter/_index.md b/english/aspose.cells/autofilter/remove_date_filter/_index.md index d59e748dac..cc532198bd 100644 --- a/english/aspose.cells/autofilter/remove_date_filter/_index.md +++ b/english/aspose.cells/autofilter/remove_date_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/remove_date_filter/ is_root: false --- -## remove_date_filter {#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} +## remove_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second) {#int-aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} Removes a date filter. -```python +```python + def remove_date_filter(self, field_index, date_time_grouping_type, year, month, day, hour, minute, second): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/remove_filter/_index.md b/english/aspose.cells/autofilter/remove_filter/_index.md index 0e3590a643..6dd22e533a 100644 --- a/english/aspose.cells/autofilter/remove_filter/_index.md +++ b/english/aspose.cells/autofilter/remove_filter/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/autofilter/remove_filter/ is_root: false --- -## remove_filter {#int} +## remove_filter(self, field_index) {#int} Remove the specific filter. -```python +```python + def remove_filter(self, field_index): - ... + ... ``` @@ -25,15 +26,16 @@ def remove_filter(self, field_index): | field_index | int | The specific filter index | -## remove_filter {#int-str} +## remove_filter(self, field_index, criteria) {#int-str} Removes a filter for a filter column. -```python +```python + def remove_filter(self, field_index, criteria): - ... + ... ``` diff --git a/english/aspose.cells/autofilter/set_range/_index.md b/english/aspose.cells/autofilter/set_range/_index.md index fe7d2f77bd..a5d8ab1cb2 100644 --- a/english/aspose.cells/autofilter/set_range/_index.md +++ b/english/aspose.cells/autofilter/set_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/autofilter/set_range/ is_root: false --- -## set_range {#int-int-int} +## set_range(self, row, start_column, end_column) {#int-int-int} Sets the range to which the specified AutoFilter applies. ```python + def set_range(self, row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/autofilter/show_all/_index.md b/english/aspose.cells/autofilter/show_all/_index.md index 379ef99383..b3de475ae3 100644 --- a/english/aspose.cells/autofilter/show_all/_index.md +++ b/english/aspose.cells/autofilter/show_all/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/autofilter/show_all/ is_root: false --- -## show_all {#} +## show_all(self) {#} Unhide all rows. ```python + def show_all(self): ... ``` diff --git a/english/aspose.cells/autofitmergedcellstype/_index.md b/english/aspose.cells/autofitmergedcellstype/_index.md index c9ca7e63c6..9184070ee5 100644 --- a/english/aspose.cells/autofitmergedcellstype/_index.md +++ b/english/aspose.cells/autofitmergedcellstype/_index.md @@ -3,7 +3,7 @@ title: AutoFitMergedCellsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1900 +weight: 1910 url: /aspose.cells/autofitmergedcellstype/ is_root: false --- diff --git a/english/aspose.cells/autofitteroptions/__init__/_index.md b/english/aspose.cells/autofitteroptions/__init__/_index.md index e62b92bca4..fe53451e43 100644 --- a/english/aspose.cells/autofitteroptions/__init__/_index.md +++ b/english/aspose.cells/autofitteroptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/autofitteroptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of AutoFitterOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/autofitteroptions/_index.md b/english/aspose.cells/autofitteroptions/_index.md index a679680b40..8bf53807f7 100644 --- a/english/aspose.cells/autofitteroptions/_index.md +++ b/english/aspose.cells/autofitteroptions/_index.md @@ -19,7 +19,7 @@ The AutoFitterOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/autofitteroptions/__init__/#) | Constructs a new instance of AutoFitterOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/autofitteroptions/__init__/#) | Constructs a new instance of AutoFitterOptions | ### Properties diff --git a/english/aspose.cells/autofitwrappedtexttype/_index.md b/english/aspose.cells/autofitwrappedtexttype/_index.md index 4298e23376..df4155fbc5 100644 --- a/english/aspose.cells/autofitwrappedtexttype/_index.md +++ b/english/aspose.cells/autofitwrappedtexttype/_index.md @@ -3,7 +3,7 @@ title: AutoFitWrappedTextType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1910 +weight: 1920 url: /aspose.cells/autofitwrappedtexttype/ is_root: false --- diff --git a/english/aspose.cells/backgroundtype/_index.md b/english/aspose.cells/backgroundtype/_index.md index 1510e33101..08f62ab998 100644 --- a/english/aspose.cells/backgroundtype/_index.md +++ b/english/aspose.cells/backgroundtype/_index.md @@ -3,7 +3,7 @@ title: BackgroundType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1920 +weight: 1930 url: /aspose.cells/backgroundtype/ is_root: false --- diff --git a/english/aspose.cells/bordercollection/_index.md b/english/aspose.cells/bordercollection/_index.md index ed6778e15a..4608d2a9d1 100644 --- a/english/aspose.cells/bordercollection/_index.md +++ b/english/aspose.cells/bordercollection/_index.md @@ -26,9 +26,9 @@ The BorderCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get](/cells/python-net/aspose.cells/bordercollection/get/#aspose.cells.BorderType) | Add API for Python Via .Net.since this[BorderType borderType] is unsupported | -| [set_color](/cells/python-net/aspose.cells/bordercollection/set_color/#aspose.pydrawing.Color) | Sets the Color of all borders in the collection. | -| [set_style](/cells/python-net/aspose.cells/bordercollection/set_style/#aspose.cells.CellBorderType) | Sets the style of all borders of the collection. | +| [`get(self, border_type)`](/cells/python-net/aspose.cells/bordercollection/get/#aspose.cells.bordertype) | Add API for Python Via .Net.since this[BorderType borderType] is unsupported | +| [`set_color(self, color)`](/cells/python-net/aspose.cells/bordercollection/set_color/#aspose.pydrawing.color) | Sets the Color of all borders in the collection. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/bordercollection/set_style/#aspose.cells.cellbordertype) | Sets the style of all borders of the collection. | diff --git a/english/aspose.cells/bordercollection/get/_index.md b/english/aspose.cells/bordercollection/get/_index.md index 594fa0f3b6..332828616a 100644 --- a/english/aspose.cells/bordercollection/get/_index.md +++ b/english/aspose.cells/bordercollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/bordercollection/get/ is_root: false --- -## get {#aspose.cells.BorderType} +## get(self, border_type) {#aspose.cells.BorderType} Add API for Python Via .Net.since this[BorderType borderType] is unsupported @@ -20,6 +20,7 @@ The element at the specified index. ```python + def get(self, border_type): ... ``` diff --git a/english/aspose.cells/bordercollection/set_color/_index.md b/english/aspose.cells/bordercollection/set_color/_index.md index d4afa0949a..e7ef48e176 100644 --- a/english/aspose.cells/bordercollection/set_color/_index.md +++ b/english/aspose.cells/bordercollection/set_color/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/bordercollection/set_color/ is_root: false --- -## set_color {#aspose.pydrawing.Color} +## set_color(self, color) {#aspose.pydrawing.Color} Sets the Color of all borders in the collection. ```python + def set_color(self, color): ... ``` diff --git a/english/aspose.cells/bordercollection/set_style/_index.md b/english/aspose.cells/bordercollection/set_style/_index.md index 2926dc67fd..36a48dd808 100644 --- a/english/aspose.cells/bordercollection/set_style/_index.md +++ b/english/aspose.cells/bordercollection/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/bordercollection/set_style/ is_root: false --- -## set_style {#aspose.cells.CellBorderType} +## set_style(self, style) {#aspose.cells.CellBorderType} Sets the style of all borders of the collection. ```python + def set_style(self, style): ... ``` diff --git a/english/aspose.cells/bordertype/_index.md b/english/aspose.cells/bordertype/_index.md index 63f69e5449..309c28b670 100644 --- a/english/aspose.cells/bordertype/_index.md +++ b/english/aspose.cells/bordertype/_index.md @@ -1,34 +1,38 @@ ---- -title: BorderType enumeration -second_title: Aspose.Cells for Python via .NET API References -description: -type: docs -weight: 1930 -url: /aspose.cells/bordertype/ -is_root: false +--- +title: BorderType enumeration +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 1940 +url: /aspose.cells/bordertype/ +is_root: false --- - + ## BorderType enumeration - + Enumerates the border line and diagonal line types. - + The BorderType type exposes the following members: - -### Fields -| Field | Description | -| :- | :- | -| BOTTOM_BORDER | Represents bottom border line. | -| DIAGONAL_DOWN | Represents the diagonal line from top left to right bottom. | -| DIAGONAL_UP | Represents the diagonal line from bottom left to right top. | -| LEFT_BORDER | Represents left border line. | -| RIGHT_BORDER | Represents right border line exists. | -| TOP_BORDER | Represents top border line. | -| HORIZONTAL | Only for dynamic style,such as conditional formatting. | -| VERTICAL | Only for dynamic style,such as conditional formatting. | - - - -### See Also -* module [`aspose.cells`](..) + +### Fields +| Field | Description | +| :- | :- | +| LEFT_BORDER | Represents left border line. | +| RIGHT_BORDER | Represents right border line exists. | +| TOP_BORDER | Represents top border line. | +| BOTTOM_BORDER | Represents bottom border line. | +| DIAGONAL_DOWN | Represents the diagonal line from top left to right bottom. | +| DIAGONAL_UP | Represents the diagonal line from bottom left to right top. | +| VERTICAL | Only for dynamic style, such as conditional formatting. | +| HORIZONTAL | Only for dynamic style, such as conditional formatting. | +| SIDE_BORDERS | Indicates the four side borders: [`BorderType.LEFT_BORDER`](/cells/python-net/aspose.cells/bordertype#LEFT_BORDER),
[`BorderType.RIGHT_BORDER`](/cells/python-net/aspose.cells/bordertype#RIGHT_BORDER), [`BorderType.TOP_BORDER`](/cells/python-net/aspose.cells/bordertype#TOP_BORDER) and [`BorderType.BOTTOM_BORDER`](/cells/python-net/aspose.cells/bordertype#BOTTOM_BORDER). | +| DIAGONAL | Special combination of multiple borders for user's convenience for some APIs.
Indicates diagonal borders of [`BorderType.DIAGONAL_UP`](/cells/python-net/aspose.cells/bordertype#DIAGONAL_UP) and [`BorderType.DIAGONAL_DOWN`](/cells/python-net/aspose.cells/bordertype#DIAGONAL_DOWN). | +| DYNAMIC_STYLE_BORDERS | Indicates [`BorderType.VERTICAL`](/cells/python-net/aspose.cells/bordertype#VERTICAL) and [`BorderType.HORIZONTAL`](/cells/python-net/aspose.cells/bordertype#HORIZONTAL) of dynamic style. | +| NONE | No border has been specified. | + + + +### See Also +* module [`aspose.cells`](..) diff --git a/english/aspose.cells/builtinstyletype/_index.md b/english/aspose.cells/builtinstyletype/_index.md index 648d36abb3..212b258371 100644 --- a/english/aspose.cells/builtinstyletype/_index.md +++ b/english/aspose.cells/builtinstyletype/_index.md @@ -3,7 +3,7 @@ title: BuiltinStyleType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1940 +weight: 1950 url: /aspose.cells/builtinstyletype/ is_root: false --- diff --git a/english/aspose.cells/calcmodetype/_index.md b/english/aspose.cells/calcmodetype/_index.md index ca828583f4..c0644808bc 100644 --- a/english/aspose.cells/calcmodetype/_index.md +++ b/english/aspose.cells/calcmodetype/_index.md @@ -3,7 +3,7 @@ title: CalcModeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1950 +weight: 1960 url: /aspose.cells/calcmodetype/ is_root: false --- diff --git a/english/aspose.cells/calculationcell/_index.md b/english/aspose.cells/calculationcell/_index.md index 58d3ad33e2..daa0c9f73b 100644 --- a/english/aspose.cells/calculationcell/_index.md +++ b/english/aspose.cells/calculationcell/_index.md @@ -29,7 +29,7 @@ The CalculationCell type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_calculated_value](/cells/python-net/aspose.cells/calculationcell/set_calculated_value/#any) | Sets the calculated value for the cell. | +| [`set_calculated_value(self, v)`](/cells/python-net/aspose.cells/calculationcell/set_calculated_value/#any) | Sets the calculated value for the cell. | diff --git a/english/aspose.cells/calculationcell/set_calculated_value/_index.md b/english/aspose.cells/calculationcell/set_calculated_value/_index.md index 91974341ad..f52682f92c 100644 --- a/english/aspose.cells/calculationcell/set_calculated_value/_index.md +++ b/english/aspose.cells/calculationcell/set_calculated_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/calculationcell/set_calculated_value/ is_root: false --- -## set_calculated_value {#any} +## set_calculated_value(self, v) {#any} Sets the calculated value for the cell. ```python + def set_calculated_value(self, v): ... ``` diff --git a/english/aspose.cells/calculationdata/_index.md b/english/aspose.cells/calculationdata/_index.md index 131630e639..8f7a377236 100644 --- a/english/aspose.cells/calculationdata/_index.md +++ b/english/aspose.cells/calculationdata/_index.md @@ -32,9 +32,9 @@ The CalculationData type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_param_value](/cells/python-net/aspose.cells/calculationdata/get_param_value/#int) | Gets the represented value object of the parameter at given index. | -| [get_param_value_in_array_mode](/cells/python-net/aspose.cells/calculationdata/get_param_value_in_array_mode/#int-int-int) | Gets the value(s) of the parameter at given index.
If the parameter is some kind of expression that needs to be calculated,
then it will be calculated in array mode. | -| [get_param_text](/cells/python-net/aspose.cells/calculationdata/get_param_text/#int) | Gets the literal text of the parameter at given index. | +| [`get_param_value(self, index)`](/cells/python-net/aspose.cells/calculationdata/get_param_value/#int) | Gets the represented value object of the parameter at given index. | +| [`get_param_value_in_array_mode(self, index, max_row_count, max_column_count)`](/cells/python-net/aspose.cells/calculationdata/get_param_value_in_array_mode/#int-int-int) | Gets the value(s) of the parameter at given index.
If the parameter is some kind of expression that needs to be calculated,
then it will be calculated in array mode. | +| [`get_param_text(self, index)`](/cells/python-net/aspose.cells/calculationdata/get_param_text/#int) | Gets the literal text of the parameter at given index. | diff --git a/english/aspose.cells/calculationdata/get_param_text/_index.md b/english/aspose.cells/calculationdata/get_param_text/_index.md index f817cf1eca..7f0f8634d9 100644 --- a/english/aspose.cells/calculationdata/get_param_text/_index.md +++ b/english/aspose.cells/calculationdata/get_param_text/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/calculationdata/get_param_text/ is_root: false --- -## get_param_text {#int} +## get_param_text(self, index) {#int} Gets the literal text of the parameter at given index. @@ -20,6 +20,7 @@ literal text of the parameter ```python + def get_param_text(self, index): ... ``` diff --git a/english/aspose.cells/calculationdata/get_param_value/_index.md b/english/aspose.cells/calculationdata/get_param_value/_index.md index 3de7a7b673..533b845652 100644 --- a/english/aspose.cells/calculationdata/get_param_value/_index.md +++ b/english/aspose.cells/calculationdata/get_param_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/calculationdata/get_param_value/ is_root: false --- -## get_param_value {#int} +## get_param_value(self, index) {#int} Gets the represented value object of the parameter at given index. @@ -20,6 +20,7 @@ The calculated value of the parameter. ```python + def get_param_value(self, index): ... ``` diff --git a/english/aspose.cells/calculationdata/get_param_value_in_array_mode/_index.md b/english/aspose.cells/calculationdata/get_param_value_in_array_mode/_index.md index 0d397f6f83..e571e4e924 100644 --- a/english/aspose.cells/calculationdata/get_param_value_in_array_mode/_index.md +++ b/english/aspose.cells/calculationdata/get_param_value_in_array_mode/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/calculationdata/get_param_value_in_array_mode/ is_root: false --- -## get_param_value_in_array_mode {#int-int-int} +## get_param_value_in_array_mode(self, index, max_row_count, max_column_count) {#int-int-int} Gets the value(s) of the parameter at given index. If the parameter is some kind of expression that needs to be calculated, @@ -21,9 +21,10 @@ then it will be calculated in array mode. An array which contains all items represented by the specified parameter. -```python +```python + def get_param_value_in_array_mode(self, index, max_row_count, max_column_count): - ... + ... ``` diff --git a/english/aspose.cells/calculationoptions/__init__/_index.md b/english/aspose.cells/calculationoptions/__init__/_index.md index 50aa1606e2..d8c33fe243 100644 --- a/english/aspose.cells/calculationoptions/__init__/_index.md +++ b/english/aspose.cells/calculationoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/calculationoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CalculationOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/calculationoptions/_index.md b/english/aspose.cells/calculationoptions/_index.md index cd268ede64..469595a0cb 100644 --- a/english/aspose.cells/calculationoptions/_index.md +++ b/english/aspose.cells/calculationoptions/_index.md @@ -19,7 +19,7 @@ The CalculationOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/calculationoptions/__init__/#) | Constructs a new instance of CalculationOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/calculationoptions/__init__/#) | Constructs a new instance of CalculationOptions | ### Properties diff --git a/english/aspose.cells/calculationprecisionstrategy/_index.md b/english/aspose.cells/calculationprecisionstrategy/_index.md index 3d826914e8..7095b3043a 100644 --- a/english/aspose.cells/calculationprecisionstrategy/_index.md +++ b/english/aspose.cells/calculationprecisionstrategy/_index.md @@ -3,7 +3,7 @@ title: CalculationPrecisionStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1960 +weight: 1970 url: /aspose.cells/calculationprecisionstrategy/ is_root: false --- diff --git a/english/aspose.cells/cell/_index.md b/english/aspose.cells/cell/_index.md index 5f88872e8a..cabf81a495 100644 --- a/english/aspose.cells/cell/_index.md +++ b/english/aspose.cells/cell/_index.md @@ -61,71 +61,72 @@ The Cell type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#bool) | Puts a boolean value into the cell. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#int) | Puts an integer value into the cell. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#float) | Puts a double value into the cell. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#str-bool-bool) | Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#str-bool) | Puts a string value into the cell and converts the value to other data type if appropriate. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#str) | Puts a string value into the cell. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#DateTime) | Puts a DateTime value into the cell. | -| [put_value](/cells/python-net/aspose.cells/cell/put_value/#any) | Puts an object value into the cell. | -| [get_display_style](/cells/python-net/aspose.cells/cell/get_display_style/#) | Gets the display style of the cell.
If this cell is also affected by other settings such as conditional formatting, list objects, etc.,
then the display style may be different from cell.GetStyle(). | -| [get_display_style](/cells/python-net/aspose.cells/cell/get_display_style/#bool) | Gets the display style of the cell.
If the cell is conditional formatted, the display style is not same as the cell.GetStyle(). | -| [get_style](/cells/python-net/aspose.cells/cell/get_style/#) | Gets the cell style. | -| [get_style](/cells/python-net/aspose.cells/cell/get_style/#bool) | If checkBorders is true, check whether other cells' borders will effect the style of this cell. | -| [set_style](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.Style) | Sets the cell style. | -| [set_style](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.Style-bool) | Apply the changed property of style to the cell. | -| [set_style](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Apply the cell style based on flags. | -| [set_formula](/cells/python-net/aspose.cells/cell/set_formula/#str-any) | Set the formula and the value(calculated result) of the formula. | -| [set_formula](/cells/python-net/aspose.cells/cell/set_formula/#str-aspose.cells.FormulaParseOptions) | Set the formula and the value(calculated result) of the formula. | -| [set_formula](/cells/python-net/aspose.cells/cell/set_formula/#str-bool-bool-any) | Set the formula and the value of the formula. | -| [set_formula](/cells/python-net/aspose.cells/cell/set_formula/#str-aspose.cells.FormulaParseOptions-any) | Set the formula and the value(calculated result) of the formula. | -| [set_array_formula](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-bool-bool) | Sets an array formula to a range of cells. | -| [set_array_formula](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int) | Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. | -| [set_array_formula](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-aspose.cells.FormulaParseOptions) | Sets an array formula to a range of cells. | -| [set_array_formula](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-aspose.cells.FormulaParseOptions-list) | Sets an array formula to a range of cells. | -| [set_shared_formula](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-bool-bool) | Sets a formula to a range of cells. | -| [set_shared_formula](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int) | Sets shared formulas to a range of cells. | -| [set_shared_formula](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-aspose.cells.FormulaParseOptions) | Sets shared formulas to a range of cells. | -| [set_shared_formula](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-aspose.cells.FormulaParseOptions-list) | Sets shared formulas to a range of cells. | -| [get_leafs](/cells/python-net/aspose.cells/cell/get_leafs/#) | Get all cells which reference to this cell directly and need to be updated when this cell is modified. | -| [get_leafs](/cells/python-net/aspose.cells/cell/get_leafs/#bool) | Get all cells which will be updated when this cell is modified. | -| [set_dynamic_array_formula](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.FormulaParseOptions-bool) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | -| [set_dynamic_array_formula](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.FormulaParseOptions-list-bool-bool) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | -| [set_dynamic_array_formula](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.FormulaParseOptions-list-bool-bool-aspose.cells.CalculationOptions) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | -| [set_table_formula](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-str-str-list) | Create two-variable data table for given range starting from this cell. | -| [set_table_formula](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-str-bool-list) | Create one-variable data table for given range starting from this cell. | -| [set_table_formula](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-int-int-int-int-list) | Create two-variable data table for given range starting from this cell. | -| [set_table_formula](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-int-int-bool-list) | Create one-variable data table for given range starting from this cell. | -| [get_characters](/cells/python-net/aspose.cells/cell/get_characters/#) | Returns all Characters objects
that represents a range of characters within the cell text. | -| [get_characters](/cells/python-net/aspose.cells/cell/get_characters/#bool) | Returns all Characters objects
that represents a range of characters within the cell text. | -| [calculate](/cells/python-net/aspose.cells/cell/calculate/#aspose.cells.CalculationOptions) | Calculates the formula of the cell. | -| [get_string_value](/cells/python-net/aspose.cells/cell/get_string_value/#aspose.cells.CellValueFormatStrategy) | Gets the string value by specific formatted strategy. | -| [get_width_of_value](/cells/python-net/aspose.cells/cell/get_width_of_value/#) | Gets the width of the value in unit of pixels. | -| [get_height_of_value](/cells/python-net/aspose.cells/cell/get_height_of_value/#) | Gets the height of the value in unit of pixels. | -| [get_format_conditions](/cells/python-net/aspose.cells/cell/get_format_conditions/#) | Gets format conditions which applies to this cell. | -| [get_formula](/cells/python-net/aspose.cells/cell/get_formula/#bool-bool) | Get the formula of this cell. | -| [get_precedents](/cells/python-net/aspose.cells/cell/get_precedents/#) | Gets all references appearing in this cell's formula. | -| [get_dependents](/cells/python-net/aspose.cells/cell/get_dependents/#bool) | Get all cells whose formula references to this cell directly. | -| [get_precedents_in_calculation](/cells/python-net/aspose.cells/cell/get_precedents_in_calculation/#) | Gets all precedents(reference to cells in current workbook) used by this cell's formula while calculating it. | -| [get_dependents_in_calculation](/cells/python-net/aspose.cells/cell/get_dependents_in_calculation/#bool) | Gets all cells whose calculated result depends on this cell. | -| [get_array_range](/cells/python-net/aspose.cells/cell/get_array_range/#) | Gets the array range if the cell's formula is an array formula. | -| [remove_array_formula](/cells/python-net/aspose.cells/cell/remove_array_formula/#bool) | Remove array formula. | -| [copy](/cells/python-net/aspose.cells/cell/copy/#aspose.cells.Cell) | Copies data from a source cell. | -| [characters](/cells/python-net/aspose.cells/cell/characters/#int-int) | Returns a Characters object that represents a range of characters within the cell text. | -| [replace](/cells/python-net/aspose.cells/cell/replace/#str-str-aspose.cells.ReplaceOptions) | Replace text of the cell with options. | -| [insert_text](/cells/python-net/aspose.cells/cell/insert_text/#int-str) | Insert some characters to the cell.
If the cell is rich formatted, this method could keep the original formatting. | -| [is_rich_text](/cells/python-net/aspose.cells/cell/is_rich_text/#) | Indicates whether the string value of this cell is a rich formatted text. | -| [set_characters](/cells/python-net/aspose.cells/cell/set_characters/#list) | Sets rich text format of the cell. | -| [get_merged_range](/cells/python-net/aspose.cells/cell/get_merged_range/#) | Returns a [`Range`](/cells/python-net/aspose.cells/range) object which represents a merged range. | -| [get_html_string](/cells/python-net/aspose.cells/cell/get_html_string/#bool) | Gets the html string which contains data and some formats in this cell. | -| [to_json](/cells/python-net/aspose.cells/cell/to_json/#) | Convert [`Cell`](/cells/python-net/aspose.cells/cell) to JSON struct data. | -| [equals](/cells/python-net/aspose.cells/cell/equals/#aspose.cells.Cell) | Checks whether this object refers to the same cell with another cell object. | -| [get_conditional_formatting_result](/cells/python-net/aspose.cells/cell/get_conditional_formatting_result/#) | Get the result of the conditional formatting. | -| [get_validation](/cells/python-net/aspose.cells/cell/get_validation/#) | Gets the validation applied to this cell. | -| [get_validation_value](/cells/python-net/aspose.cells/cell/get_validation_value/#) | Gets the value of validation which applied to this cell. | -| [get_table](/cells/python-net/aspose.cells/cell/get_table/#) | Gets the table which contains this cell. | -| [get_rich_value](/cells/python-net/aspose.cells/cell/get_rich_value/#) | Gets rich value of the cell. | +| [`put_value(self, bool_value)`](/cells/python-net/aspose.cells/cell/put_value/#bool) | Puts a boolean value into the cell. | +| [`put_value(self, int_value)`](/cells/python-net/aspose.cells/cell/put_value/#int) | Puts an integer value into the cell. | +| [`put_value(self, double_value)`](/cells/python-net/aspose.cells/cell/put_value/#float) | Puts a double value into the cell. | +| [`put_value(self, string_value, is_converted, set_style)`](/cells/python-net/aspose.cells/cell/put_value/#str-bool-bool) | Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. | +| [`put_value(self, string_value, is_converted)`](/cells/python-net/aspose.cells/cell/put_value/#str-bool) | Puts a string value into the cell and converts the value to other data type if appropriate. | +| [`put_value(self, string_value)`](/cells/python-net/aspose.cells/cell/put_value/#str) | Puts a string value into the cell. | +| [`put_value(self, date_time)`](/cells/python-net/aspose.cells/cell/put_value/#datetime) | Puts a DateTime value into the cell. | +| [`put_value(self, object_value)`](/cells/python-net/aspose.cells/cell/put_value/#any) | Puts an object value into the cell. | +| [`get_display_style(self)`](/cells/python-net/aspose.cells/cell/get_display_style/#) | Gets the display style of this cell. | +| [`get_display_style(self, include_merged_borders)`](/cells/python-net/aspose.cells/cell/get_display_style/#bool) | Gets the display style of this cell. | +| [`get_display_style(self, adjacent_borders)`](/cells/python-net/aspose.cells/cell/get_display_style/#aspose.cells.bordertype) | Gets the display style of this cell. | +| [`get_style(self)`](/cells/python-net/aspose.cells/cell/get_style/#) | Gets the cell style. | +| [`get_style(self, check_borders)`](/cells/python-net/aspose.cells/cell/get_style/#bool) | If checkBorders is true, check whether other cells' borders will effect the style of this cell. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.style) | Sets the cell style. | +| [`set_style(self, style, explicit_flag)`](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.style-bool) | Apply the changed property of style to the cell. | +| [`set_style(self, style, flag)`](/cells/python-net/aspose.cells/cell/set_style/#aspose.cells.style-aspose.cells.styleflag) | Apply the cell style based on flags. | +| [`set_formula(self, formula, value)`](/cells/python-net/aspose.cells/cell/set_formula/#str-any) | Set the formula and the value(calculated result) of the formula. | +| [`set_formula(self, formula, options)`](/cells/python-net/aspose.cells/cell/set_formula/#str-aspose.cells.formulaparseoptions) | Set the formula and the value(calculated result) of the formula. | +| [`set_formula(self, formula, is_r1c1, is_local, value)`](/cells/python-net/aspose.cells/cell/set_formula/#str-bool-bool-any) | Set the formula and the value of the formula. | +| [`set_formula(self, formula, options, value)`](/cells/python-net/aspose.cells/cell/set_formula/#str-aspose.cells.formulaparseoptions-any) | Set the formula and the value(calculated result) of the formula. | +| [`set_array_formula(self, array_formula, row_number, column_number, is_r1c1, is_local)`](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-bool-bool) | Sets an array formula to a range of cells. | +| [`set_array_formula(self, array_formula, row_number, column_number)`](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int) | Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. | +| [`set_array_formula(self, array_formula, row_number, column_number, options)`](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-aspose.cells.formulaparseoptions) | Sets an array formula to a range of cells. | +| [`set_array_formula(self, array_formula, row_number, column_number, options, values)`](/cells/python-net/aspose.cells/cell/set_array_formula/#str-int-int-aspose.cells.formulaparseoptions-list) | Sets an array formula to a range of cells. | +| [`set_shared_formula(self, shared_formula, row_number, column_number, is_r1c1, is_local)`](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-bool-bool) | Sets a formula to a range of cells. | +| [`set_shared_formula(self, shared_formula, row_number, column_number)`](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int) | Sets shared formulas to a range of cells. | +| [`set_shared_formula(self, shared_formula, row_number, column_number, options)`](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-aspose.cells.formulaparseoptions) | Sets shared formulas to a range of cells. | +| [`set_shared_formula(self, shared_formula, row_number, column_number, options, values)`](/cells/python-net/aspose.cells/cell/set_shared_formula/#str-int-int-aspose.cells.formulaparseoptions-list) | Sets shared formulas to a range of cells. | +| [`get_leafs(self)`](/cells/python-net/aspose.cells/cell/get_leafs/#) | Get all cells which reference to this cell directly and need to be updated when this cell is modified. | +| [`get_leafs(self, recursive)`](/cells/python-net/aspose.cells/cell/get_leafs/#bool) | Get all cells which will be updated when this cell is modified. | +| [`set_dynamic_array_formula(self, array_formula, options, calculate_value)`](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.formulaparseoptions-bool) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [`set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value)`](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.formulaparseoptions-list-bool-bool) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [`set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value, copts)`](/cells/python-net/aspose.cells/cell/set_dynamic_array_formula/#str-aspose.cells.formulaparseoptions-list-bool-bool-aspose.cells.calculationoptions) | Sets dynamic array formula and make the formula spill into neighboring cells if possible. | +| [`set_table_formula(self, row_number, column_number, row_input_cell, column_input_cell, values)`](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-str-str-list) | Create two-variable data table for given range starting from this cell. | +| [`set_table_formula(self, row_number, column_number, input_cell, is_row_input, values)`](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-str-bool-list) | Create one-variable data table for given range starting from this cell. | +| [`set_table_formula(self, row_number, column_number, row_index_of_row_input_cell, column_index_of_row_input_cell, row_index_of_column_input_cell, column_index_of_column_input_cell, values)`](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-int-int-int-int-list) | Create two-variable data table for given range starting from this cell. | +| [`set_table_formula(self, row_number, column_number, row_index_of_input_cell, column_index_of_input_cell, is_row_input, values)`](/cells/python-net/aspose.cells/cell/set_table_formula/#int-int-int-int-bool-list) | Create one-variable data table for given range starting from this cell. | +| [`get_characters(self)`](/cells/python-net/aspose.cells/cell/get_characters/#) | Returns all Characters objects
that represents a range of characters within the cell text. | +| [`get_characters(self, flag)`](/cells/python-net/aspose.cells/cell/get_characters/#bool) | Returns all Characters objects
that represents a range of characters within the cell text. | +| [`calculate(self, options)`](/cells/python-net/aspose.cells/cell/calculate/#aspose.cells.calculationoptions) | Calculates the formula of the cell. | +| [`get_string_value(self, format_strategy)`](/cells/python-net/aspose.cells/cell/get_string_value/#aspose.cells.cellvalueformatstrategy) | Gets the string value by specific formatted strategy. | +| [`get_width_of_value(self)`](/cells/python-net/aspose.cells/cell/get_width_of_value/#) | Gets the width of the value in unit of pixels. | +| [`get_height_of_value(self)`](/cells/python-net/aspose.cells/cell/get_height_of_value/#) | Gets the height of the value in unit of pixels. | +| [`get_format_conditions(self)`](/cells/python-net/aspose.cells/cell/get_format_conditions/#) | Gets format conditions which applies to this cell. | +| [`get_formula(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/cell/get_formula/#bool-bool) | Get the formula of this cell. | +| [`get_precedents(self)`](/cells/python-net/aspose.cells/cell/get_precedents/#) | Gets all references appearing in this cell's formula. | +| [`get_dependents(self, is_all)`](/cells/python-net/aspose.cells/cell/get_dependents/#bool) | Get all cells whose formula references to this cell directly. | +| [`get_precedents_in_calculation(self)`](/cells/python-net/aspose.cells/cell/get_precedents_in_calculation/#) | Gets all precedents(reference to cells in current workbook) used by this cell's formula while calculating it. | +| [`get_dependents_in_calculation(self, recursive)`](/cells/python-net/aspose.cells/cell/get_dependents_in_calculation/#bool) | Gets all cells whose calculated result depends on this cell. | +| [`get_array_range(self)`](/cells/python-net/aspose.cells/cell/get_array_range/#) | Gets the array range if the cell's formula is an array formula. | +| [`remove_array_formula(self, leave_normal_formula)`](/cells/python-net/aspose.cells/cell/remove_array_formula/#bool) | Remove array formula. | +| [`copy(self, cell)`](/cells/python-net/aspose.cells/cell/copy/#aspose.cells.cell) | Copies data from a source cell. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells/cell/characters/#int-int) | Returns a Characters object that represents a range of characters within the cell text. | +| [`replace(self, place_holder, new_value, options)`](/cells/python-net/aspose.cells/cell/replace/#str-str-aspose.cells.replaceoptions) | Replace text of the cell with options. | +| [`insert_text(self, index, text)`](/cells/python-net/aspose.cells/cell/insert_text/#int-str) | Insert some characters to the cell.
If the cell is rich formatted, this method could keep the original formatting. | +| [`is_rich_text(self)`](/cells/python-net/aspose.cells/cell/is_rich_text/#) | Indicates whether the string value of this cell is a rich formatted text. | +| [`set_characters(self, characters)`](/cells/python-net/aspose.cells/cell/set_characters/#list) | Sets rich text format of the cell. | +| [`get_merged_range(self)`](/cells/python-net/aspose.cells/cell/get_merged_range/#) | Returns a [`Range`](/cells/python-net/aspose.cells/range) object which represents a merged range. | +| [`get_html_string(self, html5)`](/cells/python-net/aspose.cells/cell/get_html_string/#bool) | Gets the html string which contains data and some formats in this cell. | +| [`to_json(self)`](/cells/python-net/aspose.cells/cell/to_json/#) | Convert [`Cell`](/cells/python-net/aspose.cells/cell) to JSON struct data. | +| [`equals(self, cell)`](/cells/python-net/aspose.cells/cell/equals/#aspose.cells.cell) | Checks whether this object refers to the same cell with another cell object. | +| [`get_conditional_formatting_result(self)`](/cells/python-net/aspose.cells/cell/get_conditional_formatting_result/#) | Get the result of the conditional formatting. | +| [`get_validation(self)`](/cells/python-net/aspose.cells/cell/get_validation/#) | Gets the validation applied to this cell. | +| [`get_validation_value(self)`](/cells/python-net/aspose.cells/cell/get_validation_value/#) | Gets the value of validation which applied to this cell. | +| [`get_table(self)`](/cells/python-net/aspose.cells/cell/get_table/#) | Gets the table which contains this cell. | +| [`get_rich_value(self)`](/cells/python-net/aspose.cells/cell/get_rich_value/#) | Gets rich value of the cell. | diff --git a/english/aspose.cells/cell/calculate/_index.md b/english/aspose.cells/cell/calculate/_index.md index 17b218bc01..b9b3357c13 100644 --- a/english/aspose.cells/cell/calculate/_index.md +++ b/english/aspose.cells/cell/calculate/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/calculate/ is_root: false --- -## calculate {#aspose.cells.CalculationOptions} +## calculate(self, options) {#aspose.cells.CalculationOptions} Calculates the formula of the cell. ```python + def calculate(self, options): ... ``` diff --git a/english/aspose.cells/cell/characters/_index.md b/english/aspose.cells/cell/characters/_index.md index c95b38f91e..2f04d9d87e 100644 --- a/english/aspose.cells/cell/characters/_index.md +++ b/english/aspose.cells/cell/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the cell text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells/cell/copy/_index.md b/english/aspose.cells/cell/copy/_index.md index 878ccb1698..c7ed28e66f 100644 --- a/english/aspose.cells/cell/copy/_index.md +++ b/english/aspose.cells/cell/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/copy/ is_root: false --- -## copy {#aspose.cells.Cell} +## copy(self, cell) {#aspose.cells.Cell} Copies data from a source cell. ```python + def copy(self, cell): ... ``` diff --git a/english/aspose.cells/cell/equals/_index.md b/english/aspose.cells/cell/equals/_index.md index 4e456af983..37eaf86c0f 100644 --- a/english/aspose.cells/cell/equals/_index.md +++ b/english/aspose.cells/cell/equals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/equals/ is_root: false --- -## equals {#aspose.cells.Cell} +## equals(self, cell) {#aspose.cells.Cell} Checks whether this object refers to the same cell with another cell object. @@ -20,6 +20,7 @@ true if two cell objects refers to the same cell. ```python + def equals(self, cell): ... ``` diff --git a/english/aspose.cells/cell/get_array_range/_index.md b/english/aspose.cells/cell/get_array_range/_index.md index c88adc2d44..11a300ad6f 100644 --- a/english/aspose.cells/cell/get_array_range/_index.md +++ b/english/aspose.cells/cell/get_array_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_array_range/ is_root: false --- -## get_array_range {#} +## get_array_range(self) {#} Gets the array range if the cell's formula is an array formula. @@ -20,6 +20,7 @@ The array range. ```python + def get_array_range(self): ... ``` diff --git a/english/aspose.cells/cell/get_characters/_index.md b/english/aspose.cells/cell/get_characters/_index.md index 2f96713735..7b39aa4c1f 100644 --- a/english/aspose.cells/cell/get_characters/_index.md +++ b/english/aspose.cells/cell/get_characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the cell text. @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` @@ -28,7 +29,7 @@ def get_characters(self): -## get_characters {#bool} +## get_characters(self, flag) {#bool} Returns all Characters objects that represents a range of characters within the cell text. @@ -41,6 +42,7 @@ All Characters objects ```python + def get_characters(self, flag): ... ``` diff --git a/english/aspose.cells/cell/get_conditional_formatting_result/_index.md b/english/aspose.cells/cell/get_conditional_formatting_result/_index.md index 74fe2be45d..364f93af50 100644 --- a/english/aspose.cells/cell/get_conditional_formatting_result/_index.md +++ b/english/aspose.cells/cell/get_conditional_formatting_result/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/get_conditional_formatting_result/ is_root: false --- -## get_conditional_formatting_result {#} +## get_conditional_formatting_result(self) {#} Get the result of the conditional formatting. ```python + def get_conditional_formatting_result(self): ... ``` diff --git a/english/aspose.cells/cell/get_dependents/_index.md b/english/aspose.cells/cell/get_dependents/_index.md index 439e346c7f..d70c517ce0 100644 --- a/english/aspose.cells/cell/get_dependents/_index.md +++ b/english/aspose.cells/cell/get_dependents/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/get_dependents/ is_root: false --- -## get_dependents {#bool} +## get_dependents(self, is_all) {#bool} Get all cells whose formula references to this cell directly. ```python + def get_dependents(self, is_all): ... ``` diff --git a/english/aspose.cells/cell/get_dependents_in_calculation/_index.md b/english/aspose.cells/cell/get_dependents_in_calculation/_index.md index 285c81e956..c6688619fe 100644 --- a/english/aspose.cells/cell/get_dependents_in_calculation/_index.md +++ b/english/aspose.cells/cell/get_dependents_in_calculation/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_dependents_in_calculation/ is_root: false --- -## get_dependents_in_calculation {#bool} +## get_dependents_in_calculation(self, recursive) {#bool} Gets all cells whose calculated result depends on this cell. @@ -19,9 +19,10 @@ Gets all cells whose calculated result depends on this cell. Enumerator to enumerate all dependents(Cell objects) -```python +```python + def get_dependents_in_calculation(self, recursive): - ... + ... ``` diff --git a/english/aspose.cells/cell/get_display_style/_index.md b/english/aspose.cells/cell/get_display_style/_index.md index 252d31baaf..463b08e4a7 100644 --- a/english/aspose.cells/cell/get_display_style/_index.md +++ b/english/aspose.cells/cell/get_display_style/_index.md @@ -1,48 +1,118 @@ ---- -title: get_display_style method -second_title: Aspose.Cells for Python via .NET API References -description: -type: docs -weight: 110 -url: /aspose.cells/cell/get_display_style/ -is_root: false +--- +title: get_display_style method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 110 +url: /aspose.cells/cell/get_display_style/ +is_root: false --- + +## get_display_style(self) {#} + +Gets the display style of this cell. + -## get_display_style {#} - -Gets the display style of the cell. -If this cell is also affected by other settings such as conditional formatting, list objects, etc., -then the display style may be different from cell.GetStyle(). +### Returns + +display style of this cell ```python + def get_display_style(self): ... ``` + +### Remarks +Same with using [`BorderType.SIDE_BORDERS`](/cells/python-net/aspose.cells/bordertype#SIDE_BORDERS) +for [`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style). +That is, this method will check and adjust top/bottom/left/right borders of this cell +according to the style([`Cell.get_style`](/cells/python-net/aspose.cells/cell/get_style)) of its adjacent cells, +but do not check the merged cells, and do not check the display style of adjacent cells. +## get_display_style(self, include_merged_borders) {#bool} + +Gets the display style of this cell. + -## get_display_style {#bool} - -Gets the display style of the cell. -If the cell is conditional formatted, the display style is not same as the cell.GetStyle(). +### Returns + +display style of this cell ```python + def get_display_style(self, include_merged_borders): ... ``` + +| Parameter | Type | Description | +| :- | :- | :- | +| include_merged_borders | bool | Indicates whether checking borders of merged cells. | +### Remarks + +If the specified flag is false, then it is same with [`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style). +Otherwise it is same with using +[`BorderType.SIDE_BORDERS`](/cells/python-net/aspose.cells/bordertype#SIDE_BORDERS)|[`BorderType.DYNAMIC_STYLE_BORDERS`](/cells/python-net/aspose.cells/bordertype#DYNAMIC_STYLE_BORDERS) +for [`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style). + +## get_display_style(self, adjacent_borders) {#aspose.cells.BorderType} + +Gets the display style of this cell. + + +### Returns + + +display style of this cell + + +```python + +def get_display_style(self, adjacent_borders): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| adjacent_borders | [`BorderType`](/cells/python-net/aspose.cells/bordertype) | Indicates which borders need to be checked and adjusted
according to the borders of adjacent cells. | +### Remarks + +If this cell is also affected by other settings such as conditional formatting, list objects, etc., +then the display style may be different from [`Cell.get_style`](/cells/python-net/aspose.cells/cell/get_style). + +For flags of adjusting borders according to adjacent cells, +[`BorderType.TOP_BORDER`](/cells/python-net/aspose.cells/bordertype#TOP_BORDER)/[`BorderType.BOTTOM_BORDER`](/cells/python-net/aspose.cells/bordertype#BOTTOM_BORDER) +/[`BorderType.LEFT_BORDER`](/cells/python-net/aspose.cells/bordertype#LEFT_BORDER)/[`BorderType.RIGHT_BORDER`](/cells/python-net/aspose.cells/bordertype#RIGHT_BORDER) +denote whether check and combine the bottom/top/right/left borders of +the left/right/top/bottom cells adjacent to this one. + +For performance and compatibility consideration, +some enums are used to denote some special operations: + +[`BorderType.HORIZONTAL`](/cells/python-net/aspose.cells/bordertype#HORIZONTAL)/[`BorderType.VERTICAL`](/cells/python-net/aspose.cells/bordertype#VERTICAL) +denote whether check and combine the bottom/right border of merged cells to this one. -| Parameter | Type | Description | -| :- | :- | :- | -| include_merged_borders | bool | Indicates whether checking borders of the merged cells. | +[`BorderType.DIAGONAL`](/cells/python-net/aspose.cells/bordertype#DIAGONAL)(that is, both [`StyleModifyFlag.DIAGONAL_UP_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_UP_BORDER) and +[`StyleModifyFlag.DIAGONAL_DOWN_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_DOWN_BORDER) have been set) denotes check and combine borders +from the display style of adjacent cells. +Please note, checking borders/styles of adjacent cells, especially the display styles, +is time-consumed process. If there is no need to get the borders for the returned style, +using [`BorderType.NONE`](/cells/python-net/aspose.cells/bordertype#NONE) to disable the process of adjacent cells +will give better performance. +When getting borders of adjacent cells from styles defined on those cells only(without setting +[`BorderType.DIAGONAL`](/cells/python-net/aspose.cells/bordertype#DIAGONAL)), the performance also may be better because checking +the display style of one cell is time-consumed too. -### See Also -* module [`aspose.cells`](../../) -* class [`Cell`](/cells/python-net/aspose.cells/cell) +### See Also +* module [`aspose.cells`](../../) +* class [`Cell`](/cells/python-net/aspose.cells/cell) diff --git a/english/aspose.cells/cell/get_format_conditions/_index.md b/english/aspose.cells/cell/get_format_conditions/_index.md index 9e2ed44d96..8721dded69 100644 --- a/english/aspose.cells/cell/get_format_conditions/_index.md +++ b/english/aspose.cells/cell/get_format_conditions/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_format_conditions/ is_root: false --- -## get_format_conditions {#} +## get_format_conditions(self) {#} Gets format conditions which applies to this cell. @@ -20,6 +20,7 @@ Returns [`FormatConditionCollection`](/cells/python-net/aspose.cells/formatcondi ```python + def get_format_conditions(self): ... ``` diff --git a/english/aspose.cells/cell/get_formula/_index.md b/english/aspose.cells/cell/get_formula/_index.md index 75ec06077b..52b6c43728 100644 --- a/english/aspose.cells/cell/get_formula/_index.md +++ b/english/aspose.cells/cell/get_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_formula/ is_root: false --- -## get_formula {#bool-bool} +## get_formula(self, is_r1c1, is_local) {#bool-bool} Get the formula of this cell. @@ -20,6 +20,7 @@ the formula of this cell. ```python + def get_formula(self, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells/cell/get_height_of_value/_index.md b/english/aspose.cells/cell/get_height_of_value/_index.md index 9dac63d421..946b53e074 100644 --- a/english/aspose.cells/cell/get_height_of_value/_index.md +++ b/english/aspose.cells/cell/get_height_of_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_height_of_value/ is_root: false --- -## get_height_of_value {#} +## get_height_of_value(self) {#} Gets the height of the value in unit of pixels. @@ -20,6 +20,7 @@ Gets the height of the value in unit of pixels. ```python + def get_height_of_value(self): ... ``` diff --git a/english/aspose.cells/cell/get_html_string/_index.md b/english/aspose.cells/cell/get_html_string/_index.md index c8e129f2ee..2feb2af739 100644 --- a/english/aspose.cells/cell/get_html_string/_index.md +++ b/english/aspose.cells/cell/get_html_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_html_string/ is_root: false --- -## get_html_string {#bool} +## get_html_string(self, html5) {#bool} Gets the html string which contains data and some formats in this cell. @@ -20,6 +20,7 @@ Gets the html string which contains data and some formats in this cell. ```python + def get_html_string(self, html5): ... ``` diff --git a/english/aspose.cells/cell/get_leafs/_index.md b/english/aspose.cells/cell/get_leafs/_index.md index 7874276fbe..fcd1068db4 100644 --- a/english/aspose.cells/cell/get_leafs/_index.md +++ b/english/aspose.cells/cell/get_leafs/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_leafs/ is_root: false --- -## get_leafs {#} +## get_leafs(self) {#} Get all cells which reference to this cell directly and need to be updated when this cell is modified. @@ -19,9 +19,10 @@ Get all cells which reference to this cell directly and need to be updated when Enumerator to enumerate all dependents(Cell) -```python +```python + def get_leafs(self): - ... + ... ``` @@ -32,7 +33,7 @@ please use Cell.GetDependentsInCalculation(bool) to get all dependents in calcul This property will be removed 12 months later since May 2022. Aspose apologizes for any inconvenience you may have experienced. -## get_leafs {#bool} +## get_leafs(self, recursive) {#bool} Get all cells which will be updated when this cell is modified. @@ -43,9 +44,10 @@ Get all cells which will be updated when this cell is modified. Enumerator to enumerate all dependents(Cell) -```python +```python + def get_leafs(self, recursive): - ... + ... ``` diff --git a/english/aspose.cells/cell/get_merged_range/_index.md b/english/aspose.cells/cell/get_merged_range/_index.md index f591b2600b..6e8bcfb2b5 100644 --- a/english/aspose.cells/cell/get_merged_range/_index.md +++ b/english/aspose.cells/cell/get_merged_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_merged_range/ is_root: false --- -## get_merged_range {#} +## get_merged_range(self) {#} Returns a [`Range`](/cells/python-net/aspose.cells/range) object which represents a merged range. @@ -20,6 +20,7 @@ Returns a [`Range`](/cells/python-net/aspose.cells/range) object which represent ```python + def get_merged_range(self): ... ``` diff --git a/english/aspose.cells/cell/get_precedents/_index.md b/english/aspose.cells/cell/get_precedents/_index.md index d6ea2c1d08..9c3fe1fe92 100644 --- a/english/aspose.cells/cell/get_precedents/_index.md +++ b/english/aspose.cells/cell/get_precedents/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_precedents/ is_root: false --- -## get_precedents {#} +## get_precedents(self) {#} Gets all references appearing in this cell's formula. @@ -20,6 +20,7 @@ Collection of all references appearing in this cell's formula. ```python + def get_precedents(self): ... ``` diff --git a/english/aspose.cells/cell/get_precedents_in_calculation/_index.md b/english/aspose.cells/cell/get_precedents_in_calculation/_index.md index 01033fcfb2..35d6e91ab4 100644 --- a/english/aspose.cells/cell/get_precedents_in_calculation/_index.md +++ b/english/aspose.cells/cell/get_precedents_in_calculation/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_precedents_in_calculation/ is_root: false --- -## get_precedents_in_calculation {#} +## get_precedents_in_calculation(self) {#} Gets all precedents(reference to cells in current workbook) used by this cell's formula while calculating it. @@ -20,6 +20,7 @@ Enumerator to enumerate all references(ReferredArea) ```python + def get_precedents_in_calculation(self): ... ``` diff --git a/english/aspose.cells/cell/get_rich_value/_index.md b/english/aspose.cells/cell/get_rich_value/_index.md index b58a4df8a3..439b5dca25 100644 --- a/english/aspose.cells/cell/get_rich_value/_index.md +++ b/english/aspose.cells/cell/get_rich_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/get_rich_value/ is_root: false --- -## get_rich_value {#} +## get_rich_value(self) {#} Gets rich value of the cell. ```python + def get_rich_value(self): ... ``` diff --git a/english/aspose.cells/cell/get_string_value/_index.md b/english/aspose.cells/cell/get_string_value/_index.md index a8f16b0e5b..2d54d5fb36 100644 --- a/english/aspose.cells/cell/get_string_value/_index.md +++ b/english/aspose.cells/cell/get_string_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_string_value/ is_root: false --- -## get_string_value {#aspose.cells.CellValueFormatStrategy} +## get_string_value(self, format_strategy) {#aspose.cells.CellValueFormatStrategy} Gets the string value by specific formatted strategy. @@ -20,6 +20,7 @@ Gets the string value by specific formatted strategy. ```python + def get_string_value(self, format_strategy): ... ``` diff --git a/english/aspose.cells/cell/get_style/_index.md b/english/aspose.cells/cell/get_style/_index.md index 704eadcf83..a2cd22d74d 100644 --- a/english/aspose.cells/cell/get_style/_index.md +++ b/english/aspose.cells/cell/get_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_style/ is_root: false --- -## get_style {#} +## get_style(self) {#} Gets the cell style. @@ -20,6 +20,7 @@ Style object. ```python + def get_style(self): ... ``` @@ -30,7 +31,7 @@ def get_style(self): To change the style of the cell, please call Cell.SetStyle() method after modifying the returned style object. This method is same with [`Cell.get_style`](/cells/python-net/aspose.cells/cell/get_style) with true value for the parameter. -## get_style {#bool} +## get_style(self, check_borders) {#bool} If checkBorders is true, check whether other cells' borders will effect the style of this cell. @@ -42,6 +43,7 @@ Style object. ```python + def get_style(self, check_borders): ... ``` diff --git a/english/aspose.cells/cell/get_table/_index.md b/english/aspose.cells/cell/get_table/_index.md index 29968dbd9a..eba4d66359 100644 --- a/english/aspose.cells/cell/get_table/_index.md +++ b/english/aspose.cells/cell/get_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_table/ is_root: false --- -## get_table {#} +## get_table(self) {#} Gets the table which contains this cell. @@ -20,6 +20,7 @@ Gets the table which contains this cell. ```python + def get_table(self): ... ``` diff --git a/english/aspose.cells/cell/get_validation/_index.md b/english/aspose.cells/cell/get_validation/_index.md index c06714b766..8d70f44792 100644 --- a/english/aspose.cells/cell/get_validation/_index.md +++ b/english/aspose.cells/cell/get_validation/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_validation/ is_root: false --- -## get_validation {#} +## get_validation(self) {#} Gets the validation applied to this cell. @@ -20,6 +20,7 @@ Gets the validation applied to this cell. ```python + def get_validation(self): ... ``` diff --git a/english/aspose.cells/cell/get_validation_value/_index.md b/english/aspose.cells/cell/get_validation_value/_index.md index bd8c3116dd..42d76c59c7 100644 --- a/english/aspose.cells/cell/get_validation_value/_index.md +++ b/english/aspose.cells/cell/get_validation_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_validation_value/ is_root: false --- -## get_validation_value {#} +## get_validation_value(self) {#} Gets the value of validation which applied to this cell. @@ -20,6 +20,7 @@ Gets the value of validation which applied to this cell. ```python + def get_validation_value(self): ... ``` diff --git a/english/aspose.cells/cell/get_width_of_value/_index.md b/english/aspose.cells/cell/get_width_of_value/_index.md index a73f154b16..fcf917daa2 100644 --- a/english/aspose.cells/cell/get_width_of_value/_index.md +++ b/english/aspose.cells/cell/get_width_of_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/get_width_of_value/ is_root: false --- -## get_width_of_value {#} +## get_width_of_value(self) {#} Gets the width of the value in unit of pixels. @@ -20,6 +20,7 @@ Gets the width of the value in unit of pixels. ```python + def get_width_of_value(self): ... ``` diff --git a/english/aspose.cells/cell/insert_text/_index.md b/english/aspose.cells/cell/insert_text/_index.md index 7a1c93722c..77ab392e2e 100644 --- a/english/aspose.cells/cell/insert_text/_index.md +++ b/english/aspose.cells/cell/insert_text/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/insert_text/ is_root: false --- -## insert_text {#int-str} +## insert_text(self, index, text) {#int-str} Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting. @@ -16,6 +16,7 @@ If the cell is rich formatted, this method could keep the original formatting. ```python + def insert_text(self, index, text): ... ``` diff --git a/english/aspose.cells/cell/is_rich_text/_index.md b/english/aspose.cells/cell/is_rich_text/_index.md index 1b8d4b4749..4371a9fef1 100644 --- a/english/aspose.cells/cell/is_rich_text/_index.md +++ b/english/aspose.cells/cell/is_rich_text/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/is_rich_text/ is_root: false --- -## is_rich_text {#} +## is_rich_text(self) {#} Indicates whether the string value of this cell is a rich formatted text. ```python + def is_rich_text(self): ... ``` diff --git a/english/aspose.cells/cell/put_value/_index.md b/english/aspose.cells/cell/put_value/_index.md index 2eab2a77bf..232f40abdc 100644 --- a/english/aspose.cells/cell/put_value/_index.md +++ b/english/aspose.cells/cell/put_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/put_value/ is_root: false --- -## put_value {#bool} +## put_value(self, bool_value) {#bool} Puts a boolean value into the cell. ```python + def put_value(self, bool_value): ... ``` @@ -25,13 +26,14 @@ def put_value(self, bool_value): | bool_value | bool | | -## put_value {#int} +## put_value(self, int_value) {#int} Puts an integer value into the cell. ```python + def put_value(self, int_value): ... ``` @@ -42,13 +44,14 @@ def put_value(self, int_value): | int_value | int | Input value | -## put_value {#float} +## put_value(self, double_value) {#float} Puts a double value into the cell. ```python + def put_value(self, double_value): ... ``` @@ -59,13 +62,14 @@ def put_value(self, double_value): | double_value | float | Input value | -## put_value {#str} +## put_value(self, string_value) {#str} Puts a string value into the cell. ```python + def put_value(self, string_value): ... ``` @@ -76,13 +80,14 @@ def put_value(self, string_value): | string_value | str | Input value | -## put_value {#DateTime} +## put_value(self, date_time) {#DateTime} Puts a DateTime value into the cell. ```python + def put_value(self, date_time): ... ``` @@ -119,13 +124,14 @@ cell.set_style(style) ``` -## put_value {#any} +## put_value(self, object_value) {#any} Puts an object value into the cell. ```python + def put_value(self, object_value): ... ``` @@ -136,13 +142,14 @@ def put_value(self, object_value): | object_value | any | input value | -## put_value {#str-bool} +## put_value(self, string_value, is_converted) {#str-bool} Puts a string value into the cell and converts the value to other data type if appropriate. ```python + def put_value(self, string_value, is_converted): ... ``` @@ -154,13 +161,14 @@ def put_value(self, string_value, is_converted): | is_converted | bool | True: converted to other data type if appropriate. | -## put_value {#str-bool-bool} +## put_value(self, string_value, is_converted, set_style) {#str-bool-bool} Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset. ```python + def put_value(self, string_value, is_converted, set_style): ... ``` diff --git a/english/aspose.cells/cell/remove_array_formula/_index.md b/english/aspose.cells/cell/remove_array_formula/_index.md index 4a11bf9af7..ba1cebb754 100644 --- a/english/aspose.cells/cell/remove_array_formula/_index.md +++ b/english/aspose.cells/cell/remove_array_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/remove_array_formula/ is_root: false --- -## remove_array_formula {#bool} +## remove_array_formula(self, leave_normal_formula) {#bool} Remove array formula. ```python + def remove_array_formula(self, leave_normal_formula): ... ``` diff --git a/english/aspose.cells/cell/replace/_index.md b/english/aspose.cells/cell/replace/_index.md index e5fd6447eb..d70a4d74ca 100644 --- a/english/aspose.cells/cell/replace/_index.md +++ b/english/aspose.cells/cell/replace/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/replace/ is_root: false --- -## replace {#str-str-aspose.cells.ReplaceOptions} +## replace(self, place_holder, new_value, options) {#str-str-aspose.cells.ReplaceOptions} Replace text of the cell with options. ```python + def replace(self, place_holder, new_value, options): ... ``` diff --git a/english/aspose.cells/cell/set_array_formula/_index.md b/english/aspose.cells/cell/set_array_formula/_index.md index eb85f0692e..e59bf2de7e 100644 --- a/english/aspose.cells/cell/set_array_formula/_index.md +++ b/english/aspose.cells/cell/set_array_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_array_formula/ is_root: false --- -## set_array_formula {#str-int-int} +## set_array_formula(self, array_formula, row_number, column_number) {#str-int-int} Sets an array formula(legacy array formula entered via CTRL+SHIFT+ENTER in ms excel) to a range of cells. ```python + def set_array_formula(self, array_formula, row_number, column_number): ... ``` @@ -27,13 +28,14 @@ def set_array_formula(self, array_formula, row_number, column_number): | column_number | int | Number of columns to populate result of the array formula. | -## set_array_formula {#str-int-int-aspose.cells.FormulaParseOptions} +## set_array_formula(self, array_formula, row_number, column_number, options) {#str-int-int-aspose.cells.FormulaParseOptions} Sets an array formula to a range of cells. ```python + def set_array_formula(self, array_formula, row_number, column_number, options): ... ``` @@ -47,13 +49,14 @@ def set_array_formula(self, array_formula, row_number, column_number, options): | options | [`FormulaParseOptions`](/cells/python-net/aspose.cells/formulaparseoptions) | Options for parsing the formula. | -## set_array_formula {#str-int-int-bool-bool} +## set_array_formula(self, array_formula, row_number, column_number, is_r1c1, is_local) {#str-int-int-bool-bool} Sets an array formula to a range of cells. ```python + def set_array_formula(self, array_formula, row_number, column_number, is_r1c1, is_local): ... ``` @@ -73,13 +76,14 @@ please use Cell.SetArrayFormula(string,int,int,FormulaParseOptions). This property will be removed 12 months later since December 2019. Aspose apologizes for any inconvenience you may have experienced. -## set_array_formula {#str-int-int-aspose.cells.FormulaParseOptions-list} +## set_array_formula(self, array_formula, row_number, column_number, options, values) {#str-int-int-aspose.cells.FormulaParseOptions-list} Sets an array formula to a range of cells. ```python + def set_array_formula(self, array_formula, row_number, column_number, options, values): ... ``` diff --git a/english/aspose.cells/cell/set_characters/_index.md b/english/aspose.cells/cell/set_characters/_index.md index 1bbdfe6122..34190a5b9a 100644 --- a/english/aspose.cells/cell/set_characters/_index.md +++ b/english/aspose.cells/cell/set_characters/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_characters/ is_root: false --- -## set_characters {#list} +## set_characters(self, characters) {#list} Sets rich text format of the cell. ```python + def set_characters(self, characters): ... ``` diff --git a/english/aspose.cells/cell/set_dynamic_array_formula/_index.md b/english/aspose.cells/cell/set_dynamic_array_formula/_index.md index b0af0a3ca6..f7634e51b7 100644 --- a/english/aspose.cells/cell/set_dynamic_array_formula/_index.md +++ b/english/aspose.cells/cell/set_dynamic_array_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/set_dynamic_array_formula/ is_root: false --- -## set_dynamic_array_formula {#str-aspose.cells.FormulaParseOptions-bool} +## set_dynamic_array_formula(self, array_formula, options, calculate_value) {#str-aspose.cells.FormulaParseOptions-bool} Sets dynamic array formula and make the formula spill into neighboring cells if possible. @@ -19,9 +19,10 @@ Sets dynamic array formula and make the formula spill into neighboring cells if the range that the formula should spill into. -```python +```python + def set_dynamic_array_formula(self, array_formula, options, calculate_value): - ... + ... ``` @@ -36,7 +37,7 @@ the returned range may be not same with the actual one that this dynamic array f If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. -## set_dynamic_array_formula {#str-aspose.cells.FormulaParseOptions-list-bool-bool} +## set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value) {#str-aspose.cells.FormulaParseOptions-list-bool-bool} Sets dynamic array formula and make the formula spill into neighboring cells if possible. @@ -47,9 +48,10 @@ Sets dynamic array formula and make the formula spill into neighboring cells if the range that the formula should spill into. -```python +```python + def set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value): - ... + ... ``` @@ -66,7 +68,7 @@ the returned range may be not same with the actual one that this dynamic array f If there are non-empty cells in the range, the formula will be set for current cell only and marked as "#SPILL!". But for such kind of situation we still return the whole range that this formula should spill into. -## set_dynamic_array_formula {#str-aspose.cells.FormulaParseOptions-list-bool-bool-aspose.cells.CalculationOptions} +## set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value, copts) {#str-aspose.cells.FormulaParseOptions-list-bool-bool-aspose.cells.CalculationOptions} Sets dynamic array formula and make the formula spill into neighboring cells if possible. @@ -77,9 +79,10 @@ Sets dynamic array formula and make the formula spill into neighboring cells if the range that the formula should spill into. -```python +```python + def set_dynamic_array_formula(self, array_formula, options, values, calculate_range, calculate_value, copts): - ... + ... ``` diff --git a/english/aspose.cells/cell/set_formula/_index.md b/english/aspose.cells/cell/set_formula/_index.md index c7384ff32e..a3b8340cfb 100644 --- a/english/aspose.cells/cell/set_formula/_index.md +++ b/english/aspose.cells/cell/set_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_formula/ is_root: false --- -## set_formula {#str-any} +## set_formula(self, formula, value) {#str-any} Set the formula and the value(calculated result) of the formula. ```python + def set_formula(self, formula, value): ... ``` @@ -26,13 +27,14 @@ def set_formula(self, formula, value): | value | any | The value(calculated result) of the formula. | -## set_formula {#str-aspose.cells.FormulaParseOptions} +## set_formula(self, formula, options) {#str-aspose.cells.FormulaParseOptions} Set the formula and the value(calculated result) of the formula. ```python + def set_formula(self, formula, options): ... ``` @@ -44,13 +46,14 @@ def set_formula(self, formula, options): | options | [`FormulaParseOptions`](/cells/python-net/aspose.cells/formulaparseoptions) | Options for parsing the formula. | -## set_formula {#str-aspose.cells.FormulaParseOptions-any} +## set_formula(self, formula, options, value) {#str-aspose.cells.FormulaParseOptions-any} Set the formula and the value(calculated result) of the formula. ```python + def set_formula(self, formula, options, value): ... ``` @@ -63,13 +66,14 @@ def set_formula(self, formula, options, value): | value | any | The value(calculated result) of the formula. | -## set_formula {#str-bool-bool-any} +## set_formula(self, formula, is_r1c1, is_local, value) {#str-bool-bool-any} Set the formula and the value of the formula. ```python + def set_formula(self, formula, is_r1c1, is_local, value): ... ``` diff --git a/english/aspose.cells/cell/set_shared_formula/_index.md b/english/aspose.cells/cell/set_shared_formula/_index.md index c13d04579f..f8531a7e72 100644 --- a/english/aspose.cells/cell/set_shared_formula/_index.md +++ b/english/aspose.cells/cell/set_shared_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_shared_formula/ is_root: false --- -## set_shared_formula {#str-int-int} +## set_shared_formula(self, shared_formula, row_number, column_number) {#str-int-int} Sets shared formulas to a range of cells. ```python + def set_shared_formula(self, shared_formula, row_number, column_number): ... ``` @@ -29,13 +30,14 @@ def set_shared_formula(self, shared_formula, row_number, column_number): -## set_shared_formula {#str-int-int-aspose.cells.FormulaParseOptions} +## set_shared_formula(self, shared_formula, row_number, column_number, options) {#str-int-int-aspose.cells.FormulaParseOptions} Sets shared formulas to a range of cells. ```python + def set_shared_formula(self, shared_formula, row_number, column_number, options): ... ``` @@ -49,13 +51,14 @@ def set_shared_formula(self, shared_formula, row_number, column_number, options) | options | [`FormulaParseOptions`](/cells/python-net/aspose.cells/formulaparseoptions) | Options for parsing the formula. | -## set_shared_formula {#str-int-int-bool-bool} +## set_shared_formula(self, shared_formula, row_number, column_number, is_r1c1, is_local) {#str-int-int-bool-bool} Sets a formula to a range of cells. ```python + def set_shared_formula(self, shared_formula, row_number, column_number, is_r1c1, is_local): ... ``` @@ -75,13 +78,14 @@ please use Cell.SetSharedFormula(string,int,int,FormulaParseOptions). This property will be removed 12 months later since December 2019. Aspose apologizes for any inconvenience you may have experienced. -## set_shared_formula {#str-int-int-aspose.cells.FormulaParseOptions-list} +## set_shared_formula(self, shared_formula, row_number, column_number, options, values) {#str-int-int-aspose.cells.FormulaParseOptions-list} Sets shared formulas to a range of cells. ```python + def set_shared_formula(self, shared_formula, row_number, column_number, options, values): ... ``` diff --git a/english/aspose.cells/cell/set_style/_index.md b/english/aspose.cells/cell/set_style/_index.md index f271addd77..290eabc262 100644 --- a/english/aspose.cells/cell/set_style/_index.md +++ b/english/aspose.cells/cell/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the cell style. ```python + def set_style(self, style): ... ``` @@ -27,13 +28,14 @@ def set_style(self, style): If the border settings are changed, the border of adjust cells will be updated too. -## set_style {#aspose.cells.Style-bool} +## set_style(self, style, explicit_flag) {#aspose.cells.Style-bool} Apply the changed property of style to the cell. ```python + def set_style(self, style, explicit_flag): ... ``` @@ -45,13 +47,14 @@ def set_style(self, style, explicit_flag): | explicit_flag | bool | True, only overwriting formatting which is explicitly set. | -## set_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## set_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Apply the cell style based on flags. ```python + def set_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/cell/set_table_formula/_index.md b/english/aspose.cells/cell/set_table_formula/_index.md index d58106fe83..d1dee3acba 100644 --- a/english/aspose.cells/cell/set_table_formula/_index.md +++ b/english/aspose.cells/cell/set_table_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cell/set_table_formula/ is_root: false --- -## set_table_formula {#int-int-str-str-list} +## set_table_formula(self, row_number, column_number, row_input_cell, column_input_cell, values) {#int-int-str-str-list} Create two-variable data table for given range starting from this cell. ```python + def set_table_formula(self, row_number, column_number, row_input_cell, column_input_cell, values): ... ``` @@ -29,13 +30,14 @@ def set_table_formula(self, row_number, column_number, row_input_cell, column_in | values | list | values for cells in table formula range | -## set_table_formula {#int-int-str-bool-list} +## set_table_formula(self, row_number, column_number, input_cell, is_row_input, values) {#int-int-str-bool-list} Create one-variable data table for given range starting from this cell. ```python + def set_table_formula(self, row_number, column_number, input_cell, is_row_input, values): ... ``` @@ -50,13 +52,14 @@ def set_table_formula(self, row_number, column_number, input_cell, is_row_input, | values | list | values for cells in table formula range | -## set_table_formula {#int-int-int-int-bool-list} +## set_table_formula(self, row_number, column_number, row_index_of_input_cell, column_index_of_input_cell, is_row_input, values) {#int-int-int-int-bool-list} Create one-variable data table for given range starting from this cell. ```python + def set_table_formula(self, row_number, column_number, row_index_of_input_cell, column_index_of_input_cell, is_row_input, values): ... ``` @@ -72,13 +75,14 @@ def set_table_formula(self, row_number, column_number, row_index_of_input_cell, | values | list | values for cells in table formula range | -## set_table_formula {#int-int-int-int-int-int-list} +## set_table_formula(self, row_number, column_number, row_index_of_row_input_cell, column_index_of_row_input_cell, row_index_of_column_input_cell, column_index_of_column_input_cell, values) {#int-int-int-int-int-int-list} Create two-variable data table for given range starting from this cell. ```python + def set_table_formula(self, row_number, column_number, row_index_of_row_input_cell, column_index_of_row_input_cell, row_index_of_column_input_cell, column_index_of_column_input_cell, values): ... ``` diff --git a/english/aspose.cells/cell/to_json/_index.md b/english/aspose.cells/cell/to_json/_index.md index b2bac1c64a..838349b147 100644 --- a/english/aspose.cells/cell/to_json/_index.md +++ b/english/aspose.cells/cell/to_json/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cell/to_json/ is_root: false --- -## to_json {#} +## to_json(self) {#} Convert [`Cell`](/cells/python-net/aspose.cells/cell) to JSON struct data. @@ -20,6 +20,7 @@ Convert [`Cell`](/cells/python-net/aspose.cells/cell) to JSON struct data. ```python + def to_json(self): ... ``` diff --git a/english/aspose.cells/cellarea/__init__/_index.md b/english/aspose.cells/cellarea/__init__/_index.md index 2bcd12255d..e8b2db63e1 100644 --- a/english/aspose.cells/cellarea/__init__/_index.md +++ b/english/aspose.cells/cellarea/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellarea/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CellArea ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/cellarea/_index.md b/english/aspose.cells/cellarea/_index.md index 71f2d90554..72c6c0e70d 100644 --- a/english/aspose.cells/cellarea/_index.md +++ b/english/aspose.cells/cellarea/_index.md @@ -19,7 +19,7 @@ The CellArea type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/cellarea/__init__/#) | Constructs a new instance of CellArea | +| [`__init__(self)`](/cells/python-net/aspose.cells/cellarea/__init__/#) | Constructs a new instance of CellArea | ### Properties @@ -34,9 +34,9 @@ The CellArea type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [create_cell_area](/cells/python-net/aspose.cells/cellarea/create_cell_area/#int-int-int-int) | Creates a cell area. | -| [create_cell_area](/cells/python-net/aspose.cells/cellarea/create_cell_area/#str-str) | Creates a cell area. | -| [compare_to](/cells/python-net/aspose.cells/cellarea/compare_to/#any) | Compare two CellArea objects according to their top-left corner. | +| [`create_cell_area(, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/cellarea/create_cell_area/#int-int-int-int) | Creates a cell area. | +| [`create_cell_area(, start_cell_name, end_cell_name)`](/cells/python-net/aspose.cells/cellarea/create_cell_area/#str-str) | Creates a cell area. | +| [`compare_to(self, obj)`](/cells/python-net/aspose.cells/cellarea/compare_to/#any) | Compare two CellArea objects according to their top-left corner. | diff --git a/english/aspose.cells/cellarea/compare_to/_index.md b/english/aspose.cells/cellarea/compare_to/_index.md index e1d12d378f..965cde4016 100644 --- a/english/aspose.cells/cellarea/compare_to/_index.md +++ b/english/aspose.cells/cellarea/compare_to/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellarea/compare_to/ is_root: false --- -## compare_to {#any} +## compare_to(self, obj) {#any} Compare two CellArea objects according to their top-left corner. @@ -21,6 +21,7 @@ If two corners are same, then 0 will be returned. ```python + def compare_to(self, obj): ... ``` diff --git a/english/aspose.cells/cellarea/create_cell_area/_index.md b/english/aspose.cells/cellarea/create_cell_area/_index.md index 139ad3cd93..e6a1b78f39 100644 --- a/english/aspose.cells/cellarea/create_cell_area/_index.md +++ b/english/aspose.cells/cellarea/create_cell_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellarea/create_cell_area/ is_root: false --- -## create_cell_area {#str-str} +## create_cell_area(, start_cell_name, end_cell_name) {#str-str} Creates a cell area. @@ -20,7 +20,9 @@ Return a [`CellArea`](/cells/python-net/aspose.cells/cellarea). ```python -def create_cell_area(self, start_cell_name, end_cell_name): + +@staticmethod +def create_cell_area(start_cell_name, end_cell_name): ... ``` @@ -31,7 +33,7 @@ def create_cell_area(self, start_cell_name, end_cell_name): | end_cell_name | str | The bottom-right cell of the range. | -## create_cell_area {#int-int-int-int} +## create_cell_area(, start_row, start_column, end_row, end_column) {#int-int-int-int} Creates a cell area. @@ -43,7 +45,9 @@ Return a [`CellArea`](/cells/python-net/aspose.cells/cellarea). ```python -def create_cell_area(self, start_row, start_column, end_row, end_column): + +@staticmethod +def create_cell_area(start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/cellarea/end_column/_index.md b/english/aspose.cells/cellarea/end_column/_index.md index ef54d36cba..401cf02c7a 100644 --- a/english/aspose.cells/cellarea/end_column/_index.md +++ b/english/aspose.cells/cellarea/end_column/_index.md @@ -12,6 +12,10 @@ is_root: false Gets or set the end column of this area. +### Definition: +```python +f end_column +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellarea/end_row/_index.md b/english/aspose.cells/cellarea/end_row/_index.md index 9737882a89..036a291d3b 100644 --- a/english/aspose.cells/cellarea/end_row/_index.md +++ b/english/aspose.cells/cellarea/end_row/_index.md @@ -12,6 +12,10 @@ is_root: false Gets or set the end row of this area. +### Definition: +```python +f end_row +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellarea/start_column/_index.md b/english/aspose.cells/cellarea/start_column/_index.md index abf0882ebd..effc7faaf2 100644 --- a/english/aspose.cells/cellarea/start_column/_index.md +++ b/english/aspose.cells/cellarea/start_column/_index.md @@ -12,6 +12,10 @@ is_root: false Gets or set the start column of this area. +### Definition: +```python +f start_column +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellarea/start_row/_index.md b/english/aspose.cells/cellarea/start_row/_index.md index be01eb1f7b..583ec4e01c 100644 --- a/english/aspose.cells/cellarea/start_row/_index.md +++ b/english/aspose.cells/cellarea/start_row/_index.md @@ -12,6 +12,10 @@ is_root: false Gets or set the start row of this area. +### Definition: +```python +f start_row +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellbordertype/_index.md b/english/aspose.cells/cellbordertype/_index.md index b65d8eba87..fc0f236fb7 100644 --- a/english/aspose.cells/cellbordertype/_index.md +++ b/english/aspose.cells/cellbordertype/_index.md @@ -3,7 +3,7 @@ title: CellBorderType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1970 +weight: 1980 url: /aspose.cells/cellbordertype/ is_root: false --- diff --git a/english/aspose.cells/cells/_index.md b/english/aspose.cells/cells/_index.md index 404dfe8085..161feb057a 100644 --- a/english/aspose.cells/cells/_index.md +++ b/english/aspose.cells/cells/_index.md @@ -54,152 +54,151 @@ The Cells type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [create_range](/cells/python-net/aspose.cells/cells/create_range/#str-str) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. | -| [create_range](/cells/python-net/aspose.cells/cells/create_range/#int-int-int-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. | -| [create_range](/cells/python-net/aspose.cells/cells/create_range/#str) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | -| [create_range](/cells/python-net/aspose.cells/cells/create_range/#int-int-bool) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from rows of cells or columns of cells. | -| [get](/cells/python-net/aspose.cells/cells/get/#int-int) | Add API for Python Via .Net.since this[int row, int column] is unsupported | -| [get](/cells/python-net/aspose.cells/cells/get/#str) | Add API for Python Via .Net.since this[string cellName] is unsupported | -| [import_object_array](/cells/python-net/aspose.cells/cells/import_object_array/#list-int-int-bool) | Imports an array of data into a worksheet. | -| [import_object_array](/cells/python-net/aspose.cells/cells/import_object_array/#list-int-int-bool-int) | Imports an array of data into a worksheet. | -| [import_array](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of string into a worksheet. | -| [import_array](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of integer into a worksheet. | -| [import_array](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of double into a worksheet. | -| [import_csv](/cells/python-net/aspose.cells/cells/import_csv/#str-str-bool-int-int) | Import a CSV file to the cells. | -| [import_csv](/cells/python-net/aspose.cells/cells/import_csv/#io.RawIOBase-str-bool-int-int) | Import a CSV file to the cells. | -| [import_csv](/cells/python-net/aspose.cells/cells/import_csv/#str-aspose.cells.TxtLoadOptions-int-int) | Import a CSV file to the cells. | -| [import_csv](/cells/python-net/aspose.cells/cells/import_csv/#io.RawIOBase-aspose.cells.TxtLoadOptions-int-int) | Import a CSV file to the cells. | -| [merge](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int) | Merges a specified range of cells into a single cell. | -| [merge](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int-bool) | Merges a specified range of cells into a single cell. | -| [merge](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int-bool-bool) | Merges a specified range of cells into a single cell. | -| [get_row_height](/cells/python-net/aspose.cells/cells/get_row_height/#int-bool-aspose.cells.CellsUnitType) | Gets row's height. | -| [get_row_height](/cells/python-net/aspose.cells/cells/get_row_height/#int) | Gets the height of a specified row, in unit of points. | -| [get_column_width](/cells/python-net/aspose.cells/cells/get_column_width/#int-bool-aspose.cells.CellsUnitType) | Gets the column width. | -| [get_column_width](/cells/python-net/aspose.cells/cells/get_column_width/#int) | Gets the width(in unit of characters) of the specified column in normal view | -| [get_column_width_pixel](/cells/python-net/aspose.cells/cells/get_column_width_pixel/#int) | Gets the width of the specified column in normal view, in units of pixel. | -| [get_column_width_pixel](/cells/python-net/aspose.cells/cells/get_column_width_pixel/#int-bool) | Gets the width of the specified column in normal view, in units of pixel. | -| [copy_columns](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.Cells-int-int-int-aspose.cells.PasteOptions) | Copies data and formats of a whole column. | -| [copy_columns](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.Cells-int-int-int) | Copies data and formats of a whole column. | -| [copy_columns](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.Cells-int-int-int-int) | Copies data and formats of the whole columns. | -| [copy_rows](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.Cells-int-int-int) | Copies data and formats of some whole rows. | -| [copy_rows](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions) | Copies data and formats of some whole rows. | -| [copy_rows](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions-aspose.cells.PasteOptions) | Copies data and formats of some whole rows. | -| [group_columns](/cells/python-net/aspose.cells/cells/group_columns/#int-int) | Groups columns. | -| [group_columns](/cells/python-net/aspose.cells/cells/group_columns/#int-int-bool) | Groups columns. | -| [ungroup_rows](/cells/python-net/aspose.cells/cells/ungroup_rows/#int-int-bool) | Ungroups rows. | -| [ungroup_rows](/cells/python-net/aspose.cells/cells/ungroup_rows/#int-int) | Ungroups rows. | -| [group_rows](/cells/python-net/aspose.cells/cells/group_rows/#int-int-bool) | Groups rows. | -| [group_rows](/cells/python-net/aspose.cells/cells/group_rows/#int-int) | Groups rows. | -| [delete_column](/cells/python-net/aspose.cells/cells/delete_column/#int-bool) | Deletes a column. | -| [delete_column](/cells/python-net/aspose.cells/cells/delete_column/#int) | Deletes a column. | -| [delete_columns](/cells/python-net/aspose.cells/cells/delete_columns/#int-int-bool) | Deletes several columns. | -| [delete_columns](/cells/python-net/aspose.cells/cells/delete_columns/#int-int-aspose.cells.DeleteOptions) | Deletes several columns. | -| [delete_row](/cells/python-net/aspose.cells/cells/delete_row/#int) | Deletes a row. | -| [delete_row](/cells/python-net/aspose.cells/cells/delete_row/#int-bool) | Deletes a row. | -| [delete_rows](/cells/python-net/aspose.cells/cells/delete_rows/#int-int) | Deletes multiple rows. | -| [delete_rows](/cells/python-net/aspose.cells/cells/delete_rows/#int-int-bool) | Deletes multiple rows in the worksheet. | -| [delete_rows](/cells/python-net/aspose.cells/cells/delete_rows/#int-int-aspose.cells.DeleteOptions) | Deletes multiple rows in the worksheet. | -| [delete_blank_columns](/cells/python-net/aspose.cells/cells/delete_blank_columns/#) | Delete all blank columns which do not contain any data. | -| [delete_blank_columns](/cells/python-net/aspose.cells/cells/delete_blank_columns/#aspose.cells.DeleteOptions) | Delete all blank columns which do not contain any data. | -| [delete_blank_rows](/cells/python-net/aspose.cells/cells/delete_blank_rows/#) | Delete all blank rows which do not contain any data or other object. | -| [delete_blank_rows](/cells/python-net/aspose.cells/cells/delete_blank_rows/#aspose.cells.DeleteOptions) | Delete all blank rows which do not contain any data or some special objects such as visible comment, pivot table. | -| [insert_columns](/cells/python-net/aspose.cells/cells/insert_columns/#int-int) | Inserts some columns into the worksheet. | -| [insert_columns](/cells/python-net/aspose.cells/cells/insert_columns/#int-int-bool) | Inserts some columns into the worksheet. | -| [insert_columns](/cells/python-net/aspose.cells/cells/insert_columns/#int-int-aspose.cells.InsertOptions) | Inserts some columns into the worksheet. | -| [insert_column](/cells/python-net/aspose.cells/cells/insert_column/#int-bool) | Inserts a new column into the worksheet. | -| [insert_column](/cells/python-net/aspose.cells/cells/insert_column/#int) | Inserts a new column into the worksheet. | -| [insert_rows](/cells/python-net/aspose.cells/cells/insert_rows/#int-int-bool) | Inserts multiple rows into the worksheet. | -| [insert_rows](/cells/python-net/aspose.cells/cells/insert_rows/#int-int-aspose.cells.InsertOptions) | Inserts multiple rows into the worksheet. | -| [insert_rows](/cells/python-net/aspose.cells/cells/insert_rows/#int-int) | Inserts multiple rows into the worksheet. | -| [clear_range](/cells/python-net/aspose.cells/cells/clear_range/#aspose.cells.CellArea) | Clears contents and formatting of a range. | -| [clear_range](/cells/python-net/aspose.cells/cells/clear_range/#int-int-int-int) | Clears contents and formatting of a range. | -| [clear_contents](/cells/python-net/aspose.cells/cells/clear_contents/#aspose.cells.CellArea) | Clears contents of a range. | -| [clear_contents](/cells/python-net/aspose.cells/cells/clear_contents/#int-int-int-int) | Clears contents of a range. | -| [clear_formats](/cells/python-net/aspose.cells/cells/clear_formats/#aspose.cells.CellArea) | Clears formatting of a range. | -| [clear_formats](/cells/python-net/aspose.cells/cells/clear_formats/#int-int-int-int) | Clears formatting of a range. | -| [find](/cells/python-net/aspose.cells/cells/find/#any-aspose.cells.Cell) | Finds the cell containing with the input object. | -| [find](/cells/python-net/aspose.cells/cells/find/#any-aspose.cells.Cell-aspose.cells.FindOptions) | Finds the cell containing with the input object. | -| [end_cell_in_row](/cells/python-net/aspose.cells/cells/end_cell_in_row/#int) | Gets the last cell in this row. | -| [end_cell_in_row](/cells/python-net/aspose.cells/cells/end_cell_in_row/#int-int-int-int) | Gets the last cell with maximum row index in this range. | -| [end_cell_in_column](/cells/python-net/aspose.cells/cells/end_cell_in_column/#int) | Gets the last cell in this column. | -| [end_cell_in_column](/cells/python-net/aspose.cells/cells/end_cell_in_column/#int-int-int-int) | Gets the last cell with maximum column index in this range. | -| [insert_range](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.CellArea-int-aspose.cells.ShiftType-bool) | Inserts a range of cells and shift cells according to the shift option. | -| [insert_range](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.CellArea-aspose.cells.ShiftType) | Inserts a range of cells and shift cells according to the shift option. | -| [insert_range](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.CellArea-int-aspose.cells.ShiftType) | Inserts a range of cells and shift cells according to the shift option. | -| [import_custom_objects](/cells/python-net/aspose.cells/cells/import_custom_objects/#list-list-bool-int-int-int-bool-str-bool) | Imports custom objects. | -| [import_custom_objects](/cells/python-net/aspose.cells/cells/import_custom_objects/#list-int-int-aspose.cells.ImportTableOptions) | Imports custom objects. | -| [subtotal](/cells/python-net/aspose.cells/cells/subtotal/#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list) | Creates subtotals for the range. | -| [subtotal](/cells/python-net/aspose.cells/cells/subtotal/#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list-bool-bool-bool) | Creates subtotals for the range. | -| [remove_duplicates](/cells/python-net/aspose.cells/cells/remove_duplicates/#) | Removes duplicate rows in the sheet. | -| [remove_duplicates](/cells/python-net/aspose.cells/cells/remove_duplicates/#int-int-int-int) | Removes duplicate values in the range. | -| [remove_duplicates](/cells/python-net/aspose.cells/cells/remove_duplicates/#int-int-int-int-bool-list) | Removes duplicate data of the range. | -| [get_row_enumerator](/cells/python-net/aspose.cells/cells/get_row_enumerator/#) | Gets the rows enumerator. | -| [get_merged_areas](/cells/python-net/aspose.cells/cells/get_merged_areas/#) | Gets all merged cells. | -| [get_cell](/cells/python-net/aspose.cells/cells/get_cell/#int-int) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. | -| [get_row](/cells/python-net/aspose.cells/cells/get_row/#int) | Gets the [`Row`](/cells/python-net/aspose.cells/row) element at the specified cell row index. | -| [check_cell](/cells/python-net/aspose.cells/cells/check_cell/#int-int) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. | -| [check_row](/cells/python-net/aspose.cells/cells/check_row/#int) | Gets the [`Row`](/cells/python-net/aspose.cells/row) element or null at the specified cell row index. | -| [check_column](/cells/python-net/aspose.cells/cells/check_column/#int) | Gets the [`Column`](/cells/python-net/aspose.cells/column) element or null at the specified column index. | -| [is_row_hidden](/cells/python-net/aspose.cells/cells/is_row_hidden/#int) | Checks whether a row at given index is hidden. | -| [is_column_hidden](/cells/python-net/aspose.cells/cells/is_column_hidden/#int) | Checks whether a column at given index is hidden. | -| [add_range](/cells/python-net/aspose.cells/cells/add_range/#aspose.cells.Range) | Adds a range object reference to cells | -| [clear](/cells/python-net/aspose.cells/cells/clear/#) | Clears all data of the worksheet. | -| [import_data](/cells/python-net/aspose.cells/cells/import_data/#aspose.cells.ICellsDataTable-int-int-aspose.cells.ImportTableOptions) | Import data from custom data table. | -| [import_array_list](/cells/python-net/aspose.cells/cells/import_array_list/#list-int-int-bool) | Imports an arraylist of data into a worksheet. | -| [import_formula_array](/cells/python-net/aspose.cells/cells/import_formula_array/#list-int-int-bool) | Imports an array of formula into a worksheet. | -| [text_to_columns](/cells/python-net/aspose.cells/cells/text_to_columns/#int-int-int-aspose.cells.TxtLoadOptions) | Splits content in specified column into multiple columns.. | -| [un_merge](/cells/python-net/aspose.cells/cells/un_merge/#int-int-int-int) | Unmerges a specified range of merged cells. | -| [clear_merged_cells](/cells/python-net/aspose.cells/cells/clear_merged_cells/#) | Clears all merged ranges. | -| [hide_row](/cells/python-net/aspose.cells/cells/hide_row/#int) | Hides a row. | -| [unhide_row](/cells/python-net/aspose.cells/cells/unhide_row/#int-float) | Unhides a row. | -| [hide_rows](/cells/python-net/aspose.cells/cells/hide_rows/#int-int) | Hides multiple rows. | -| [unhide_rows](/cells/python-net/aspose.cells/cells/unhide_rows/#int-int-float) | Unhides the hidden rows. | -| [set_row_height_pixel](/cells/python-net/aspose.cells/cells/set_row_height_pixel/#int-int) | Sets row height in unit of pixels. | -| [set_row_height_inch](/cells/python-net/aspose.cells/cells/set_row_height_inch/#int-float) | Sets row height in unit of inches. | -| [set_row_height](/cells/python-net/aspose.cells/cells/set_row_height/#int-float) | Sets the height of the specified row. | -| [get_row_original_height_point](/cells/python-net/aspose.cells/cells/get_row_original_height_point/#int) | Gets original row's height in unit of point if the row is hidden | -| [get_column_original_width_point](/cells/python-net/aspose.cells/cells/get_column_original_width_point/#int) | Gets original column's height in unit of point if the column is hidden | -| [hide_column](/cells/python-net/aspose.cells/cells/hide_column/#int) | Hides a column. | -| [unhide_column](/cells/python-net/aspose.cells/cells/unhide_column/#int-float) | Unhides a column | -| [hide_columns](/cells/python-net/aspose.cells/cells/hide_columns/#int-int) | Hide multiple columns. | -| [unhide_columns](/cells/python-net/aspose.cells/cells/unhide_columns/#int-int-float) | Unhide multiple columns. | -| [get_view_row_height](/cells/python-net/aspose.cells/cells/get_view_row_height/#int) | Gets the height of a specified row. | -| [get_row_height_inch](/cells/python-net/aspose.cells/cells/get_row_height_inch/#int) | Gets the height of a specified row in unit of inches. | -| [get_view_row_height_inch](/cells/python-net/aspose.cells/cells/get_view_row_height_inch/#int) | Gets the height of a specified row in unit of inches. | -| [get_row_height_pixel](/cells/python-net/aspose.cells/cells/get_row_height_pixel/#int) | Gets the height of a specified row in unit of pixel. | -| [set_column_width_pixel](/cells/python-net/aspose.cells/cells/set_column_width_pixel/#int-int) | Sets column width in unit of pixels in normal view. | -| [set_column_width_inch](/cells/python-net/aspose.cells/cells/set_column_width_inch/#int-float) | Sets column width in unit of inches in normal view. | -| [set_column_width](/cells/python-net/aspose.cells/cells/set_column_width/#int-float) | Sets the width of the specified column in normal view. | -| [get_column_width_inch](/cells/python-net/aspose.cells/cells/get_column_width_inch/#int) | Gets the width of the specified column in normal view, in units of inches. | -| [get_view_column_width_pixel](/cells/python-net/aspose.cells/cells/get_view_column_width_pixel/#int) | Get the width in different view type. | -| [set_view_column_width_pixel](/cells/python-net/aspose.cells/cells/set_view_column_width_pixel/#int-int) | Sets the width of the column in different view. | -| [get_last_data_row](/cells/python-net/aspose.cells/cells/get_last_data_row/#int) | Gets the last row index of cell which contains data in the specified column. | -| [apply_column_style](/cells/python-net/aspose.cells/cells/apply_column_style/#int-aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole column. | -| [apply_row_style](/cells/python-net/aspose.cells/cells/apply_row_style/#int-aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole row. | -| [apply_style](/cells/python-net/aspose.cells/cells/apply_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole worksheet. | -| [copy_column](/cells/python-net/aspose.cells/cells/copy_column/#aspose.cells.Cells-int-int) | Copies data and formats of a whole column. | -| [copy_row](/cells/python-net/aspose.cells/cells/copy_row/#aspose.cells.Cells-int-int) | Copies data and formats of a whole row. | -| [get_grouped_row_outline_level](/cells/python-net/aspose.cells/cells/get_grouped_row_outline_level/#int) | Gets the outline level (zero-based) of the row. | -| [get_grouped_column_outline_level](/cells/python-net/aspose.cells/cells/get_grouped_column_outline_level/#int) | Gets the outline level (zero-based) of the column. | -| [get_max_grouped_column_outline_level](/cells/python-net/aspose.cells/cells/get_max_grouped_column_outline_level/#) | Gets the max grouped column outline level (zero-based). | -| [get_max_grouped_row_outline_level](/cells/python-net/aspose.cells/cells/get_max_grouped_row_outline_level/#) | Gets the max grouped row outline level (zero-based). | -| [show_group_detail](/cells/python-net/aspose.cells/cells/show_group_detail/#bool-int) | Expands the grouped rows/columns. | -| [hide_group_detail](/cells/python-net/aspose.cells/cells/hide_group_detail/#bool-int) | Collapses the grouped rows/columns. | -| [ungroup_columns](/cells/python-net/aspose.cells/cells/ungroup_columns/#int-int) | Ungroups columns. | -| [is_deleting_range_enabled](/cells/python-net/aspose.cells/cells/is_deleting_range_enabled/#int-int-int-int) | Check whether the range could be deleted. | -| [is_blank_column](/cells/python-net/aspose.cells/cells/is_blank_column/#int) | Checks whether given column is blank(does not contain any data). | -| [insert_row](/cells/python-net/aspose.cells/cells/insert_row/#int) | Inserts a new row into the worksheet. | -| [link_to_xml_map](/cells/python-net/aspose.cells/cells/link_to_xml_map/#str-int-int-str) | Link to a xml map. | -| [move_range](/cells/python-net/aspose.cells/cells/move_range/#aspose.cells.CellArea-int-int) | Moves the range. | -| [insert_cut_cells](/cells/python-net/aspose.cells/cells/insert_cut_cells/#aspose.cells.Range-int-int-aspose.cells.ShiftType) | Insert cut range. | -| [delete_range](/cells/python-net/aspose.cells/cells/delete_range/#int-int-int-int-aspose.cells.ShiftType) | Deletes a range of cells and shift cells according to the shift option. | -| [retrieve_subtotal_setting](/cells/python-net/aspose.cells/cells/retrieve_subtotal_setting/#aspose.cells.CellArea) | Retrieves subtotals setting of the range. | -| [remove_formulas](/cells/python-net/aspose.cells/cells/remove_formulas/#) | Removes all formula and replaces with the value of the formula. | -| [convert_string_to_numeric_value](/cells/python-net/aspose.cells/cells/convert_string_to_numeric_value/#) | Converts all string data in the worksheet to numeric value if possible. | -| [get_dependents](/cells/python-net/aspose.cells/cells/get_dependents/#bool-int-int) | Get all cells which refer to the specific cell. | -| [get_dependents_in_calculation](/cells/python-net/aspose.cells/cells/get_dependents_in_calculation/#int-int-bool) | Gets all cells whose calculated result depends on specific cell. | -| [get_cells_with_place_in_cell_picture](/cells/python-net/aspose.cells/cells/get_cells_with_place_in_cell_picture/#) | Gets all cells that contain embedded picture. | -| [get_cell_style](/cells/python-net/aspose.cells/cells/get_cell_style/#int-int) | Get the style of given cell. | +| [`create_range(self, upper_left_cell, lower_right_cell)`](/cells/python-net/aspose.cells/cells/create_range/#str-str) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. | +| [`create_range(self, first_row, first_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/cells/create_range/#int-int-int-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. | +| [`create_range(self, address)`](/cells/python-net/aspose.cells/cells/create_range/#str) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | +| [`create_range(self, first_index, number, is_vertical)`](/cells/python-net/aspose.cells/cells/create_range/#int-int-bool) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from rows of cells or columns of cells. | +| [`get(self, row, column)`](/cells/python-net/aspose.cells/cells/get/#int-int) | Add API for Python Via .Net.since this[int row, int column] is unsupported | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells/cells/get/#str) | Add API for Python Via .Net.since this[string cellName] is unsupported | +| [`import_object_array(self, obj_array, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_object_array/#list-int-int-bool) | Imports an array of data into a worksheet. | +| [`import_object_array(self, obj_array, first_row, first_column, is_vertical, skip)`](/cells/python-net/aspose.cells/cells/import_object_array/#list-int-int-bool-int) | Imports an array of data into a worksheet. | +| [`import_array(self, string_array, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of string into a worksheet. | +| [`import_array(self, int_array, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of integer into a worksheet. | +| [`import_array(self, double_array, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_array/#list-int-int-bool) | Imports an array of double into a worksheet. | +| [`import_csv(self, file_name, splitter, convert_numeric_data, first_row, first_column)`](/cells/python-net/aspose.cells/cells/import_csv/#str-str-bool-int-int) | Import a CSV file to the cells. | +| [`import_csv(self, stream, splitter, convert_numeric_data, first_row, first_column)`](/cells/python-net/aspose.cells/cells/import_csv/#io.rawiobase-str-bool-int-int) | Import a CSV file to the cells. | +| [`import_csv(self, file_name, options, first_row, first_column)`](/cells/python-net/aspose.cells/cells/import_csv/#str-aspose.cells.txtloadoptions-int-int) | Import a CSV file to the cells. | +| [`import_csv(self, stream, options, first_row, first_column)`](/cells/python-net/aspose.cells/cells/import_csv/#io.rawiobase-aspose.cells.txtloadoptions-int-int) | Import a CSV file to the cells. | +| [`merge(self, first_row, first_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int) | Merges a specified range of cells into a single cell. | +| [`merge(self, first_row, first_column, total_rows, total_columns, merge_conflict)`](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int-bool) | Merges a specified range of cells into a single cell. | +| [`merge(self, first_row, first_column, total_rows, total_columns, check_conflict, merge_conflict)`](/cells/python-net/aspose.cells/cells/merge/#int-int-int-int-bool-bool) | Merges a specified range of cells into a single cell. | +| [`get_row_height(self, row, is_original, unit_type)`](/cells/python-net/aspose.cells/cells/get_row_height/#int-bool-aspose.cells.cellsunittype) | Gets row's height. | +| [`get_row_height(self, row)`](/cells/python-net/aspose.cells/cells/get_row_height/#int) | Gets the height of a specified row, in unit of points. | +| [`get_column_width(self, column, is_original, unit_type)`](/cells/python-net/aspose.cells/cells/get_column_width/#int-bool-aspose.cells.cellsunittype) | Gets the column width. | +| [`get_column_width(self, column)`](/cells/python-net/aspose.cells/cells/get_column_width/#int) | Gets the width(in unit of characters) of the specified column in normal view | +| [`get_column_width_pixel(self, column)`](/cells/python-net/aspose.cells/cells/get_column_width_pixel/#int) | Gets the width of the specified column in normal view, in units of pixel. | +| [`get_column_width_pixel(self, column, original)`](/cells/python-net/aspose.cells/cells/get_column_width_pixel/#int-bool) | Gets the width of the specified column in normal view, in units of pixel. | +| [`copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number, paste_options)`](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.cells-int-int-int-aspose.cells.pasteoptions) | Copies data and formats of a whole column. | +| [`copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number)`](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.cells-int-int-int) | Copies data and formats of a whole column. | +| [`copy_columns(self, source_cells, source_column_index, source_total_columns, destination_column_index, destination_total_columns)`](/cells/python-net/aspose.cells/cells/copy_columns/#aspose.cells.cells-int-int-int-int) | Copies data and formats of the whole columns. | +| [`copy_rows(self, source_cells, source_row_index, destination_row_index, row_number)`](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.cells-int-int-int) | Copies data and formats of some whole rows. | +| [`copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options)`](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.cells-int-int-int-aspose.cells.copyoptions) | Copies data and formats of some whole rows. | +| [`copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options, paste_options)`](/cells/python-net/aspose.cells/cells/copy_rows/#aspose.cells.cells-int-int-int-aspose.cells.copyoptions-aspose.cells.pasteoptions) | Copies data and formats of some whole rows. | +| [`group_columns(self, first_index, last_index)`](/cells/python-net/aspose.cells/cells/group_columns/#int-int) | Groups columns. | +| [`group_columns(self, first_index, last_index, is_hidden)`](/cells/python-net/aspose.cells/cells/group_columns/#int-int-bool) | Groups columns. | +| [`ungroup_rows(self, first_index, last_index, is_all)`](/cells/python-net/aspose.cells/cells/ungroup_rows/#int-int-bool) | Ungroups rows. | +| [`ungroup_rows(self, first_index, last_index)`](/cells/python-net/aspose.cells/cells/ungroup_rows/#int-int) | Ungroups rows. | +| [`group_rows(self, first_index, last_index, is_hidden)`](/cells/python-net/aspose.cells/cells/group_rows/#int-int-bool) | Groups rows. | +| [`group_rows(self, first_index, last_index)`](/cells/python-net/aspose.cells/cells/group_rows/#int-int) | Groups rows. | +| [`delete_column(self, column_index, update_reference)`](/cells/python-net/aspose.cells/cells/delete_column/#int-bool) | Deletes a column. | +| [`delete_column(self, column_index)`](/cells/python-net/aspose.cells/cells/delete_column/#int) | Deletes a column. | +| [`delete_columns(self, column_index, total_columns, update_reference)`](/cells/python-net/aspose.cells/cells/delete_columns/#int-int-bool) | Deletes several columns. | +| [`delete_columns(self, column_index, total_columns, options)`](/cells/python-net/aspose.cells/cells/delete_columns/#int-int-aspose.cells.deleteoptions) | Deletes several columns. | +| [`delete_row(self, row_index)`](/cells/python-net/aspose.cells/cells/delete_row/#int) | Deletes a row. | +| [`delete_row(self, row_index, update_reference)`](/cells/python-net/aspose.cells/cells/delete_row/#int-bool) | Deletes a row. | +| [`delete_rows(self, row_index, total_rows)`](/cells/python-net/aspose.cells/cells/delete_rows/#int-int) | Deletes multiple rows. | +| [`delete_rows(self, row_index, total_rows, update_reference)`](/cells/python-net/aspose.cells/cells/delete_rows/#int-int-bool) | Deletes multiple rows in the worksheet. | +| [`delete_rows(self, row_index, total_rows, options)`](/cells/python-net/aspose.cells/cells/delete_rows/#int-int-aspose.cells.deleteoptions) | Deletes multiple rows in the worksheet. | +| [`delete_blank_columns(self)`](/cells/python-net/aspose.cells/cells/delete_blank_columns/#) | Delete all blank columns which do not contain any data. | +| [`delete_blank_columns(self, options)`](/cells/python-net/aspose.cells/cells/delete_blank_columns/#aspose.cells.deleteoptions) | Delete all blank columns which do not contain any data. | +| [`delete_blank_rows(self)`](/cells/python-net/aspose.cells/cells/delete_blank_rows/#) | Delete all blank rows which do not contain any data or other object. | +| [`delete_blank_rows(self, options)`](/cells/python-net/aspose.cells/cells/delete_blank_rows/#aspose.cells.deleteoptions) | Delete all blank rows which do not contain any data or some special objects such as visible comment, pivot table. | +| [`insert_columns(self, column_index, total_columns)`](/cells/python-net/aspose.cells/cells/insert_columns/#int-int) | Inserts some columns into the worksheet. | +| [`insert_columns(self, column_index, total_columns, update_reference)`](/cells/python-net/aspose.cells/cells/insert_columns/#int-int-bool) | Inserts some columns into the worksheet. | +| [`insert_columns(self, column_index, total_columns, options)`](/cells/python-net/aspose.cells/cells/insert_columns/#int-int-aspose.cells.insertoptions) | Inserts some columns into the worksheet. | +| [`insert_column(self, column_index, update_reference)`](/cells/python-net/aspose.cells/cells/insert_column/#int-bool) | Inserts a new column into the worksheet. | +| [`insert_column(self, column_index)`](/cells/python-net/aspose.cells/cells/insert_column/#int) | Inserts a new column into the worksheet. | +| [`insert_rows(self, row_index, total_rows, update_reference)`](/cells/python-net/aspose.cells/cells/insert_rows/#int-int-bool) | Inserts multiple rows into the worksheet. | +| [`insert_rows(self, row_index, total_rows, options)`](/cells/python-net/aspose.cells/cells/insert_rows/#int-int-aspose.cells.insertoptions) | Inserts multiple rows into the worksheet. | +| [`insert_rows(self, row_index, total_rows)`](/cells/python-net/aspose.cells/cells/insert_rows/#int-int) | Inserts multiple rows into the worksheet. | +| [`clear_range(self, range)`](/cells/python-net/aspose.cells/cells/clear_range/#aspose.cells.cellarea) | Clears contents and formatting of a range. | +| [`clear_range(self, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/cells/clear_range/#int-int-int-int) | Clears contents and formatting of a range. | +| [`clear_contents(self, range)`](/cells/python-net/aspose.cells/cells/clear_contents/#aspose.cells.cellarea) | Clears contents of a range. | +| [`clear_contents(self, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/cells/clear_contents/#int-int-int-int) | Clears contents of a range. | +| [`clear_formats(self, range)`](/cells/python-net/aspose.cells/cells/clear_formats/#aspose.cells.cellarea) | Clears formatting of a range. | +| [`clear_formats(self, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/cells/clear_formats/#int-int-int-int) | Clears formatting of a range. | +| [`find(self, what, previous_cell)`](/cells/python-net/aspose.cells/cells/find/#any-aspose.cells.cell) | Finds the cell containing with the input object. | +| [`find(self, what, previous_cell, find_options)`](/cells/python-net/aspose.cells/cells/find/#any-aspose.cells.cell-aspose.cells.findoptions) | Finds the cell containing with the input object. | +| [`end_cell_in_row(self, row_index)`](/cells/python-net/aspose.cells/cells/end_cell_in_row/#int) | Gets the last cell in this row. | +| [`end_cell_in_row(self, start_row, end_row, start_column, end_column)`](/cells/python-net/aspose.cells/cells/end_cell_in_row/#int-int-int-int) | Gets the last cell with maximum row index in this range. | +| [`end_cell_in_column(self, column_index)`](/cells/python-net/aspose.cells/cells/end_cell_in_column/#int) | Gets the last cell in this column. | +| [`end_cell_in_column(self, start_row, end_row, start_column, end_column)`](/cells/python-net/aspose.cells/cells/end_cell_in_column/#int-int-int-int) | Gets the last cell with maximum column index in this range. | +| [`insert_range(self, area, shift_number, shift_type, update_reference)`](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.cellarea-int-aspose.cells.shifttype-bool) | Inserts a range of cells and shift cells according to the shift option. | +| [`insert_range(self, area, shift_type)`](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.cellarea-aspose.cells.shifttype) | Inserts a range of cells and shift cells according to the shift option. | +| [`insert_range(self, area, shift_number, shift_type)`](/cells/python-net/aspose.cells/cells/insert_range/#aspose.cells.cellarea-int-aspose.cells.shifttype) | Inserts a range of cells and shift cells according to the shift option. | +| [`subtotal(self, ca, group_by, function, total_list)`](/cells/python-net/aspose.cells/cells/subtotal/#aspose.cells.cellarea-int-aspose.cells.consolidationfunction-list) | Creates subtotals for the range. | +| [`subtotal(self, ca, group_by, function, total_list, replace, page_breaks, summary_below_data)`](/cells/python-net/aspose.cells/cells/subtotal/#aspose.cells.cellarea-int-aspose.cells.consolidationfunction-list-bool-bool-bool) | Creates subtotals for the range. | +| [`remove_duplicates(self)`](/cells/python-net/aspose.cells/cells/remove_duplicates/#) | Removes duplicate rows in the sheet. | +| [`remove_duplicates(self, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/cells/remove_duplicates/#int-int-int-int) | Removes duplicate values in the range. | +| [`remove_duplicates(self, start_row, start_column, end_row, end_column, has_headers, column_offsets)`](/cells/python-net/aspose.cells/cells/remove_duplicates/#int-int-int-int-bool-list) | Removes duplicate data of the range. | +| [`get_cell_display_style(self, row, column)`](/cells/python-net/aspose.cells/cells/get_cell_display_style/#int-int) | Get the display style of given cell. | +| [`get_cell_display_style(self, row, column, adjacent_borders)`](/cells/python-net/aspose.cells/cells/get_cell_display_style/#int-int-aspose.cells.bordertype) | Get the display style of given cell. | +| [`get_row_enumerator(self)`](/cells/python-net/aspose.cells/cells/get_row_enumerator/#) | Gets the rows enumerator. | +| [`get_merged_areas(self)`](/cells/python-net/aspose.cells/cells/get_merged_areas/#) | Gets all merged cells. | +| [`get_cell(self, row, column)`](/cells/python-net/aspose.cells/cells/get_cell/#int-int) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. | +| [`get_row(self, row)`](/cells/python-net/aspose.cells/cells/get_row/#int) | Gets the [`Row`](/cells/python-net/aspose.cells/row) element at the specified cell row index. | +| [`check_cell(self, row, column)`](/cells/python-net/aspose.cells/cells/check_cell/#int-int) | Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. | +| [`check_row(self, row)`](/cells/python-net/aspose.cells/cells/check_row/#int) | Gets the [`Row`](/cells/python-net/aspose.cells/row) element or null at the specified cell row index. | +| [`check_column(self, column_index)`](/cells/python-net/aspose.cells/cells/check_column/#int) | Gets the [`Column`](/cells/python-net/aspose.cells/column) element or null at the specified column index. | +| [`is_row_hidden(self, row_index)`](/cells/python-net/aspose.cells/cells/is_row_hidden/#int) | Checks whether a row at given index is hidden. | +| [`is_column_hidden(self, column_index)`](/cells/python-net/aspose.cells/cells/is_column_hidden/#int) | Checks whether a column at given index is hidden. | +| [`add_range(self, range_object)`](/cells/python-net/aspose.cells/cells/add_range/#aspose.cells.range) | Adds a range object reference to cells | +| [`clear(self)`](/cells/python-net/aspose.cells/cells/clear/#) | Clears all data of the worksheet. | +| [`import_array_list(self, array_list, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_array_list/#list-int-int-bool) | Imports an arraylist of data into a worksheet. | +| [`import_formula_array(self, string_array, first_row, first_column, is_vertical)`](/cells/python-net/aspose.cells/cells/import_formula_array/#list-int-int-bool) | Imports an array of formula into a worksheet. | +| [`text_to_columns(self, row, column, total_rows, options)`](/cells/python-net/aspose.cells/cells/text_to_columns/#int-int-int-aspose.cells.txtloadoptions) | Splits content in specified column into multiple columns.. | +| [`un_merge(self, first_row, first_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/cells/un_merge/#int-int-int-int) | Unmerges a specified range of merged cells. | +| [`clear_merged_cells(self)`](/cells/python-net/aspose.cells/cells/clear_merged_cells/#) | Clears all merged ranges. | +| [`hide_row(self, row)`](/cells/python-net/aspose.cells/cells/hide_row/#int) | Hides a row. | +| [`unhide_row(self, row, height)`](/cells/python-net/aspose.cells/cells/unhide_row/#int-float) | Unhides a row. | +| [`hide_rows(self, row, total_rows)`](/cells/python-net/aspose.cells/cells/hide_rows/#int-int) | Hides multiple rows. | +| [`unhide_rows(self, row, total_rows, height)`](/cells/python-net/aspose.cells/cells/unhide_rows/#int-int-float) | Unhides the hidden rows. | +| [`set_row_height_pixel(self, row, pixels)`](/cells/python-net/aspose.cells/cells/set_row_height_pixel/#int-int) | Sets row height in unit of pixels. | +| [`set_row_height_inch(self, row, inches)`](/cells/python-net/aspose.cells/cells/set_row_height_inch/#int-float) | Sets row height in unit of inches. | +| [`set_row_height(self, row, height)`](/cells/python-net/aspose.cells/cells/set_row_height/#int-float) | Sets the height of the specified row. | +| [`get_row_original_height_point(self, row)`](/cells/python-net/aspose.cells/cells/get_row_original_height_point/#int) | Gets original row's height in unit of point if the row is hidden | +| [`get_column_original_width_point(self, column)`](/cells/python-net/aspose.cells/cells/get_column_original_width_point/#int) | Gets original column's height in unit of point if the column is hidden | +| [`hide_column(self, column)`](/cells/python-net/aspose.cells/cells/hide_column/#int) | Hides a column. | +| [`unhide_column(self, column, width)`](/cells/python-net/aspose.cells/cells/unhide_column/#int-float) | Unhides a column | +| [`hide_columns(self, column, total_columns)`](/cells/python-net/aspose.cells/cells/hide_columns/#int-int) | Hide multiple columns. | +| [`unhide_columns(self, column, total_columns, width)`](/cells/python-net/aspose.cells/cells/unhide_columns/#int-int-float) | Unhide multiple columns. | +| [`get_view_row_height(self, row)`](/cells/python-net/aspose.cells/cells/get_view_row_height/#int) | Gets the height of a specified row. | +| [`get_row_height_inch(self, row)`](/cells/python-net/aspose.cells/cells/get_row_height_inch/#int) | Gets the height of a specified row in unit of inches. | +| [`get_view_row_height_inch(self, row)`](/cells/python-net/aspose.cells/cells/get_view_row_height_inch/#int) | Gets the height of a specified row in unit of inches. | +| [`get_row_height_pixel(self, row)`](/cells/python-net/aspose.cells/cells/get_row_height_pixel/#int) | Gets the height of a specified row in unit of pixel. | +| [`set_column_width_pixel(self, column, pixels)`](/cells/python-net/aspose.cells/cells/set_column_width_pixel/#int-int) | Sets column width in unit of pixels in normal view. | +| [`set_column_width_inch(self, column, inches)`](/cells/python-net/aspose.cells/cells/set_column_width_inch/#int-float) | Sets column width in unit of inches in normal view. | +| [`set_column_width(self, column, width)`](/cells/python-net/aspose.cells/cells/set_column_width/#int-float) | Sets the width of the specified column in normal view. | +| [`get_column_width_inch(self, column)`](/cells/python-net/aspose.cells/cells/get_column_width_inch/#int) | Gets the width of the specified column in normal view, in units of inches. | +| [`get_view_column_width_pixel(self, column)`](/cells/python-net/aspose.cells/cells/get_view_column_width_pixel/#int) | Get the width in different view type. | +| [`set_view_column_width_pixel(self, column, pixels)`](/cells/python-net/aspose.cells/cells/set_view_column_width_pixel/#int-int) | Sets the width of the column in different view. | +| [`get_last_data_row(self, column)`](/cells/python-net/aspose.cells/cells/get_last_data_row/#int) | Gets the last row index of cell which contains data in the specified column. | +| [`apply_column_style(self, column, style, flag)`](/cells/python-net/aspose.cells/cells/apply_column_style/#int-aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole column. | +| [`apply_row_style(self, row, style, flag)`](/cells/python-net/aspose.cells/cells/apply_row_style/#int-aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole row. | +| [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/cells/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole worksheet. | +| [`copy_column(self, source_cells, source_column_index, destination_column_index)`](/cells/python-net/aspose.cells/cells/copy_column/#aspose.cells.cells-int-int) | Copies data and formats of a whole column. | +| [`copy_row(self, source_cells, source_row_index, destination_row_index)`](/cells/python-net/aspose.cells/cells/copy_row/#aspose.cells.cells-int-int) | Copies data and formats of a whole row. | +| [`get_grouped_row_outline_level(self, row_index)`](/cells/python-net/aspose.cells/cells/get_grouped_row_outline_level/#int) | Gets the outline level (zero-based) of the row. | +| [`get_grouped_column_outline_level(self, column_index)`](/cells/python-net/aspose.cells/cells/get_grouped_column_outline_level/#int) | Gets the outline level (zero-based) of the column. | +| [`get_max_grouped_column_outline_level(self)`](/cells/python-net/aspose.cells/cells/get_max_grouped_column_outline_level/#) | Gets the max grouped column outline level (zero-based). | +| [`get_max_grouped_row_outline_level(self)`](/cells/python-net/aspose.cells/cells/get_max_grouped_row_outline_level/#) | Gets the max grouped row outline level (zero-based). | +| [`show_group_detail(self, is_vertical, index)`](/cells/python-net/aspose.cells/cells/show_group_detail/#bool-int) | Expands the grouped rows/columns. | +| [`hide_group_detail(self, is_vertical, index)`](/cells/python-net/aspose.cells/cells/hide_group_detail/#bool-int) | Collapses the grouped rows/columns. | +| [`ungroup_columns(self, first_index, last_index)`](/cells/python-net/aspose.cells/cells/ungroup_columns/#int-int) | Ungroups columns. | +| [`is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/cells/is_deleting_range_enabled/#int-int-int-int) | Check whether the range could be deleted. | +| [`is_blank_column(self, column_index)`](/cells/python-net/aspose.cells/cells/is_blank_column/#int) | Checks whether given column is blank(does not contain any data). | +| [`insert_row(self, row_index)`](/cells/python-net/aspose.cells/cells/insert_row/#int) | Inserts a new row into the worksheet. | +| [`link_to_xml_map(self, map_name, row, column, path)`](/cells/python-net/aspose.cells/cells/link_to_xml_map/#str-int-int-str) | Link to a xml map. | +| [`move_range(self, source_area, dest_row, dest_column)`](/cells/python-net/aspose.cells/cells/move_range/#aspose.cells.cellarea-int-int) | Moves the range. | +| [`insert_cut_cells(self, cut_range, row, column, shift_type)`](/cells/python-net/aspose.cells/cells/insert_cut_cells/#aspose.cells.range-int-int-aspose.cells.shifttype) | Insert cut range. | +| [`delete_range(self, start_row, start_column, end_row, end_column, shift_type)`](/cells/python-net/aspose.cells/cells/delete_range/#int-int-int-int-aspose.cells.shifttype) | Deletes a range of cells and shift cells according to the shift option. | +| [`retrieve_subtotal_setting(self, ca)`](/cells/python-net/aspose.cells/cells/retrieve_subtotal_setting/#aspose.cells.cellarea) | Retrieves subtotals setting of the range. | +| [`remove_formulas(self)`](/cells/python-net/aspose.cells/cells/remove_formulas/#) | Removes all formula and replaces with the value of the formula. | +| [`convert_string_to_numeric_value(self)`](/cells/python-net/aspose.cells/cells/convert_string_to_numeric_value/#) | Converts all string data in the worksheet to numeric value if possible. | +| [`get_dependents(self, is_all, row, column)`](/cells/python-net/aspose.cells/cells/get_dependents/#bool-int-int) | Get all cells which refer to the specific cell. | +| [`get_dependents_in_calculation(self, row, column, recursive)`](/cells/python-net/aspose.cells/cells/get_dependents_in_calculation/#int-int-bool) | Gets all cells whose calculated result depends on specific cell. | +| [`get_cells_with_place_in_cell_picture(self)`](/cells/python-net/aspose.cells/cells/get_cells_with_place_in_cell_picture/#) | Gets all cells that contain embedded picture. | +| [`get_cell_style(self, row, column)`](/cells/python-net/aspose.cells/cells/get_cell_style/#int-int) | Get the style of given cell. | diff --git a/english/aspose.cells/cells/add_range/_index.md b/english/aspose.cells/cells/add_range/_index.md index a3bef3bf71..d45d7d6d00 100644 --- a/english/aspose.cells/cells/add_range/_index.md +++ b/english/aspose.cells/cells/add_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/add_range/ is_root: false --- -## add_range {#aspose.cells.Range} +## add_range(self, range_object) {#aspose.cells.Range} Adds a range object reference to cells ```python + def add_range(self, range_object): ... ``` diff --git a/english/aspose.cells/cells/apply_column_style/_index.md b/english/aspose.cells/cells/apply_column_style/_index.md index 4408a56952..cb625fa6dc 100644 --- a/english/aspose.cells/cells/apply_column_style/_index.md +++ b/english/aspose.cells/cells/apply_column_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/apply_column_style/ is_root: false --- -## apply_column_style {#int-aspose.cells.Style-aspose.cells.StyleFlag} +## apply_column_style(self, column, style, flag) {#int-aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole column. ```python + def apply_column_style(self, column, style, flag): ... ``` diff --git a/english/aspose.cells/cells/apply_row_style/_index.md b/english/aspose.cells/cells/apply_row_style/_index.md index e41bc70bc2..6854043ec6 100644 --- a/english/aspose.cells/cells/apply_row_style/_index.md +++ b/english/aspose.cells/cells/apply_row_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/apply_row_style/ is_root: false --- -## apply_row_style {#int-aspose.cells.Style-aspose.cells.StyleFlag} +## apply_row_style(self, row, style, flag) {#int-aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole row. ```python + def apply_row_style(self, row, style, flag): ... ``` diff --git a/english/aspose.cells/cells/apply_style/_index.md b/english/aspose.cells/cells/apply_style/_index.md index 4afaa61586..92b213a373 100644 --- a/english/aspose.cells/cells/apply_style/_index.md +++ b/english/aspose.cells/cells/apply_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/apply_style/ is_root: false --- -## apply_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## apply_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole worksheet. ```python + def apply_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/cells/check_cell/_index.md b/english/aspose.cells/cells/check_cell/_index.md index 83101ae1d1..1617dfefea 100644 --- a/english/aspose.cells/cells/check_cell/_index.md +++ b/english/aspose.cells/cells/check_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/check_cell/ is_root: false --- -## check_cell {#int-int} +## check_cell(self, row, column) {#int-int} Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. @@ -21,6 +21,7 @@ Return null if the cell does not exist. ```python + def check_cell(self, row, column): ... ``` diff --git a/english/aspose.cells/cells/check_column/_index.md b/english/aspose.cells/cells/check_column/_index.md index e06ac97a66..0315bddbb0 100644 --- a/english/aspose.cells/cells/check_column/_index.md +++ b/english/aspose.cells/cells/check_column/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/check_column/ is_root: false --- -## check_column {#int} +## check_column(self, column_index) {#int} Gets the [`Column`](/cells/python-net/aspose.cells/column) element or null at the specified column index. @@ -20,6 +20,7 @@ The Column object. ```python + def check_column(self, column_index): ... ``` diff --git a/english/aspose.cells/cells/check_row/_index.md b/english/aspose.cells/cells/check_row/_index.md index a72e2d621c..8c08411541 100644 --- a/english/aspose.cells/cells/check_row/_index.md +++ b/english/aspose.cells/cells/check_row/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/check_row/ is_root: false --- -## check_row {#int} +## check_row(self, row) {#int} Gets the [`Row`](/cells/python-net/aspose.cells/row) element or null at the specified cell row index. @@ -20,6 +20,7 @@ Returns [`Row`](/cells/python-net/aspose.cells/row) object If the row object doe ```python + def check_row(self, row): ... ``` diff --git a/english/aspose.cells/cells/clear/_index.md b/english/aspose.cells/cells/clear/_index.md index 259e2604ce..88db0e5774 100644 --- a/english/aspose.cells/cells/clear/_index.md +++ b/english/aspose.cells/cells/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/clear/ is_root: false --- -## clear {#} +## clear(self) {#} Clears all data of the worksheet. ```python + def clear(self): ... ``` diff --git a/english/aspose.cells/cells/clear_contents/_index.md b/english/aspose.cells/cells/clear_contents/_index.md index 01d717645f..2e9a188cbf 100644 --- a/english/aspose.cells/cells/clear_contents/_index.md +++ b/english/aspose.cells/cells/clear_contents/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/clear_contents/ is_root: false --- -## clear_contents {#aspose.cells.CellArea} +## clear_contents(self, range) {#aspose.cells.CellArea} Clears contents of a range. ```python + def clear_contents(self, range): ... ``` @@ -25,13 +26,14 @@ def clear_contents(self, range): | range | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | Range to be cleared. | -## clear_contents {#int-int-int-int} +## clear_contents(self, start_row, start_column, end_row, end_column) {#int-int-int-int} Clears contents of a range. ```python + def clear_contents(self, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/cells/clear_formats/_index.md b/english/aspose.cells/cells/clear_formats/_index.md index 397c6b9b44..c037724255 100644 --- a/english/aspose.cells/cells/clear_formats/_index.md +++ b/english/aspose.cells/cells/clear_formats/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/clear_formats/ is_root: false --- -## clear_formats {#aspose.cells.CellArea} +## clear_formats(self, range) {#aspose.cells.CellArea} Clears formatting of a range. ```python + def clear_formats(self, range): ... ``` @@ -25,13 +26,14 @@ def clear_formats(self, range): | range | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | Range to be cleared. | -## clear_formats {#int-int-int-int} +## clear_formats(self, start_row, start_column, end_row, end_column) {#int-int-int-int} Clears formatting of a range. ```python + def clear_formats(self, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/cells/clear_merged_cells/_index.md b/english/aspose.cells/cells/clear_merged_cells/_index.md index 7edb313d0b..ec183da443 100644 --- a/english/aspose.cells/cells/clear_merged_cells/_index.md +++ b/english/aspose.cells/cells/clear_merged_cells/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/clear_merged_cells/ is_root: false --- -## clear_merged_cells {#} +## clear_merged_cells(self) {#} Clears all merged ranges. ```python + def clear_merged_cells(self): ... ``` diff --git a/english/aspose.cells/cells/clear_range/_index.md b/english/aspose.cells/cells/clear_range/_index.md index 5832eb3b7c..cc6288e473 100644 --- a/english/aspose.cells/cells/clear_range/_index.md +++ b/english/aspose.cells/cells/clear_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/clear_range/ is_root: false --- -## clear_range {#aspose.cells.CellArea} +## clear_range(self, range) {#aspose.cells.CellArea} Clears contents and formatting of a range. ```python + def clear_range(self, range): ... ``` @@ -25,13 +26,14 @@ def clear_range(self, range): | range | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | Range to be cleared. | -## clear_range {#int-int-int-int} +## clear_range(self, start_row, start_column, end_row, end_column) {#int-int-int-int} Clears contents and formatting of a range. ```python + def clear_range(self, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/cells/columns/_index.md b/english/aspose.cells/cells/columns/_index.md index a100e2bbaf..62ec5c3cf7 100644 --- a/english/aspose.cells/cells/columns/_index.md +++ b/english/aspose.cells/cells/columns/_index.md @@ -3,7 +3,7 @@ title: columns property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1020 url: /aspose.cells/cells/columns/ is_root: false --- diff --git a/english/aspose.cells/cells/convert_string_to_numeric_value/_index.md b/english/aspose.cells/cells/convert_string_to_numeric_value/_index.md index 6bb0e8e269..945cebfead 100644 --- a/english/aspose.cells/cells/convert_string_to_numeric_value/_index.md +++ b/english/aspose.cells/cells/convert_string_to_numeric_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/convert_string_to_numeric_value/ is_root: false --- -## convert_string_to_numeric_value {#} +## convert_string_to_numeric_value(self) {#} Converts all string data in the worksheet to numeric value if possible. ```python + def convert_string_to_numeric_value(self): ... ``` diff --git a/english/aspose.cells/cells/copy_column/_index.md b/english/aspose.cells/cells/copy_column/_index.md index 22ee12b7f6..b583895f5b 100644 --- a/english/aspose.cells/cells/copy_column/_index.md +++ b/english/aspose.cells/cells/copy_column/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/copy_column/ is_root: false --- -## copy_column {#aspose.cells.Cells-int-int} +## copy_column(self, source_cells, source_column_index, destination_column_index) {#aspose.cells.Cells-int-int} Copies data and formats of a whole column. ```python + def copy_column(self, source_cells, source_column_index, destination_column_index): ... ``` diff --git a/english/aspose.cells/cells/copy_columns/_index.md b/english/aspose.cells/cells/copy_columns/_index.md index 1ba374a84d..2a2f3af343 100644 --- a/english/aspose.cells/cells/copy_columns/_index.md +++ b/english/aspose.cells/cells/copy_columns/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/copy_columns/ is_root: false --- -## copy_columns {#aspose.cells.Cells-int-int-int} +## copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number) {#aspose.cells.Cells-int-int-int} Copies data and formats of a whole column. ```python + def copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number): ... ``` @@ -28,13 +29,14 @@ def copy_columns(self, source_cells0, source_column_index, destination_column_in | column_number | int | The copied column number. | -## copy_columns {#aspose.cells.Cells-int-int-int-aspose.cells.PasteOptions} +## copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number, paste_options) {#aspose.cells.Cells-int-int-int-aspose.cells.PasteOptions} Copies data and formats of a whole column. ```python + def copy_columns(self, source_cells0, source_column_index, destination_column_index, column_number, paste_options): ... ``` @@ -49,13 +51,14 @@ def copy_columns(self, source_cells0, source_column_index, destination_column_in | paste_options | [`PasteOptions`](/cells/python-net/aspose.cells/pasteoptions) | the options of pasting. | -## copy_columns {#aspose.cells.Cells-int-int-int-int} +## copy_columns(self, source_cells, source_column_index, source_total_columns, destination_column_index, destination_total_columns) {#aspose.cells.Cells-int-int-int-int} Copies data and formats of the whole columns. ```python + def copy_columns(self, source_cells, source_column_index, source_total_columns, destination_column_index, destination_total_columns): ... ``` diff --git a/english/aspose.cells/cells/copy_row/_index.md b/english/aspose.cells/cells/copy_row/_index.md index 17d5f1993a..e29c3f5d21 100644 --- a/english/aspose.cells/cells/copy_row/_index.md +++ b/english/aspose.cells/cells/copy_row/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/copy_row/ is_root: false --- -## copy_row {#aspose.cells.Cells-int-int} +## copy_row(self, source_cells, source_row_index, destination_row_index) {#aspose.cells.Cells-int-int} Copies data and formats of a whole row. ```python + def copy_row(self, source_cells, source_row_index, destination_row_index): ... ``` diff --git a/english/aspose.cells/cells/copy_rows/_index.md b/english/aspose.cells/cells/copy_rows/_index.md index 345e9f03f6..961456b251 100644 --- a/english/aspose.cells/cells/copy_rows/_index.md +++ b/english/aspose.cells/cells/copy_rows/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/copy_rows/ is_root: false --- -## copy_rows {#aspose.cells.Cells-int-int-int} +## copy_rows(self, source_cells, source_row_index, destination_row_index, row_number) {#aspose.cells.Cells-int-int-int} Copies data and formats of some whole rows. ```python + def copy_rows(self, source_cells, source_row_index, destination_row_index, row_number): ... ``` @@ -28,13 +29,14 @@ def copy_rows(self, source_cells, source_row_index, destination_row_index, row_n | row_number | int | The copied row number. | -## copy_rows {#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions} +## copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options) {#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions} Copies data and formats of some whole rows. ```python + def copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options): ... ``` @@ -49,13 +51,14 @@ def copy_rows(self, source_cells0, source_row_index, destination_row_index, row_ | copy_options | [`CopyOptions`](/cells/python-net/aspose.cells/copyoptions) | The copy options. | -## copy_rows {#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions-aspose.cells.PasteOptions} +## copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options, paste_options) {#aspose.cells.Cells-int-int-int-aspose.cells.CopyOptions-aspose.cells.PasteOptions} Copies data and formats of some whole rows. ```python + def copy_rows(self, source_cells0, source_row_index, destination_row_index, row_number, copy_options, paste_options): ... ``` diff --git a/english/aspose.cells/cells/count/_index.md b/english/aspose.cells/cells/count/_index.md index 4f09b3cb89..c97cd1ee5a 100644 --- a/english/aspose.cells/cells/count/_index.md +++ b/english/aspose.cells/cells/count/_index.md @@ -3,7 +3,7 @@ title: count property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1030 url: /aspose.cells/cells/count/ is_root: false --- diff --git a/english/aspose.cells/cells/count_large/_index.md b/english/aspose.cells/cells/count_large/_index.md index b981a67757..c4d56a10d8 100644 --- a/english/aspose.cells/cells/count_large/_index.md +++ b/english/aspose.cells/cells/count_large/_index.md @@ -3,7 +3,7 @@ title: count_large property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1040 url: /aspose.cells/cells/count_large/ is_root: false --- diff --git a/english/aspose.cells/cells/create_range/_index.md b/english/aspose.cells/cells/create_range/_index.md index f8d070f64b..e68fd6273c 100644 --- a/english/aspose.cells/cells/create_range/_index.md +++ b/english/aspose.cells/cells/create_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/create_range/ is_root: false --- -## create_range {#str} +## create_range(self, address) {#str} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. @@ -20,6 +20,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object ```python + def create_range(self, address): ... ``` @@ -30,7 +31,7 @@ def create_range(self, address): | address | str | The address of the range. | -## create_range {#str-str} +## create_range(self, upper_left_cell, lower_right_cell) {#str-str} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. @@ -42,6 +43,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object ```python + def create_range(self, upper_left_cell, lower_right_cell): ... ``` @@ -53,7 +55,7 @@ def create_range(self, upper_left_cell, lower_right_cell): | lower_right_cell | str | Lower right cell name. | -## create_range {#int-int-bool} +## create_range(self, first_index, number, is_vertical) {#int-int-bool} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from rows of cells or columns of cells. @@ -65,6 +67,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object. ```python + def create_range(self, first_index, number, is_vertical): ... ``` @@ -77,7 +80,7 @@ def create_range(self, first_index, number, is_vertical): | is_vertical | bool | True - Range created from columns of cells. False - Range created from rows of cells. | -## create_range {#int-int-int-int} +## create_range(self, first_row, first_column, total_rows, total_columns) {#int-int-int-int} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from a range of cells. @@ -89,6 +92,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object ```python + def create_range(self, first_row, first_column, total_rows, total_columns): ... ``` diff --git a/english/aspose.cells/cells/delete_blank_columns/_index.md b/english/aspose.cells/cells/delete_blank_columns/_index.md index 7cf2c0eecd..c0c901801c 100644 --- a/english/aspose.cells/cells/delete_blank_columns/_index.md +++ b/english/aspose.cells/cells/delete_blank_columns/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_blank_columns/ is_root: false --- -## delete_blank_columns {#} +## delete_blank_columns(self) {#} Delete all blank columns which do not contain any data. ```python + def delete_blank_columns(self): ... ``` @@ -22,13 +23,14 @@ def delete_blank_columns(self): -## delete_blank_columns {#aspose.cells.DeleteOptions} +## delete_blank_columns(self, options) {#aspose.cells.DeleteOptions} Delete all blank columns which do not contain any data. ```python + def delete_blank_columns(self, options): ... ``` diff --git a/english/aspose.cells/cells/delete_blank_rows/_index.md b/english/aspose.cells/cells/delete_blank_rows/_index.md index e118824ea1..c1eac3065f 100644 --- a/english/aspose.cells/cells/delete_blank_rows/_index.md +++ b/english/aspose.cells/cells/delete_blank_rows/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_blank_rows/ is_root: false --- -## delete_blank_rows {#} +## delete_blank_rows(self) {#} Delete all blank rows which do not contain any data or other object. ```python + def delete_blank_rows(self): ... ``` @@ -22,13 +23,14 @@ def delete_blank_rows(self): -## delete_blank_rows {#aspose.cells.DeleteOptions} +## delete_blank_rows(self, options) {#aspose.cells.DeleteOptions} Delete all blank rows which do not contain any data or some special objects such as visible comment, pivot table. ```python + def delete_blank_rows(self, options): ... ``` diff --git a/english/aspose.cells/cells/delete_column/_index.md b/english/aspose.cells/cells/delete_column/_index.md index 95b0a38cc0..f8a95fcfec 100644 --- a/english/aspose.cells/cells/delete_column/_index.md +++ b/english/aspose.cells/cells/delete_column/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_column/ is_root: false --- -## delete_column {#int} +## delete_column(self, column_index) {#int} Deletes a column. ```python + def delete_column(self, column_index): ... ``` @@ -25,13 +26,14 @@ def delete_column(self, column_index): | column_index | int | Index of the column to be deleted. | -## delete_column {#int-bool} +## delete_column(self, column_index, update_reference) {#int-bool} Deletes a column. ```python + def delete_column(self, column_index, update_reference): ... ``` diff --git a/english/aspose.cells/cells/delete_columns/_index.md b/english/aspose.cells/cells/delete_columns/_index.md index 47c14775e9..39a6124fca 100644 --- a/english/aspose.cells/cells/delete_columns/_index.md +++ b/english/aspose.cells/cells/delete_columns/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_columns/ is_root: false --- -## delete_columns {#int-int-bool} +## delete_columns(self, column_index, total_columns, update_reference) {#int-int-bool} Deletes several columns. ```python + def delete_columns(self, column_index, total_columns, update_reference): ... ``` @@ -27,13 +28,14 @@ def delete_columns(self, column_index, total_columns, update_reference): | update_reference | bool | Indicates whether update references in other worksheets. | -## delete_columns {#int-int-aspose.cells.DeleteOptions} +## delete_columns(self, column_index, total_columns, options) {#int-int-aspose.cells.DeleteOptions} Deletes several columns. ```python + def delete_columns(self, column_index, total_columns, options): ... ``` diff --git a/english/aspose.cells/cells/delete_range/_index.md b/english/aspose.cells/cells/delete_range/_index.md index e062d1b1cf..f7d42a7da0 100644 --- a/english/aspose.cells/cells/delete_range/_index.md +++ b/english/aspose.cells/cells/delete_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_range/ is_root: false --- -## delete_range {#int-int-int-int-aspose.cells.ShiftType} +## delete_range(self, start_row, start_column, end_row, end_column, shift_type) {#int-int-int-int-aspose.cells.ShiftType} Deletes a range of cells and shift cells according to the shift option. ```python + def delete_range(self, start_row, start_column, end_row, end_column, shift_type): ... ``` diff --git a/english/aspose.cells/cells/delete_row/_index.md b/english/aspose.cells/cells/delete_row/_index.md index 03273cc439..5198136b10 100644 --- a/english/aspose.cells/cells/delete_row/_index.md +++ b/english/aspose.cells/cells/delete_row/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_row/ is_root: false --- -## delete_row {#int} +## delete_row(self, row_index) {#int} Deletes a row. ```python + def delete_row(self, row_index): ... ``` @@ -25,13 +26,14 @@ def delete_row(self, row_index): | row_index | int | Index of the row to be deleted. | -## delete_row {#int-bool} +## delete_row(self, row_index, update_reference) {#int-bool} Deletes a row. ```python + def delete_row(self, row_index, update_reference): ... ``` diff --git a/english/aspose.cells/cells/delete_rows/_index.md b/english/aspose.cells/cells/delete_rows/_index.md index c07bdd721d..e42d55f288 100644 --- a/english/aspose.cells/cells/delete_rows/_index.md +++ b/english/aspose.cells/cells/delete_rows/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cells/delete_rows/ is_root: false --- -## delete_rows {#int-int} +## delete_rows(self, row_index, total_rows) {#int-int} Deletes multiple rows. ```python + def delete_rows(self, row_index, total_rows): ... ``` @@ -30,7 +31,7 @@ If the deleted range contains the top part(not whole) of the table(ListObject), the ranged could not be deleted and nothing will be done. It works in the same way with MS Excel. -## delete_rows {#int-int-bool} +## delete_rows(self, row_index, total_rows, update_reference) {#int-int-bool} Deletes multiple rows in the worksheet. @@ -42,6 +43,7 @@ Deletes multiple rows in the worksheet. ```python + def delete_rows(self, row_index, total_rows, update_reference): ... ``` @@ -54,7 +56,7 @@ def delete_rows(self, row_index, total_rows, update_reference): | update_reference | bool | Indicates whether update references in other worksheets. | -## delete_rows {#int-int-aspose.cells.DeleteOptions} +## delete_rows(self, row_index, total_rows, options) {#int-int-aspose.cells.DeleteOptions} Deletes multiple rows in the worksheet. @@ -66,6 +68,7 @@ Deletes multiple rows in the worksheet. ```python + def delete_rows(self, row_index, total_rows, options): ... ``` diff --git a/english/aspose.cells/cells/end_cell_in_column/_index.md b/english/aspose.cells/cells/end_cell_in_column/_index.md index 383a6d50f8..9610c369a1 100644 --- a/english/aspose.cells/cells/end_cell_in_column/_index.md +++ b/english/aspose.cells/cells/end_cell_in_column/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/end_cell_in_column/ is_root: false --- -## end_cell_in_column {#int} +## end_cell_in_column(self, column_index) {#int} Gets the last cell in this column. @@ -20,6 +20,7 @@ Cell object. ```python + def end_cell_in_column(self, column_index): ... ``` @@ -30,7 +31,7 @@ def end_cell_in_column(self, column_index): | column_index | int | Column index. | -## end_cell_in_column {#int-int-int-int} +## end_cell_in_column(self, start_row, end_row, start_column, end_column) {#int-int-int-int} Gets the last cell with maximum column index in this range. @@ -42,6 +43,7 @@ Cell object. ```python + def end_cell_in_column(self, start_row, end_row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/cells/end_cell_in_row/_index.md b/english/aspose.cells/cells/end_cell_in_row/_index.md index 5e11d99f26..cd2d0f7eb7 100644 --- a/english/aspose.cells/cells/end_cell_in_row/_index.md +++ b/english/aspose.cells/cells/end_cell_in_row/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/end_cell_in_row/ is_root: false --- -## end_cell_in_row {#int} +## end_cell_in_row(self, row_index) {#int} Gets the last cell in this row. @@ -20,6 +20,7 @@ Cell object. ```python + def end_cell_in_row(self, row_index): ... ``` @@ -30,7 +31,7 @@ def end_cell_in_row(self, row_index): | row_index | int | Row index. | -## end_cell_in_row {#int-int-int-int} +## end_cell_in_row(self, start_row, end_row, start_column, end_column) {#int-int-int-int} Gets the last cell with maximum row index in this range. @@ -42,6 +43,7 @@ Cell object. ```python + def end_cell_in_row(self, start_row, end_row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/cells/find/_index.md b/english/aspose.cells/cells/find/_index.md index e9ad909bf7..302f75893c 100644 --- a/english/aspose.cells/cells/find/_index.md +++ b/english/aspose.cells/cells/find/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/find/ is_root: false --- -## find {#any-aspose.cells.Cell} +## find(self, what, previous_cell) {#any-aspose.cells.Cell} Finds the cell containing with the input object. @@ -19,9 +19,10 @@ Finds the cell containing with the input object. Cell object. -```python +```python + def find(self, what, previous_cell): - ... + ... ``` @@ -33,7 +34,7 @@ def find(self, what, previous_cell): Returns null (Nothing) if no cell is found. -## find {#any-aspose.cells.Cell-aspose.cells.FindOptions} +## find(self, what, previous_cell, find_options) {#any-aspose.cells.Cell-aspose.cells.FindOptions} Finds the cell containing with the input object. @@ -44,9 +45,10 @@ Finds the cell containing with the input object. Cell object. -```python +```python + def find(self, what, previous_cell, find_options): - ... + ... ``` diff --git a/english/aspose.cells/cells/first_cell/_index.md b/english/aspose.cells/cells/first_cell/_index.md index 6190acad3c..6567818fff 100644 --- a/english/aspose.cells/cells/first_cell/_index.md +++ b/english/aspose.cells/cells/first_cell/_index.md @@ -3,7 +3,7 @@ title: first_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1050 url: /aspose.cells/cells/first_cell/ is_root: false --- diff --git a/english/aspose.cells/cells/get/_index.md b/english/aspose.cells/cells/get/_index.md index 1d32cd7c4d..58a3408a77 100644 --- a/english/aspose.cells/cells/get/_index.md +++ b/english/aspose.cells/cells/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/get/ is_root: false --- -## get {#str} +## get(self, cell_name) {#str} Add API for Python Via .Net.since this[string cellName] is unsupported @@ -20,6 +20,7 @@ A [`Cell`](/cells/python-net/aspose.cells/cell) object ```python + def get(self, cell_name): ... ``` @@ -30,7 +31,7 @@ def get(self, cell_name): | cell_name | str | Cell name,including its column letter and row number, for example A5. | -## get {#int-int} +## get(self, row, column) {#int-int} Add API for Python Via .Net.since this[int row, int column] is unsupported @@ -42,6 +43,7 @@ The [`Cell`](/cells/python-net/aspose.cells/cell) object. ```python + def get(self, row, column): ... ``` diff --git a/english/aspose.cells/cells/get_cell/_index.md b/english/aspose.cells/cells/get_cell/_index.md index 54e35aa71f..28b975c915 100644 --- a/english/aspose.cells/cells/get_cell/_index.md +++ b/english/aspose.cells/cells/get_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cells/get_cell/ is_root: false --- -## get_cell {#int-int} +## get_cell(self, row, column) {#int-int} Gets the [`Cell`](/cells/python-net/aspose.cells/cell) element or null at the specified cell row index and column index. @@ -21,6 +21,7 @@ Return null if the cell does not exist. ```python + def get_cell(self, row, column): ... ``` diff --git a/english/aspose.cells/cells/get_cell_display_style/_index.md b/english/aspose.cells/cells/get_cell_display_style/_index.md new file mode 100644 index 0000000000..a24d745b37 --- /dev/null +++ b/english/aspose.cells/cells/get_cell_display_style/_index.md @@ -0,0 +1,74 @@ +--- +title: get_cell_display_style method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 320 +url: /aspose.cells/cells/get_cell_display_style/ +is_root: false +--- + +## get_cell_display_style(self, row, column) {#int-int} + +Get the display style of given cell. + + +### Returns + + +the display style of given cell. + + +```python + +def get_cell_display_style(self, row, column): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| row | int | row index of given cell | +| column | int | column of given cell | +### Remarks + +Same with [`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style), +and same with using [`BorderType.SIDE_BORDERS`](/cells/python-net/aspose.cells/bordertype#SIDE_BORDERS) +for [`Cells.get_cell_display_style`](/cells/python-net/aspose.cells/cells/get_cell_display_style). + +## get_cell_display_style(self, row, column, adjacent_borders) {#int-int-aspose.cells.BorderType} + +Get the display style of given cell. + + +### Returns + + +the display style of given cell. + + +```python + +def get_cell_display_style(self, row, column, adjacent_borders): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| row | int | row index of given cell | +| column | int | column of given cell | +| adjacent_borders | [`BorderType`](/cells/python-net/aspose.cells/bordertype) | Indicates which borders need to be checked and adjusted according to the borders of adjacent cells.
Please see the description for the same parameter of
[`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style). | +### Remarks + +If the cell is also affected by other settings such as conditional formatting, list objects, etc., +then the display style may be different from [`Cells.get_cell_style`](/cells/python-net/aspose.cells/cells/get_cell_style). +And because those settings also may be applied to empty(non-existing) cells, +using this method can avoid the instantiation of those empty cells +so the performance will be better than getting the Cell instance from Cells +and then calling [`Cell.get_display_style`](/cells/python-net/aspose.cells/cell/get_display_style). + + +### See Also +* module [`aspose.cells`](../../) +* class [`Cells`](/cells/python-net/aspose.cells/cells) diff --git a/english/aspose.cells/cells/get_cell_style/_index.md b/english/aspose.cells/cells/get_cell_style/_index.md index cee0125fa2..4d1bcb020e 100644 --- a/english/aspose.cells/cells/get_cell_style/_index.md +++ b/english/aspose.cells/cells/get_cell_style/_index.md @@ -3,12 +3,12 @@ title: get_cell_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/cells/get_cell_style/ is_root: false --- -## get_cell_style {#int-int} +## get_cell_style(self, row, column) {#int-int} Get the style of given cell. @@ -20,6 +20,7 @@ the style of given cell. ```python + def get_cell_style(self, row, column): ... ``` @@ -29,7 +30,10 @@ def get_cell_style(self, row, column): | :- | :- | :- | | row | int | row index | | column | int | column | +### Remarks +The returned style is only the one set for the cell or inherited from the row/column of the cell, +does not include the applied properties by other settings such as conditional formattings. ### See Also diff --git a/english/aspose.cells/cells/get_cells_with_place_in_cell_picture/_index.md b/english/aspose.cells/cells/get_cells_with_place_in_cell_picture/_index.md index d0e9a2c7a5..e07a5e28e6 100644 --- a/english/aspose.cells/cells/get_cells_with_place_in_cell_picture/_index.md +++ b/english/aspose.cells/cells/get_cells_with_place_in_cell_picture/_index.md @@ -3,12 +3,12 @@ title: get_cells_with_place_in_cell_picture method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/cells/get_cells_with_place_in_cell_picture/ is_root: false --- -## get_cells_with_place_in_cell_picture {#} +## get_cells_with_place_in_cell_picture(self) {#} Gets all cells that contain embedded picture. @@ -20,6 +20,7 @@ Enumerator to enumerate all Cell objects that contain embedded picture ```python + def get_cells_with_place_in_cell_picture(self): ... ``` diff --git a/english/aspose.cells/cells/get_column_original_width_point/_index.md b/english/aspose.cells/cells/get_column_original_width_point/_index.md index 49c88fa8ef..2862749d96 100644 --- a/english/aspose.cells/cells/get_column_original_width_point/_index.md +++ b/english/aspose.cells/cells/get_column_original_width_point/_index.md @@ -3,12 +3,12 @@ title: get_column_original_width_point method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/cells/get_column_original_width_point/ is_root: false --- -## get_column_original_width_point {#int} +## get_column_original_width_point(self, column) {#int} Gets original column's height in unit of point if the column is hidden @@ -20,6 +20,7 @@ Gets original column's height in unit of point if the column is hidden ```python + def get_column_original_width_point(self, column): ... ``` diff --git a/english/aspose.cells/cells/get_column_width/_index.md b/english/aspose.cells/cells/get_column_width/_index.md index 7dbbbe47c4..f2e24427d1 100644 --- a/english/aspose.cells/cells/get_column_width/_index.md +++ b/english/aspose.cells/cells/get_column_width/_index.md @@ -3,12 +3,12 @@ title: get_column_width method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells/cells/get_column_width/ is_root: false --- -## get_column_width {#int} +## get_column_width(self, column) {#int} Gets the width(in unit of characters) of the specified column in normal view @@ -21,6 +21,7 @@ of the maximum digit width of the numbers 0~9 as rendered in the normal style's ```python + def get_column_width(self, column): ... ``` @@ -31,7 +32,7 @@ def get_column_width(self, column): | column | int | Column index | -## get_column_width {#int-bool-aspose.cells.CellsUnitType} +## get_column_width(self, column, is_original, unit_type) {#int-bool-aspose.cells.CellsUnitType} Gets the column width. @@ -43,6 +44,7 @@ Gets the column width. ```python + def get_column_width(self, column, is_original, unit_type): ... ``` diff --git a/english/aspose.cells/cells/get_column_width_inch/_index.md b/english/aspose.cells/cells/get_column_width_inch/_index.md index 383ce383a1..48c11ec852 100644 --- a/english/aspose.cells/cells/get_column_width_inch/_index.md +++ b/english/aspose.cells/cells/get_column_width_inch/_index.md @@ -3,12 +3,12 @@ title: get_column_width_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells/cells/get_column_width_inch/ is_root: false --- -## get_column_width_inch {#int} +## get_column_width_inch(self, column) {#int} Gets the width of the specified column in normal view, in units of inches. @@ -20,6 +20,7 @@ Width of column ```python + def get_column_width_inch(self, column): ... ``` diff --git a/english/aspose.cells/cells/get_column_width_pixel/_index.md b/english/aspose.cells/cells/get_column_width_pixel/_index.md index c8621d67cc..456f664cd7 100644 --- a/english/aspose.cells/cells/get_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/get_column_width_pixel/_index.md @@ -3,12 +3,12 @@ title: get_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells/cells/get_column_width_pixel/ is_root: false --- -## get_column_width_pixel {#int} +## get_column_width_pixel(self, column) {#int} Gets the width of the specified column in normal view, in units of pixel. @@ -20,6 +20,7 @@ Width of column in normal view. ```python + def get_column_width_pixel(self, column): ... ``` @@ -30,7 +31,7 @@ def get_column_width_pixel(self, column): | column | int | Column index | -## get_column_width_pixel {#int-bool} +## get_column_width_pixel(self, column, original) {#int-bool} Gets the width of the specified column in normal view, in units of pixel. @@ -42,6 +43,7 @@ Width of column in normal view. ```python + def get_column_width_pixel(self, column, original): ... ``` diff --git a/english/aspose.cells/cells/get_dependents/_index.md b/english/aspose.cells/cells/get_dependents/_index.md index d0734880d0..0895303bf6 100644 --- a/english/aspose.cells/cells/get_dependents/_index.md +++ b/english/aspose.cells/cells/get_dependents/_index.md @@ -3,12 +3,12 @@ title: get_dependents method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells/cells/get_dependents/ is_root: false --- -## get_dependents {#bool-int-int} +## get_dependents(self, is_all, row, column) {#bool-int-int} Get all cells which refer to the specific cell. @@ -20,6 +20,7 @@ Get all cells which refer to the specific cell. ```python + def get_dependents(self, is_all, row, column): ... ``` diff --git a/english/aspose.cells/cells/get_dependents_in_calculation/_index.md b/english/aspose.cells/cells/get_dependents_in_calculation/_index.md index 97f145554b..02324e5ee0 100644 --- a/english/aspose.cells/cells/get_dependents_in_calculation/_index.md +++ b/english/aspose.cells/cells/get_dependents_in_calculation/_index.md @@ -3,12 +3,12 @@ title: get_dependents_in_calculation method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells/cells/get_dependents_in_calculation/ is_root: false --- -## get_dependents_in_calculation {#int-int-bool} +## get_dependents_in_calculation(self, row, column, recursive) {#int-int-bool} Gets all cells whose calculated result depends on specific cell. @@ -19,9 +19,10 @@ Gets all cells whose calculated result depends on specific cell. Enumerator to enumerate all dependents(Cell objects) -```python +```python + def get_dependents_in_calculation(self, row, column, recursive): - ... + ... ``` diff --git a/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md b/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md index d2ebef7089..e388d6652a 100644 --- a/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md +++ b/english/aspose.cells/cells/get_grouped_column_outline_level/_index.md @@ -3,12 +3,12 @@ title: get_grouped_column_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells/cells/get_grouped_column_outline_level/ is_root: false --- -## get_grouped_column_outline_level {#int} +## get_grouped_column_outline_level(self, column_index) {#int} Gets the outline level (zero-based) of the column. @@ -20,6 +20,7 @@ The outline level of the column ```python + def get_grouped_column_outline_level(self, column_index): ... ``` diff --git a/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md b/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md index 0bf94904bb..5fb1c3cb7c 100644 --- a/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md +++ b/english/aspose.cells/cells/get_grouped_row_outline_level/_index.md @@ -3,12 +3,12 @@ title: get_grouped_row_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells/cells/get_grouped_row_outline_level/ is_root: false --- -## get_grouped_row_outline_level {#int} +## get_grouped_row_outline_level(self, row_index) {#int} Gets the outline level (zero-based) of the row. @@ -20,6 +20,7 @@ The outline level (zero-based) of the row. ```python + def get_grouped_row_outline_level(self, row_index): ... ``` diff --git a/english/aspose.cells/cells/get_last_data_row/_index.md b/english/aspose.cells/cells/get_last_data_row/_index.md index cbc92939d8..7f280be1b9 100644 --- a/english/aspose.cells/cells/get_last_data_row/_index.md +++ b/english/aspose.cells/cells/get_last_data_row/_index.md @@ -3,12 +3,12 @@ title: get_last_data_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells/cells/get_last_data_row/ is_root: false --- -## get_last_data_row {#int} +## get_last_data_row(self, column) {#int} Gets the last row index of cell which contains data in the specified column. @@ -20,6 +20,7 @@ last row index. ```python + def get_last_data_row(self, column): ... ``` diff --git a/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md b/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md index 958dd396a9..a30da9ee35 100644 --- a/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md +++ b/english/aspose.cells/cells/get_max_grouped_column_outline_level/_index.md @@ -3,12 +3,12 @@ title: get_max_grouped_column_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 430 +weight: 440 url: /aspose.cells/cells/get_max_grouped_column_outline_level/ is_root: false --- -## get_max_grouped_column_outline_level {#} +## get_max_grouped_column_outline_level(self) {#} Gets the max grouped column outline level (zero-based). @@ -20,6 +20,7 @@ The max grouped column outline level (zero-based) ```python + def get_max_grouped_column_outline_level(self): ... ``` diff --git a/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md b/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md index 1c3ed1ec5c..2402c20275 100644 --- a/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md +++ b/english/aspose.cells/cells/get_max_grouped_row_outline_level/_index.md @@ -3,12 +3,12 @@ title: get_max_grouped_row_outline_level method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells/cells/get_max_grouped_row_outline_level/ is_root: false --- -## get_max_grouped_row_outline_level {#} +## get_max_grouped_row_outline_level(self) {#} Gets the max grouped row outline level (zero-based). @@ -20,6 +20,7 @@ The max grouped row outline level (zero-based) ```python + def get_max_grouped_row_outline_level(self): ... ``` diff --git a/english/aspose.cells/cells/get_merged_areas/_index.md b/english/aspose.cells/cells/get_merged_areas/_index.md index a3b1848cea..810a935f3c 100644 --- a/english/aspose.cells/cells/get_merged_areas/_index.md +++ b/english/aspose.cells/cells/get_merged_areas/_index.md @@ -3,18 +3,19 @@ title: get_merged_areas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells/cells/get_merged_areas/ is_root: false --- -## get_merged_areas {#} +## get_merged_areas(self) {#} Gets all merged cells. ```python + def get_merged_areas(self): ... ``` diff --git a/english/aspose.cells/cells/get_row/_index.md b/english/aspose.cells/cells/get_row/_index.md index 3eb5e820fc..f388b34629 100644 --- a/english/aspose.cells/cells/get_row/_index.md +++ b/english/aspose.cells/cells/get_row/_index.md @@ -3,12 +3,12 @@ title: get_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells/cells/get_row/ is_root: false --- -## get_row {#int} +## get_row(self, row) {#int} Gets the [`Row`](/cells/python-net/aspose.cells/row) element at the specified cell row index. @@ -20,6 +20,7 @@ If the row object does exist return Row object, otherwise return null. ```python + def get_row(self, row): ... ``` diff --git a/english/aspose.cells/cells/get_row_enumerator/_index.md b/english/aspose.cells/cells/get_row_enumerator/_index.md index cd095bbc26..1b1b9868e9 100644 --- a/english/aspose.cells/cells/get_row_enumerator/_index.md +++ b/english/aspose.cells/cells/get_row_enumerator/_index.md @@ -3,12 +3,12 @@ title: get_row_enumerator method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells/cells/get_row_enumerator/ is_root: false --- -## get_row_enumerator {#} +## get_row_enumerator(self) {#} Gets the rows enumerator. @@ -20,6 +20,7 @@ The rows enumerator. ```python + def get_row_enumerator(self): ... ``` diff --git a/english/aspose.cells/cells/get_row_height/_index.md b/english/aspose.cells/cells/get_row_height/_index.md index f8eb0186a9..ba56581841 100644 --- a/english/aspose.cells/cells/get_row_height/_index.md +++ b/english/aspose.cells/cells/get_row_height/_index.md @@ -3,12 +3,12 @@ title: get_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells/cells/get_row_height/ is_root: false --- -## get_row_height {#int} +## get_row_height(self, row) {#int} Gets the height of a specified row, in unit of points. @@ -20,6 +20,7 @@ Height of row ```python + def get_row_height(self, row): ... ``` @@ -30,7 +31,7 @@ def get_row_height(self, row): | row | int | Row index | -## get_row_height {#int-bool-aspose.cells.CellsUnitType} +## get_row_height(self, row, is_original, unit_type) {#int-bool-aspose.cells.CellsUnitType} Gets row's height. @@ -42,6 +43,7 @@ Row's height ```python + def get_row_height(self, row, is_original, unit_type): ... ``` diff --git a/english/aspose.cells/cells/get_row_height_inch/_index.md b/english/aspose.cells/cells/get_row_height_inch/_index.md index 788e1448c5..4618813031 100644 --- a/english/aspose.cells/cells/get_row_height_inch/_index.md +++ b/english/aspose.cells/cells/get_row_height_inch/_index.md @@ -3,12 +3,12 @@ title: get_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells/cells/get_row_height_inch/ is_root: false --- -## get_row_height_inch {#int} +## get_row_height_inch(self, row) {#int} Gets the height of a specified row in unit of inches. @@ -20,6 +20,7 @@ Height of row ```python + def get_row_height_inch(self, row): ... ``` diff --git a/english/aspose.cells/cells/get_row_height_pixel/_index.md b/english/aspose.cells/cells/get_row_height_pixel/_index.md index e44876308a..d6234df1ba 100644 --- a/english/aspose.cells/cells/get_row_height_pixel/_index.md +++ b/english/aspose.cells/cells/get_row_height_pixel/_index.md @@ -3,12 +3,12 @@ title: get_row_height_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells/cells/get_row_height_pixel/ is_root: false --- -## get_row_height_pixel {#int} +## get_row_height_pixel(self, row) {#int} Gets the height of a specified row in unit of pixel. @@ -20,6 +20,7 @@ Height of row ```python + def get_row_height_pixel(self, row): ... ``` diff --git a/english/aspose.cells/cells/get_row_original_height_point/_index.md b/english/aspose.cells/cells/get_row_original_height_point/_index.md index 34cb778bbe..9d3dcd879f 100644 --- a/english/aspose.cells/cells/get_row_original_height_point/_index.md +++ b/english/aspose.cells/cells/get_row_original_height_point/_index.md @@ -3,12 +3,12 @@ title: get_row_original_height_point method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells/cells/get_row_original_height_point/ is_root: false --- -## get_row_original_height_point {#int} +## get_row_original_height_point(self, row) {#int} Gets original row's height in unit of point if the row is hidden @@ -20,6 +20,7 @@ Gets original row's height in unit of point if the row is hidden ```python + def get_row_original_height_point(self, row): ... ``` diff --git a/english/aspose.cells/cells/get_view_column_width_pixel/_index.md b/english/aspose.cells/cells/get_view_column_width_pixel/_index.md index c27f615cab..92735d0ad1 100644 --- a/english/aspose.cells/cells/get_view_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/get_view_column_width_pixel/_index.md @@ -3,12 +3,12 @@ title: get_view_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells/cells/get_view_column_width_pixel/ is_root: false --- -## get_view_column_width_pixel {#int} +## get_view_column_width_pixel(self, column) {#int} Get the width in different view type. @@ -20,6 +20,7 @@ the column width in unit of pixels ```python + def get_view_column_width_pixel(self, column): ... ``` diff --git a/english/aspose.cells/cells/get_view_row_height/_index.md b/english/aspose.cells/cells/get_view_row_height/_index.md index 9fd9e295e0..dccdf8f373 100644 --- a/english/aspose.cells/cells/get_view_row_height/_index.md +++ b/english/aspose.cells/cells/get_view_row_height/_index.md @@ -3,12 +3,12 @@ title: get_view_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells/cells/get_view_row_height/ is_root: false --- -## get_view_row_height {#int} +## get_view_row_height(self, row) {#int} Gets the height of a specified row. @@ -20,6 +20,7 @@ Height of row. ```python + def get_view_row_height(self, row): ... ``` diff --git a/english/aspose.cells/cells/get_view_row_height_inch/_index.md b/english/aspose.cells/cells/get_view_row_height_inch/_index.md index 711df8398e..252917fbbf 100644 --- a/english/aspose.cells/cells/get_view_row_height_inch/_index.md +++ b/english/aspose.cells/cells/get_view_row_height_inch/_index.md @@ -3,12 +3,12 @@ title: get_view_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells/cells/get_view_row_height_inch/ is_root: false --- -## get_view_row_height_inch {#int} +## get_view_row_height_inch(self, row) {#int} Gets the height of a specified row in unit of inches. @@ -20,6 +20,7 @@ Height of row ```python + def get_view_row_height_inch(self, row): ... ``` diff --git a/english/aspose.cells/cells/group_columns/_index.md b/english/aspose.cells/cells/group_columns/_index.md index d684006952..e4aa670c7c 100644 --- a/english/aspose.cells/cells/group_columns/_index.md +++ b/english/aspose.cells/cells/group_columns/_index.md @@ -3,18 +3,19 @@ title: group_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells/cells/group_columns/ is_root: false --- -## group_columns {#int-int} +## group_columns(self, first_index, last_index) {#int-int} Groups columns. ```python + def group_columns(self, first_index, last_index): ... ``` @@ -26,13 +27,14 @@ def group_columns(self, first_index, last_index): | last_index | int | The last column index to be grouped. | -## group_columns {#int-int-bool} +## group_columns(self, first_index, last_index, is_hidden) {#int-int-bool} Groups columns. ```python + def group_columns(self, first_index, last_index, is_hidden): ... ``` diff --git a/english/aspose.cells/cells/group_rows/_index.md b/english/aspose.cells/cells/group_rows/_index.md index 34b48d5dc8..8c0ad280b6 100644 --- a/english/aspose.cells/cells/group_rows/_index.md +++ b/english/aspose.cells/cells/group_rows/_index.md @@ -3,18 +3,19 @@ title: group_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells/cells/group_rows/ is_root: false --- -## group_rows {#int-int} +## group_rows(self, first_index, last_index) {#int-int} Groups rows. ```python + def group_rows(self, first_index, last_index): ... ``` @@ -26,13 +27,14 @@ def group_rows(self, first_index, last_index): | last_index | int | The last row index to be grouped. | -## group_rows {#int-int-bool} +## group_rows(self, first_index, last_index, is_hidden) {#int-int-bool} Groups rows. ```python + def group_rows(self, first_index, last_index, is_hidden): ... ``` diff --git a/english/aspose.cells/cells/hide_column/_index.md b/english/aspose.cells/cells/hide_column/_index.md index 70a7cd7e49..6f9535824e 100644 --- a/english/aspose.cells/cells/hide_column/_index.md +++ b/english/aspose.cells/cells/hide_column/_index.md @@ -3,18 +3,19 @@ title: hide_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells/cells/hide_column/ is_root: false --- -## hide_column {#int} +## hide_column(self, column) {#int} Hides a column. ```python + def hide_column(self, column): ... ``` diff --git a/english/aspose.cells/cells/hide_columns/_index.md b/english/aspose.cells/cells/hide_columns/_index.md index 8a87ccece0..a79658f407 100644 --- a/english/aspose.cells/cells/hide_columns/_index.md +++ b/english/aspose.cells/cells/hide_columns/_index.md @@ -3,18 +3,19 @@ title: hide_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells/cells/hide_columns/ is_root: false --- -## hide_columns {#int-int} +## hide_columns(self, column, total_columns) {#int-int} Hide multiple columns. ```python + def hide_columns(self, column, total_columns): ... ``` diff --git a/english/aspose.cells/cells/hide_group_detail/_index.md b/english/aspose.cells/cells/hide_group_detail/_index.md index 763ef16a53..2c8c61dd35 100644 --- a/english/aspose.cells/cells/hide_group_detail/_index.md +++ b/english/aspose.cells/cells/hide_group_detail/_index.md @@ -3,18 +3,19 @@ title: hide_group_detail method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells/cells/hide_group_detail/ is_root: false --- -## hide_group_detail {#bool-int} +## hide_group_detail(self, is_vertical, index) {#bool-int} Collapses the grouped rows/columns. ```python + def hide_group_detail(self, is_vertical, index): ... ``` diff --git a/english/aspose.cells/cells/hide_row/_index.md b/english/aspose.cells/cells/hide_row/_index.md index 66eacfdc1e..799a6280d0 100644 --- a/english/aspose.cells/cells/hide_row/_index.md +++ b/english/aspose.cells/cells/hide_row/_index.md @@ -3,18 +3,19 @@ title: hide_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells/cells/hide_row/ is_root: false --- -## hide_row {#int} +## hide_row(self, row) {#int} Hides a row. ```python + def hide_row(self, row): ... ``` diff --git a/english/aspose.cells/cells/hide_rows/_index.md b/english/aspose.cells/cells/hide_rows/_index.md index 9979b856a8..ba0432ea62 100644 --- a/english/aspose.cells/cells/hide_rows/_index.md +++ b/english/aspose.cells/cells/hide_rows/_index.md @@ -3,18 +3,19 @@ title: hide_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells/cells/hide_rows/ is_root: false --- -## hide_rows {#int-int} +## hide_rows(self, row, total_rows) {#int-int} Hides multiple rows. ```python + def hide_rows(self, row, total_rows): ... ``` diff --git a/english/aspose.cells/cells/import_array/_index.md b/english/aspose.cells/cells/import_array/_index.md index 8afb794592..6be57977f3 100644 --- a/english/aspose.cells/cells/import_array/_index.md +++ b/english/aspose.cells/cells/import_array/_index.md @@ -3,18 +3,19 @@ title: import_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells/cells/import_array/ is_root: false --- -## import_array {#list-int-int-bool} +## import_array(self, string_array, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an array of string into a worksheet. ```python + def import_array(self, string_array, first_row, first_column, is_vertical): ... ``` @@ -28,13 +29,14 @@ def import_array(self, string_array, first_row, first_column, is_vertical): | is_vertical | bool | Specifies to import data vertically or horizontally. | -## import_array {#list-int-int-bool} +## import_array(self, int_array, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an array of integer into a worksheet. ```python + def import_array(self, int_array, first_row, first_column, is_vertical): ... ``` @@ -48,13 +50,14 @@ def import_array(self, int_array, first_row, first_column, is_vertical): | is_vertical | bool | Specifies to import data vertically or horizontally. | -## import_array {#list-int-int-bool} +## import_array(self, double_array, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an array of double into a worksheet. ```python + def import_array(self, double_array, first_row, first_column, is_vertical): ... ``` diff --git a/english/aspose.cells/cells/import_array_list/_index.md b/english/aspose.cells/cells/import_array_list/_index.md index b5a7ceb8b7..4d4570eae8 100644 --- a/english/aspose.cells/cells/import_array_list/_index.md +++ b/english/aspose.cells/cells/import_array_list/_index.md @@ -3,18 +3,19 @@ title: import_array_list method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells/cells/import_array_list/ is_root: false --- -## import_array_list {#list-int-int-bool} +## import_array_list(self, array_list, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an arraylist of data into a worksheet. ```python + def import_array_list(self, array_list, first_row, first_column, is_vertical): ... ``` diff --git a/english/aspose.cells/cells/import_csv/_index.md b/english/aspose.cells/cells/import_csv/_index.md index cc7c0b1ead..ed194c2297 100644 --- a/english/aspose.cells/cells/import_csv/_index.md +++ b/english/aspose.cells/cells/import_csv/_index.md @@ -3,18 +3,19 @@ title: import_csv method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells/cells/import_csv/ is_root: false --- -## import_csv {#str-aspose.cells.TxtLoadOptions-int-int} +## import_csv(self, file_name, options, first_row, first_column) {#str-aspose.cells.TxtLoadOptions-int-int} Import a CSV file to the cells. ```python + def import_csv(self, file_name, options, first_row, first_column): ... ``` @@ -28,13 +29,14 @@ def import_csv(self, file_name, options, first_row, first_column): | first_column | int | The column number of the first cell to import in. | -## import_csv {#io.RawIOBase-aspose.cells.TxtLoadOptions-int-int} +## import_csv(self, stream, options, first_row, first_column) {#io.RawIOBase-aspose.cells.TxtLoadOptions-int-int} Import a CSV file to the cells. ```python + def import_csv(self, stream, options, first_row, first_column): ... ``` @@ -48,13 +50,14 @@ def import_csv(self, stream, options, first_row, first_column): | first_column | int | The column number of the first cell to import in. | -## import_csv {#str-str-bool-int-int} +## import_csv(self, file_name, splitter, convert_numeric_data, first_row, first_column) {#str-str-bool-int-int} Import a CSV file to the cells. ```python + def import_csv(self, file_name, splitter, convert_numeric_data, first_row, first_column): ... ``` @@ -69,13 +72,14 @@ def import_csv(self, file_name, splitter, convert_numeric_data, first_row, first | first_column | int | The column number of the first cell to import in. | -## import_csv {#io.RawIOBase-str-bool-int-int} +## import_csv(self, stream, splitter, convert_numeric_data, first_row, first_column) {#io.RawIOBase-str-bool-int-int} Import a CSV file to the cells. ```python + def import_csv(self, stream, splitter, convert_numeric_data, first_row, first_column): ... ``` diff --git a/english/aspose.cells/cells/import_formula_array/_index.md b/english/aspose.cells/cells/import_formula_array/_index.md index c7764fc4f8..fdeb4f26bc 100644 --- a/english/aspose.cells/cells/import_formula_array/_index.md +++ b/english/aspose.cells/cells/import_formula_array/_index.md @@ -3,18 +3,19 @@ title: import_formula_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 660 url: /aspose.cells/cells/import_formula_array/ is_root: false --- -## import_formula_array {#list-int-int-bool} +## import_formula_array(self, string_array, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an array of formula into a worksheet. ```python + def import_formula_array(self, string_array, first_row, first_column, is_vertical): ... ``` diff --git a/english/aspose.cells/cells/import_object_array/_index.md b/english/aspose.cells/cells/import_object_array/_index.md index ed2d34c71a..a5610980ca 100644 --- a/english/aspose.cells/cells/import_object_array/_index.md +++ b/english/aspose.cells/cells/import_object_array/_index.md @@ -3,18 +3,19 @@ title: import_object_array method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 670 url: /aspose.cells/cells/import_object_array/ is_root: false --- -## import_object_array {#list-int-int-bool} +## import_object_array(self, obj_array, first_row, first_column, is_vertical) {#list-int-int-bool} Imports an array of data into a worksheet. ```python + def import_object_array(self, obj_array, first_row, first_column, is_vertical): ... ``` @@ -28,13 +29,14 @@ def import_object_array(self, obj_array, first_row, first_column, is_vertical): | is_vertical | bool | Specifies to import data vertically or horizontally. | -## import_object_array {#list-int-int-bool-int} +## import_object_array(self, obj_array, first_row, first_column, is_vertical, skip) {#list-int-int-bool-int} Imports an array of data into a worksheet. ```python + def import_object_array(self, obj_array, first_row, first_column, is_vertical, skip): ... ``` diff --git a/english/aspose.cells/cells/insert_column/_index.md b/english/aspose.cells/cells/insert_column/_index.md index 2e52e654d5..6e23385598 100644 --- a/english/aspose.cells/cells/insert_column/_index.md +++ b/english/aspose.cells/cells/insert_column/_index.md @@ -3,18 +3,19 @@ title: insert_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 680 url: /aspose.cells/cells/insert_column/ is_root: false --- -## insert_column {#int} +## insert_column(self, column_index) {#int} Inserts a new column into the worksheet. ```python + def insert_column(self, column_index): ... ``` @@ -25,13 +26,14 @@ def insert_column(self, column_index): | column_index | int | Column index. | -## insert_column {#int-bool} +## insert_column(self, column_index, update_reference) {#int-bool} Inserts a new column into the worksheet. ```python + def insert_column(self, column_index, update_reference): ... ``` diff --git a/english/aspose.cells/cells/insert_columns/_index.md b/english/aspose.cells/cells/insert_columns/_index.md index 589b58d246..51063e297c 100644 --- a/english/aspose.cells/cells/insert_columns/_index.md +++ b/english/aspose.cells/cells/insert_columns/_index.md @@ -3,18 +3,19 @@ title: insert_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 690 url: /aspose.cells/cells/insert_columns/ is_root: false --- -## insert_columns {#int-int} +## insert_columns(self, column_index, total_columns) {#int-int} Inserts some columns into the worksheet. ```python + def insert_columns(self, column_index, total_columns): ... ``` @@ -26,13 +27,14 @@ def insert_columns(self, column_index, total_columns): | total_columns | int | The number of columns. | -## insert_columns {#int-int-bool} +## insert_columns(self, column_index, total_columns, update_reference) {#int-int-bool} Inserts some columns into the worksheet. ```python + def insert_columns(self, column_index, total_columns, update_reference): ... ``` @@ -45,13 +47,14 @@ def insert_columns(self, column_index, total_columns, update_reference): | update_reference | bool | Indicates if references in other worksheets will be updated. | -## insert_columns {#int-int-aspose.cells.InsertOptions} +## insert_columns(self, column_index, total_columns, options) {#int-int-aspose.cells.InsertOptions} Inserts some columns into the worksheet. ```python + def insert_columns(self, column_index, total_columns, options): ... ``` diff --git a/english/aspose.cells/cells/insert_cut_cells/_index.md b/english/aspose.cells/cells/insert_cut_cells/_index.md index b83c38d129..1db5d5b16f 100644 --- a/english/aspose.cells/cells/insert_cut_cells/_index.md +++ b/english/aspose.cells/cells/insert_cut_cells/_index.md @@ -3,18 +3,19 @@ title: insert_cut_cells method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 700 url: /aspose.cells/cells/insert_cut_cells/ is_root: false --- -## insert_cut_cells {#aspose.cells.Range-int-int-aspose.cells.ShiftType} +## insert_cut_cells(self, cut_range, row, column, shift_type) {#aspose.cells.Range-int-int-aspose.cells.ShiftType} Insert cut range. ```python + def insert_cut_cells(self, cut_range, row, column, shift_type): ... ``` diff --git a/english/aspose.cells/cells/insert_range/_index.md b/english/aspose.cells/cells/insert_range/_index.md index 7be5627680..84fb83bc20 100644 --- a/english/aspose.cells/cells/insert_range/_index.md +++ b/english/aspose.cells/cells/insert_range/_index.md @@ -3,18 +3,19 @@ title: insert_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 710 url: /aspose.cells/cells/insert_range/ is_root: false --- -## insert_range {#aspose.cells.CellArea-aspose.cells.ShiftType} +## insert_range(self, area, shift_type) {#aspose.cells.CellArea-aspose.cells.ShiftType} Inserts a range of cells and shift cells according to the shift option. ```python + def insert_range(self, area, shift_type): ... ``` @@ -26,13 +27,14 @@ def insert_range(self, area, shift_type): | shift_type | [`ShiftType`](/cells/python-net/aspose.cells/shifttype) | Shift cells option. | -## insert_range {#aspose.cells.CellArea-int-aspose.cells.ShiftType} +## insert_range(self, area, shift_number, shift_type) {#aspose.cells.CellArea-int-aspose.cells.ShiftType} Inserts a range of cells and shift cells according to the shift option. ```python + def insert_range(self, area, shift_number, shift_type): ... ``` @@ -45,13 +47,14 @@ def insert_range(self, area, shift_number, shift_type): | shift_type | [`ShiftType`](/cells/python-net/aspose.cells/shifttype) | Shift cells option. | -## insert_range {#aspose.cells.CellArea-int-aspose.cells.ShiftType-bool} +## insert_range(self, area, shift_number, shift_type, update_reference) {#aspose.cells.CellArea-int-aspose.cells.ShiftType-bool} Inserts a range of cells and shift cells according to the shift option. ```python + def insert_range(self, area, shift_number, shift_type, update_reference): ... ``` diff --git a/english/aspose.cells/cells/insert_row/_index.md b/english/aspose.cells/cells/insert_row/_index.md index b1ba0aab15..0f5d852e21 100644 --- a/english/aspose.cells/cells/insert_row/_index.md +++ b/english/aspose.cells/cells/insert_row/_index.md @@ -3,18 +3,19 @@ title: insert_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 720 url: /aspose.cells/cells/insert_row/ is_root: false --- -## insert_row {#int} +## insert_row(self, row_index) {#int} Inserts a new row into the worksheet. ```python + def insert_row(self, row_index): ... ``` diff --git a/english/aspose.cells/cells/insert_rows/_index.md b/english/aspose.cells/cells/insert_rows/_index.md index 542fe7c948..5beb3fb574 100644 --- a/english/aspose.cells/cells/insert_rows/_index.md +++ b/english/aspose.cells/cells/insert_rows/_index.md @@ -3,18 +3,19 @@ title: insert_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 730 url: /aspose.cells/cells/insert_rows/ is_root: false --- -## insert_rows {#int-int} +## insert_rows(self, row_index, total_rows) {#int-int} Inserts multiple rows into the worksheet. ```python + def insert_rows(self, row_index, total_rows): ... ``` @@ -26,13 +27,14 @@ def insert_rows(self, row_index, total_rows): | total_rows | int | Number of rows to be inserted. | -## insert_rows {#int-int-bool} +## insert_rows(self, row_index, total_rows, update_reference) {#int-int-bool} Inserts multiple rows into the worksheet. ```python + def insert_rows(self, row_index, total_rows, update_reference): ... ``` @@ -45,13 +47,14 @@ def insert_rows(self, row_index, total_rows, update_reference): | update_reference | bool | Indicates if references in other worksheets will be updated. | -## insert_rows {#int-int-aspose.cells.InsertOptions} +## insert_rows(self, row_index, total_rows, options) {#int-int-aspose.cells.InsertOptions} Inserts multiple rows into the worksheet. ```python + def insert_rows(self, row_index, total_rows, options): ... ``` diff --git a/english/aspose.cells/cells/is_blank_column/_index.md b/english/aspose.cells/cells/is_blank_column/_index.md index d0669ee9cc..ea2e1ec916 100644 --- a/english/aspose.cells/cells/is_blank_column/_index.md +++ b/english/aspose.cells/cells/is_blank_column/_index.md @@ -3,12 +3,12 @@ title: is_blank_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 740 url: /aspose.cells/cells/is_blank_column/ is_root: false --- -## is_blank_column {#int} +## is_blank_column(self, column_index) {#int} Checks whether given column is blank(does not contain any data). @@ -20,6 +20,7 @@ true if given column does not contain any data ```python + def is_blank_column(self, column_index): ... ``` diff --git a/english/aspose.cells/cells/is_column_hidden/_index.md b/english/aspose.cells/cells/is_column_hidden/_index.md index c6ad65e389..52fb8e7a0a 100644 --- a/english/aspose.cells/cells/is_column_hidden/_index.md +++ b/english/aspose.cells/cells/is_column_hidden/_index.md @@ -3,12 +3,12 @@ title: is_column_hidden method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 750 url: /aspose.cells/cells/is_column_hidden/ is_root: false --- -## is_column_hidden {#int} +## is_column_hidden(self, column_index) {#int} Checks whether a column at given index is hidden. @@ -20,6 +20,7 @@ true if the column is hidden. ```python + def is_column_hidden(self, column_index): ... ``` diff --git a/english/aspose.cells/cells/is_default_row_height_matched/_index.md b/english/aspose.cells/cells/is_default_row_height_matched/_index.md index 8010d8229e..debaed4841 100644 --- a/english/aspose.cells/cells/is_default_row_height_matched/_index.md +++ b/english/aspose.cells/cells/is_default_row_height_matched/_index.md @@ -3,7 +3,7 @@ title: is_default_row_height_matched property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1060 url: /aspose.cells/cells/is_default_row_height_matched/ is_root: false --- diff --git a/english/aspose.cells/cells/is_default_row_hidden/_index.md b/english/aspose.cells/cells/is_default_row_hidden/_index.md index 281d80bfbc..465d004d9b 100644 --- a/english/aspose.cells/cells/is_default_row_hidden/_index.md +++ b/english/aspose.cells/cells/is_default_row_hidden/_index.md @@ -3,7 +3,7 @@ title: is_default_row_hidden property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1070 url: /aspose.cells/cells/is_default_row_hidden/ is_root: false --- diff --git a/english/aspose.cells/cells/is_deleting_range_enabled/_index.md b/english/aspose.cells/cells/is_deleting_range_enabled/_index.md index 299c95fe66..c91a07b9d2 100644 --- a/english/aspose.cells/cells/is_deleting_range_enabled/_index.md +++ b/english/aspose.cells/cells/is_deleting_range_enabled/_index.md @@ -3,12 +3,12 @@ title: is_deleting_range_enabled method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 760 url: /aspose.cells/cells/is_deleting_range_enabled/ is_root: false --- -## is_deleting_range_enabled {#int-int-int-int} +## is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns) {#int-int-int-int} Check whether the range could be deleted. @@ -20,6 +20,7 @@ Check whether the range could be deleted. ```python + def is_deleting_range_enabled(self, start_row, start_column, total_rows, total_columns): ... ``` diff --git a/english/aspose.cells/cells/is_row_hidden/_index.md b/english/aspose.cells/cells/is_row_hidden/_index.md index 51ca931915..2204f9c441 100644 --- a/english/aspose.cells/cells/is_row_hidden/_index.md +++ b/english/aspose.cells/cells/is_row_hidden/_index.md @@ -3,12 +3,12 @@ title: is_row_hidden method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 770 url: /aspose.cells/cells/is_row_hidden/ is_root: false --- -## is_row_hidden {#int} +## is_row_hidden(self, row_index) {#int} Checks whether a row at given index is hidden. @@ -20,6 +20,7 @@ true if the row is hidden ```python + def is_row_hidden(self, row_index): ... ``` diff --git a/english/aspose.cells/cells/last_cell/_index.md b/english/aspose.cells/cells/last_cell/_index.md index b2252da2a2..d428befc0b 100644 --- a/english/aspose.cells/cells/last_cell/_index.md +++ b/english/aspose.cells/cells/last_cell/_index.md @@ -3,7 +3,7 @@ title: last_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1080 url: /aspose.cells/cells/last_cell/ is_root: false --- diff --git a/english/aspose.cells/cells/link_to_xml_map/_index.md b/english/aspose.cells/cells/link_to_xml_map/_index.md index 01ec68604f..2edda5577b 100644 --- a/english/aspose.cells/cells/link_to_xml_map/_index.md +++ b/english/aspose.cells/cells/link_to_xml_map/_index.md @@ -3,18 +3,19 @@ title: link_to_xml_map method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 780 url: /aspose.cells/cells/link_to_xml_map/ is_root: false --- -## link_to_xml_map {#str-int-int-str} +## link_to_xml_map(self, map_name, row, column, path) {#str-int-int-str} Link to a xml map. ```python + def link_to_xml_map(self, map_name, row, column, path): ... ``` diff --git a/english/aspose.cells/cells/max_column/_index.md b/english/aspose.cells/cells/max_column/_index.md index 3519d9aacf..bc314ecc41 100644 --- a/english/aspose.cells/cells/max_column/_index.md +++ b/english/aspose.cells/cells/max_column/_index.md @@ -3,7 +3,7 @@ title: max_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1090 url: /aspose.cells/cells/max_column/ is_root: false --- diff --git a/english/aspose.cells/cells/max_data_column/_index.md b/english/aspose.cells/cells/max_data_column/_index.md index 43a493f53a..33eb74d05e 100644 --- a/english/aspose.cells/cells/max_data_column/_index.md +++ b/english/aspose.cells/cells/max_data_column/_index.md @@ -3,7 +3,7 @@ title: max_data_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1100 url: /aspose.cells/cells/max_data_column/ is_root: false --- diff --git a/english/aspose.cells/cells/max_data_row/_index.md b/english/aspose.cells/cells/max_data_row/_index.md index 52efd0a51d..1485087ff7 100644 --- a/english/aspose.cells/cells/max_data_row/_index.md +++ b/english/aspose.cells/cells/max_data_row/_index.md @@ -3,7 +3,7 @@ title: max_data_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1110 url: /aspose.cells/cells/max_data_row/ is_root: false --- diff --git a/english/aspose.cells/cells/max_display_range/_index.md b/english/aspose.cells/cells/max_display_range/_index.md index 6ef4bac387..0513eb25db 100644 --- a/english/aspose.cells/cells/max_display_range/_index.md +++ b/english/aspose.cells/cells/max_display_range/_index.md @@ -3,7 +3,7 @@ title: max_display_range property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1120 url: /aspose.cells/cells/max_display_range/ is_root: false --- diff --git a/english/aspose.cells/cells/max_row/_index.md b/english/aspose.cells/cells/max_row/_index.md index ad13cc7558..b08d0bc733 100644 --- a/english/aspose.cells/cells/max_row/_index.md +++ b/english/aspose.cells/cells/max_row/_index.md @@ -3,7 +3,7 @@ title: max_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1130 url: /aspose.cells/cells/max_row/ is_root: false --- diff --git a/english/aspose.cells/cells/memory_setting/_index.md b/english/aspose.cells/cells/memory_setting/_index.md index 0dea1d9878..a72c08a6d8 100644 --- a/english/aspose.cells/cells/memory_setting/_index.md +++ b/english/aspose.cells/cells/memory_setting/_index.md @@ -3,7 +3,7 @@ title: memory_setting property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1140 url: /aspose.cells/cells/memory_setting/ is_root: false --- diff --git a/english/aspose.cells/cells/merge/_index.md b/english/aspose.cells/cells/merge/_index.md index d1bbc6c349..3923c5891c 100644 --- a/english/aspose.cells/cells/merge/_index.md +++ b/english/aspose.cells/cells/merge/_index.md @@ -3,18 +3,19 @@ title: merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 790 url: /aspose.cells/cells/merge/ is_root: false --- -## merge {#int-int-int-int} +## merge(self, first_row, first_column, total_rows, total_columns) {#int-int-int-int} Merges a specified range of cells into a single cell. ```python + def merge(self, first_row, first_column, total_rows, total_columns): ... ``` @@ -30,13 +31,14 @@ def merge(self, first_row, first_column, total_rows, total_columns): Reference the merged cell via the address of the upper-left cell in the range. -## merge {#int-int-int-int-bool} +## merge(self, first_row, first_column, total_rows, total_columns, merge_conflict) {#int-int-int-int-bool} Merges a specified range of cells into a single cell. ```python + def merge(self, first_row, first_column, total_rows, total_columns, merge_conflict): ... ``` @@ -55,13 +57,14 @@ Reference the merged cell via the address of the upper-left cell in the range. If mergeConflict is true and the merged range conflicts with other merged cells, other merged cells will be automatically removed. -## merge {#int-int-int-int-bool-bool} +## merge(self, first_row, first_column, total_rows, total_columns, check_conflict, merge_conflict) {#int-int-int-int-bool-bool} Merges a specified range of cells into a single cell. ```python + def merge(self, first_row, first_column, total_rows, total_columns, check_conflict, merge_conflict): ... ``` diff --git a/english/aspose.cells/cells/merged_cells/_index.md b/english/aspose.cells/cells/merged_cells/_index.md index 0fce437c14..704cb78302 100644 --- a/english/aspose.cells/cells/merged_cells/_index.md +++ b/english/aspose.cells/cells/merged_cells/_index.md @@ -3,7 +3,7 @@ title: merged_cells property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1150 url: /aspose.cells/cells/merged_cells/ is_root: false --- diff --git a/english/aspose.cells/cells/min_column/_index.md b/english/aspose.cells/cells/min_column/_index.md index 0e977015d8..fdcb7d2a42 100644 --- a/english/aspose.cells/cells/min_column/_index.md +++ b/english/aspose.cells/cells/min_column/_index.md @@ -3,7 +3,7 @@ title: min_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1160 url: /aspose.cells/cells/min_column/ is_root: false --- diff --git a/english/aspose.cells/cells/min_data_column/_index.md b/english/aspose.cells/cells/min_data_column/_index.md index 5e23a13a4f..89907e2368 100644 --- a/english/aspose.cells/cells/min_data_column/_index.md +++ b/english/aspose.cells/cells/min_data_column/_index.md @@ -3,7 +3,7 @@ title: min_data_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1170 url: /aspose.cells/cells/min_data_column/ is_root: false --- diff --git a/english/aspose.cells/cells/min_data_row/_index.md b/english/aspose.cells/cells/min_data_row/_index.md index fcef9b9901..1d8ffa2b17 100644 --- a/english/aspose.cells/cells/min_data_row/_index.md +++ b/english/aspose.cells/cells/min_data_row/_index.md @@ -3,7 +3,7 @@ title: min_data_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1180 url: /aspose.cells/cells/min_data_row/ is_root: false --- diff --git a/english/aspose.cells/cells/min_row/_index.md b/english/aspose.cells/cells/min_row/_index.md index 55a1dcfa4c..c49fbc80d4 100644 --- a/english/aspose.cells/cells/min_row/_index.md +++ b/english/aspose.cells/cells/min_row/_index.md @@ -3,7 +3,7 @@ title: min_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1190 url: /aspose.cells/cells/min_row/ is_root: false --- diff --git a/english/aspose.cells/cells/move_range/_index.md b/english/aspose.cells/cells/move_range/_index.md index 86009f14ba..0c3a506ef1 100644 --- a/english/aspose.cells/cells/move_range/_index.md +++ b/english/aspose.cells/cells/move_range/_index.md @@ -3,18 +3,19 @@ title: move_range method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 800 url: /aspose.cells/cells/move_range/ is_root: false --- -## move_range {#aspose.cells.CellArea-int-int} +## move_range(self, source_area, dest_row, dest_column) {#aspose.cells.CellArea-int-int} Moves the range. ```python + def move_range(self, source_area, dest_row, dest_column): ... ``` diff --git a/english/aspose.cells/cells/multi_thread_reading/_index.md b/english/aspose.cells/cells/multi_thread_reading/_index.md index ead97a106b..3b869bc7de 100644 --- a/english/aspose.cells/cells/multi_thread_reading/_index.md +++ b/english/aspose.cells/cells/multi_thread_reading/_index.md @@ -3,7 +3,7 @@ title: multi_thread_reading property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1200 url: /aspose.cells/cells/multi_thread_reading/ is_root: false --- diff --git a/english/aspose.cells/cells/ods_cell_fields/_index.md b/english/aspose.cells/cells/ods_cell_fields/_index.md index 89b333ad38..7b49321278 100644 --- a/english/aspose.cells/cells/ods_cell_fields/_index.md +++ b/english/aspose.cells/cells/ods_cell_fields/_index.md @@ -3,7 +3,7 @@ title: ods_cell_fields property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1210 url: /aspose.cells/cells/ods_cell_fields/ is_root: false --- diff --git a/english/aspose.cells/cells/preserve_string/_index.md b/english/aspose.cells/cells/preserve_string/_index.md index e85ad402dc..c9953ff7b4 100644 --- a/english/aspose.cells/cells/preserve_string/_index.md +++ b/english/aspose.cells/cells/preserve_string/_index.md @@ -3,7 +3,7 @@ title: preserve_string property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1220 url: /aspose.cells/cells/preserve_string/ is_root: false --- diff --git a/english/aspose.cells/cells/ranges/_index.md b/english/aspose.cells/cells/ranges/_index.md index 04e329168c..3c63627665 100644 --- a/english/aspose.cells/cells/ranges/_index.md +++ b/english/aspose.cells/cells/ranges/_index.md @@ -3,7 +3,7 @@ title: ranges property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1230 url: /aspose.cells/cells/ranges/ is_root: false --- diff --git a/english/aspose.cells/cells/remove_duplicates/_index.md b/english/aspose.cells/cells/remove_duplicates/_index.md index 315e224096..9a625055c8 100644 --- a/english/aspose.cells/cells/remove_duplicates/_index.md +++ b/english/aspose.cells/cells/remove_duplicates/_index.md @@ -3,18 +3,19 @@ title: remove_duplicates method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 810 url: /aspose.cells/cells/remove_duplicates/ is_root: false --- -## remove_duplicates {#} +## remove_duplicates(self) {#} Removes duplicate rows in the sheet. ```python + def remove_duplicates(self): ... ``` @@ -22,13 +23,14 @@ def remove_duplicates(self): -## remove_duplicates {#int-int-int-int} +## remove_duplicates(self, start_row, start_column, end_row, end_column) {#int-int-int-int} Removes duplicate values in the range. ```python + def remove_duplicates(self, start_row, start_column, end_row, end_column): ... ``` @@ -42,13 +44,14 @@ def remove_duplicates(self, start_row, start_column, end_row, end_column): | end_column | int | The end column index. | -## remove_duplicates {#int-int-int-int-bool-list} +## remove_duplicates(self, start_row, start_column, end_row, end_column, has_headers, column_offsets) {#int-int-int-int-bool-list} Removes duplicate data of the range. ```python + def remove_duplicates(self, start_row, start_column, end_row, end_column, has_headers, column_offsets): ... ``` diff --git a/english/aspose.cells/cells/remove_formulas/_index.md b/english/aspose.cells/cells/remove_formulas/_index.md index f03f06f155..7e1f8ec46d 100644 --- a/english/aspose.cells/cells/remove_formulas/_index.md +++ b/english/aspose.cells/cells/remove_formulas/_index.md @@ -3,18 +3,19 @@ title: remove_formulas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 820 url: /aspose.cells/cells/remove_formulas/ is_root: false --- -## remove_formulas {#} +## remove_formulas(self) {#} Removes all formula and replaces with the value of the formula. ```python + def remove_formulas(self): ... ``` diff --git a/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md b/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md index d99fa1465a..70f7359772 100644 --- a/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md +++ b/english/aspose.cells/cells/retrieve_subtotal_setting/_index.md @@ -3,12 +3,12 @@ title: retrieve_subtotal_setting method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 830 url: /aspose.cells/cells/retrieve_subtotal_setting/ is_root: false --- -## retrieve_subtotal_setting {#aspose.cells.CellArea} +## retrieve_subtotal_setting(self, ca) {#aspose.cells.CellArea} Retrieves subtotals setting of the range. @@ -20,6 +20,7 @@ Retrieves subtotals setting of the range. ```python + def retrieve_subtotal_setting(self, ca): ... ``` diff --git a/english/aspose.cells/cells/rows/_index.md b/english/aspose.cells/cells/rows/_index.md index a55fe6cb64..33dc74af39 100644 --- a/english/aspose.cells/cells/rows/_index.md +++ b/english/aspose.cells/cells/rows/_index.md @@ -3,7 +3,7 @@ title: rows property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1240 url: /aspose.cells/cells/rows/ is_root: false --- diff --git a/english/aspose.cells/cells/set_column_width/_index.md b/english/aspose.cells/cells/set_column_width/_index.md index ec64f64bc6..7698a22a9e 100644 --- a/english/aspose.cells/cells/set_column_width/_index.md +++ b/english/aspose.cells/cells/set_column_width/_index.md @@ -3,18 +3,19 @@ title: set_column_width method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 840 url: /aspose.cells/cells/set_column_width/ is_root: false --- -## set_column_width {#int-float} +## set_column_width(self, column, width) {#int-float} Sets the width of the specified column in normal view. ```python + def set_column_width(self, column, width): ... ``` diff --git a/english/aspose.cells/cells/set_column_width_inch/_index.md b/english/aspose.cells/cells/set_column_width_inch/_index.md index 53b5a86db4..b6ae1b1c40 100644 --- a/english/aspose.cells/cells/set_column_width_inch/_index.md +++ b/english/aspose.cells/cells/set_column_width_inch/_index.md @@ -3,18 +3,19 @@ title: set_column_width_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 850 url: /aspose.cells/cells/set_column_width_inch/ is_root: false --- -## set_column_width_inch {#int-float} +## set_column_width_inch(self, column, inches) {#int-float} Sets column width in unit of inches in normal view. ```python + def set_column_width_inch(self, column, inches): ... ``` diff --git a/english/aspose.cells/cells/set_column_width_pixel/_index.md b/english/aspose.cells/cells/set_column_width_pixel/_index.md index f5c16ac596..21050f9123 100644 --- a/english/aspose.cells/cells/set_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/set_column_width_pixel/_index.md @@ -3,18 +3,19 @@ title: set_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 860 url: /aspose.cells/cells/set_column_width_pixel/ is_root: false --- -## set_column_width_pixel {#int-int} +## set_column_width_pixel(self, column, pixels) {#int-int} Sets column width in unit of pixels in normal view. ```python + def set_column_width_pixel(self, column, pixels): ... ``` diff --git a/english/aspose.cells/cells/set_row_height/_index.md b/english/aspose.cells/cells/set_row_height/_index.md index 5f944e23ff..c0d6db5919 100644 --- a/english/aspose.cells/cells/set_row_height/_index.md +++ b/english/aspose.cells/cells/set_row_height/_index.md @@ -3,18 +3,19 @@ title: set_row_height method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 870 url: /aspose.cells/cells/set_row_height/ is_root: false --- -## set_row_height {#int-float} +## set_row_height(self, row, height) {#int-float} Sets the height of the specified row. ```python + def set_row_height(self, row, height): ... ``` diff --git a/english/aspose.cells/cells/set_row_height_inch/_index.md b/english/aspose.cells/cells/set_row_height_inch/_index.md index 970974e0bd..734b17e2ee 100644 --- a/english/aspose.cells/cells/set_row_height_inch/_index.md +++ b/english/aspose.cells/cells/set_row_height_inch/_index.md @@ -3,18 +3,19 @@ title: set_row_height_inch method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 880 url: /aspose.cells/cells/set_row_height_inch/ is_root: false --- -## set_row_height_inch {#int-float} +## set_row_height_inch(self, row, inches) {#int-float} Sets row height in unit of inches. ```python + def set_row_height_inch(self, row, inches): ... ``` diff --git a/english/aspose.cells/cells/set_row_height_pixel/_index.md b/english/aspose.cells/cells/set_row_height_pixel/_index.md index dc78c80f12..8891eb931c 100644 --- a/english/aspose.cells/cells/set_row_height_pixel/_index.md +++ b/english/aspose.cells/cells/set_row_height_pixel/_index.md @@ -3,18 +3,19 @@ title: set_row_height_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 890 url: /aspose.cells/cells/set_row_height_pixel/ is_root: false --- -## set_row_height_pixel {#int-int} +## set_row_height_pixel(self, row, pixels) {#int-int} Sets row height in unit of pixels. ```python + def set_row_height_pixel(self, row, pixels): ... ``` diff --git a/english/aspose.cells/cells/set_view_column_width_pixel/_index.md b/english/aspose.cells/cells/set_view_column_width_pixel/_index.md index ef3bfb225a..2ea567d114 100644 --- a/english/aspose.cells/cells/set_view_column_width_pixel/_index.md +++ b/english/aspose.cells/cells/set_view_column_width_pixel/_index.md @@ -3,18 +3,19 @@ title: set_view_column_width_pixel method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 900 url: /aspose.cells/cells/set_view_column_width_pixel/ is_root: false --- -## set_view_column_width_pixel {#int-int} +## set_view_column_width_pixel(self, column, pixels) {#int-int} Sets the width of the column in different view. ```python + def set_view_column_width_pixel(self, column, pixels): ... ``` diff --git a/english/aspose.cells/cells/show_group_detail/_index.md b/english/aspose.cells/cells/show_group_detail/_index.md index 12354de73f..0db850b1fa 100644 --- a/english/aspose.cells/cells/show_group_detail/_index.md +++ b/english/aspose.cells/cells/show_group_detail/_index.md @@ -3,18 +3,19 @@ title: show_group_detail method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 910 url: /aspose.cells/cells/show_group_detail/ is_root: false --- -## show_group_detail {#bool-int} +## show_group_detail(self, is_vertical, index) {#bool-int} Expands the grouped rows/columns. ```python + def show_group_detail(self, is_vertical, index): ... ``` diff --git a/english/aspose.cells/cells/standard_height/_index.md b/english/aspose.cells/cells/standard_height/_index.md index af4dbf710a..86c1acccea 100644 --- a/english/aspose.cells/cells/standard_height/_index.md +++ b/english/aspose.cells/cells/standard_height/_index.md @@ -3,7 +3,7 @@ title: standard_height property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1250 url: /aspose.cells/cells/standard_height/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_height_inch/_index.md b/english/aspose.cells/cells/standard_height_inch/_index.md index c5e3d28b19..9789ce08d6 100644 --- a/english/aspose.cells/cells/standard_height_inch/_index.md +++ b/english/aspose.cells/cells/standard_height_inch/_index.md @@ -3,7 +3,7 @@ title: standard_height_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1260 url: /aspose.cells/cells/standard_height_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_height_pixels/_index.md b/english/aspose.cells/cells/standard_height_pixels/_index.md index 32ce73d2cf..6c23c366e6 100644 --- a/english/aspose.cells/cells/standard_height_pixels/_index.md +++ b/english/aspose.cells/cells/standard_height_pixels/_index.md @@ -3,7 +3,7 @@ title: standard_height_pixels property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1270 url: /aspose.cells/cells/standard_height_pixels/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width/_index.md b/english/aspose.cells/cells/standard_width/_index.md index 0b4cfadb0c..859c097c5a 100644 --- a/english/aspose.cells/cells/standard_width/_index.md +++ b/english/aspose.cells/cells/standard_width/_index.md @@ -3,7 +3,7 @@ title: standard_width property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1280 url: /aspose.cells/cells/standard_width/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width_inch/_index.md b/english/aspose.cells/cells/standard_width_inch/_index.md index 12ad9cb58d..ffe40df9f3 100644 --- a/english/aspose.cells/cells/standard_width_inch/_index.md +++ b/english/aspose.cells/cells/standard_width_inch/_index.md @@ -3,7 +3,7 @@ title: standard_width_inch property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1290 url: /aspose.cells/cells/standard_width_inch/ is_root: false --- diff --git a/english/aspose.cells/cells/standard_width_pixels/_index.md b/english/aspose.cells/cells/standard_width_pixels/_index.md index 597b52e825..7fa3d1e225 100644 --- a/english/aspose.cells/cells/standard_width_pixels/_index.md +++ b/english/aspose.cells/cells/standard_width_pixels/_index.md @@ -3,7 +3,7 @@ title: standard_width_pixels property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1300 url: /aspose.cells/cells/standard_width_pixels/ is_root: false --- diff --git a/english/aspose.cells/cells/style/_index.md b/english/aspose.cells/cells/style/_index.md index 867c0ba405..97557c83cf 100644 --- a/english/aspose.cells/cells/style/_index.md +++ b/english/aspose.cells/cells/style/_index.md @@ -3,7 +3,7 @@ title: style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1310 url: /aspose.cells/cells/style/ is_root: false --- diff --git a/english/aspose.cells/cells/subtotal/_index.md b/english/aspose.cells/cells/subtotal/_index.md index 0349989240..cd33abe543 100644 --- a/english/aspose.cells/cells/subtotal/_index.md +++ b/english/aspose.cells/cells/subtotal/_index.md @@ -3,18 +3,19 @@ title: subtotal method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 920 url: /aspose.cells/cells/subtotal/ is_root: false --- -## subtotal {#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list} +## subtotal(self, ca, group_by, function, total_list) {#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list} Creates subtotals for the range. ```python + def subtotal(self, ca, group_by, function, total_list): ... ``` @@ -28,13 +29,14 @@ def subtotal(self, ca, group_by, function, total_list): | total_list | list | An array of zero-based field offsets, indicating the fields to which the subtotals are added. | -## subtotal {#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list-bool-bool-bool} +## subtotal(self, ca, group_by, function, total_list, replace, page_breaks, summary_below_data) {#aspose.cells.CellArea-int-aspose.cells.ConsolidationFunction-list-bool-bool-bool} Creates subtotals for the range. ```python + def subtotal(self, ca, group_by, function, total_list, replace, page_breaks, summary_below_data): ... ``` diff --git a/english/aspose.cells/cells/text_to_columns/_index.md b/english/aspose.cells/cells/text_to_columns/_index.md index c226101c7d..096458bed5 100644 --- a/english/aspose.cells/cells/text_to_columns/_index.md +++ b/english/aspose.cells/cells/text_to_columns/_index.md @@ -3,12 +3,12 @@ title: text_to_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 930 url: /aspose.cells/cells/text_to_columns/ is_root: false --- -## text_to_columns {#int-int-int-aspose.cells.TxtLoadOptions} +## text_to_columns(self, row, column, total_rows, options) {#int-int-int-aspose.cells.TxtLoadOptions} Splits content in specified column into multiple columns.. @@ -20,6 +20,7 @@ Total column count of the split values. ```python + def text_to_columns(self, row, column, total_rows, options): ... ``` diff --git a/english/aspose.cells/cells/un_merge/_index.md b/english/aspose.cells/cells/un_merge/_index.md index 0425a38d1c..c9952a2cab 100644 --- a/english/aspose.cells/cells/un_merge/_index.md +++ b/english/aspose.cells/cells/un_merge/_index.md @@ -3,18 +3,19 @@ title: un_merge method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 940 url: /aspose.cells/cells/un_merge/ is_root: false --- -## un_merge {#int-int-int-int} +## un_merge(self, first_row, first_column, total_rows, total_columns) {#int-int-int-int} Unmerges a specified range of merged cells. ```python + def un_merge(self, first_row, first_column, total_rows, total_columns): ... ``` diff --git a/english/aspose.cells/cells/ungroup_columns/_index.md b/english/aspose.cells/cells/ungroup_columns/_index.md index 3d09e06271..8822d3baca 100644 --- a/english/aspose.cells/cells/ungroup_columns/_index.md +++ b/english/aspose.cells/cells/ungroup_columns/_index.md @@ -3,18 +3,19 @@ title: ungroup_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 950 url: /aspose.cells/cells/ungroup_columns/ is_root: false --- -## ungroup_columns {#int-int} +## ungroup_columns(self, first_index, last_index) {#int-int} Ungroups columns. ```python + def ungroup_columns(self, first_index, last_index): ... ``` diff --git a/english/aspose.cells/cells/ungroup_rows/_index.md b/english/aspose.cells/cells/ungroup_rows/_index.md index 0829c53f8d..901d23b4cf 100644 --- a/english/aspose.cells/cells/ungroup_rows/_index.md +++ b/english/aspose.cells/cells/ungroup_rows/_index.md @@ -3,18 +3,19 @@ title: ungroup_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 960 url: /aspose.cells/cells/ungroup_rows/ is_root: false --- -## ungroup_rows {#int-int} +## ungroup_rows(self, first_index, last_index) {#int-int} Ungroups rows. ```python + def ungroup_rows(self, first_index, last_index): ... ``` @@ -28,13 +29,14 @@ def ungroup_rows(self, first_index, last_index): Only removes outer group info. -## ungroup_rows {#int-int-bool} +## ungroup_rows(self, first_index, last_index, is_all) {#int-int-bool} Ungroups rows. ```python + def ungroup_rows(self, first_index, last_index, is_all): ... ``` diff --git a/english/aspose.cells/cells/unhide_column/_index.md b/english/aspose.cells/cells/unhide_column/_index.md index 6dc37e0d65..807b3a1d0b 100644 --- a/english/aspose.cells/cells/unhide_column/_index.md +++ b/english/aspose.cells/cells/unhide_column/_index.md @@ -3,18 +3,19 @@ title: unhide_column method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 970 url: /aspose.cells/cells/unhide_column/ is_root: false --- -## unhide_column {#int-float} +## unhide_column(self, column, width) {#int-float} Unhides a column ```python + def unhide_column(self, column, width): ... ``` diff --git a/english/aspose.cells/cells/unhide_columns/_index.md b/english/aspose.cells/cells/unhide_columns/_index.md index fbefc7bd06..a536c915e4 100644 --- a/english/aspose.cells/cells/unhide_columns/_index.md +++ b/english/aspose.cells/cells/unhide_columns/_index.md @@ -3,18 +3,19 @@ title: unhide_columns method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 980 url: /aspose.cells/cells/unhide_columns/ is_root: false --- -## unhide_columns {#int-int-float} +## unhide_columns(self, column, total_columns, width) {#int-int-float} Unhide multiple columns. ```python + def unhide_columns(self, column, total_columns, width): ... ``` diff --git a/english/aspose.cells/cells/unhide_row/_index.md b/english/aspose.cells/cells/unhide_row/_index.md index c33cb4ef0b..f882e564ff 100644 --- a/english/aspose.cells/cells/unhide_row/_index.md +++ b/english/aspose.cells/cells/unhide_row/_index.md @@ -3,18 +3,19 @@ title: unhide_row method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 990 url: /aspose.cells/cells/unhide_row/ is_root: false --- -## unhide_row {#int-float} +## unhide_row(self, row, height) {#int-float} Unhides a row. ```python + def unhide_row(self, row, height): ... ``` diff --git a/english/aspose.cells/cells/unhide_rows/_index.md b/english/aspose.cells/cells/unhide_rows/_index.md index f37e6f84f0..00d8f9f8f2 100644 --- a/english/aspose.cells/cells/unhide_rows/_index.md +++ b/english/aspose.cells/cells/unhide_rows/_index.md @@ -3,18 +3,19 @@ title: unhide_rows method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1000 url: /aspose.cells/cells/unhide_rows/ is_root: false --- -## unhide_rows {#int-int-float} +## unhide_rows(self, row, total_rows, height) {#int-int-float} Unhides the hidden rows. ```python + def unhide_rows(self, row, total_rows, height): ... ``` diff --git a/english/aspose.cells/cellscolor/_index.md b/english/aspose.cells/cellscolor/_index.md index 7105891859..fe171da650 100644 --- a/english/aspose.cells/cellscolor/_index.md +++ b/english/aspose.cells/cellscolor/_index.md @@ -31,7 +31,7 @@ The CellsColor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_tint_of_shape_color](/cells/python-net/aspose.cells/cellscolor/set_tint_of_shape_color/#float) | Set the tint of the shape color | +| [`set_tint_of_shape_color(self, tint)`](/cells/python-net/aspose.cells/cellscolor/set_tint_of_shape_color/#float) | Set the tint of the shape color | diff --git a/english/aspose.cells/cellscolor/set_tint_of_shape_color/_index.md b/english/aspose.cells/cellscolor/set_tint_of_shape_color/_index.md index 5fd2dd4fce..ef42b2b1f8 100644 --- a/english/aspose.cells/cellscolor/set_tint_of_shape_color/_index.md +++ b/english/aspose.cells/cellscolor/set_tint_of_shape_color/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellscolor/set_tint_of_shape_color/ is_root: false --- -## set_tint_of_shape_color {#float} +## set_tint_of_shape_color(self, tint) {#float} Set the tint of the shape color ```python + def set_tint_of_shape_color(self, tint): ... ``` diff --git a/english/aspose.cells/cellsdatatablefactory/_index.md b/english/aspose.cells/cellsdatatablefactory/_index.md index 023448af86..88719f4c67 100644 --- a/english/aspose.cells/cellsdatatablefactory/_index.md +++ b/english/aspose.cells/cellsdatatablefactory/_index.md @@ -19,15 +19,15 @@ The CellsDataTableFactory type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of int values. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of int values. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of double values. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of double values. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of objects. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool-list) | Creates ICellsDataTable from given sequence of objects. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of objects. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list) | Creates ICellsDataTable from given collection. | -| [get_instance](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given collection. | +| [`get_instance(self, vals, column_names)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of int values. | +| [`get_instance(self, vals, vertial)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of int values. | +| [`get_instance(self, vals, column_names)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of double values. | +| [`get_instance(self, vals, vertial)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of double values. | +| [`get_instance(self, vals, column_names)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-list) | Creates ICellsDataTable from given sequence of objects. | +| [`get_instance(self, vals, has_header, column_names)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool-list) | Creates ICellsDataTable from given sequence of objects. | +| [`get_instance(self, vals, vertial)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given sequence of objects. | +| [`get_instance(self, collection)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list) | Creates ICellsDataTable from given collection. | +| [`get_instance(self, collection, has_header)`](/cells/python-net/aspose.cells/cellsdatatablefactory/get_instance/#list-bool) | Creates ICellsDataTable from given collection. | diff --git a/english/aspose.cells/cellsdatatablefactory/get_instance/_index.md b/english/aspose.cells/cellsdatatablefactory/get_instance/_index.md index cf06e2df41..f93b1d4d3e 100644 --- a/english/aspose.cells/cellsdatatablefactory/get_instance/_index.md +++ b/english/aspose.cells/cellsdatatablefactory/get_instance/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellsdatatablefactory/get_instance/ is_root: false --- -## get_instance {#list} +## get_instance(self, collection) {#list} Creates ICellsDataTable from given collection. @@ -19,9 +19,10 @@ Creates ICellsDataTable from given collection. Instance of ICellsDataTable -```python +```python + def get_instance(self, collection): - ... + ... ``` @@ -30,7 +31,7 @@ def get_instance(self, collection): | collection | list | the collection to build table | -## get_instance {#list-list} +## get_instance(self, vals, column_names) {#list-list} Creates ICellsDataTable from given sequence of int values. @@ -41,9 +42,10 @@ Creates ICellsDataTable from given sequence of int values. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, column_names): - ... + ... ``` @@ -53,7 +55,7 @@ def get_instance(self, vals, column_names): | column_names | list | Column names of the table.
Its length can only be either 1(build table by the int values vertically)
or length of the int values(build table by the int values horizontally) | -## get_instance {#list-bool} +## get_instance(self, vals, vertial) {#list-bool} Creates ICellsDataTable from given sequence of int values. @@ -64,9 +66,10 @@ Creates ICellsDataTable from given sequence of int values. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, vertial): - ... + ... ``` @@ -76,7 +79,7 @@ def get_instance(self, vals, vertial): | vertial | bool | whether build table by the int values vertiacally(true) or horizontally(false) | -## get_instance {#list-list} +## get_instance(self, vals, column_names) {#list-list} Creates ICellsDataTable from given sequence of double values. @@ -87,9 +90,10 @@ Creates ICellsDataTable from given sequence of double values. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, column_names): - ... + ... ``` @@ -99,7 +103,7 @@ def get_instance(self, vals, column_names): | column_names | list | Column names of the table.
Its length can only be either 1(build table by the double values vertically)
or length of the double values(build table by the double values horizontally) | -## get_instance {#list-bool} +## get_instance(self, vals, vertial) {#list-bool} Creates ICellsDataTable from given sequence of double values. @@ -110,9 +114,10 @@ Creates ICellsDataTable from given sequence of double values. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, vertial): - ... + ... ``` @@ -122,7 +127,7 @@ def get_instance(self, vals, vertial): | vertial | bool | whether build table by the double values vertiacally(true) or horizontally(false) | -## get_instance {#list-list} +## get_instance(self, vals, column_names) {#list-list} Creates ICellsDataTable from given sequence of objects. @@ -133,9 +138,10 @@ Creates ICellsDataTable from given sequence of objects. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, column_names): - ... + ... ``` @@ -145,7 +151,7 @@ def get_instance(self, vals, column_names): | column_names | list | Column names of the table.
Its length can only be either 1(build table by the objects vertically)
or length of the objects(build table by the objects horizontally) | -## get_instance {#list-bool} +## get_instance(self, vals, vertial) {#list-bool} Creates ICellsDataTable from given sequence of objects. @@ -156,9 +162,10 @@ Creates ICellsDataTable from given sequence of objects. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, vertial): - ... + ... ``` @@ -168,7 +175,7 @@ def get_instance(self, vals, vertial): | vertial | bool | whether build table by the objects vertiacally(true) or horizontally(false) | -## get_instance {#list-bool} +## get_instance(self, collection, has_header) {#list-bool} Creates ICellsDataTable from given collection. @@ -179,9 +186,10 @@ Creates ICellsDataTable from given collection. Instance of ICellsDataTable -```python +```python + def get_instance(self, collection, has_header): - ... + ... ``` @@ -191,7 +199,7 @@ def get_instance(self, collection, has_header): | has_header | bool | Indicates whether the first row is header | -## get_instance {#list-bool-list} +## get_instance(self, vals, has_header, column_names) {#list-bool-list} Creates ICellsDataTable from given sequence of objects. @@ -202,9 +210,10 @@ Creates ICellsDataTable from given sequence of objects. Instance of ICellsDataTable -```python +```python + def get_instance(self, vals, has_header, column_names): - ... + ... ``` diff --git a/english/aspose.cells/cellsfactory/__init__/_index.md b/english/aspose.cells/cellsfactory/__init__/_index.md index aaff5c6a4f..c0cbf40401 100644 --- a/english/aspose.cells/cellsfactory/__init__/_index.md +++ b/english/aspose.cells/cellsfactory/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellsfactory/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CellsFactory ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/cellsfactory/_index.md b/english/aspose.cells/cellsfactory/_index.md index cd4b19abf4..d68c8d4c1c 100644 --- a/english/aspose.cells/cellsfactory/_index.md +++ b/english/aspose.cells/cellsfactory/_index.md @@ -19,13 +19,13 @@ The CellsFactory type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/cellsfactory/__init__/#) | Constructs a new instance of CellsFactory | +| [`__init__(self)`](/cells/python-net/aspose.cells/cellsfactory/__init__/#) | Constructs a new instance of CellsFactory | ### Methods | Method | Description | | :- | :- | -| [create_style](/cells/python-net/aspose.cells/cellsfactory/create_style/#) | Creates a new style. | +| [`create_style(self)`](/cells/python-net/aspose.cells/cellsfactory/create_style/#) | Creates a new style. | diff --git a/english/aspose.cells/cellsfactory/create_style/_index.md b/english/aspose.cells/cellsfactory/create_style/_index.md index ca6a8a537b..d29ada6206 100644 --- a/english/aspose.cells/cellsfactory/create_style/_index.md +++ b/english/aspose.cells/cellsfactory/create_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellsfactory/create_style/ is_root: false --- -## create_style {#} +## create_style(self) {#} Creates a new style. @@ -20,6 +20,7 @@ Returns a style object. ```python + def create_style(self): ... ``` diff --git a/english/aspose.cells/cellshelper/_index.md b/english/aspose.cells/cellshelper/_index.md index f11d3de6c6..d6811fb50f 100644 --- a/english/aspose.cells/cellshelper/_index.md +++ b/english/aspose.cells/cellshelper/_index.md @@ -31,25 +31,25 @@ The CellsHelper type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [create_safe_sheet_name](/cells/python-net/aspose.cells/cellshelper/create_safe_sheet_name/#str) | Checks given sheet name and create a valid one when needed.
If given sheet name conforms to the rules of excel sheet name, then return it.
Otherwise string will be truncated if length exceeds the limit
and invalid characters will be replaced with ' ', then return the rebuilt string value. | -| [create_safe_sheet_name](/cells/python-net/aspose.cells/cellshelper/create_safe_sheet_name/#str-char) | Checks given sheet name and create a valid one when needed.
If given sheet name conforms to the rules of excel sheet name, then return it.
Otherwise string will be truncated if length exceeds the limit
and invalid characters will be replaced with given character, then return the rebuilt string value. | -| [get_text_width](/cells/python-net/aspose.cells/cellshelper/get_text_width/#str-aspose.cells.Font-float) | Get width of text in unit of points. | -| [get_version](/cells/python-net/aspose.cells/cellshelper/get_version/#) | Get the release version. | -| [cell_name_to_index](/cells/python-net/aspose.cells/cellshelper/cell_name_to_index/#str-any-any) | Gets the cell row and column indexes according to its name. | -| [cell_index_to_name](/cells/python-net/aspose.cells/cellshelper/cell_index_to_name/#int-int) | Gets cell name according to its row and column indexes. | -| [column_index_to_name](/cells/python-net/aspose.cells/cellshelper/column_index_to_name/#int) | Gets column name according to column index. | -| [column_name_to_index](/cells/python-net/aspose.cells/cellshelper/column_name_to_index/#str) | Gets column index according to column name. | -| [row_index_to_name](/cells/python-net/aspose.cells/cellshelper/row_index_to_name/#int) | Gets row name according to row index. | -| [row_name_to_index](/cells/python-net/aspose.cells/cellshelper/row_name_to_index/#str) | Gets row index according to row name. | -| [convert_r1c1_formula_to_a1](/cells/python-net/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/#str-int-int) | Converts the r1c1 formula of the cell to A1 formula. | -| [convert_a1_formula_to_r1c1](/cells/python-net/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/#str-int-int) | Converts A1 formula of the cell to the r1c1 formula. | -| [get_date_time_from_double](/cells/python-net/aspose.cells/cellshelper/get_date_time_from_double/#float-bool) | Convert the double value to the date time value. | -| [get_double_from_date_time](/cells/python-net/aspose.cells/cellshelper/get_double_from_date_time/#DateTime-bool) | Convert the date time to double value. | -| [get_used_colors](/cells/python-net/aspose.cells/cellshelper/get_used_colors/#aspose.cells.Workbook) | Gets all used colors in the workbook. | -| [add_add_in_function](/cells/python-net/aspose.cells/cellshelper/add_add_in_function/#str-int-int-list-aspose.cells.ParameterType) | Add addin function. | -| [merge_files](/cells/python-net/aspose.cells/cellshelper/merge_files/#list-str-str) | Merges some large xls files to a xls file. | -| [need_quote_in_formula](/cells/python-net/aspose.cells/cellshelper/need_quote_in_formula/#str) | Indicates whether the name of the sheet should be enclosed in single quotes | -| [init_for_dot_net_core](/cells/python-net/aspose.cells/cellshelper/init_for_dot_net_core/#) | Do the initialization for .NetCore programme.
We suggest you to call this method for all .NetCore initialization first.
For example:
CellsHelper.InitForDotNetCore();
Workbook wb = new Workbook(); | +| [`create_safe_sheet_name(, name_proposal)`](/cells/python-net/aspose.cells/cellshelper/create_safe_sheet_name/#str) | Checks given sheet name and create a valid one when needed.
If given sheet name conforms to the rules of excel sheet name, then return it.
Otherwise string will be truncated if length exceeds the limit
and invalid characters will be replaced with ' ', then return the rebuilt string value. | +| [`create_safe_sheet_name(, name_proposal, replace_char)`](/cells/python-net/aspose.cells/cellshelper/create_safe_sheet_name/#str-char) | Checks given sheet name and create a valid one when needed.
If given sheet name conforms to the rules of excel sheet name, then return it.
Otherwise string will be truncated if length exceeds the limit
and invalid characters will be replaced with given character, then return the rebuilt string value. | +| [`get_text_width(, text, font, scaling)`](/cells/python-net/aspose.cells/cellshelper/get_text_width/#str-aspose.cells.font-float) | Get width of text in unit of points. | +| [`get_version()`](/cells/python-net/aspose.cells/cellshelper/get_version/#) | Get the release version. | +| [`cell_name_to_index(, cell_name, row, column)`](/cells/python-net/aspose.cells/cellshelper/cell_name_to_index/#str-any-any) | Gets the cell row and column indexes according to its name. | +| [`cell_index_to_name(, row, column)`](/cells/python-net/aspose.cells/cellshelper/cell_index_to_name/#int-int) | Gets cell name according to its row and column indexes. | +| [`column_index_to_name(, column)`](/cells/python-net/aspose.cells/cellshelper/column_index_to_name/#int) | Gets column name according to column index. | +| [`column_name_to_index(, column_name)`](/cells/python-net/aspose.cells/cellshelper/column_name_to_index/#str) | Gets column index according to column name. | +| [`row_index_to_name(, row)`](/cells/python-net/aspose.cells/cellshelper/row_index_to_name/#int) | Gets row name according to row index. | +| [`row_name_to_index(, row_name)`](/cells/python-net/aspose.cells/cellshelper/row_name_to_index/#str) | Gets row index according to row name. | +| [`convert_r1c1_formula_to_a1(, r_1c1_formula, row, column)`](/cells/python-net/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/#str-int-int) | Converts the r1c1 formula of the cell to A1 formula. | +| [`convert_a1_formula_to_r1c1(, formula, row, column)`](/cells/python-net/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/#str-int-int) | Converts A1 formula of the cell to the r1c1 formula. | +| [`get_date_time_from_double(, double_value, date1904)`](/cells/python-net/aspose.cells/cellshelper/get_date_time_from_double/#float-bool) | Convert the double value to the date time value. | +| [`get_double_from_date_time(, date_time, date1904)`](/cells/python-net/aspose.cells/cellshelper/get_double_from_date_time/#datetime-bool) | Convert the date time to double value. | +| [`get_used_colors(, workbook)`](/cells/python-net/aspose.cells/cellshelper/get_used_colors/#aspose.cells.workbook) | Gets all used colors in the workbook. | +| [`add_add_in_function(, function, min_count_of_parameters, max_count_of_parameters, paramers_type, function_value_type)`](/cells/python-net/aspose.cells/cellshelper/add_add_in_function/#str-int-int-list-aspose.cells.parametertype) | Add addin function. | +| [`merge_files(, files, cached_file, dest_file)`](/cells/python-net/aspose.cells/cellshelper/merge_files/#list-str-str) | Merges some large xls files to a xls file. | +| [`need_quote_in_formula(, sheet_name)`](/cells/python-net/aspose.cells/cellshelper/need_quote_in_formula/#str) | Indicates whether the name of the sheet should be enclosed in single quotes | +| [`init_for_dot_net_core()`](/cells/python-net/aspose.cells/cellshelper/init_for_dot_net_core/#) | Do the initialization for .NetCore programme.
We suggest you to call this method for all .NetCore initialization first.
For example:
CellsHelper.InitForDotNetCore();
Workbook wb = new Workbook(); | diff --git a/english/aspose.cells/cellshelper/add_add_in_function/_index.md b/english/aspose.cells/cellshelper/add_add_in_function/_index.md index f44d5353e4..af5295f861 100644 --- a/english/aspose.cells/cellshelper/add_add_in_function/_index.md +++ b/english/aspose.cells/cellshelper/add_add_in_function/_index.md @@ -8,14 +8,16 @@ url: /aspose.cells/cellshelper/add_add_in_function/ is_root: false --- -## add_add_in_function {#str-int-int-list-aspose.cells.ParameterType} +## add_add_in_function(, function, min_count_of_parameters, max_count_of_parameters, paramers_type, function_value_type) {#str-int-int-list-aspose.cells.ParameterType} Add addin function. ```python -def add_add_in_function(self, function, min_count_of_parameters, max_count_of_parameters, paramers_type, function_value_type): + +@staticmethod +def add_add_in_function(function, min_count_of_parameters, max_count_of_parameters, paramers_type, function_value_type): ... ``` diff --git a/english/aspose.cells/cellshelper/alt_start_path/_index.md b/english/aspose.cells/cellshelper/alt_start_path/_index.md index 3c4f09041b..5718f14418 100644 --- a/english/aspose.cells/cellshelper/alt_start_path/_index.md +++ b/english/aspose.cells/cellshelper/alt_start_path/_index.md @@ -12,6 +12,15 @@ is_root: false Gets or sets the alternate startup path, which is referred to by some external formula references. +### Definition: +```python +@property +def alt_start_path(self): + ... +@staticmethod +def set_alt_start_path(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellshelper/cell_index_to_name/_index.md b/english/aspose.cells/cellshelper/cell_index_to_name/_index.md index c149bbbb5d..14cd139112 100644 --- a/english/aspose.cells/cellshelper/cell_index_to_name/_index.md +++ b/english/aspose.cells/cellshelper/cell_index_to_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/cell_index_to_name/ is_root: false --- -## cell_index_to_name {#int-int} +## cell_index_to_name(, row, column) {#int-int} Gets cell name according to its row and column indexes. @@ -20,7 +20,9 @@ Name of cell. ```python -def cell_index_to_name(self, row, column): + +@staticmethod +def cell_index_to_name(row, column): ... ``` diff --git a/english/aspose.cells/cellshelper/cell_name_to_index/_index.md b/english/aspose.cells/cellshelper/cell_name_to_index/_index.md index 246398d809..d54da41e15 100644 --- a/english/aspose.cells/cellshelper/cell_name_to_index/_index.md +++ b/english/aspose.cells/cellshelper/cell_name_to_index/_index.md @@ -8,14 +8,16 @@ url: /aspose.cells/cellshelper/cell_name_to_index/ is_root: false --- -## cell_name_to_index {#str-any-any} +## cell_name_to_index(, cell_name, row, column) {#str-any-any} Gets the cell row and column indexes according to its name. ```python -def cell_name_to_index(self, cell_name, row, column): + +@staticmethod +def cell_name_to_index(cell_name, row, column): ... ``` diff --git a/english/aspose.cells/cellshelper/column_index_to_name/_index.md b/english/aspose.cells/cellshelper/column_index_to_name/_index.md index 28ce3920b1..feaf41f135 100644 --- a/english/aspose.cells/cellshelper/column_index_to_name/_index.md +++ b/english/aspose.cells/cellshelper/column_index_to_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/column_index_to_name/ is_root: false --- -## column_index_to_name {#int} +## column_index_to_name(, column) {#int} Gets column name according to column index. @@ -20,7 +20,9 @@ Name of column. ```python -def column_index_to_name(self, column): + +@staticmethod +def column_index_to_name(column): ... ``` diff --git a/english/aspose.cells/cellshelper/column_name_to_index/_index.md b/english/aspose.cells/cellshelper/column_name_to_index/_index.md index 5282df2558..82cb3b066a 100644 --- a/english/aspose.cells/cellshelper/column_name_to_index/_index.md +++ b/english/aspose.cells/cellshelper/column_name_to_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/column_name_to_index/ is_root: false --- -## column_name_to_index {#str} +## column_name_to_index(, column_name) {#str} Gets column index according to column name. @@ -20,7 +20,9 @@ Column index. ```python -def column_name_to_index(self, column_name): + +@staticmethod +def column_name_to_index(column_name): ... ``` diff --git a/english/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/_index.md b/english/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/_index.md index b6be6f5b51..754e56b11f 100644 --- a/english/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/_index.md +++ b/english/aspose.cells/cellshelper/convert_a1_formula_to_r1c1/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/convert_a1_formula_to_r1c1/ is_root: false --- -## convert_a1_formula_to_r1c1 {#str-int-int} +## convert_a1_formula_to_r1c1(, formula, row, column) {#str-int-int} Converts A1 formula of the cell to the r1c1 formula. @@ -20,7 +20,9 @@ The R1C1 formula. ```python -def convert_a1_formula_to_r1c1(self, formula, row, column): + +@staticmethod +def convert_a1_formula_to_r1c1(formula, row, column): ... ``` diff --git a/english/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/_index.md b/english/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/_index.md index 52addb791c..70953107fe 100644 --- a/english/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/_index.md +++ b/english/aspose.cells/cellshelper/convert_r1c1_formula_to_a1/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/convert_r1c1_formula_to_a1/ is_root: false --- -## convert_r1c1_formula_to_a1 {#str-int-int} +## convert_r1c1_formula_to_a1(, r_1c1_formula, row, column) {#str-int-int} Converts the r1c1 formula of the cell to A1 formula. @@ -20,7 +20,9 @@ The A1 formula. ```python -def convert_r1c1_formula_to_a1(self, r_1c1_formula, row, column): + +@staticmethod +def convert_r1c1_formula_to_a1(r_1c1_formula, row, column): ... ``` diff --git a/english/aspose.cells/cellshelper/create_safe_sheet_name/_index.md b/english/aspose.cells/cellshelper/create_safe_sheet_name/_index.md index 9aecadd5b9..093ad6ea19 100644 --- a/english/aspose.cells/cellshelper/create_safe_sheet_name/_index.md +++ b/english/aspose.cells/cellshelper/create_safe_sheet_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/create_safe_sheet_name/ is_root: false --- -## create_safe_sheet_name {#str} +## create_safe_sheet_name(, name_proposal) {#str} Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. @@ -23,7 +23,9 @@ and invalid characters will be replaced with ' ', then return the rebuilt string ```python -def create_safe_sheet_name(self, name_proposal): + +@staticmethod +def create_safe_sheet_name(name_proposal): ... ``` @@ -33,7 +35,7 @@ def create_safe_sheet_name(self, name_proposal): | name_proposal | str | sheet name to be used | -## create_safe_sheet_name {#str-char} +## create_safe_sheet_name(, name_proposal, replace_char) {#str-char} Checks given sheet name and create a valid one when needed. If given sheet name conforms to the rules of excel sheet name, then return it. @@ -48,7 +50,9 @@ and invalid characters will be replaced with given character, then return the re ```python -def create_safe_sheet_name(self, name_proposal, replace_char): + +@staticmethod +def create_safe_sheet_name(name_proposal, replace_char): ... ``` diff --git a/english/aspose.cells/cellshelper/custom_implementation_factory/_index.md b/english/aspose.cells/cellshelper/custom_implementation_factory/_index.md index b6e9c73008..807a73e65d 100644 --- a/english/aspose.cells/cellshelper/custom_implementation_factory/_index.md +++ b/english/aspose.cells/cellshelper/custom_implementation_factory/_index.md @@ -12,7 +12,17 @@ is_root: false Gets or sets the factory for creating instances with special implementation. +### Definition: +```python +@property +def custom_implementation_factory(self): + ... +@staticmethod +def set_custom_implementation_factory(value): + ... +``` ### See Also * module [`aspose.cells`](../../) * class [`CellsHelper`](/cells/python-net/aspose.cells/cellshelper) +* class [`CustomImplementationFactory`](/cells/python-net/aspose.cells/customimplementationfactory) diff --git a/english/aspose.cells/cellshelper/dpi/_index.md b/english/aspose.cells/cellshelper/dpi/_index.md index 31ddb436b3..01ab2d14da 100644 --- a/english/aspose.cells/cellshelper/dpi/_index.md +++ b/english/aspose.cells/cellshelper/dpi/_index.md @@ -17,6 +17,15 @@ Gets the DPI of the machine. +### Definition: +```python +@property +def dpi(self): + ... +@staticmethod +def set_dpi(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellshelper/get_date_time_from_double/_index.md b/english/aspose.cells/cellshelper/get_date_time_from_double/_index.md index fc6c5b017f..f27453ceaa 100644 --- a/english/aspose.cells/cellshelper/get_date_time_from_double/_index.md +++ b/english/aspose.cells/cellshelper/get_date_time_from_double/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/get_date_time_from_double/ is_root: false --- -## get_date_time_from_double {#float-bool} +## get_date_time_from_double(, double_value, date1904) {#float-bool} Convert the double value to the date time value. @@ -20,7 +20,9 @@ Convert the double value to the date time value. ```python -def get_date_time_from_double(self, double_value, date1904): + +@staticmethod +def get_date_time_from_double(double_value, date1904): ... ``` diff --git a/english/aspose.cells/cellshelper/get_double_from_date_time/_index.md b/english/aspose.cells/cellshelper/get_double_from_date_time/_index.md index 321c43a954..d8782942b6 100644 --- a/english/aspose.cells/cellshelper/get_double_from_date_time/_index.md +++ b/english/aspose.cells/cellshelper/get_double_from_date_time/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/get_double_from_date_time/ is_root: false --- -## get_double_from_date_time {#DateTime-bool} +## get_double_from_date_time(, date_time, date1904) {#DateTime-bool} Convert the date time to double value. @@ -20,7 +20,9 @@ Convert the date time to double value. ```python -def get_double_from_date_time(self, date_time, date1904): + +@staticmethod +def get_double_from_date_time(date_time, date1904): ... ``` diff --git a/english/aspose.cells/cellshelper/get_text_width/_index.md b/english/aspose.cells/cellshelper/get_text_width/_index.md index ed8bf32fae..93c9e56ec6 100644 --- a/english/aspose.cells/cellshelper/get_text_width/_index.md +++ b/english/aspose.cells/cellshelper/get_text_width/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/get_text_width/ is_root: false --- -## get_text_width {#str-aspose.cells.Font-float} +## get_text_width(, text, font, scaling) {#str-aspose.cells.Font-float} Get width of text in unit of points. @@ -20,7 +20,9 @@ Get width of text in unit of points. ```python -def get_text_width(self, text, font, scaling): + +@staticmethod +def get_text_width(text, font, scaling): ... ``` diff --git a/english/aspose.cells/cellshelper/get_used_colors/_index.md b/english/aspose.cells/cellshelper/get_used_colors/_index.md index 630e5c423c..27cd4ce828 100644 --- a/english/aspose.cells/cellshelper/get_used_colors/_index.md +++ b/english/aspose.cells/cellshelper/get_used_colors/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/get_used_colors/ is_root: false --- -## get_used_colors {#aspose.cells.Workbook} +## get_used_colors(, workbook) {#aspose.cells.Workbook} Gets all used colors in the workbook. @@ -20,7 +20,9 @@ The used colors. ```python -def get_used_colors(self, workbook): + +@staticmethod +def get_used_colors(workbook): ... ``` diff --git a/english/aspose.cells/cellshelper/get_version/_index.md b/english/aspose.cells/cellshelper/get_version/_index.md index 8fef41d3a5..e0e57db438 100644 --- a/english/aspose.cells/cellshelper/get_version/_index.md +++ b/english/aspose.cells/cellshelper/get_version/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/get_version/ is_root: false --- -## get_version {#} +## get_version() {#} Get the release version. @@ -20,7 +20,9 @@ The release version. ```python -def get_version(self): + +@staticmethod +def get_version(): ... ``` diff --git a/english/aspose.cells/cellshelper/init_for_dot_net_core/_index.md b/english/aspose.cells/cellshelper/init_for_dot_net_core/_index.md index 8ea4268ac4..0c11eb007b 100644 --- a/english/aspose.cells/cellshelper/init_for_dot_net_core/_index.md +++ b/english/aspose.cells/cellshelper/init_for_dot_net_core/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/init_for_dot_net_core/ is_root: false --- -## init_for_dot_net_core {#} +## init_for_dot_net_core() {#} Do the initialization for .NetCore programme. We suggest you to call this method for all .NetCore initialization first. @@ -19,7 +19,9 @@ Workbook wb = new Workbook(); ```python -def init_for_dot_net_core(self): + +@staticmethod +def init_for_dot_net_core(): ... ``` diff --git a/english/aspose.cells/cellshelper/is_cloud_platform/_index.md b/english/aspose.cells/cellshelper/is_cloud_platform/_index.md index 2bb08abd3b..344dd087be 100644 --- a/english/aspose.cells/cellshelper/is_cloud_platform/_index.md +++ b/english/aspose.cells/cellshelper/is_cloud_platform/_index.md @@ -12,6 +12,15 @@ is_root: false Please set this property True when running on a cloud platform, such as: Azure, AWSLambda, etc, +### Definition: +```python +@property +def is_cloud_platform(self): + ... +@staticmethod +def set_is_cloud_platform(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellshelper/library_path/_index.md b/english/aspose.cells/cellshelper/library_path/_index.md index 84bc622f08..e43947b192 100644 --- a/english/aspose.cells/cellshelper/library_path/_index.md +++ b/english/aspose.cells/cellshelper/library_path/_index.md @@ -12,6 +12,15 @@ is_root: false Gets or sets the library path which is referred to by some external formula references. +### Definition: +```python +@property +def library_path(self): + ... +@staticmethod +def set_library_path(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellshelper/merge_files/_index.md b/english/aspose.cells/cellshelper/merge_files/_index.md index 274f2b1ba6..5c6289d648 100644 --- a/english/aspose.cells/cellshelper/merge_files/_index.md +++ b/english/aspose.cells/cellshelper/merge_files/_index.md @@ -8,14 +8,16 @@ url: /aspose.cells/cellshelper/merge_files/ is_root: false --- -## merge_files {#list-str-str} +## merge_files(, files, cached_file, dest_file) {#list-str-str} Merges some large xls files to a xls file. ```python -def merge_files(self, files, cached_file, dest_file): + +@staticmethod +def merge_files(files, cached_file, dest_file): ... ``` diff --git a/english/aspose.cells/cellshelper/need_quote_in_formula/_index.md b/english/aspose.cells/cellshelper/need_quote_in_formula/_index.md index fad42e8774..1ab99d5aa9 100644 --- a/english/aspose.cells/cellshelper/need_quote_in_formula/_index.md +++ b/english/aspose.cells/cellshelper/need_quote_in_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/need_quote_in_formula/ is_root: false --- -## need_quote_in_formula {#str} +## need_quote_in_formula(, sheet_name) {#str} Indicates whether the name of the sheet should be enclosed in single quotes @@ -20,7 +20,9 @@ Indicates whether the name of the sheet should be enclosed in single quotes ```python -def need_quote_in_formula(self, sheet_name): + +@staticmethod +def need_quote_in_formula(sheet_name): ... ``` diff --git a/english/aspose.cells/cellshelper/row_index_to_name/_index.md b/english/aspose.cells/cellshelper/row_index_to_name/_index.md index 3d3c12ee3b..23d15cecab 100644 --- a/english/aspose.cells/cellshelper/row_index_to_name/_index.md +++ b/english/aspose.cells/cellshelper/row_index_to_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/row_index_to_name/ is_root: false --- -## row_index_to_name {#int} +## row_index_to_name(, row) {#int} Gets row name according to row index. @@ -20,7 +20,9 @@ Name of row. ```python -def row_index_to_name(self, row): + +@staticmethod +def row_index_to_name(row): ... ``` diff --git a/english/aspose.cells/cellshelper/row_name_to_index/_index.md b/english/aspose.cells/cellshelper/row_name_to_index/_index.md index 4db32ce89e..9bad9e501e 100644 --- a/english/aspose.cells/cellshelper/row_name_to_index/_index.md +++ b/english/aspose.cells/cellshelper/row_name_to_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellshelper/row_name_to_index/ is_root: false --- -## row_name_to_index {#str} +## row_name_to_index(, row_name) {#str} Gets row index according to row name. @@ -20,7 +20,9 @@ Row index. ```python -def row_name_to_index(self, row_name): + +@staticmethod +def row_name_to_index(row_name): ... ``` diff --git a/english/aspose.cells/cellshelper/significant_digits/_index.md b/english/aspose.cells/cellshelper/significant_digits/_index.md index 37dc4684a5..a9ad53c793 100644 --- a/english/aspose.cells/cellshelper/significant_digits/_index.md +++ b/english/aspose.cells/cellshelper/significant_digits/_index.md @@ -18,6 +18,15 @@ The default value is 17. Only could be 15 or 17 now. +### Definition: +```python +@property +def significant_digits(self): + ... +@staticmethod +def set_significant_digits(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellshelper/startup_path/_index.md b/english/aspose.cells/cellshelper/startup_path/_index.md index 6e3272c60c..1b010f27a9 100644 --- a/english/aspose.cells/cellshelper/startup_path/_index.md +++ b/english/aspose.cells/cellshelper/startup_path/_index.md @@ -12,6 +12,15 @@ is_root: false Gets or sets the startup path, which is referred to by some external formula references. +### Definition: +```python +@property +def startup_path(self): + ... +@staticmethod +def set_startup_path(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/cellsunittype/_index.md b/english/aspose.cells/cellsunittype/_index.md index 0ae27d3e3f..302f097306 100644 --- a/english/aspose.cells/cellsunittype/_index.md +++ b/english/aspose.cells/cellsunittype/_index.md @@ -3,7 +3,7 @@ title: CellsUnitType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2000 +weight: 2010 url: /aspose.cells/cellsunittype/ is_root: false --- diff --git a/english/aspose.cells/cellvalue/__init__/_index.md b/english/aspose.cells/cellvalue/__init__/_index.md index 675a99c208..56570d64eb 100644 --- a/english/aspose.cells/cellvalue/__init__/_index.md +++ b/english/aspose.cells/cellvalue/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellvalue/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CellValue ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/cellvalue/_index.md b/english/aspose.cells/cellvalue/_index.md index 55f3ce4320..2d7a255ff8 100644 --- a/english/aspose.cells/cellvalue/_index.md +++ b/english/aspose.cells/cellvalue/_index.md @@ -19,7 +19,7 @@ The CellValue type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/cellvalue/__init__/#) | Constructs a new instance of CellValue | +| [`__init__(self)`](/cells/python-net/aspose.cells/cellvalue/__init__/#) | Constructs a new instance of CellValue | ### Properties diff --git a/english/aspose.cells/cellvalueformatstrategy/_index.md b/english/aspose.cells/cellvalueformatstrategy/_index.md index 3d48217aac..b40863a726 100644 --- a/english/aspose.cells/cellvalueformatstrategy/_index.md +++ b/english/aspose.cells/cellvalueformatstrategy/_index.md @@ -3,7 +3,7 @@ title: CellValueFormatStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1980 +weight: 1990 url: /aspose.cells/cellvalueformatstrategy/ is_root: false --- diff --git a/english/aspose.cells/cellvaluetype/_index.md b/english/aspose.cells/cellvaluetype/_index.md index c8a0df2e08..baaabc50aa 100644 --- a/english/aspose.cells/cellvaluetype/_index.md +++ b/english/aspose.cells/cellvaluetype/_index.md @@ -3,7 +3,7 @@ title: CellValueType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1990 +weight: 2000 url: /aspose.cells/cellvaluetype/ is_root: false --- diff --git a/english/aspose.cells/cellwatch/__init__/_index.md b/english/aspose.cells/cellwatch/__init__/_index.md index a95c36e93b..27aaedb89f 100644 --- a/english/aspose.cells/cellwatch/__init__/_index.md +++ b/english/aspose.cells/cellwatch/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellwatch/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CellWatch ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/cellwatch/_index.md b/english/aspose.cells/cellwatch/_index.md index e0ea7bef9c..cae77ef6e7 100644 --- a/english/aspose.cells/cellwatch/_index.md +++ b/english/aspose.cells/cellwatch/_index.md @@ -19,7 +19,7 @@ The CellWatch type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/cellwatch/__init__/#) | Constructs a new instance of CellWatch | +| [`__init__(self)`](/cells/python-net/aspose.cells/cellwatch/__init__/#) | Constructs a new instance of CellWatch | ### Properties diff --git a/english/aspose.cells/cellwatchcollection/__init__/_index.md b/english/aspose.cells/cellwatchcollection/__init__/_index.md index d3671c0b85..290a07b3e4 100644 --- a/english/aspose.cells/cellwatchcollection/__init__/_index.md +++ b/english/aspose.cells/cellwatchcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellwatchcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CellWatchCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/cellwatchcollection/_index.md b/english/aspose.cells/cellwatchcollection/_index.md index e603f279b5..a2a853e50f 100644 --- a/english/aspose.cells/cellwatchcollection/_index.md +++ b/english/aspose.cells/cellwatchcollection/_index.md @@ -19,7 +19,7 @@ The CellWatchCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/cellwatchcollection/__init__/#) | Constructs a new instance of CellWatchCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells/cellwatchcollection/__init__/#) | Constructs a new instance of CellWatchCollection | ### Properties @@ -31,16 +31,16 @@ The CellWatchCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/cellwatchcollection/add/#int-int) | Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with row and column. | -| [add](/cells/python-net/aspose.cells/cellwatchcollection/add/#str) | Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with the name the of cell. | -| [copy_to](/cells/python-net/aspose.cells/cellwatchcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/cellwatchcollection/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. | -| [index_of](/cells/python-net/aspose.cells/cellwatchcollection/index_of/#aspose.cells.CellWatch-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. | -| [index_of](/cells/python-net/aspose.cells/cellwatchcollection/index_of/#aspose.cells.CellWatch-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.CellWatch) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.CellWatch-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](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.CellWatch-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. | -| [binary_search](/cells/python-net/aspose.cells/cellwatchcollection/binary_search/#aspose.cells.CellWatch) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, row, column)`](/cells/python-net/aspose.cells/cellwatchcollection/add/#int-int) | Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with row and column. | +| [`add(self, cell_name)`](/cells/python-net/aspose.cells/cellwatchcollection/add/#str) | Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with the name the of cell. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/cellwatchcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/cellwatchcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/cellwatchcollection/index_of/#aspose.cells.cellwatch-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/cellwatchcollection/index_of/#aspose.cells.cellwatch-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/cellwatchcollection/last_index_of/#aspose.cells.cellwatch) | 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/cellwatchcollection/last_index_of/#aspose.cells.cellwatch-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/cellwatchcollection/last_index_of/#aspose.cells.cellwatch-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/cellwatchcollection/binary_search/#aspose.cells.cellwatch) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/cellwatchcollection/add/_index.md b/english/aspose.cells/cellwatchcollection/add/_index.md index 067750371e..da05510bbe 100644 --- a/english/aspose.cells/cellwatchcollection/add/_index.md +++ b/english/aspose.cells/cellwatchcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellwatchcollection/add/ is_root: false --- -## add {#str} +## add(self, cell_name) {#str} Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with the name the of cell. @@ -20,6 +20,7 @@ Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with the name the o ```python + def add(self, cell_name): ... ``` @@ -30,7 +31,7 @@ def add(self, cell_name): | cell_name | str | The name of the cell. | -## add {#int-int} +## add(self, row, column) {#int-int} Adds [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) with row and column. @@ -42,6 +43,7 @@ Returns the position of this item in the collection. ```python + def add(self, row, column): ... ``` diff --git a/english/aspose.cells/cellwatchcollection/binary_search/_index.md b/english/aspose.cells/cellwatchcollection/binary_search/_index.md index b60e4d790a..49623a1526 100644 --- a/english/aspose.cells/cellwatchcollection/binary_search/_index.md +++ b/english/aspose.cells/cellwatchcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellwatchcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.CellWatch} +## binary_search(self, item) {#aspose.cells.CellWatch} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/cellwatchcollection/copy_to/_index.md b/english/aspose.cells/cellwatchcollection/copy_to/_index.md index 3ef6f30163..12e3240c9e 100644 --- a/english/aspose.cells/cellwatchcollection/copy_to/_index.md +++ b/english/aspose.cells/cellwatchcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/cellwatchcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/cellwatchcollection/index_of/_index.md b/english/aspose.cells/cellwatchcollection/index_of/_index.md index af946a1c54..fb297eb317 100644 --- a/english/aspose.cells/cellwatchcollection/index_of/_index.md +++ b/english/aspose.cells/cellwatchcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellwatchcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.CellWatch-int} +## index_of(self, item, index) {#aspose.cells.CellWatch-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.CellWatch-int-int} +## index_of(self, item, index, count) {#aspose.cells.CellWatch-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/cellwatchcollection/last_index_of/_index.md b/english/aspose.cells/cellwatchcollection/last_index_of/_index.md index 2b49a99a78..24212c264d 100644 --- a/english/aspose.cells/cellwatchcollection/last_index_of/_index.md +++ b/english/aspose.cells/cellwatchcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/cellwatchcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.CellWatch} +## last_index_of(self, item) {#aspose.cells.CellWatch} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`CellWatch`](/cells/python-net/aspose.cells/cellwatch) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.CellWatch-int} +## last_index_of(self, item, index) {#aspose.cells.CellWatch-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.CellWatch-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.CellWatch-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/colorfilter/_index.md b/english/aspose.cells/colorfilter/_index.md index 8f76b977df..d4131fb7b1 100644 --- a/english/aspose.cells/colorfilter/_index.md +++ b/english/aspose.cells/colorfilter/_index.md @@ -25,7 +25,7 @@ The ColorFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_color](/cells/python-net/aspose.cells/colorfilter/get_color/#aspose.cells.WorksheetCollection) | Gets the color of this filter. | +| [`get_color(self, sheets)`](/cells/python-net/aspose.cells/colorfilter/get_color/#aspose.cells.worksheetcollection) | Gets the color of this filter. | diff --git a/english/aspose.cells/colorfilter/get_color/_index.md b/english/aspose.cells/colorfilter/get_color/_index.md index d746e18f73..914d6635fe 100644 --- a/english/aspose.cells/colorfilter/get_color/_index.md +++ b/english/aspose.cells/colorfilter/get_color/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/colorfilter/get_color/ is_root: false --- -## get_color {#aspose.cells.WorksheetCollection} +## get_color(self, sheets) {#aspose.cells.WorksheetCollection} Gets the color of this filter. @@ -20,6 +20,7 @@ Gets the color of this filter. ```python + def get_color(self, sheets): ... ``` diff --git a/english/aspose.cells/colortype/_index.md b/english/aspose.cells/colortype/_index.md index 572725ab5c..022bc92483 100644 --- a/english/aspose.cells/colortype/_index.md +++ b/english/aspose.cells/colortype/_index.md @@ -3,7 +3,7 @@ title: ColorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2010 +weight: 2020 url: /aspose.cells/colortype/ is_root: false --- diff --git a/english/aspose.cells/column/_index.md b/english/aspose.cells/column/_index.md index 4be8370af8..fb9c54843b 100644 --- a/english/aspose.cells/column/_index.md +++ b/english/aspose.cells/column/_index.md @@ -31,9 +31,9 @@ The Column type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [apply_style](/cells/python-net/aspose.cells/column/apply_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole column. | -| [get_style](/cells/python-net/aspose.cells/column/get_style/#) | Gets the style of this column. | -| [set_style](/cells/python-net/aspose.cells/column/set_style/#aspose.cells.Style) | Sets the style of this column. | +| [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/column/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole column. | +| [`get_style(self)`](/cells/python-net/aspose.cells/column/get_style/#) | Gets the style of this column. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/column/set_style/#aspose.cells.style) | Sets the style of this column. | diff --git a/english/aspose.cells/column/apply_style/_index.md b/english/aspose.cells/column/apply_style/_index.md index 225a5ebe68..37b38764c6 100644 --- a/english/aspose.cells/column/apply_style/_index.md +++ b/english/aspose.cells/column/apply_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/column/apply_style/ is_root: false --- -## apply_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## apply_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole column. ```python + def apply_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/column/get_style/_index.md b/english/aspose.cells/column/get_style/_index.md index a0d2748bde..00da0461c9 100644 --- a/english/aspose.cells/column/get_style/_index.md +++ b/english/aspose.cells/column/get_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/column/get_style/ is_root: false --- -## get_style {#} +## get_style(self) {#} Gets the style of this column. ```python + def get_style(self): ... ``` diff --git a/english/aspose.cells/column/set_style/_index.md b/english/aspose.cells/column/set_style/_index.md index 2bbbcc6cdb..d664a898a5 100644 --- a/english/aspose.cells/column/set_style/_index.md +++ b/english/aspose.cells/column/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/column/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the style of this column. ```python + def set_style(self, style): ... ``` diff --git a/english/aspose.cells/columncollection/_index.md b/english/aspose.cells/columncollection/_index.md index 24c86f83be..fef0a45c9a 100644 --- a/english/aspose.cells/columncollection/_index.md +++ b/english/aspose.cells/columncollection/_index.md @@ -29,17 +29,17 @@ The ColumnCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/columncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/columncollection/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. | -| [index_of](/cells/python-net/aspose.cells/columncollection/index_of/#aspose.cells.Column-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. | -| [index_of](/cells/python-net/aspose.cells/columncollection/index_of/#aspose.cells.Column-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/columncollection/last_index_of/#aspose.cells.Column) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/columncollection/last_index_of/#aspose.cells.Column-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](/cells/python-net/aspose.cells/columncollection/last_index_of/#aspose.cells.Column-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_by_index](/cells/python-net/aspose.cells/columncollection/get_by_index/#int) | Gets the column object by the index. | -| [get_column_by_index](/cells/python-net/aspose.cells/columncollection/get_column_by_index/#int) | Gets the [`Column`](/cells/python-net/aspose.cells/column) object by the position in the list. | -| [get](/cells/python-net/aspose.cells/columncollection/get/#int) | Add API for Python Via .Net. | -| [binary_search](/cells/python-net/aspose.cells/columncollection/binary_search/#aspose.cells.Column) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/columncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/columncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/columncollection/index_of/#aspose.cells.column-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/columncollection/index_of/#aspose.cells.column-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/columncollection/last_index_of/#aspose.cells.column) | 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/columncollection/last_index_of/#aspose.cells.column-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/columncollection/last_index_of/#aspose.cells.column-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_by_index(self, index)`](/cells/python-net/aspose.cells/columncollection/get_by_index/#int) | Gets the column object by the index. | +| [`get_column_by_index(self, index)`](/cells/python-net/aspose.cells/columncollection/get_column_by_index/#int) | Gets the [`Column`](/cells/python-net/aspose.cells/column) object by the position in the list. | +| [`get(self, column_index)`](/cells/python-net/aspose.cells/columncollection/get/#int) | Add API for Python Via .Net. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/columncollection/binary_search/#aspose.cells.column) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/columncollection/binary_search/_index.md b/english/aspose.cells/columncollection/binary_search/_index.md index faa34f4bb3..f640164779 100644 --- a/english/aspose.cells/columncollection/binary_search/_index.md +++ b/english/aspose.cells/columncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/columncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Column} +## binary_search(self, item) {#aspose.cells.Column} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/columncollection/copy_to/_index.md b/english/aspose.cells/columncollection/copy_to/_index.md index bd57d1114a..1d74ccef19 100644 --- a/english/aspose.cells/columncollection/copy_to/_index.md +++ b/english/aspose.cells/columncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/columncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/columncollection/get/_index.md b/english/aspose.cells/columncollection/get/_index.md index e1f98cab6a..5e585ad0fc 100644 --- a/english/aspose.cells/columncollection/get/_index.md +++ b/english/aspose.cells/columncollection/get/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/columncollection/get/ is_root: false --- -## get {#int} +## get(self, column_index) {#int} Add API for Python Via .Net. ```python + def get(self, column_index): ... ``` diff --git a/english/aspose.cells/columncollection/get_by_index/_index.md b/english/aspose.cells/columncollection/get_by_index/_index.md index cf93ea825f..d7008e76b9 100644 --- a/english/aspose.cells/columncollection/get_by_index/_index.md +++ b/english/aspose.cells/columncollection/get_by_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/columncollection/get_by_index/ is_root: false --- -## get_by_index {#int} +## get_by_index(self, index) {#int} Gets the column object by the index. @@ -20,6 +20,7 @@ Returns the column object. ```python + def get_by_index(self, index): ... ``` diff --git a/english/aspose.cells/columncollection/get_column_by_index/_index.md b/english/aspose.cells/columncollection/get_column_by_index/_index.md index 8b74d01033..4a4b007e4f 100644 --- a/english/aspose.cells/columncollection/get_column_by_index/_index.md +++ b/english/aspose.cells/columncollection/get_column_by_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/columncollection/get_column_by_index/ is_root: false --- -## get_column_by_index {#int} +## get_column_by_index(self, index) {#int} Gets the [`Column`](/cells/python-net/aspose.cells/column) object by the position in the list. @@ -20,6 +20,7 @@ Returns the column object. ```python + def get_column_by_index(self, index): ... ``` diff --git a/english/aspose.cells/columncollection/index_of/_index.md b/english/aspose.cells/columncollection/index_of/_index.md index 10fd36cd88..9f303902ba 100644 --- a/english/aspose.cells/columncollection/index_of/_index.md +++ b/english/aspose.cells/columncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/columncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Column-int} +## index_of(self, item, index) {#aspose.cells.Column-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Column-int-int} +## index_of(self, item, index, count) {#aspose.cells.Column-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/columncollection/last_index_of/_index.md b/english/aspose.cells/columncollection/last_index_of/_index.md index 6e89163d55..4d1bdeea19 100644 --- a/english/aspose.cells/columncollection/last_index_of/_index.md +++ b/english/aspose.cells/columncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/columncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Column} +## last_index_of(self, item) {#aspose.cells.Column} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Column`](/cells/python-net/aspose.cells/column) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Column-int} +## last_index_of(self, item, index) {#aspose.cells.Column-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Column-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Column-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/comment/_index.md b/english/aspose.cells/comment/_index.md index 58967ddb8b..bf02680954 100644 --- a/english/aspose.cells/comment/_index.md +++ b/english/aspose.cells/comment/_index.md @@ -32,7 +32,7 @@ The Comment type exposes the following members: | [text_orientation_type](/cells/python-net/aspose.cells/comment/text_orientation_type) | Gets and sets the text orientation type of the comment. | | [text_horizontal_alignment](/cells/python-net/aspose.cells/comment/text_horizontal_alignment) | Gets and sets the text horizontal alignment type of the comment. | | [text_vertical_alignment](/cells/python-net/aspose.cells/comment/text_vertical_alignment) | Gets and sets the text vertical alignment type of the comment. | -| [auto_size](/cells/python-net/aspose.cells/comment/auto_size) | Indicates if size of comment is adjusted automatically according to its content. | +| [auto_size](/cells/python-net/aspose.cells/comment/auto_size) | Indicates if size of comment is adjusted automatically according to its content.
Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). | | [height_cm](/cells/python-net/aspose.cells/comment/height_cm) | Represents the height of the comment, in unit of centimeters. | | [width_cm](/cells/python-net/aspose.cells/comment/width_cm) | Represents the width of the comment, in unit of centimeters. | | [width](/cells/python-net/aspose.cells/comment/width) | Represents the width of the comment, in unit of pixels. | @@ -44,10 +44,10 @@ The Comment type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [format_characters](/cells/python-net/aspose.cells/comment/format_characters/#int-int-aspose.cells.Font-aspose.cells.StyleFlag) | Format some characters with the font setting. | -| [characters](/cells/python-net/aspose.cells/comment/characters/#int-int) | Returns a Characters object that represents a range of characters within the comment text. | -| [get_characters](/cells/python-net/aspose.cells/comment/get_characters/#) | Returns all Characters objects
that represents a range of characters within the comment text. | -| [get_rich_formattings](/cells/python-net/aspose.cells/comment/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the comment text. | +| [`format_characters(self, start_index, length, font, flag)`](/cells/python-net/aspose.cells/comment/format_characters/#int-int-aspose.cells.font-aspose.cells.styleflag) | Format some characters with the font setting. | +| [`characters(self, start_index, length)`](/cells/python-net/aspose.cells/comment/characters/#int-int) | Returns a Characters object that represents a range of characters within the comment text. | +| [`get_characters(self)`](/cells/python-net/aspose.cells/comment/get_characters/#) | Returns all Characters objects
that represents a range of characters within the comment text. | +| [`get_rich_formattings(self)`](/cells/python-net/aspose.cells/comment/get_rich_formattings/#) | Returns all Characters objects
that represents a range of characters within the comment text. | diff --git a/english/aspose.cells/comment/auto_size/_index.md b/english/aspose.cells/comment/auto_size/_index.md index 81c00956fe..11b467a37d 100644 --- a/english/aspose.cells/comment/auto_size/_index.md +++ b/english/aspose.cells/comment/auto_size/_index.md @@ -12,6 +12,7 @@ is_root: false Indicates if size of comment is adjusted automatically according to its content. +Note: In some special cases (such as Mac environment), this setting may not take effect. If this setting does not take effect, please replace it with FitToTextSize(). ### Example diff --git a/english/aspose.cells/comment/characters/_index.md b/english/aspose.cells/comment/characters/_index.md index c60894c6f5..a56037e55b 100644 --- a/english/aspose.cells/comment/characters/_index.md +++ b/english/aspose.cells/comment/characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/comment/characters/ is_root: false --- -## characters {#int-int} +## characters(self, start_index, length) {#int-int} Returns a Characters object that represents a range of characters within the comment text. @@ -20,6 +20,7 @@ Characters object. ```python + def characters(self, start_index, length): ... ``` diff --git a/english/aspose.cells/comment/format_characters/_index.md b/english/aspose.cells/comment/format_characters/_index.md index 3d84564ac0..78e6ac3f85 100644 --- a/english/aspose.cells/comment/format_characters/_index.md +++ b/english/aspose.cells/comment/format_characters/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/comment/format_characters/ is_root: false --- -## format_characters {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} +## format_characters(self, start_index, length, font, flag) {#int-int-aspose.cells.Font-aspose.cells.StyleFlag} Format some characters with the font setting. ```python + def format_characters(self, start_index, length, font, flag): ... ``` diff --git a/english/aspose.cells/comment/get_characters/_index.md b/english/aspose.cells/comment/get_characters/_index.md index 5ca8b16811..b9920ba4c6 100644 --- a/english/aspose.cells/comment/get_characters/_index.md +++ b/english/aspose.cells/comment/get_characters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/comment/get_characters/ is_root: false --- -## get_characters {#} +## get_characters(self) {#} Returns all Characters objects that represents a range of characters within the comment text. @@ -21,6 +21,7 @@ All Characters objects ```python + def get_characters(self): ... ``` diff --git a/english/aspose.cells/comment/get_rich_formattings/_index.md b/english/aspose.cells/comment/get_rich_formattings/_index.md index ded7d5b7e6..af12384d8b 100644 --- a/english/aspose.cells/comment/get_rich_formattings/_index.md +++ b/english/aspose.cells/comment/get_rich_formattings/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/comment/get_rich_formattings/ is_root: false --- -## get_rich_formattings {#} +## get_rich_formattings(self) {#} Returns all Characters objects that represents a range of characters within the comment text. @@ -21,6 +21,7 @@ All Characters objects ```python + def get_rich_formattings(self): ... ``` diff --git a/english/aspose.cells/commentcollection/_index.md b/english/aspose.cells/commentcollection/_index.md index f5647d5174..dc9d6146bc 100644 --- a/english/aspose.cells/commentcollection/_index.md +++ b/english/aspose.cells/commentcollection/_index.md @@ -25,25 +25,25 @@ The CommentCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_threaded_comment](/cells/python-net/aspose.cells/commentcollection/add_threaded_comment/#int-int-str-aspose.cells.ThreadedCommentAuthor) | Adds a threaded comment. | -| [add_threaded_comment](/cells/python-net/aspose.cells/commentcollection/add_threaded_comment/#str-str-aspose.cells.ThreadedCommentAuthor) | Adds a threaded comment. | -| [get_threaded_comments](/cells/python-net/aspose.cells/commentcollection/get_threaded_comments/#int-int) | Gets the threaded comments by row and column index. | -| [get_threaded_comments](/cells/python-net/aspose.cells/commentcollection/get_threaded_comments/#str) | Gets the threaded comments by cell name. | -| [add](/cells/python-net/aspose.cells/commentcollection/add/#int-int) | Adds a comment to the collection. | -| [add](/cells/python-net/aspose.cells/commentcollection/add/#str) | Adds a comment to the collection. | -| [get](/cells/python-net/aspose.cells/commentcollection/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | -| [get](/cells/python-net/aspose.cells/commentcollection/get/#int) | Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified index. | -| [get](/cells/python-net/aspose.cells/commentcollection/get/#str) | Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified cell. | -| [remove_at](/cells/python-net/aspose.cells/commentcollection/remove_at/#str) | Removes the comment of the specific cell. | -| [remove_at](/cells/python-net/aspose.cells/commentcollection/remove_at/#int-int) | Removes the comment of the specific cell. | -| [copy_to](/cells/python-net/aspose.cells/commentcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/commentcollection/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. | -| [index_of](/cells/python-net/aspose.cells/commentcollection/index_of/#aspose.cells.Comment-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. | -| [index_of](/cells/python-net/aspose.cells/commentcollection/index_of/#aspose.cells.Comment-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/commentcollection/last_index_of/#aspose.cells.Comment) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/commentcollection/last_index_of/#aspose.cells.Comment-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](/cells/python-net/aspose.cells/commentcollection/last_index_of/#aspose.cells.Comment-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. | -| [binary_search](/cells/python-net/aspose.cells/commentcollection/binary_search/#aspose.cells.Comment) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add_threaded_comment(self, row, column, text, author)`](/cells/python-net/aspose.cells/commentcollection/add_threaded_comment/#int-int-str-aspose.cells.threadedcommentauthor) | Adds a threaded comment. | +| [`add_threaded_comment(self, cell_name, text, author)`](/cells/python-net/aspose.cells/commentcollection/add_threaded_comment/#str-str-aspose.cells.threadedcommentauthor) | Adds a threaded comment. | +| [`get_threaded_comments(self, row, column)`](/cells/python-net/aspose.cells/commentcollection/get_threaded_comments/#int-int) | Gets the threaded comments by row and column index. | +| [`get_threaded_comments(self, cell_name)`](/cells/python-net/aspose.cells/commentcollection/get_threaded_comments/#str) | Gets the threaded comments by cell name. | +| [`add(self, row, column)`](/cells/python-net/aspose.cells/commentcollection/add/#int-int) | Adds a comment to the collection. | +| [`add(self, cell_name)`](/cells/python-net/aspose.cells/commentcollection/add/#str) | Adds a comment to the collection. | +| [`get(self, row, column)`](/cells/python-net/aspose.cells/commentcollection/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | +| [`get(self, index)`](/cells/python-net/aspose.cells/commentcollection/get/#int) | Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified index. | +| [`get(self, cell_name)`](/cells/python-net/aspose.cells/commentcollection/get/#str) | Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified cell. | +| [`remove_at(self, cell_name)`](/cells/python-net/aspose.cells/commentcollection/remove_at/#str) | Removes the comment of the specific cell. | +| [`remove_at(self, row, column)`](/cells/python-net/aspose.cells/commentcollection/remove_at/#int-int) | Removes the comment of the specific cell. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/commentcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/commentcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/commentcollection/index_of/#aspose.cells.comment-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/commentcollection/index_of/#aspose.cells.comment-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/commentcollection/last_index_of/#aspose.cells.comment) | 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/commentcollection/last_index_of/#aspose.cells.comment-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/commentcollection/last_index_of/#aspose.cells.comment-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/commentcollection/binary_search/#aspose.cells.comment) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/commentcollection/add/_index.md b/english/aspose.cells/commentcollection/add/_index.md index a9fcc57ba0..ee518e51d6 100644 --- a/english/aspose.cells/commentcollection/add/_index.md +++ b/english/aspose.cells/commentcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/add/ is_root: false --- -## add {#str} +## add(self, cell_name) {#str} Adds a comment to the collection. @@ -20,6 +20,7 @@ Adds a comment to the collection. ```python + def add(self, cell_name): ... ``` @@ -42,7 +43,7 @@ comment2.font.name = "Times New Roman" ``` -## add {#int-int} +## add(self, row, column) {#int-int} Adds a comment to the collection. @@ -54,6 +55,7 @@ Adds a comment to the collection. ```python + def add(self, row, column): ... ``` diff --git a/english/aspose.cells/commentcollection/add_threaded_comment/_index.md b/english/aspose.cells/commentcollection/add_threaded_comment/_index.md index df8ad86b60..0d58fa9b17 100644 --- a/english/aspose.cells/commentcollection/add_threaded_comment/_index.md +++ b/english/aspose.cells/commentcollection/add_threaded_comment/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/add_threaded_comment/ is_root: false --- -## add_threaded_comment {#str-str-aspose.cells.ThreadedCommentAuthor} +## add_threaded_comment(self, cell_name, text, author) {#str-str-aspose.cells.ThreadedCommentAuthor} Adds a threaded comment. @@ -20,6 +20,7 @@ Adds a threaded comment. ```python + def add_threaded_comment(self, cell_name, text, author): ... ``` @@ -32,7 +33,7 @@ def add_threaded_comment(self, cell_name, text, author): | author | [`ThreadedCommentAuthor`](/cells/python-net/aspose.cells/threadedcommentauthor) | The user of this threaded comment. | -## add_threaded_comment {#int-int-str-aspose.cells.ThreadedCommentAuthor} +## add_threaded_comment(self, row, column, text, author) {#int-int-str-aspose.cells.ThreadedCommentAuthor} Adds a threaded comment. @@ -44,6 +45,7 @@ Adds a threaded comment. ```python + def add_threaded_comment(self, row, column, text, author): ... ``` diff --git a/english/aspose.cells/commentcollection/binary_search/_index.md b/english/aspose.cells/commentcollection/binary_search/_index.md index 6105f95db9..950a569094 100644 --- a/english/aspose.cells/commentcollection/binary_search/_index.md +++ b/english/aspose.cells/commentcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Comment} +## binary_search(self, item) {#aspose.cells.Comment} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/commentcollection/copy_to/_index.md b/english/aspose.cells/commentcollection/copy_to/_index.md index 649dc9f779..3dd0d536ef 100644 --- a/english/aspose.cells/commentcollection/copy_to/_index.md +++ b/english/aspose.cells/commentcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/commentcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/commentcollection/get/_index.md b/english/aspose.cells/commentcollection/get/_index.md index dfae1c962b..74799e56fd 100644 --- a/english/aspose.cells/commentcollection/get/_index.md +++ b/english/aspose.cells/commentcollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified index. @@ -20,6 +20,7 @@ The element at the specified index. ```python + def get(self, index): ... ``` @@ -30,7 +31,7 @@ def get(self, index): | index | int | The zero based index of the element. | -## get {#str} +## get(self, cell_name) {#str} Gets the [`Comment`](/cells/python-net/aspose.cells/comment) element at the specified cell. @@ -42,6 +43,7 @@ The element at the specified cell. ```python + def get(self, cell_name): ... ``` @@ -52,7 +54,7 @@ def get(self, cell_name): | cell_name | str | Cell name. | -## get {#int-int} +## get(self, row, column) {#int-int} Add API for Python Via .Net.since this[int, int] is unsupported @@ -64,6 +66,7 @@ The element at the specified cell. ```python + def get(self, row, column): ... ``` diff --git a/english/aspose.cells/commentcollection/get_threaded_comments/_index.md b/english/aspose.cells/commentcollection/get_threaded_comments/_index.md index 783f01c357..ddc0201684 100644 --- a/english/aspose.cells/commentcollection/get_threaded_comments/_index.md +++ b/english/aspose.cells/commentcollection/get_threaded_comments/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/get_threaded_comments/ is_root: false --- -## get_threaded_comments {#str} +## get_threaded_comments(self, cell_name) {#str} Gets the threaded comments by cell name. @@ -20,6 +20,7 @@ Gets the threaded comments by cell name. ```python + def get_threaded_comments(self, cell_name): ... ``` @@ -42,7 +43,7 @@ for i in range(len(threadedComments2)): ``` -## get_threaded_comments {#int-int} +## get_threaded_comments(self, row, column) {#int-int} Gets the threaded comments by row and column index. @@ -54,6 +55,7 @@ Gets the threaded comments by row and column index. ```python + def get_threaded_comments(self, row, column): ... ``` diff --git a/english/aspose.cells/commentcollection/index_of/_index.md b/english/aspose.cells/commentcollection/index_of/_index.md index efeb802f27..692b54cb30 100644 --- a/english/aspose.cells/commentcollection/index_of/_index.md +++ b/english/aspose.cells/commentcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Comment-int} +## index_of(self, item, index) {#aspose.cells.Comment-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Comment-int-int} +## index_of(self, item, index, count) {#aspose.cells.Comment-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/commentcollection/last_index_of/_index.md b/english/aspose.cells/commentcollection/last_index_of/_index.md index 2333d84c1f..b65909364b 100644 --- a/english/aspose.cells/commentcollection/last_index_of/_index.md +++ b/english/aspose.cells/commentcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/commentcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Comment} +## last_index_of(self, item) {#aspose.cells.Comment} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Comment`](/cells/python-net/aspose.cells/comment) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Comment-int} +## last_index_of(self, item, index) {#aspose.cells.Comment-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Comment-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Comment-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/commentcollection/remove_at/_index.md b/english/aspose.cells/commentcollection/remove_at/_index.md index d992791b2c..44c3eb9450 100644 --- a/english/aspose.cells/commentcollection/remove_at/_index.md +++ b/english/aspose.cells/commentcollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/commentcollection/remove_at/ is_root: false --- -## remove_at {#str} +## remove_at(self, cell_name) {#str} Removes the comment of the specific cell. ```python + def remove_at(self, cell_name): ... ``` @@ -34,13 +35,14 @@ comments.remove_at("B2") ``` -## remove_at {#int-int} +## remove_at(self, row, column) {#int-int} Removes the comment of the specific cell. ```python + def remove_at(self, row, column): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/_index.md b/english/aspose.cells/conditionalformattingcollection/_index.md index 0f1f333c01..9d250e0c5e 100644 --- a/english/aspose.cells/conditionalformattingcollection/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/_index.md @@ -25,16 +25,16 @@ The ConditionalFormattingCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingcollection/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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingcollection/index_of/#aspose.cells.FormatConditionCollection-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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingcollection/index_of/#aspose.cells.FormatConditionCollection-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingcollection/last_index_of/#aspose.cells.FormatConditionCollection) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingcollection/last_index_of/#aspose.cells.FormatConditionCollection-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](/cells/python-net/aspose.cells/conditionalformattingcollection/last_index_of/#aspose.cells.FormatConditionCollection-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. | -| [remove_area](/cells/python-net/aspose.cells/conditionalformattingcollection/remove_area/#int-int-int-int) | Remove all conditional formatting in the range. | -| [add](/cells/python-net/aspose.cells/conditionalformattingcollection/add/#) | Adds a FormatConditions to the collection. | -| [binary_search](/cells/python-net/aspose.cells/conditionalformattingcollection/binary_search/#aspose.cells.FormatConditionCollection) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/conditionalformattingcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/conditionalformattingcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/conditionalformattingcollection/index_of/#aspose.cells.formatconditioncollection-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/conditionalformattingcollection/index_of/#aspose.cells.formatconditioncollection-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/conditionalformattingcollection/last_index_of/#aspose.cells.formatconditioncollection) | 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/conditionalformattingcollection/last_index_of/#aspose.cells.formatconditioncollection-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/conditionalformattingcollection/last_index_of/#aspose.cells.formatconditioncollection-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. | +| [`remove_area(self, start_row, start_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/conditionalformattingcollection/remove_area/#int-int-int-int) | Remove all conditional formatting in the range. | +| [`add(self)`](/cells/python-net/aspose.cells/conditionalformattingcollection/add/#) | Adds a FormatConditions to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/conditionalformattingcollection/binary_search/#aspose.cells.formatconditioncollection) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/conditionalformattingcollection/add/_index.md b/english/aspose.cells/conditionalformattingcollection/add/_index.md index 6121a55d10..3f6e735d9e 100644 --- a/english/aspose.cells/conditionalformattingcollection/add/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds a FormatConditions to the collection. @@ -20,6 +20,7 @@ FormatConditions object index. ```python + def add(self): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/binary_search/_index.md b/english/aspose.cells/conditionalformattingcollection/binary_search/_index.md index f0a2980028..4f63bb8c4b 100644 --- a/english/aspose.cells/conditionalformattingcollection/binary_search/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.FormatConditionCollection} +## binary_search(self, item) {#aspose.cells.FormatConditionCollection} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/copy_to/_index.md b/english/aspose.cells/conditionalformattingcollection/copy_to/_index.md index a11c0b2f2b..912beae2e5 100644 --- a/english/aspose.cells/conditionalformattingcollection/copy_to/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/conditionalformattingcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/index_of/_index.md b/english/aspose.cells/conditionalformattingcollection/index_of/_index.md index 9f87bb996a..a0505183d6 100644 --- a/english/aspose.cells/conditionalformattingcollection/index_of/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.FormatConditionCollection-int} +## index_of(self, item, index) {#aspose.cells.FormatConditionCollection-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.FormatConditionCollection-int-int} +## index_of(self, item, index, count) {#aspose.cells.FormatConditionCollection-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/last_index_of/_index.md b/english/aspose.cells/conditionalformattingcollection/last_index_of/_index.md index 6f5df9aa9d..d402c24a19 100644 --- a/english/aspose.cells/conditionalformattingcollection/last_index_of/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.FormatConditionCollection} +## last_index_of(self, item) {#aspose.cells.FormatConditionCollection} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`FormatConditionCollection`](/cells/python-net/aspose.cells/formatconditioncollection) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.FormatConditionCollection-int} +## last_index_of(self, item, index) {#aspose.cells.FormatConditionCollection-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.FormatConditionCollection-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.FormatConditionCollection-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingcollection/remove_area/_index.md b/english/aspose.cells/conditionalformattingcollection/remove_area/_index.md index a9ca3d0c8c..cfd8863d3c 100644 --- a/english/aspose.cells/conditionalformattingcollection/remove_area/_index.md +++ b/english/aspose.cells/conditionalformattingcollection/remove_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/conditionalformattingcollection/remove_area/ is_root: false --- -## remove_area {#int-int-int-int} +## remove_area(self, start_row, start_column, total_rows, total_columns) {#int-int-int-int} Remove all conditional formatting in the range. ```python + def remove_area(self, start_row, start_column, total_rows, total_columns): ... ``` diff --git a/english/aspose.cells/conditionalformattingicon/_index.md b/english/aspose.cells/conditionalformattingicon/_index.md index 6192104c05..d52f474421 100644 --- a/english/aspose.cells/conditionalformattingicon/_index.md +++ b/english/aspose.cells/conditionalformattingicon/_index.md @@ -27,8 +27,8 @@ The ConditionalFormattingIcon type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_icon_image_data](/cells/python-net/aspose.cells/conditionalformattingicon/get_icon_image_data/#aspose.cells.IconSetType-int) | Get the icon set data | -| [get_image_data](/cells/python-net/aspose.cells/conditionalformattingicon/get_image_data/#aspose.cells.Cell) | Gets the image data with the setting of cell. | +| [`get_icon_image_data(, type, index)`](/cells/python-net/aspose.cells/conditionalformattingicon/get_icon_image_data/#aspose.cells.iconsettype-int) | Get the icon set data | +| [`get_image_data(self, cell)`](/cells/python-net/aspose.cells/conditionalformattingicon/get_image_data/#aspose.cells.cell) | Gets the image data with the setting of cell. | diff --git a/english/aspose.cells/conditionalformattingicon/get_icon_image_data/_index.md b/english/aspose.cells/conditionalformattingicon/get_icon_image_data/_index.md index 25918d0396..87973d2de6 100644 --- a/english/aspose.cells/conditionalformattingicon/get_icon_image_data/_index.md +++ b/english/aspose.cells/conditionalformattingicon/get_icon_image_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingicon/get_icon_image_data/ is_root: false --- -## get_icon_image_data {#aspose.cells.IconSetType-int} +## get_icon_image_data(, type, index) {#aspose.cells.IconSetType-int} Get the icon set data @@ -20,7 +20,9 @@ Get the icon set data ```python -def get_icon_image_data(self, type, index): + +@staticmethod +def get_icon_image_data(type, index): ... ``` diff --git a/english/aspose.cells/conditionalformattingicon/get_image_data/_index.md b/english/aspose.cells/conditionalformattingicon/get_image_data/_index.md index a812a8b97f..28d722207c 100644 --- a/english/aspose.cells/conditionalformattingicon/get_image_data/_index.md +++ b/english/aspose.cells/conditionalformattingicon/get_image_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingicon/get_image_data/ is_root: false --- -## get_image_data {#aspose.cells.Cell} +## get_image_data(self, cell) {#aspose.cells.Cell} Gets the image data with the setting of cell. @@ -20,6 +20,7 @@ Returns the image data of icon. ```python + def get_image_data(self, cell): ... ``` diff --git a/english/aspose.cells/conditionalformattingiconcollection/_index.md b/english/aspose.cells/conditionalformattingiconcollection/_index.md index f9672cf871..48f91a2e9a 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/_index.md @@ -25,16 +25,16 @@ The ConditionalFormattingIconCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/conditionalformattingiconcollection/add/#aspose.cells.IconSetType-int) | Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. | -| [add](/cells/python-net/aspose.cells/conditionalformattingiconcollection/add/#aspose.cells.ConditionalFormattingIcon) | Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingiconcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingiconcollection/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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingiconcollection/index_of/#aspose.cells.ConditionalFormattingIcon-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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingiconcollection/index_of/#aspose.cells.ConditionalFormattingIcon-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingiconcollection/last_index_of/#aspose.cells.ConditionalFormattingIcon) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingiconcollection/last_index_of/#aspose.cells.ConditionalFormattingIcon-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](/cells/python-net/aspose.cells/conditionalformattingiconcollection/last_index_of/#aspose.cells.ConditionalFormattingIcon-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. | -| [binary_search](/cells/python-net/aspose.cells/conditionalformattingiconcollection/binary_search/#aspose.cells.ConditionalFormattingIcon) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, type, index)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/add/#aspose.cells.iconsettype-int) | Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. | +| [`add(self, cficon)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/add/#aspose.cells.conditionalformattingicon) | Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/index_of/#aspose.cells.conditionalformattingicon-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/index_of/#aspose.cells.conditionalformattingicon-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/last_index_of/#aspose.cells.conditionalformattingicon) | 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/conditionalformattingiconcollection/last_index_of/#aspose.cells.conditionalformattingicon-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/conditionalformattingiconcollection/last_index_of/#aspose.cells.conditionalformattingicon-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/conditionalformattingiconcollection/binary_search/#aspose.cells.conditionalformattingicon) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/conditionalformattingiconcollection/add/_index.md b/english/aspose.cells/conditionalformattingiconcollection/add/_index.md index 9391123127..1aaf193eca 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/add/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/conditionalformattingiconcollection/add/ is_root: false --- -## add {#aspose.cells.ConditionalFormattingIcon} +## add(self, cficon) {#aspose.cells.ConditionalFormattingIcon} Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. ```python + def add(self, cficon): ... ``` @@ -25,7 +26,7 @@ def add(self, cficon): | cficon | [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) | Returns the index of new object in the list. | -## add {#aspose.cells.IconSetType-int} +## add(self, type, index) {#aspose.cells.IconSetType-int} Adds [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) object. @@ -37,6 +38,7 @@ Returns the index of new object in the list. ```python + def add(self, type, index): ... ``` diff --git a/english/aspose.cells/conditionalformattingiconcollection/binary_search/_index.md b/english/aspose.cells/conditionalformattingiconcollection/binary_search/_index.md index c777950415..6f7e118ff6 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/binary_search/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingiconcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ConditionalFormattingIcon} +## binary_search(self, item) {#aspose.cells.ConditionalFormattingIcon} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/conditionalformattingiconcollection/copy_to/_index.md b/english/aspose.cells/conditionalformattingiconcollection/copy_to/_index.md index 54a3271aed..f9cb6f475d 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/copy_to/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/conditionalformattingiconcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingiconcollection/index_of/_index.md b/english/aspose.cells/conditionalformattingiconcollection/index_of/_index.md index 6db009cc84..a3b45ce574 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/index_of/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingiconcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ConditionalFormattingIcon-int} +## index_of(self, item, index) {#aspose.cells.ConditionalFormattingIcon-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ConditionalFormattingIcon-int-int} +## index_of(self, item, index, count) {#aspose.cells.ConditionalFormattingIcon-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingiconcollection/last_index_of/_index.md b/english/aspose.cells/conditionalformattingiconcollection/last_index_of/_index.md index d840bc3250..78f7a3eb63 100644 --- a/english/aspose.cells/conditionalformattingiconcollection/last_index_of/_index.md +++ b/english/aspose.cells/conditionalformattingiconcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingiconcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ConditionalFormattingIcon} +## last_index_of(self, item) {#aspose.cells.ConditionalFormattingIcon} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ConditionalFormattingIcon`](/cells/python-net/aspose.cells/conditionalformattingicon) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ConditionalFormattingIcon-int} +## last_index_of(self, item, index) {#aspose.cells.ConditionalFormattingIcon-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ConditionalFormattingIcon-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ConditionalFormattingIcon-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingvaluecollection/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/_index.md index 19827fa49a..2ef58e8eb4 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/_index.md @@ -26,15 +26,15 @@ The ConditionalFormattingValueCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/index_of/#aspose.cells.ConditionalFormattingValue-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. | -| [index_of](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/index_of/#aspose.cells.ConditionalFormattingValue-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/last_index_of/#aspose.cells.ConditionalFormattingValue) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/last_index_of/#aspose.cells.ConditionalFormattingValue-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](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/last_index_of/#aspose.cells.ConditionalFormattingValue-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. | -| [add](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/add/#aspose.cells.FormatConditionValueType-str) | Adds [`ConditionalFormattingValue`](/cells/python-net/aspose.cells/conditionalformattingvalue) object. | -| [binary_search](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/binary_search/#aspose.cells.ConditionalFormattingValue) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/index_of/#aspose.cells.conditionalformattingvalue-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/index_of/#aspose.cells.conditionalformattingvalue-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/last_index_of/#aspose.cells.conditionalformattingvalue) | 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/conditionalformattingvaluecollection/last_index_of/#aspose.cells.conditionalformattingvalue-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/conditionalformattingvaluecollection/last_index_of/#aspose.cells.conditionalformattingvalue-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. | +| [`add(self, type, value)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/add/#aspose.cells.formatconditionvaluetype-str) | Adds [`ConditionalFormattingValue`](/cells/python-net/aspose.cells/conditionalformattingvalue) object. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/conditionalformattingvaluecollection/binary_search/#aspose.cells.conditionalformattingvalue) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/conditionalformattingvaluecollection/add/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/add/_index.md index cf0ccd6801..196a2e5a73 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/add/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingvaluecollection/add/ is_root: false --- -## add {#aspose.cells.FormatConditionValueType-str} +## add(self, type, value) {#aspose.cells.FormatConditionValueType-str} Adds [`ConditionalFormattingValue`](/cells/python-net/aspose.cells/conditionalformattingvalue) object. @@ -20,6 +20,7 @@ Returns the index of new object in the list. ```python + def add(self, type, value): ... ``` diff --git a/english/aspose.cells/conditionalformattingvaluecollection/binary_search/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/binary_search/_index.md index 92c2b8c854..21fbf8fafa 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/binary_search/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingvaluecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ConditionalFormattingValue} +## binary_search(self, item) {#aspose.cells.ConditionalFormattingValue} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/conditionalformattingvaluecollection/copy_to/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/copy_to/_index.md index 7ecf16ce8e..2503424983 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/copy_to/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/conditionalformattingvaluecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingvaluecollection/index_of/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/index_of/_index.md index 96e75fb930..2c1bff4ca8 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/index_of/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingvaluecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ConditionalFormattingValue-int} +## index_of(self, item, index) {#aspose.cells.ConditionalFormattingValue-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ConditionalFormattingValue-int-int} +## index_of(self, item, index, count) {#aspose.cells.ConditionalFormattingValue-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/conditionalformattingvaluecollection/last_index_of/_index.md b/english/aspose.cells/conditionalformattingvaluecollection/last_index_of/_index.md index db7528b9ac..0671cdb8fd 100644 --- a/english/aspose.cells/conditionalformattingvaluecollection/last_index_of/_index.md +++ b/english/aspose.cells/conditionalformattingvaluecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/conditionalformattingvaluecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ConditionalFormattingValue} +## last_index_of(self, item) {#aspose.cells.ConditionalFormattingValue} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ConditionalFormattingValue`](/cells/python-net/aspose.cells/conditionalformattingvalue) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ConditionalFormattingValue-int} +## last_index_of(self, item, index) {#aspose.cells.ConditionalFormattingValue-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ConditionalFormattingValue-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ConditionalFormattingValue-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/consolidationfunction/_index.md b/english/aspose.cells/consolidationfunction/_index.md index 3639fd550e..2cd713c7c2 100644 --- a/english/aspose.cells/consolidationfunction/_index.md +++ b/english/aspose.cells/consolidationfunction/_index.md @@ -3,7 +3,7 @@ title: ConsolidationFunction enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2020 +weight: 2030 url: /aspose.cells/consolidationfunction/ is_root: false --- diff --git a/english/aspose.cells/copyformattype/_index.md b/english/aspose.cells/copyformattype/_index.md index cd3eef485f..db31855eb7 100644 --- a/english/aspose.cells/copyformattype/_index.md +++ b/english/aspose.cells/copyformattype/_index.md @@ -3,7 +3,7 @@ title: CopyFormatType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2030 +weight: 2040 url: /aspose.cells/copyformattype/ is_root: false --- diff --git a/english/aspose.cells/copyoptions/__init__/_index.md b/english/aspose.cells/copyoptions/__init__/_index.md index 7ee75790a7..3519f83b72 100644 --- a/english/aspose.cells/copyoptions/__init__/_index.md +++ b/english/aspose.cells/copyoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/copyoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} CopyOptions constructor. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/copyoptions/_index.md b/english/aspose.cells/copyoptions/_index.md index 8c386fb87c..c06492a1c2 100644 --- a/english/aspose.cells/copyoptions/_index.md +++ b/english/aspose.cells/copyoptions/_index.md @@ -19,7 +19,7 @@ The CopyOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/copyoptions/__init__/#) | CopyOptions constructor. | +| [`__init__(self)`](/cells/python-net/aspose.cells/copyoptions/__init__/#) | CopyOptions constructor. | ### Properties diff --git a/english/aspose.cells/countrycode/_index.md b/english/aspose.cells/countrycode/_index.md index 62a6361f5f..9a326b911e 100644 --- a/english/aspose.cells/countrycode/_index.md +++ b/english/aspose.cells/countrycode/_index.md @@ -3,7 +3,7 @@ title: CountryCode enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2040 +weight: 2050 url: /aspose.cells/countrycode/ is_root: false --- diff --git a/english/aspose.cells/customfilter/_index.md b/english/aspose.cells/customfilter/_index.md index ec09c966ec..68ab91aea6 100644 --- a/english/aspose.cells/customfilter/_index.md +++ b/english/aspose.cells/customfilter/_index.md @@ -26,7 +26,7 @@ The CustomFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_criteria](/cells/python-net/aspose.cells/customfilter/set_criteria/#aspose.cells.FilterOperatorType-any) | Sets the filter criteria. | +| [`set_criteria(self, filter_operator, criteria)`](/cells/python-net/aspose.cells/customfilter/set_criteria/#aspose.cells.filteroperatortype-any) | Sets the filter criteria. | diff --git a/english/aspose.cells/customfilter/set_criteria/_index.md b/english/aspose.cells/customfilter/set_criteria/_index.md index e45c589573..9128a092ca 100644 --- a/english/aspose.cells/customfilter/set_criteria/_index.md +++ b/english/aspose.cells/customfilter/set_criteria/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/customfilter/set_criteria/ is_root: false --- -## set_criteria {#aspose.cells.FilterOperatorType-any} +## set_criteria(self, filter_operator, criteria) {#aspose.cells.FilterOperatorType-any} Sets the filter criteria. ```python + def set_criteria(self, filter_operator, criteria): ... ``` diff --git a/english/aspose.cells/customfiltercollection/__init__/_index.md b/english/aspose.cells/customfiltercollection/__init__/_index.md index 289a67d5f2..fb773bf4f0 100644 --- a/english/aspose.cells/customfiltercollection/__init__/_index.md +++ b/english/aspose.cells/customfiltercollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/customfiltercollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs new instance. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/customfiltercollection/_index.md b/english/aspose.cells/customfiltercollection/_index.md index 83f976356e..15231e9f47 100644 --- a/english/aspose.cells/customfiltercollection/_index.md +++ b/english/aspose.cells/customfiltercollection/_index.md @@ -19,7 +19,7 @@ The CustomFilterCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/customfiltercollection/__init__/#) | Constructs new instance. | +| [`__init__(self)`](/cells/python-net/aspose.cells/customfiltercollection/__init__/#) | Constructs new instance. | ### Properties @@ -32,14 +32,14 @@ The CustomFilterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/customfiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/customfiltercollection/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. | -| [index_of](/cells/python-net/aspose.cells/customfiltercollection/index_of/#aspose.cells.CustomFilter-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. | -| [index_of](/cells/python-net/aspose.cells/customfiltercollection/index_of/#aspose.cells.CustomFilter-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/customfiltercollection/last_index_of/#aspose.cells.CustomFilter) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/customfiltercollection/last_index_of/#aspose.cells.CustomFilter-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](/cells/python-net/aspose.cells/customfiltercollection/last_index_of/#aspose.cells.CustomFilter-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. | -| [binary_search](/cells/python-net/aspose.cells/customfiltercollection/binary_search/#aspose.cells.CustomFilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/customfiltercollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/customfiltercollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/customfiltercollection/index_of/#aspose.cells.customfilter-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/customfiltercollection/index_of/#aspose.cells.customfilter-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/customfiltercollection/last_index_of/#aspose.cells.customfilter) | 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/customfiltercollection/last_index_of/#aspose.cells.customfilter-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/customfiltercollection/last_index_of/#aspose.cells.customfilter-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/customfiltercollection/binary_search/#aspose.cells.customfilter) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/customfiltercollection/binary_search/_index.md b/english/aspose.cells/customfiltercollection/binary_search/_index.md index 3a0380a7c7..d959425dcc 100644 --- a/english/aspose.cells/customfiltercollection/binary_search/_index.md +++ b/english/aspose.cells/customfiltercollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/customfiltercollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.CustomFilter} +## binary_search(self, item) {#aspose.cells.CustomFilter} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/customfiltercollection/copy_to/_index.md b/english/aspose.cells/customfiltercollection/copy_to/_index.md index 193d3f4ba9..aec5d4cd91 100644 --- a/english/aspose.cells/customfiltercollection/copy_to/_index.md +++ b/english/aspose.cells/customfiltercollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/customfiltercollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/customfiltercollection/index_of/_index.md b/english/aspose.cells/customfiltercollection/index_of/_index.md index 95cea08d8f..62e806cf34 100644 --- a/english/aspose.cells/customfiltercollection/index_of/_index.md +++ b/english/aspose.cells/customfiltercollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/customfiltercollection/index_of/ is_root: false --- -## index_of {#aspose.cells.CustomFilter-int} +## index_of(self, item, index) {#aspose.cells.CustomFilter-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.CustomFilter-int-int} +## index_of(self, item, index, count) {#aspose.cells.CustomFilter-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/customfiltercollection/last_index_of/_index.md b/english/aspose.cells/customfiltercollection/last_index_of/_index.md index dfe967571f..637f8d678f 100644 --- a/english/aspose.cells/customfiltercollection/last_index_of/_index.md +++ b/english/aspose.cells/customfiltercollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/customfiltercollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.CustomFilter} +## last_index_of(self, item) {#aspose.cells.CustomFilter} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`CustomFilter`](/cells/python-net/aspose.cells/customfilter) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.CustomFilter-int} +## last_index_of(self, item, index) {#aspose.cells.CustomFilter-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.CustomFilter-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.CustomFilter-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/customfunctiondefinition/__init__/_index.md b/english/aspose.cells/customfunctiondefinition/__init__/_index.md index 0977a1e0e8..777eac144c 100644 --- a/english/aspose.cells/customfunctiondefinition/__init__/_index.md +++ b/english/aspose.cells/customfunctiondefinition/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/customfunctiondefinition/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CustomFunctionDefinition ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/customfunctiondefinition/_index.md b/english/aspose.cells/customfunctiondefinition/_index.md index d26aa9f8d1..084936b30d 100644 --- a/english/aspose.cells/customfunctiondefinition/_index.md +++ b/english/aspose.cells/customfunctiondefinition/_index.md @@ -19,13 +19,13 @@ The CustomFunctionDefinition type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/customfunctiondefinition/__init__/#) | Constructs a new instance of CustomFunctionDefinition | +| [`__init__(self)`](/cells/python-net/aspose.cells/customfunctiondefinition/__init__/#) | Constructs a new instance of CustomFunctionDefinition | ### Methods | Method | Description | | :- | :- | -| [get_array_mode_parameters](/cells/python-net/aspose.cells/customfunctiondefinition/get_array_mode_parameters/#str) | Gets the indices of given custom function's parameters that need to be calculated in array mode. | +| [`get_array_mode_parameters(self, function_name)`](/cells/python-net/aspose.cells/customfunctiondefinition/get_array_mode_parameters/#str) | Gets the indices of given custom function's parameters that need to be calculated in array mode. | diff --git a/english/aspose.cells/customfunctiondefinition/get_array_mode_parameters/_index.md b/english/aspose.cells/customfunctiondefinition/get_array_mode_parameters/_index.md index ba5b1bb503..fdf3392fed 100644 --- a/english/aspose.cells/customfunctiondefinition/get_array_mode_parameters/_index.md +++ b/english/aspose.cells/customfunctiondefinition/get_array_mode_parameters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/customfunctiondefinition/get_array_mode_parameters/ is_root: false --- -## get_array_mode_parameters {#str} +## get_array_mode_parameters(self, function_name) {#str} Gets the indices of given custom function's parameters that need to be calculated in array mode. @@ -21,6 +21,7 @@ Default is null, there is no parameter which needs to be calculated in array mod ```python + def get_array_mode_parameters(self, function_name): ... ``` diff --git a/english/aspose.cells/customimplementationfactory/__init__/_index.md b/english/aspose.cells/customimplementationfactory/__init__/_index.md index ba8f6fdf81..b788259dfd 100644 --- a/english/aspose.cells/customimplementationfactory/__init__/_index.md +++ b/english/aspose.cells/customimplementationfactory/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/customimplementationfactory/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of CustomImplementationFactory ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/customimplementationfactory/_index.md b/english/aspose.cells/customimplementationfactory/_index.md index e5e9545377..eb41b6983c 100644 --- a/english/aspose.cells/customimplementationfactory/_index.md +++ b/english/aspose.cells/customimplementationfactory/_index.md @@ -19,7 +19,7 @@ The CustomImplementationFactory type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/customimplementationfactory/__init__/#) | Constructs a new instance of CustomImplementationFactory | +| [`__init__(self)`](/cells/python-net/aspose.cells/customimplementationfactory/__init__/#) | Constructs a new instance of CustomImplementationFactory | diff --git a/english/aspose.cells/databar/_index.md b/english/aspose.cells/databar/_index.md index facd3b8704..d004c86e45 100644 --- a/english/aspose.cells/databar/_index.md +++ b/english/aspose.cells/databar/_index.md @@ -38,7 +38,7 @@ The DataBar type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [to_image](/cells/python-net/aspose.cells/databar/to_image/#aspose.cells.Cell-aspose.cells.rendering.ImageOrPrintOptions) | Render data bar in cell to image byte array. | +| [`to_image(self, cell, img_opts)`](/cells/python-net/aspose.cells/databar/to_image/#aspose.cells.cell-aspose.cells.rendering.imageorprintoptions) | Render data bar in cell to image byte array. | diff --git a/english/aspose.cells/databar/to_image/_index.md b/english/aspose.cells/databar/to_image/_index.md index 0226bb88c5..e726ca44c8 100644 --- a/english/aspose.cells/databar/to_image/_index.md +++ b/english/aspose.cells/databar/to_image/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/databar/to_image/ is_root: false --- -## to_image {#aspose.cells.Cell-aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, cell, img_opts) {#aspose.cells.Cell-aspose.cells.rendering.ImageOrPrintOptions} Render data bar in cell to image byte array. @@ -20,6 +20,7 @@ Render data bar in cell to image byte array. ```python + def to_image(self, cell, img_opts): ... ``` diff --git a/english/aspose.cells/databaraxisposition/_index.md b/english/aspose.cells/databaraxisposition/_index.md index 5390585d45..65255cdaa5 100644 --- a/english/aspose.cells/databaraxisposition/_index.md +++ b/english/aspose.cells/databaraxisposition/_index.md @@ -3,7 +3,7 @@ title: DataBarAxisPosition enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2050 +weight: 2060 url: /aspose.cells/databaraxisposition/ is_root: false --- diff --git a/english/aspose.cells/databarbordertype/_index.md b/english/aspose.cells/databarbordertype/_index.md index 97b521b5be..500365cfc0 100644 --- a/english/aspose.cells/databarbordertype/_index.md +++ b/english/aspose.cells/databarbordertype/_index.md @@ -3,7 +3,7 @@ title: DataBarBorderType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2060 +weight: 2070 url: /aspose.cells/databarbordertype/ is_root: false --- diff --git a/english/aspose.cells/databarfilltype/_index.md b/english/aspose.cells/databarfilltype/_index.md index 263f2d6054..11da53547b 100644 --- a/english/aspose.cells/databarfilltype/_index.md +++ b/english/aspose.cells/databarfilltype/_index.md @@ -3,7 +3,7 @@ title: DataBarFillType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2070 +weight: 2080 url: /aspose.cells/databarfilltype/ is_root: false --- diff --git a/english/aspose.cells/databarnegativecolortype/_index.md b/english/aspose.cells/databarnegativecolortype/_index.md index d8dd368801..7189b953cd 100644 --- a/english/aspose.cells/databarnegativecolortype/_index.md +++ b/english/aspose.cells/databarnegativecolortype/_index.md @@ -3,7 +3,7 @@ title: DataBarNegativeColorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2080 +weight: 2090 url: /aspose.cells/databarnegativecolortype/ is_root: false --- diff --git a/english/aspose.cells/datasorter/_index.md b/english/aspose.cells/datasorter/_index.md index 34eac9d74f..dac930dc2c 100644 --- a/english/aspose.cells/datasorter/_index.md +++ b/english/aspose.cells/datasorter/_index.md @@ -35,15 +35,15 @@ The DataSorter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_key](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.SortOrder) | Adds sorted column index and sort order. | -| [add_key](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.SortOrder-str) | Adds sorted column index and sort order with custom sort list. | -| [add_key](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.SortOnType-aspose.cells.SortOrder-any) | Adds sorted column index and sort order with custom sort list. | -| [add_key](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.SortOrder-list) | Adds sorted column index and sort order with custom sort list. | -| [sort](/cells/python-net/aspose.cells/datasorter/sort/#aspose.cells.Cells-int-int-int-int) | Sorts the data of the area. | -| [sort](/cells/python-net/aspose.cells/datasorter/sort/#aspose.cells.Cells-aspose.cells.CellArea) | Sort the data of the area. | -| [sort](/cells/python-net/aspose.cells/datasorter/sort/#) | Sort the data in the range. | -| [clear](/cells/python-net/aspose.cells/datasorter/clear/#) | Clear all settings. | -| [add_color_key](/cells/python-net/aspose.cells/datasorter/add_color_key/#int-aspose.cells.SortOnType-aspose.cells.SortOrder-aspose.pydrawing.Color) | Adds color sort key. | +| [`add_key(self, key, order)`](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.sortorder) | Adds sorted column index and sort order. | +| [`add_key(self, key, order, custom_list)`](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.sortorder-str) | Adds sorted column index and sort order with custom sort list. | +| [`add_key(self, key, type, order, custom_list)`](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.sortontype-aspose.cells.sortorder-any) | Adds sorted column index and sort order with custom sort list. | +| [`add_key(self, key, order, custom_list)`](/cells/python-net/aspose.cells/datasorter/add_key/#int-aspose.cells.sortorder-list) | Adds sorted column index and sort order with custom sort list. | +| [`sort(self, cells, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/datasorter/sort/#aspose.cells.cells-int-int-int-int) | Sorts the data of the area. | +| [`sort(self, cells, area)`](/cells/python-net/aspose.cells/datasorter/sort/#aspose.cells.cells-aspose.cells.cellarea) | Sort the data of the area. | +| [`sort(self)`](/cells/python-net/aspose.cells/datasorter/sort/#) | Sort the data in the range. | +| [`clear(self)`](/cells/python-net/aspose.cells/datasorter/clear/#) | Clear all settings. | +| [`add_color_key(self, key, type, order, color)`](/cells/python-net/aspose.cells/datasorter/add_color_key/#int-aspose.cells.sortontype-aspose.cells.sortorder-aspose.pydrawing.color) | Adds color sort key. | diff --git a/english/aspose.cells/datasorter/add_color_key/_index.md b/english/aspose.cells/datasorter/add_color_key/_index.md index bd1eb5b70f..d00bb854e8 100644 --- a/english/aspose.cells/datasorter/add_color_key/_index.md +++ b/english/aspose.cells/datasorter/add_color_key/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datasorter/add_color_key/ is_root: false --- -## add_color_key {#int-aspose.cells.SortOnType-aspose.cells.SortOrder-aspose.pydrawing.Color} +## add_color_key(self, key, type, order, color) {#int-aspose.cells.SortOnType-aspose.cells.SortOrder-aspose.pydrawing.Color} Adds color sort key. ```python + def add_color_key(self, key, type, order, color): ... ``` diff --git a/english/aspose.cells/datasorter/add_key/_index.md b/english/aspose.cells/datasorter/add_key/_index.md index 43bf5703f3..6dc963d3d2 100644 --- a/english/aspose.cells/datasorter/add_key/_index.md +++ b/english/aspose.cells/datasorter/add_key/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datasorter/add_key/ is_root: false --- -## add_key {#int-aspose.cells.SortOrder} +## add_key(self, key, order) {#int-aspose.cells.SortOrder} Adds sorted column index and sort order. ```python + def add_key(self, key, order): ... ``` @@ -26,13 +27,14 @@ def add_key(self, key, order): | order | [`SortOrder`](/cells/python-net/aspose.cells/sortorder) | The sort order | -## add_key {#int-aspose.cells.SortOrder-str} +## add_key(self, key, order, custom_list) {#int-aspose.cells.SortOrder-str} Adds sorted column index and sort order with custom sort list. ```python + def add_key(self, key, order, custom_list): ... ``` @@ -45,13 +47,14 @@ def add_key(self, key, order, custom_list): | custom_list | str | The custom sort list. | -## add_key {#int-aspose.cells.SortOrder-list} +## add_key(self, key, order, custom_list) {#int-aspose.cells.SortOrder-list} Adds sorted column index and sort order with custom sort list. ```python + def add_key(self, key, order, custom_list): ... ``` @@ -64,13 +67,14 @@ def add_key(self, key, order, custom_list): | custom_list | list | The custom sort list. | -## add_key {#int-aspose.cells.SortOnType-aspose.cells.SortOrder-any} +## add_key(self, key, type, order, custom_list) {#int-aspose.cells.SortOnType-aspose.cells.SortOrder-any} Adds sorted column index and sort order with custom sort list. ```python + def add_key(self, key, type, order, custom_list): ... ``` diff --git a/english/aspose.cells/datasorter/clear/_index.md b/english/aspose.cells/datasorter/clear/_index.md index 583d6a29fb..070e7395e6 100644 --- a/english/aspose.cells/datasorter/clear/_index.md +++ b/english/aspose.cells/datasorter/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datasorter/clear/ is_root: false --- -## clear {#} +## clear(self) {#} Clear all settings. ```python + def clear(self): ... ``` diff --git a/english/aspose.cells/datasorter/sort/_index.md b/english/aspose.cells/datasorter/sort/_index.md index 1b8c0ba065..ae12c94872 100644 --- a/english/aspose.cells/datasorter/sort/_index.md +++ b/english/aspose.cells/datasorter/sort/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/datasorter/sort/ is_root: false --- -## sort {#} +## sort(self) {#} Sort the data in the range. @@ -21,6 +21,7 @@ If no rows/columns needs to be moved by this sorting operation, null will be ret ```python + def sort(self): ... ``` @@ -28,7 +29,7 @@ def sort(self): -## sort {#aspose.cells.Cells-aspose.cells.CellArea} +## sort(self, cells, area) {#aspose.cells.Cells-aspose.cells.CellArea} Sort the data of the area. @@ -41,6 +42,7 @@ If no rows/columns needs to be moved by this sorting operation, null will be ret ```python + def sort(self, cells, area): ... ``` @@ -52,7 +54,7 @@ def sort(self, cells, area): | area | [`CellArea`](/cells/python-net/aspose.cells/cellarea) | The area needed to sort | -## sort {#aspose.cells.Cells-int-int-int-int} +## sort(self, cells, start_row, start_column, end_row, end_column) {#aspose.cells.Cells-int-int-int-int} Sorts the data of the area. @@ -65,6 +67,7 @@ If no rows/columns needs to be moved by this sorting operation, null will be ret ```python + def sort(self, cells, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/datasorterkeycollection/__init__/_index.md b/english/aspose.cells/datasorterkeycollection/__init__/_index.md index 7ab32bac2c..107db6ecc1 100644 --- a/english/aspose.cells/datasorterkeycollection/__init__/_index.md +++ b/english/aspose.cells/datasorterkeycollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datasorterkeycollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of DataSorterKeyCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/datasorterkeycollection/_index.md b/english/aspose.cells/datasorterkeycollection/_index.md index f6ece6579b..6b4dc4a2ff 100644 --- a/english/aspose.cells/datasorterkeycollection/_index.md +++ b/english/aspose.cells/datasorterkeycollection/_index.md @@ -19,7 +19,7 @@ The DataSorterKeyCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/datasorterkeycollection/__init__/#) | Constructs a new instance of DataSorterKeyCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells/datasorterkeycollection/__init__/#) | Constructs a new instance of DataSorterKeyCollection | ### Properties @@ -31,14 +31,14 @@ The DataSorterKeyCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/datasorterkeycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/datasorterkeycollection/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. | -| [index_of](/cells/python-net/aspose.cells/datasorterkeycollection/index_of/#aspose.cells.DataSorterKey-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. | -| [index_of](/cells/python-net/aspose.cells/datasorterkeycollection/index_of/#aspose.cells.DataSorterKey-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/datasorterkeycollection/last_index_of/#aspose.cells.DataSorterKey) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/datasorterkeycollection/last_index_of/#aspose.cells.DataSorterKey-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](/cells/python-net/aspose.cells/datasorterkeycollection/last_index_of/#aspose.cells.DataSorterKey-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. | -| [binary_search](/cells/python-net/aspose.cells/datasorterkeycollection/binary_search/#aspose.cells.DataSorterKey) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/datasorterkeycollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/datasorterkeycollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/datasorterkeycollection/index_of/#aspose.cells.datasorterkey-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/datasorterkeycollection/index_of/#aspose.cells.datasorterkey-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/datasorterkeycollection/last_index_of/#aspose.cells.datasorterkey) | 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/datasorterkeycollection/last_index_of/#aspose.cells.datasorterkey-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/datasorterkeycollection/last_index_of/#aspose.cells.datasorterkey-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/datasorterkeycollection/binary_search/#aspose.cells.datasorterkey) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/datasorterkeycollection/binary_search/_index.md b/english/aspose.cells/datasorterkeycollection/binary_search/_index.md index 2e99b1e06c..72338a9b05 100644 --- a/english/aspose.cells/datasorterkeycollection/binary_search/_index.md +++ b/english/aspose.cells/datasorterkeycollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/datasorterkeycollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.DataSorterKey} +## binary_search(self, item) {#aspose.cells.DataSorterKey} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/datasorterkeycollection/copy_to/_index.md b/english/aspose.cells/datasorterkeycollection/copy_to/_index.md index 8d03c457f3..cecc6a0614 100644 --- a/english/aspose.cells/datasorterkeycollection/copy_to/_index.md +++ b/english/aspose.cells/datasorterkeycollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datasorterkeycollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/datasorterkeycollection/index_of/_index.md b/english/aspose.cells/datasorterkeycollection/index_of/_index.md index 094fd68557..f4953b1139 100644 --- a/english/aspose.cells/datasorterkeycollection/index_of/_index.md +++ b/english/aspose.cells/datasorterkeycollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/datasorterkeycollection/index_of/ is_root: false --- -## index_of {#aspose.cells.DataSorterKey-int} +## index_of(self, item, index) {#aspose.cells.DataSorterKey-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.DataSorterKey-int-int} +## index_of(self, item, index, count) {#aspose.cells.DataSorterKey-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/datasorterkeycollection/last_index_of/_index.md b/english/aspose.cells/datasorterkeycollection/last_index_of/_index.md index 38ca46c32b..c229746bc8 100644 --- a/english/aspose.cells/datasorterkeycollection/last_index_of/_index.md +++ b/english/aspose.cells/datasorterkeycollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/datasorterkeycollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.DataSorterKey} +## last_index_of(self, item) {#aspose.cells.DataSorterKey} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`DataSorterKey`](/cells/python-net/aspose.cells/datasorterkey) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.DataSorterKey-int} +## last_index_of(self, item, index) {#aspose.cells.DataSorterKey-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.DataSorterKey-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.DataSorterKey-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/datetimegroupingtype/_index.md b/english/aspose.cells/datetimegroupingtype/_index.md index 2f0cc38af8..06eb2fc6ba 100644 --- a/english/aspose.cells/datetimegroupingtype/_index.md +++ b/english/aspose.cells/datetimegroupingtype/_index.md @@ -3,7 +3,7 @@ title: DateTimeGroupingType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2090 +weight: 2100 url: /aspose.cells/datetimegroupingtype/ is_root: false --- diff --git a/english/aspose.cells/datetimegroupitem/__init__/_index.md b/english/aspose.cells/datetimegroupitem/__init__/_index.md index 082633ab62..49018b5cc6 100644 --- a/english/aspose.cells/datetimegroupitem/__init__/_index.md +++ b/english/aspose.cells/datetimegroupitem/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/datetimegroupitem/__init__/ is_root: false --- -## __init__ {#aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} +## \_\_init\_\_(self, type, year, month, day, hour, minute, second) {#aspose.cells.DateTimeGroupingType-int-int-int-int-int-int} ```python + def __init__(self, type, year, month, day, hour, minute, second): ... ``` diff --git a/english/aspose.cells/datetimegroupitem/_index.md b/english/aspose.cells/datetimegroupitem/_index.md index c96b3aac11..a383d0c778 100644 --- a/english/aspose.cells/datetimegroupitem/_index.md +++ b/english/aspose.cells/datetimegroupitem/_index.md @@ -19,7 +19,7 @@ The DateTimeGroupItem type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/datetimegroupitem/__init__/#aspose.cells.DateTimeGroupingType-int-int-int-int-int-int) | | +| [`__init__(self, type, year, month, day, hour, minute, second)`](/cells/python-net/aspose.cells/datetimegroupitem/__init__/#aspose.cells.datetimegroupingtype-int-int-int-int-int-int) | | ### Properties diff --git a/english/aspose.cells/defaulteditlanguage/_index.md b/english/aspose.cells/defaulteditlanguage/_index.md index 30b537db59..376b28f4ee 100644 --- a/english/aspose.cells/defaulteditlanguage/_index.md +++ b/english/aspose.cells/defaulteditlanguage/_index.md @@ -3,7 +3,7 @@ title: DefaultEditLanguage enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2100 +weight: 2110 url: /aspose.cells/defaulteditlanguage/ is_root: false --- diff --git a/english/aspose.cells/deleteblankoptions/__init__/_index.md b/english/aspose.cells/deleteblankoptions/__init__/_index.md index 3f6522ef28..6b9527b56a 100644 --- a/english/aspose.cells/deleteblankoptions/__init__/_index.md +++ b/english/aspose.cells/deleteblankoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/deleteblankoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of DeleteBlankOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/deleteblankoptions/_index.md b/english/aspose.cells/deleteblankoptions/_index.md index a4db18dfc2..8cbf4426b4 100644 --- a/english/aspose.cells/deleteblankoptions/_index.md +++ b/english/aspose.cells/deleteblankoptions/_index.md @@ -24,7 +24,7 @@ The DeleteBlankOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/deleteblankoptions/__init__/#) | Constructs a new instance of DeleteBlankOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/deleteblankoptions/__init__/#) | Constructs a new instance of DeleteBlankOptions | ### Properties diff --git a/english/aspose.cells/deleteoptions/__init__/_index.md b/english/aspose.cells/deleteoptions/__init__/_index.md index 028bdbd9bc..62ff0d7566 100644 --- a/english/aspose.cells/deleteoptions/__init__/_index.md +++ b/english/aspose.cells/deleteoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/deleteoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of DeleteOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/deleteoptions/_index.md b/english/aspose.cells/deleteoptions/_index.md index 6a878607bb..4012c902ba 100644 --- a/english/aspose.cells/deleteoptions/_index.md +++ b/english/aspose.cells/deleteoptions/_index.md @@ -19,7 +19,7 @@ The DeleteOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/deleteoptions/__init__/#) | Constructs a new instance of DeleteOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/deleteoptions/__init__/#) | Constructs a new instance of DeleteOptions | ### Properties diff --git a/english/aspose.cells/difsaveoptions/__init__/_index.md b/english/aspose.cells/difsaveoptions/__init__/_index.md index cce1ff02b9..41945a93a9 100644 --- a/english/aspose.cells/difsaveoptions/__init__/_index.md +++ b/english/aspose.cells/difsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/difsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving DIF file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/difsaveoptions/_index.md b/english/aspose.cells/difsaveoptions/_index.md index 0742626290..fb529d248c 100644 --- a/english/aspose.cells/difsaveoptions/_index.md +++ b/english/aspose.cells/difsaveoptions/_index.md @@ -24,7 +24,7 @@ The DifSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/difsaveoptions/__init__/#) | Creates the options for saving DIF file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/difsaveoptions/__init__/#) | Creates the options for saving DIF file. | ### Properties diff --git a/english/aspose.cells/directorytype/_index.md b/english/aspose.cells/directorytype/_index.md index e453fcfeac..2981d09b9f 100644 --- a/english/aspose.cells/directorytype/_index.md +++ b/english/aspose.cells/directorytype/_index.md @@ -3,7 +3,7 @@ title: DirectoryType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2110 +weight: 2120 url: /aspose.cells/directorytype/ is_root: false --- diff --git a/english/aspose.cells/displaydrawingobjects/_index.md b/english/aspose.cells/displaydrawingobjects/_index.md index 80c31300cd..f3a6b0a11f 100644 --- a/english/aspose.cells/displaydrawingobjects/_index.md +++ b/english/aspose.cells/displaydrawingobjects/_index.md @@ -3,7 +3,7 @@ title: DisplayDrawingObjects enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2120 +weight: 2130 url: /aspose.cells/displaydrawingobjects/ is_root: false --- diff --git a/english/aspose.cells/docxsaveoptions/__init__/_index.md b/english/aspose.cells/docxsaveoptions/__init__/_index.md index 816215066f..6bcdf944ba 100644 --- a/english/aspose.cells/docxsaveoptions/__init__/_index.md +++ b/english/aspose.cells/docxsaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/docxsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents options of saving .docx file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#bool} +## \_\_init\_\_(self, save_as_image) {#bool} Represents options of saving .docx file. -```python +```python + def __init__(self, save_as_image): - ... + ... ``` diff --git a/english/aspose.cells/docxsaveoptions/_index.md b/english/aspose.cells/docxsaveoptions/_index.md index 58126ec262..5720e19b9f 100644 --- a/english/aspose.cells/docxsaveoptions/_index.md +++ b/english/aspose.cells/docxsaveoptions/_index.md @@ -25,8 +25,8 @@ The DocxSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/docxsaveoptions/__init__/#) | Represents options of saving .docx file. | -| [__init__](/cells/python-net/aspose.cells/docxsaveoptions/__init__/#bool) | Represents options of saving .docx file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/docxsaveoptions/__init__/#) | Represents options of saving .docx file. | +| [`__init__(self, save_as_image)`](/cells/python-net/aspose.cells/docxsaveoptions/__init__/#bool) | Represents options of saving .docx file. | ### Properties diff --git a/english/aspose.cells/dxfcollection/_index.md b/english/aspose.cells/dxfcollection/_index.md index 2500aec0ee..13588f9bbd 100644 --- a/english/aspose.cells/dxfcollection/_index.md +++ b/english/aspose.cells/dxfcollection/_index.md @@ -25,14 +25,14 @@ The DxfCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/dxfcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/dxfcollection/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. | -| [index_of](/cells/python-net/aspose.cells/dxfcollection/index_of/#aspose.cells.Style-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. | -| [index_of](/cells/python-net/aspose.cells/dxfcollection/index_of/#aspose.cells.Style-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/dxfcollection/last_index_of/#aspose.cells.Style) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/dxfcollection/last_index_of/#aspose.cells.Style-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](/cells/python-net/aspose.cells/dxfcollection/last_index_of/#aspose.cells.Style-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. | -| [binary_search](/cells/python-net/aspose.cells/dxfcollection/binary_search/#aspose.cells.Style) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/dxfcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/dxfcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/dxfcollection/index_of/#aspose.cells.style-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/dxfcollection/index_of/#aspose.cells.style-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/dxfcollection/last_index_of/#aspose.cells.style) | 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/dxfcollection/last_index_of/#aspose.cells.style-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/dxfcollection/last_index_of/#aspose.cells.style-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/dxfcollection/binary_search/#aspose.cells.style) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/dxfcollection/binary_search/_index.md b/english/aspose.cells/dxfcollection/binary_search/_index.md index faeba19939..45aca6b070 100644 --- a/english/aspose.cells/dxfcollection/binary_search/_index.md +++ b/english/aspose.cells/dxfcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/dxfcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Style} +## binary_search(self, item) {#aspose.cells.Style} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/dxfcollection/copy_to/_index.md b/english/aspose.cells/dxfcollection/copy_to/_index.md index f0edf86903..74abfa0a97 100644 --- a/english/aspose.cells/dxfcollection/copy_to/_index.md +++ b/english/aspose.cells/dxfcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/dxfcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/dxfcollection/index_of/_index.md b/english/aspose.cells/dxfcollection/index_of/_index.md index f59f6eaefd..92b0f01f12 100644 --- a/english/aspose.cells/dxfcollection/index_of/_index.md +++ b/english/aspose.cells/dxfcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/dxfcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Style-int} +## index_of(self, item, index) {#aspose.cells.Style-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Style-int-int} +## index_of(self, item, index, count) {#aspose.cells.Style-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/dxfcollection/last_index_of/_index.md b/english/aspose.cells/dxfcollection/last_index_of/_index.md index 57b892722a..b158d71cd2 100644 --- a/english/aspose.cells/dxfcollection/last_index_of/_index.md +++ b/english/aspose.cells/dxfcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/dxfcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Style} +## last_index_of(self, item) {#aspose.cells.Style} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Style`](/cells/python-net/aspose.cells/style) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Style-int} +## last_index_of(self, item, index) {#aspose.cells.Style-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Style-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Style-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/dynamicfiltertype/_index.md b/english/aspose.cells/dynamicfiltertype/_index.md index e1b2c3571d..75210c5c2c 100644 --- a/english/aspose.cells/dynamicfiltertype/_index.md +++ b/english/aspose.cells/dynamicfiltertype/_index.md @@ -3,7 +3,7 @@ title: DynamicFilterType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2130 +weight: 2140 url: /aspose.cells/dynamicfiltertype/ is_root: false --- diff --git a/english/aspose.cells/ebookloadoptions/__init__/_index.md b/english/aspose.cells/ebookloadoptions/__init__/_index.md index cf9c9e9278..f8d94386ca 100644 --- a/english/aspose.cells/ebookloadoptions/__init__/_index.md +++ b/english/aspose.cells/ebookloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/ebookloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates an options of loading the ebook file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, load_format) {#aspose.cells.LoadFormat} Creates an options of loading the ebook file. ```python + def __init__(self, load_format): ... ``` diff --git a/english/aspose.cells/ebookloadoptions/_index.md b/english/aspose.cells/ebookloadoptions/_index.md index 34d2f20e6a..18067dafe9 100644 --- a/english/aspose.cells/ebookloadoptions/_index.md +++ b/english/aspose.cells/ebookloadoptions/_index.md @@ -26,8 +26,8 @@ The EbookLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/ebookloadoptions/__init__/#) | Creates an options of loading the ebook file. | -| [__init__](/cells/python-net/aspose.cells/ebookloadoptions/__init__/#aspose.cells.LoadFormat) | Creates an options of loading the ebook file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/ebookloadoptions/__init__/#) | Creates an options of loading the ebook file. | +| [`__init__(self, load_format)`](/cells/python-net/aspose.cells/ebookloadoptions/__init__/#aspose.cells.loadformat) | Creates an options of loading the ebook file. | ### Properties @@ -76,7 +76,7 @@ The EbookLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/ebookloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/ebookloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/ebookloadoptions/set_paper_size/_index.md b/english/aspose.cells/ebookloadoptions/set_paper_size/_index.md index f36467a11d..081cb09746 100644 --- a/english/aspose.cells/ebookloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/ebookloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/ebookloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/emfrendersetting/_index.md b/english/aspose.cells/emfrendersetting/_index.md index 49fe3293f2..2b4a359b0a 100644 --- a/english/aspose.cells/emfrendersetting/_index.md +++ b/english/aspose.cells/emfrendersetting/_index.md @@ -3,7 +3,7 @@ title: EmfRenderSetting enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2140 +weight: 2150 url: /aspose.cells/emfrendersetting/ is_root: false --- diff --git a/english/aspose.cells/encryptiontype/_index.md b/english/aspose.cells/encryptiontype/_index.md index 784b8c4183..358759b58b 100644 --- a/english/aspose.cells/encryptiontype/_index.md +++ b/english/aspose.cells/encryptiontype/_index.md @@ -3,7 +3,7 @@ title: EncryptionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2150 +weight: 2160 url: /aspose.cells/encryptiontype/ is_root: false --- diff --git a/english/aspose.cells/errorcellvaluetype/_index.md b/english/aspose.cells/errorcellvaluetype/_index.md index 47b9539563..dba51e2723 100644 --- a/english/aspose.cells/errorcellvaluetype/_index.md +++ b/english/aspose.cells/errorcellvaluetype/_index.md @@ -3,7 +3,7 @@ title: ErrorCellValueType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2160 +weight: 2170 url: /aspose.cells/errorcellvaluetype/ is_root: false --- diff --git a/english/aspose.cells/errorcheckoption/_index.md b/english/aspose.cells/errorcheckoption/_index.md index d284dd7438..11db36d229 100644 --- a/english/aspose.cells/errorcheckoption/_index.md +++ b/english/aspose.cells/errorcheckoption/_index.md @@ -19,12 +19,12 @@ The ErrorCheckOption type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [is_error_check](/cells/python-net/aspose.cells/errorcheckoption/is_error_check/#aspose.cells.ErrorCheckType) | Checks whether given error type will be checked. | -| [set_error_check](/cells/python-net/aspose.cells/errorcheckoption/set_error_check/#aspose.cells.ErrorCheckType-bool) | Sets whether given error type will be checked. | -| [get_count_of_range](/cells/python-net/aspose.cells/errorcheckoption/get_count_of_range/#) | Gets the count of ranges that influenced by this setting. | -| [add_range](/cells/python-net/aspose.cells/errorcheckoption/add_range/#aspose.cells.CellArea) | Adds one influenced range by this setting. | -| [get_range](/cells/python-net/aspose.cells/errorcheckoption/get_range/#int) | Gets the influenced range of this setting by given index. | -| [remove_range](/cells/python-net/aspose.cells/errorcheckoption/remove_range/#int) | Removes one range by given index. | +| [`is_error_check(self, error_check_type)`](/cells/python-net/aspose.cells/errorcheckoption/is_error_check/#aspose.cells.errorchecktype) | Checks whether given error type will be checked. | +| [`set_error_check(self, error_check_type, is_check)`](/cells/python-net/aspose.cells/errorcheckoption/set_error_check/#aspose.cells.errorchecktype-bool) | Sets whether given error type will be checked. | +| [`get_count_of_range(self)`](/cells/python-net/aspose.cells/errorcheckoption/get_count_of_range/#) | Gets the count of ranges that influenced by this setting. | +| [`add_range(self, ca)`](/cells/python-net/aspose.cells/errorcheckoption/add_range/#aspose.cells.cellarea) | Adds one influenced range by this setting. | +| [`get_range(self, index)`](/cells/python-net/aspose.cells/errorcheckoption/get_range/#int) | Gets the influenced range of this setting by given index. | +| [`remove_range(self, index)`](/cells/python-net/aspose.cells/errorcheckoption/remove_range/#int) | Removes one range by given index. | diff --git a/english/aspose.cells/errorcheckoption/add_range/_index.md b/english/aspose.cells/errorcheckoption/add_range/_index.md index ba87a3b3dc..8e347e1bcd 100644 --- a/english/aspose.cells/errorcheckoption/add_range/_index.md +++ b/english/aspose.cells/errorcheckoption/add_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoption/add_range/ is_root: false --- -## add_range {#aspose.cells.CellArea} +## add_range(self, ca) {#aspose.cells.CellArea} Adds one influenced range by this setting. @@ -20,6 +20,7 @@ the index of the added range in the range list of this setting. ```python + def add_range(self, ca): ... ``` diff --git a/english/aspose.cells/errorcheckoption/get_count_of_range/_index.md b/english/aspose.cells/errorcheckoption/get_count_of_range/_index.md index 6e2d0c92f6..64ba73ffa1 100644 --- a/english/aspose.cells/errorcheckoption/get_count_of_range/_index.md +++ b/english/aspose.cells/errorcheckoption/get_count_of_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoption/get_count_of_range/ is_root: false --- -## get_count_of_range {#} +## get_count_of_range(self) {#} Gets the count of ranges that influenced by this setting. @@ -20,6 +20,7 @@ the count of ranges that influenced by this setting. ```python + def get_count_of_range(self): ... ``` diff --git a/english/aspose.cells/errorcheckoption/get_range/_index.md b/english/aspose.cells/errorcheckoption/get_range/_index.md index d3dac68b31..5d906fe739 100644 --- a/english/aspose.cells/errorcheckoption/get_range/_index.md +++ b/english/aspose.cells/errorcheckoption/get_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoption/get_range/ is_root: false --- -## get_range {#int} +## get_range(self, index) {#int} Gets the influenced range of this setting by given index. @@ -20,6 +20,7 @@ return influenced range at given index. ```python + def get_range(self, index): ... ``` diff --git a/english/aspose.cells/errorcheckoption/is_error_check/_index.md b/english/aspose.cells/errorcheckoption/is_error_check/_index.md index 894d87c60d..9b8032d92b 100644 --- a/english/aspose.cells/errorcheckoption/is_error_check/_index.md +++ b/english/aspose.cells/errorcheckoption/is_error_check/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoption/is_error_check/ is_root: false --- -## is_error_check {#aspose.cells.ErrorCheckType} +## is_error_check(self, error_check_type) {#aspose.cells.ErrorCheckType} Checks whether given error type will be checked. @@ -20,6 +20,7 @@ return true if given error type will be checked(green triangle will be shown for ```python + def is_error_check(self, error_check_type): ... ``` diff --git a/english/aspose.cells/errorcheckoption/remove_range/_index.md b/english/aspose.cells/errorcheckoption/remove_range/_index.md index 6b28f54be8..95382f24b4 100644 --- a/english/aspose.cells/errorcheckoption/remove_range/_index.md +++ b/english/aspose.cells/errorcheckoption/remove_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/errorcheckoption/remove_range/ is_root: false --- -## remove_range {#int} +## remove_range(self, index) {#int} Removes one range by given index. ```python + def remove_range(self, index): ... ``` diff --git a/english/aspose.cells/errorcheckoption/set_error_check/_index.md b/english/aspose.cells/errorcheckoption/set_error_check/_index.md index 5ad098d43d..3d04f75a9e 100644 --- a/english/aspose.cells/errorcheckoption/set_error_check/_index.md +++ b/english/aspose.cells/errorcheckoption/set_error_check/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/errorcheckoption/set_error_check/ is_root: false --- -## set_error_check {#aspose.cells.ErrorCheckType-bool} +## set_error_check(self, error_check_type, is_check) {#aspose.cells.ErrorCheckType-bool} Sets whether given error type will be checked. ```python + def set_error_check(self, error_check_type, is_check): ... ``` diff --git a/english/aspose.cells/errorcheckoptioncollection/_index.md b/english/aspose.cells/errorcheckoptioncollection/_index.md index 0f54da2bff..dc782feb0e 100644 --- a/english/aspose.cells/errorcheckoptioncollection/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/_index.md @@ -25,15 +25,15 @@ The ErrorCheckOptionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/errorcheckoptioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/errorcheckoptioncollection/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. | -| [index_of](/cells/python-net/aspose.cells/errorcheckoptioncollection/index_of/#aspose.cells.ErrorCheckOption-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. | -| [index_of](/cells/python-net/aspose.cells/errorcheckoptioncollection/index_of/#aspose.cells.ErrorCheckOption-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/errorcheckoptioncollection/last_index_of/#aspose.cells.ErrorCheckOption) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/errorcheckoptioncollection/last_index_of/#aspose.cells.ErrorCheckOption-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](/cells/python-net/aspose.cells/errorcheckoptioncollection/last_index_of/#aspose.cells.ErrorCheckOption-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. | -| [add](/cells/python-net/aspose.cells/errorcheckoptioncollection/add/#) | Add an error check option. | -| [binary_search](/cells/python-net/aspose.cells/errorcheckoptioncollection/binary_search/#aspose.cells.ErrorCheckOption) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/index_of/#aspose.cells.errorcheckoption-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/index_of/#aspose.cells.errorcheckoption-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/last_index_of/#aspose.cells.errorcheckoption) | 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/errorcheckoptioncollection/last_index_of/#aspose.cells.errorcheckoption-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/errorcheckoptioncollection/last_index_of/#aspose.cells.errorcheckoption-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. | +| [`add(self)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/add/#) | Add an error check option. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/errorcheckoptioncollection/binary_search/#aspose.cells.errorcheckoption) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/errorcheckoptioncollection/add/_index.md b/english/aspose.cells/errorcheckoptioncollection/add/_index.md index 60ea9de657..94160dd190 100644 --- a/english/aspose.cells/errorcheckoptioncollection/add/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoptioncollection/add/ is_root: false --- -## add {#} +## add(self) {#} Add an error check option. @@ -20,6 +20,7 @@ Add an error check option. ```python + def add(self): ... ``` diff --git a/english/aspose.cells/errorcheckoptioncollection/binary_search/_index.md b/english/aspose.cells/errorcheckoptioncollection/binary_search/_index.md index f7cd5b0b7d..7e85d51f0d 100644 --- a/english/aspose.cells/errorcheckoptioncollection/binary_search/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoptioncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ErrorCheckOption} +## binary_search(self, item) {#aspose.cells.ErrorCheckOption} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/errorcheckoptioncollection/copy_to/_index.md b/english/aspose.cells/errorcheckoptioncollection/copy_to/_index.md index 196beb974b..42e10ca112 100644 --- a/english/aspose.cells/errorcheckoptioncollection/copy_to/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/errorcheckoptioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/errorcheckoptioncollection/index_of/_index.md b/english/aspose.cells/errorcheckoptioncollection/index_of/_index.md index 2e24e2c58e..325adc6966 100644 --- a/english/aspose.cells/errorcheckoptioncollection/index_of/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoptioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ErrorCheckOption-int} +## index_of(self, item, index) {#aspose.cells.ErrorCheckOption-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ErrorCheckOption-int-int} +## index_of(self, item, index, count) {#aspose.cells.ErrorCheckOption-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/errorcheckoptioncollection/last_index_of/_index.md b/english/aspose.cells/errorcheckoptioncollection/last_index_of/_index.md index 6a3d4cc0ea..1b443df100 100644 --- a/english/aspose.cells/errorcheckoptioncollection/last_index_of/_index.md +++ b/english/aspose.cells/errorcheckoptioncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/errorcheckoptioncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ErrorCheckOption} +## last_index_of(self, item) {#aspose.cells.ErrorCheckOption} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ErrorCheckOption`](/cells/python-net/aspose.cells/errorcheckoption) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ErrorCheckOption-int} +## last_index_of(self, item, index) {#aspose.cells.ErrorCheckOption-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ErrorCheckOption-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ErrorCheckOption-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/errorchecktype/_index.md b/english/aspose.cells/errorchecktype/_index.md index dbafde2488..319ce1d7f8 100644 --- a/english/aspose.cells/errorchecktype/_index.md +++ b/english/aspose.cells/errorchecktype/_index.md @@ -3,7 +3,7 @@ title: ErrorCheckType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2170 +weight: 2180 url: /aspose.cells/errorchecktype/ is_root: false --- diff --git a/english/aspose.cells/exceptiontype/_index.md b/english/aspose.cells/exceptiontype/_index.md index e87e2f7855..3352707d18 100644 --- a/english/aspose.cells/exceptiontype/_index.md +++ b/english/aspose.cells/exceptiontype/_index.md @@ -3,7 +3,7 @@ title: ExceptionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2180 +weight: 2190 url: /aspose.cells/exceptiontype/ is_root: false --- diff --git a/english/aspose.cells/exportobjectevent/_index.md b/english/aspose.cells/exportobjectevent/_index.md index 3ae1f71c71..0734485747 100644 --- a/english/aspose.cells/exportobjectevent/_index.md +++ b/english/aspose.cells/exportobjectevent/_index.md @@ -19,7 +19,7 @@ The ExportObjectEvent type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_source](/cells/python-net/aspose.cells/exportobjectevent/get_source/#) | Gets the object to be exported. | +| [`get_source(self)`](/cells/python-net/aspose.cells/exportobjectevent/get_source/#) | Gets the object to be exported. | diff --git a/english/aspose.cells/exportobjectevent/get_source/_index.md b/english/aspose.cells/exportobjectevent/get_source/_index.md index 68d4d05d91..312b6fc564 100644 --- a/english/aspose.cells/exportobjectevent/get_source/_index.md +++ b/english/aspose.cells/exportobjectevent/get_source/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/exportobjectevent/get_source/ is_root: false --- -## get_source {#} +## get_source(self) {#} Gets the object to be exported. @@ -20,6 +20,7 @@ the object to be exported. ```python + def get_source(self): ... ``` diff --git a/english/aspose.cells/exporttableoptions/__init__/_index.md b/english/aspose.cells/exporttableoptions/__init__/_index.md index 8b4e534834..55fcfec812 100644 --- a/english/aspose.cells/exporttableoptions/__init__/_index.md +++ b/english/aspose.cells/exporttableoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/exporttableoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ExportTableOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/exporttableoptions/_index.md b/english/aspose.cells/exporttableoptions/_index.md index 68229e26c1..636b81314a 100644 --- a/english/aspose.cells/exporttableoptions/_index.md +++ b/english/aspose.cells/exporttableoptions/_index.md @@ -19,7 +19,7 @@ The ExportTableOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/exporttableoptions/__init__/#) | Constructs a new instance of ExportTableOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/exporttableoptions/__init__/#) | Constructs a new instance of ExportTableOptions | ### Properties @@ -43,7 +43,7 @@ The ExportTableOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [preprocess_exported_value](/cells/python-net/aspose.cells/exporttableoptions/preprocess_exported_value/#int-int-aspose.cells.CellValue) | Preprocess the value of current cell to be exported. | +| [`preprocess_exported_value(self, cell_row, cell_column, value)`](/cells/python-net/aspose.cells/exporttableoptions/preprocess_exported_value/#int-int-aspose.cells.cellvalue) | Preprocess the value of current cell to be exported. | diff --git a/english/aspose.cells/exporttableoptions/preprocess_exported_value/_index.md b/english/aspose.cells/exporttableoptions/preprocess_exported_value/_index.md index c5e8a0f3d6..b4a7d3ae84 100644 --- a/english/aspose.cells/exporttableoptions/preprocess_exported_value/_index.md +++ b/english/aspose.cells/exporttableoptions/preprocess_exported_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/exporttableoptions/preprocess_exported_value/ is_root: false --- -## preprocess_exported_value {#int-int-aspose.cells.CellValue} +## preprocess_exported_value(self, cell_row, cell_column, value) {#int-int-aspose.cells.CellValue} Preprocess the value of current cell to be exported. @@ -20,6 +20,7 @@ Whether current cell has been replaced with different type and/or value. ```python + def preprocess_exported_value(self, cell_row, cell_column, value): ... ``` diff --git a/english/aspose.cells/externallink/_index.md b/english/aspose.cells/externallink/_index.md index 25bb0ab2ac..59bb3a9ff8 100644 --- a/english/aspose.cells/externallink/_index.md +++ b/english/aspose.cells/externallink/_index.md @@ -30,7 +30,7 @@ The ExternalLink type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_external_name](/cells/python-net/aspose.cells/externallink/add_external_name/#str-str) | Adds an external name. | +| [`add_external_name(self, text, refer_to)`](/cells/python-net/aspose.cells/externallink/add_external_name/#str-str) | Adds an external name. | diff --git a/english/aspose.cells/externallink/add_external_name/_index.md b/english/aspose.cells/externallink/add_external_name/_index.md index 15e11a0a0c..6807b4af34 100644 --- a/english/aspose.cells/externallink/add_external_name/_index.md +++ b/english/aspose.cells/externallink/add_external_name/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/externallink/add_external_name/ is_root: false --- -## add_external_name {#str-str} +## add_external_name(self, text, refer_to) {#str-str} Adds an external name. -```python +```python + def add_external_name(self, text, refer_to): - ... + ... ``` diff --git a/english/aspose.cells/externallinkcollection/_index.md b/english/aspose.cells/externallinkcollection/_index.md index 46bb9bf05e..26aae24cd9 100644 --- a/english/aspose.cells/externallinkcollection/_index.md +++ b/english/aspose.cells/externallinkcollection/_index.md @@ -33,12 +33,12 @@ Gets the [`ExternalLink`](/cells/python-net/aspose.cells/externallink) element a ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/externallinkcollection/add/#str-list) | Adds an external link. | -| [add](/cells/python-net/aspose.cells/externallinkcollection/add/#aspose.cells.DirectoryType-str-list) | Add an external link . | -| [clear](/cells/python-net/aspose.cells/externallinkcollection/clear/#) | Removes all external links. | -| [clear](/cells/python-net/aspose.cells/externallinkcollection/clear/#bool) | Removes all external links. | -| [remove_at](/cells/python-net/aspose.cells/externallinkcollection/remove_at/#int) | Removes the specified external link from the workbook. | -| [remove_at](/cells/python-net/aspose.cells/externallinkcollection/remove_at/#int-bool) | Removes the specified external link from the workbook. | +| [`add(self, file_name, sheet_names)`](/cells/python-net/aspose.cells/externallinkcollection/add/#str-list) | Adds an external link. | +| [`add(self, directory_type, file_name, sheet_names)`](/cells/python-net/aspose.cells/externallinkcollection/add/#aspose.cells.directorytype-str-list) | Add an external link . | +| [`clear(self)`](/cells/python-net/aspose.cells/externallinkcollection/clear/#) | Removes all external links. | +| [`clear(self, update_references_as_local)`](/cells/python-net/aspose.cells/externallinkcollection/clear/#bool) | Removes all external links. | +| [`remove_at(self, index)`](/cells/python-net/aspose.cells/externallinkcollection/remove_at/#int) | Removes the specified external link from the workbook. | +| [`remove_at(self, index, update_references_as_local)`](/cells/python-net/aspose.cells/externallinkcollection/remove_at/#int-bool) | Removes the specified external link from the workbook. | diff --git a/english/aspose.cells/externallinkcollection/add/_index.md b/english/aspose.cells/externallinkcollection/add/_index.md index 37506f8c19..e8579ca147 100644 --- a/english/aspose.cells/externallinkcollection/add/_index.md +++ b/english/aspose.cells/externallinkcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/externallinkcollection/add/ is_root: false --- -## add {#str-list} +## add(self, file_name, sheet_names) {#str-list} Adds an external link. @@ -20,6 +20,7 @@ The position of the external name in this list. ```python + def add(self, file_name, sheet_names): ... ``` @@ -31,7 +32,7 @@ def add(self, file_name, sheet_names): | sheet_names | list | All sheet names of the external file. | -## add {#aspose.cells.DirectoryType-str-list} +## add(self, directory_type, file_name, sheet_names) {#aspose.cells.DirectoryType-str-list} Add an external link . @@ -43,6 +44,7 @@ The position of the external name in this list. ```python + def add(self, directory_type, file_name, sheet_names): ... ``` diff --git a/english/aspose.cells/externallinkcollection/clear/_index.md b/english/aspose.cells/externallinkcollection/clear/_index.md index 0ff9762266..a0554ee049 100644 --- a/english/aspose.cells/externallinkcollection/clear/_index.md +++ b/english/aspose.cells/externallinkcollection/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/externallinkcollection/clear/ is_root: false --- -## clear {#} +## clear(self) {#} Removes all external links. ```python + def clear(self): ... ``` @@ -25,13 +26,14 @@ def clear(self): When removing external links, all formulas that reference to them will be removed too because the references become invalid. -## clear {#bool} +## clear(self, update_references_as_local) {#bool} Removes all external links. ```python + def clear(self, update_references_as_local): ... ``` diff --git a/english/aspose.cells/externallinkcollection/remove_at/_index.md b/english/aspose.cells/externallinkcollection/remove_at/_index.md index 333a08adad..5d61f8cdbd 100644 --- a/english/aspose.cells/externallinkcollection/remove_at/_index.md +++ b/english/aspose.cells/externallinkcollection/remove_at/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/externallinkcollection/remove_at/ is_root: false --- -## remove_at {#int} +## remove_at(self, index) {#int} Removes the specified external link from the workbook. -```python +```python + def remove_at(self, index): - ... + ... ``` @@ -28,15 +29,16 @@ def remove_at(self, index): When removing the external link, all formulas that reference to it will be removed too because the references become invalid. -## remove_at {#int-bool} +## remove_at(self, index, update_references_as_local) {#int-bool} Removes the specified external link from the workbook. -```python +```python + def remove_at(self, index, update_references_as_local): - ... + ... ``` diff --git a/english/aspose.cells/externallinktype/_index.md b/english/aspose.cells/externallinktype/_index.md index fb59229111..90a596bcf0 100644 --- a/english/aspose.cells/externallinktype/_index.md +++ b/english/aspose.cells/externallinktype/_index.md @@ -3,7 +3,7 @@ title: ExternalLinkType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2190 +weight: 2200 url: /aspose.cells/externallinktype/ is_root: false --- diff --git a/english/aspose.cells/filefontsource/__init__/_index.md b/english/aspose.cells/filefontsource/__init__/_index.md index 0a3b966c63..a3643c6de9 100644 --- a/english/aspose.cells/filefontsource/__init__/_index.md +++ b/english/aspose.cells/filefontsource/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/filefontsource/__init__/ is_root: false --- -## __init__ {#str} +## \_\_init\_\_(self, file_path) {#str} Ctor. ```python + def __init__(self, file_path): ... ``` diff --git a/english/aspose.cells/filefontsource/_index.md b/english/aspose.cells/filefontsource/_index.md index a57c4ec3d2..d0e60edc22 100644 --- a/english/aspose.cells/filefontsource/_index.md +++ b/english/aspose.cells/filefontsource/_index.md @@ -24,7 +24,7 @@ The FileFontSource type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/filefontsource/__init__/#str) | Ctor. | +| [`__init__(self, file_path)`](/cells/python-net/aspose.cells/filefontsource/__init__/#str) | Ctor. | ### Properties diff --git a/english/aspose.cells/fileformatinfo/__init__/_index.md b/english/aspose.cells/fileformatinfo/__init__/_index.md index 03f08cf039..244000b262 100644 --- a/english/aspose.cells/fileformatinfo/__init__/_index.md +++ b/english/aspose.cells/fileformatinfo/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/fileformatinfo/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of FileFormatInfo ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/fileformatinfo/_index.md b/english/aspose.cells/fileformatinfo/_index.md index fbdd13371e..ae227b0625 100644 --- a/english/aspose.cells/fileformatinfo/_index.md +++ b/english/aspose.cells/fileformatinfo/_index.md @@ -19,7 +19,7 @@ The FileFormatInfo type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/fileformatinfo/__init__/#) | Constructs a new instance of FileFormatInfo | +| [`__init__(self)`](/cells/python-net/aspose.cells/fileformatinfo/__init__/#) | Constructs a new instance of FileFormatInfo | ### Properties diff --git a/english/aspose.cells/fileformattype/_index.md b/english/aspose.cells/fileformattype/_index.md index 3f2603f598..cd4453049b 100644 --- a/english/aspose.cells/fileformattype/_index.md +++ b/english/aspose.cells/fileformattype/_index.md @@ -3,7 +3,7 @@ title: FileFormatType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2200 +weight: 2210 url: /aspose.cells/fileformattype/ is_root: false --- diff --git a/english/aspose.cells/fileformatutil/_index.md b/english/aspose.cells/fileformatutil/_index.md index 478aeae916..5513adb7d1 100644 --- a/english/aspose.cells/fileformatutil/_index.md +++ b/english/aspose.cells/fileformatutil/_index.md @@ -19,18 +19,18 @@ The FileFormatUtil type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [detect_file_format](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#io.RawIOBase) | Detects and returns the information about a format of an excel stored in a stream. | -| [detect_file_format](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#io.RawIOBase-str) | Detects and returns the information about a format of an excel stored in a stream. | -| [detect_file_format](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#str) | Detects and returns the information about a format of an excel stored in a file. | -| [detect_file_format](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#str-str) | Detects and returns the information about a format of an excel stored in a file. | -| [verify_password](/cells/python-net/aspose.cells/fileformatutil/verify_password/#io.RawIOBase-str) | Detects and returns the information about a format of an excel stored in a stream. | -| [file_format_to_save_format](/cells/python-net/aspose.cells/fileformatutil/file_format_to_save_format/#aspose.cells.FileFormatType) | Converting file format to save format. | -| [extension_to_save_format](/cells/python-net/aspose.cells/fileformatutil/extension_to_save_format/#str) | Converts a file name extension into a SaveFormat value. | -| [is_template_format](/cells/python-net/aspose.cells/fileformatutil/is_template_format/#str) | Returns true if the extension is .xlt, .xltX, .xltm,.ots. | -| [load_format_to_extension](/cells/python-net/aspose.cells/fileformatutil/load_format_to_extension/#aspose.cells.LoadFormat) | Converts a load format enumerated value into a file extension. | -| [load_format_to_save_format](/cells/python-net/aspose.cells/fileformatutil/load_format_to_save_format/#aspose.cells.LoadFormat) | Converts a LoadFormat value to a SaveFormat value if possible. | -| [save_format_to_extension](/cells/python-net/aspose.cells/fileformatutil/save_format_to_extension/#aspose.cells.SaveFormat) | Converts a save format enumerated value into a file extension. | -| [save_format_to_load_format](/cells/python-net/aspose.cells/fileformatutil/save_format_to_load_format/#aspose.cells.SaveFormat) | Converts a SaveFormat value to a LoadFormat value if possible. | +| [`detect_file_format(, stream)`](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#io.rawiobase) | Detects and returns the information about a format of an excel stored in a stream. | +| [`detect_file_format(, stream, password)`](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#io.rawiobase-str) | Detects and returns the information about a format of an excel stored in a stream. | +| [`detect_file_format(, file_path)`](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#str) | Detects and returns the information about a format of an excel stored in a file. | +| [`detect_file_format(, file_path, password)`](/cells/python-net/aspose.cells/fileformatutil/detect_file_format/#str-str) | Detects and returns the information about a format of an excel stored in a file. | +| [`verify_password(, stream, password)`](/cells/python-net/aspose.cells/fileformatutil/verify_password/#io.rawiobase-str) | Detects and returns the information about a format of an excel stored in a stream. | +| [`file_format_to_save_format(, format)`](/cells/python-net/aspose.cells/fileformatutil/file_format_to_save_format/#aspose.cells.fileformattype) | Converting file format to save format. | +| [`extension_to_save_format(, extension)`](/cells/python-net/aspose.cells/fileformatutil/extension_to_save_format/#str) | Converts a file name extension into a SaveFormat value. | +| [`is_template_format(, extension)`](/cells/python-net/aspose.cells/fileformatutil/is_template_format/#str) | Returns true if the extension is .xlt, .xltX, .xltm,.ots. | +| [`load_format_to_extension(, load_format)`](/cells/python-net/aspose.cells/fileformatutil/load_format_to_extension/#aspose.cells.loadformat) | Converts a load format enumerated value into a file extension. | +| [`load_format_to_save_format(, load_format)`](/cells/python-net/aspose.cells/fileformatutil/load_format_to_save_format/#aspose.cells.loadformat) | Converts a LoadFormat value to a SaveFormat value if possible. | +| [`save_format_to_extension(, format)`](/cells/python-net/aspose.cells/fileformatutil/save_format_to_extension/#aspose.cells.saveformat) | Converts a save format enumerated value into a file extension. | +| [`save_format_to_load_format(, save_format)`](/cells/python-net/aspose.cells/fileformatutil/save_format_to_load_format/#aspose.cells.saveformat) | Converts a SaveFormat value to a LoadFormat value if possible. | diff --git a/english/aspose.cells/fileformatutil/detect_file_format/_index.md b/english/aspose.cells/fileformatutil/detect_file_format/_index.md index 1d71c8d48e..1817fe79b1 100644 --- a/english/aspose.cells/fileformatutil/detect_file_format/_index.md +++ b/english/aspose.cells/fileformatutil/detect_file_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/detect_file_format/ is_root: false --- -## detect_file_format {#io.RawIOBase} +## detect_file_format(, stream) {#io.RawIOBase} Detects and returns the information about a format of an excel stored in a stream. @@ -20,7 +20,9 @@ A [`FileFormatInfo`](/cells/python-net/aspose.cells/fileformatinfo) object that ```python -def detect_file_format(self, stream): + +@staticmethod +def detect_file_format(stream): ... ``` @@ -30,7 +32,7 @@ def detect_file_format(self, stream): | stream | io.RawIOBase | | -## detect_file_format {#str} +## detect_file_format(, file_path) {#str} Detects and returns the information about a format of an excel stored in a file. @@ -42,7 +44,9 @@ A [`FileFormatInfo`](/cells/python-net/aspose.cells/fileformatinfo) object that ```python -def detect_file_format(self, file_path): + +@staticmethod +def detect_file_format(file_path): ... ``` @@ -52,7 +56,7 @@ def detect_file_format(self, file_path): | file_path | str | The file path. | -## detect_file_format {#io.RawIOBase-str} +## detect_file_format(, stream, password) {#io.RawIOBase-str} Detects and returns the information about a format of an excel stored in a stream. @@ -64,7 +68,9 @@ A [`FileFormatInfo`](/cells/python-net/aspose.cells/fileformatinfo) object that ```python -def detect_file_format(self, stream, password): + +@staticmethod +def detect_file_format(stream, password): ... ``` @@ -75,7 +81,7 @@ def detect_file_format(self, stream, password): | password | str | The password for encrypted ooxml files. | -## detect_file_format {#str-str} +## detect_file_format(, file_path, password) {#str-str} Detects and returns the information about a format of an excel stored in a file. @@ -87,7 +93,9 @@ A [`FileFormatInfo`](/cells/python-net/aspose.cells/fileformatinfo) object that ```python -def detect_file_format(self, file_path, password): + +@staticmethod +def detect_file_format(file_path, password): ... ``` diff --git a/english/aspose.cells/fileformatutil/extension_to_save_format/_index.md b/english/aspose.cells/fileformatutil/extension_to_save_format/_index.md index 16cdf01ef9..e8d22a1db5 100644 --- a/english/aspose.cells/fileformatutil/extension_to_save_format/_index.md +++ b/english/aspose.cells/fileformatutil/extension_to_save_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/extension_to_save_format/ is_root: false --- -## extension_to_save_format {#str} +## extension_to_save_format(, extension) {#str} Converts a file name extension into a SaveFormat value. @@ -20,7 +20,9 @@ Converts a file name extension into a SaveFormat value. ```python -def extension_to_save_format(self, extension): + +@staticmethod +def extension_to_save_format(extension): ... ``` diff --git a/english/aspose.cells/fileformatutil/file_format_to_save_format/_index.md b/english/aspose.cells/fileformatutil/file_format_to_save_format/_index.md index 96d7216a7d..6e1e0aa9ae 100644 --- a/english/aspose.cells/fileformatutil/file_format_to_save_format/_index.md +++ b/english/aspose.cells/fileformatutil/file_format_to_save_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/file_format_to_save_format/ is_root: false --- -## file_format_to_save_format {#aspose.cells.FileFormatType} +## file_format_to_save_format(, format) {#aspose.cells.FileFormatType} Converting file format to save format. @@ -20,7 +20,9 @@ Converting file format to save format. ```python -def file_format_to_save_format(self, format): + +@staticmethod +def file_format_to_save_format(format): ... ``` diff --git a/english/aspose.cells/fileformatutil/is_template_format/_index.md b/english/aspose.cells/fileformatutil/is_template_format/_index.md index 118f67b240..eed0840743 100644 --- a/english/aspose.cells/fileformatutil/is_template_format/_index.md +++ b/english/aspose.cells/fileformatutil/is_template_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/is_template_format/ is_root: false --- -## is_template_format {#str} +## is_template_format(, extension) {#str} Returns true if the extension is .xlt, .xltX, .xltm,.ots. @@ -20,7 +20,9 @@ Returns true if the extension is .xlt, .xltX, .xltm,.ots. ```python -def is_template_format(self, extension): + +@staticmethod +def is_template_format(extension): ... ``` diff --git a/english/aspose.cells/fileformatutil/load_format_to_extension/_index.md b/english/aspose.cells/fileformatutil/load_format_to_extension/_index.md index c7a6fd5cb7..23b4c3d179 100644 --- a/english/aspose.cells/fileformatutil/load_format_to_extension/_index.md +++ b/english/aspose.cells/fileformatutil/load_format_to_extension/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/load_format_to_extension/ is_root: false --- -## load_format_to_extension {#aspose.cells.LoadFormat} +## load_format_to_extension(, load_format) {#aspose.cells.LoadFormat} Converts a load format enumerated value into a file extension. @@ -20,7 +20,9 @@ The returned extension is a lower-case string with a leading dot. ```python -def load_format_to_extension(self, load_format): + +@staticmethod +def load_format_to_extension(load_format): ... ``` diff --git a/english/aspose.cells/fileformatutil/load_format_to_save_format/_index.md b/english/aspose.cells/fileformatutil/load_format_to_save_format/_index.md index ac40ee1192..711ab2e59c 100644 --- a/english/aspose.cells/fileformatutil/load_format_to_save_format/_index.md +++ b/english/aspose.cells/fileformatutil/load_format_to_save_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/load_format_to_save_format/ is_root: false --- -## load_format_to_save_format {#aspose.cells.LoadFormat} +## load_format_to_save_format(, load_format) {#aspose.cells.LoadFormat} Converts a LoadFormat value to a SaveFormat value if possible. @@ -20,7 +20,9 @@ The save format. ```python -def load_format_to_save_format(self, load_format): + +@staticmethod +def load_format_to_save_format(load_format): ... ``` diff --git a/english/aspose.cells/fileformatutil/save_format_to_extension/_index.md b/english/aspose.cells/fileformatutil/save_format_to_extension/_index.md index 8a4022675e..9ce8ca3db0 100644 --- a/english/aspose.cells/fileformatutil/save_format_to_extension/_index.md +++ b/english/aspose.cells/fileformatutil/save_format_to_extension/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/save_format_to_extension/ is_root: false --- -## save_format_to_extension {#aspose.cells.SaveFormat} +## save_format_to_extension(, format) {#aspose.cells.SaveFormat} Converts a save format enumerated value into a file extension. @@ -20,7 +20,9 @@ The returned extension is a lower-case string with a leading dot. ```python -def save_format_to_extension(self, format): + +@staticmethod +def save_format_to_extension(format): ... ``` diff --git a/english/aspose.cells/fileformatutil/save_format_to_load_format/_index.md b/english/aspose.cells/fileformatutil/save_format_to_load_format/_index.md index a3273fbf71..e84b4d49a2 100644 --- a/english/aspose.cells/fileformatutil/save_format_to_load_format/_index.md +++ b/english/aspose.cells/fileformatutil/save_format_to_load_format/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/save_format_to_load_format/ is_root: false --- -## save_format_to_load_format {#aspose.cells.SaveFormat} +## save_format_to_load_format(, save_format) {#aspose.cells.SaveFormat} Converts a SaveFormat value to a LoadFormat value if possible. @@ -20,7 +20,9 @@ The load format ```python -def save_format_to_load_format(self, save_format): + +@staticmethod +def save_format_to_load_format(save_format): ... ``` diff --git a/english/aspose.cells/fileformatutil/verify_password/_index.md b/english/aspose.cells/fileformatutil/verify_password/_index.md index f0775a135a..423ebeac52 100644 --- a/english/aspose.cells/fileformatutil/verify_password/_index.md +++ b/english/aspose.cells/fileformatutil/verify_password/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/fileformatutil/verify_password/ is_root: false --- -## verify_password {#io.RawIOBase-str} +## verify_password(, stream, password) {#io.RawIOBase-str} Detects and returns the information about a format of an excel stored in a stream. @@ -20,7 +20,9 @@ Returns whether the password is corrected. ```python -def verify_password(self, stream, password): + +@staticmethod +def verify_password(stream, password): ... ``` diff --git a/english/aspose.cells/filtercategory/_index.md b/english/aspose.cells/filtercategory/_index.md index 01bfe443cd..d4c75eb5f1 100644 --- a/english/aspose.cells/filtercategory/_index.md +++ b/english/aspose.cells/filtercategory/_index.md @@ -3,7 +3,7 @@ title: FilterCategory enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2210 +weight: 2220 url: /aspose.cells/filtercategory/ is_root: false --- diff --git a/english/aspose.cells/filtercolumncollection/_index.md b/english/aspose.cells/filtercolumncollection/_index.md index 04e6c0da5e..25837e50cb 100644 --- a/english/aspose.cells/filtercolumncollection/_index.md +++ b/english/aspose.cells/filtercolumncollection/_index.md @@ -25,15 +25,15 @@ The FilterColumnCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/filtercolumncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/filtercolumncollection/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. | -| [index_of](/cells/python-net/aspose.cells/filtercolumncollection/index_of/#aspose.cells.FilterColumn-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. | -| [index_of](/cells/python-net/aspose.cells/filtercolumncollection/index_of/#aspose.cells.FilterColumn-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/filtercolumncollection/last_index_of/#aspose.cells.FilterColumn) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/filtercolumncollection/last_index_of/#aspose.cells.FilterColumn-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](/cells/python-net/aspose.cells/filtercolumncollection/last_index_of/#aspose.cells.FilterColumn-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_by_index](/cells/python-net/aspose.cells/filtercolumncollection/get_by_index/#int) | Returns a single Filter object from a collection. | -| [binary_search](/cells/python-net/aspose.cells/filtercolumncollection/binary_search/#aspose.cells.FilterColumn) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/filtercolumncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/filtercolumncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/filtercolumncollection/index_of/#aspose.cells.filtercolumn-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/filtercolumncollection/index_of/#aspose.cells.filtercolumn-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/filtercolumncollection/last_index_of/#aspose.cells.filtercolumn) | 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/filtercolumncollection/last_index_of/#aspose.cells.filtercolumn-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/filtercolumncollection/last_index_of/#aspose.cells.filtercolumn-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_by_index(self, index)`](/cells/python-net/aspose.cells/filtercolumncollection/get_by_index/#int) | Returns a single Filter object from a collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/filtercolumncollection/binary_search/#aspose.cells.filtercolumn) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/filtercolumncollection/binary_search/_index.md b/english/aspose.cells/filtercolumncollection/binary_search/_index.md index 48e41e6da8..e3f1e0e25e 100644 --- a/english/aspose.cells/filtercolumncollection/binary_search/_index.md +++ b/english/aspose.cells/filtercolumncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/filtercolumncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.FilterColumn} +## binary_search(self, item) {#aspose.cells.FilterColumn} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/filtercolumncollection/copy_to/_index.md b/english/aspose.cells/filtercolumncollection/copy_to/_index.md index d5fbdb3a0e..26a645450e 100644 --- a/english/aspose.cells/filtercolumncollection/copy_to/_index.md +++ b/english/aspose.cells/filtercolumncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/filtercolumncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/filtercolumncollection/get_by_index/_index.md b/english/aspose.cells/filtercolumncollection/get_by_index/_index.md index 2d89162ba3..23016b55b5 100644 --- a/english/aspose.cells/filtercolumncollection/get_by_index/_index.md +++ b/english/aspose.cells/filtercolumncollection/get_by_index/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/filtercolumncollection/get_by_index/ is_root: false --- -## get_by_index {#int} +## get_by_index(self, index) {#int} Returns a single Filter object from a collection. ```python + def get_by_index(self, index): ... ``` diff --git a/english/aspose.cells/filtercolumncollection/index_of/_index.md b/english/aspose.cells/filtercolumncollection/index_of/_index.md index ad01ae7c9c..85fdec7ef6 100644 --- a/english/aspose.cells/filtercolumncollection/index_of/_index.md +++ b/english/aspose.cells/filtercolumncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/filtercolumncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.FilterColumn-int} +## index_of(self, item, index) {#aspose.cells.FilterColumn-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.FilterColumn-int-int} +## index_of(self, item, index, count) {#aspose.cells.FilterColumn-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/filtercolumncollection/last_index_of/_index.md b/english/aspose.cells/filtercolumncollection/last_index_of/_index.md index e17a08f8b2..c8ec55a3a1 100644 --- a/english/aspose.cells/filtercolumncollection/last_index_of/_index.md +++ b/english/aspose.cells/filtercolumncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/filtercolumncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.FilterColumn} +## last_index_of(self, item) {#aspose.cells.FilterColumn} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`FilterColumn`](/cells/python-net/aspose.cells/filtercolumn) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.FilterColumn-int} +## last_index_of(self, item, index) {#aspose.cells.FilterColumn-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.FilterColumn-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.FilterColumn-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/filteroperatortype/_index.md b/english/aspose.cells/filteroperatortype/_index.md index 54caf702ec..2126915800 100644 --- a/english/aspose.cells/filteroperatortype/_index.md +++ b/english/aspose.cells/filteroperatortype/_index.md @@ -3,7 +3,7 @@ title: FilterOperatorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2220 +weight: 2230 url: /aspose.cells/filteroperatortype/ is_root: false --- diff --git a/english/aspose.cells/filtertype/_index.md b/english/aspose.cells/filtertype/_index.md index 045a97af68..57c90b6e96 100644 --- a/english/aspose.cells/filtertype/_index.md +++ b/english/aspose.cells/filtertype/_index.md @@ -3,7 +3,7 @@ title: FilterType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2230 +weight: 2240 url: /aspose.cells/filtertype/ is_root: false --- diff --git a/english/aspose.cells/findoptions/__init__/_index.md b/english/aspose.cells/findoptions/__init__/_index.md index 6a1bcde1e9..b117d31530 100644 --- a/english/aspose.cells/findoptions/__init__/_index.md +++ b/english/aspose.cells/findoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/findoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of FindOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/findoptions/_index.md b/english/aspose.cells/findoptions/_index.md index 3f076699fc..e1f2c38677 100644 --- a/english/aspose.cells/findoptions/_index.md +++ b/english/aspose.cells/findoptions/_index.md @@ -19,7 +19,7 @@ The FindOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/findoptions/__init__/#) | Constructs a new instance of FindOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/findoptions/__init__/#) | Constructs a new instance of FindOptions | ### Properties @@ -34,7 +34,7 @@ The FindOptions type exposes the following members: | [seach_order_by_rows](/cells/python-net/aspose.cells/findoptions/seach_order_by_rows) | Indicates whether search order by rows or columns. | | [search_order_by_rows](/cells/python-net/aspose.cells/findoptions/search_order_by_rows) | Indicates whether search order by rows or columns. | | [look_in_type](/cells/python-net/aspose.cells/findoptions/look_in_type) | Look in type. | -| [regex_key](/cells/python-net/aspose.cells/findoptions/regex_key) | Indicates whether the searched key is regex.
If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. | +| [regex_key](/cells/python-net/aspose.cells/findoptions/regex_key) | Indicates whether the searched key is regex.
If true the searched key will be taken as regex and parsed.
Otherwise the key will be parsed according to the rules in ms excel. | | [value_type_sensitive](/cells/python-net/aspose.cells/findoptions/value_type_sensitive) | Indicates whether searched cell value type should be same with the searched key. | | [style](/cells/python-net/aspose.cells/findoptions/style) | The format to search for. | | [convert_numeric_data](/cells/python-net/aspose.cells/findoptions/convert_numeric_data) | Gets or sets a value that indicates whether converting the searched string value to numeric data. | @@ -43,8 +43,8 @@ The FindOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_range](/cells/python-net/aspose.cells/findoptions/get_range/#) | Gets and sets the searched range. | -| [set_range](/cells/python-net/aspose.cells/findoptions/set_range/#aspose.cells.CellArea) | Sets the searched range. | +| [`get_range(self)`](/cells/python-net/aspose.cells/findoptions/get_range/#) | Gets and sets the searched range. | +| [`set_range(self, ca)`](/cells/python-net/aspose.cells/findoptions/set_range/#aspose.cells.cellarea) | Sets the searched range. | diff --git a/english/aspose.cells/findoptions/get_range/_index.md b/english/aspose.cells/findoptions/get_range/_index.md index 81cf21e5a2..67ad39e5ec 100644 --- a/english/aspose.cells/findoptions/get_range/_index.md +++ b/english/aspose.cells/findoptions/get_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/findoptions/get_range/ is_root: false --- -## get_range {#} +## get_range(self) {#} Gets and sets the searched range. @@ -20,6 +20,7 @@ Returns the searched range. ```python + def get_range(self): ... ``` diff --git a/english/aspose.cells/findoptions/look_at_type/_index.md b/english/aspose.cells/findoptions/look_at_type/_index.md index 9a7cadeacd..641a507b9b 100644 --- a/english/aspose.cells/findoptions/look_at_type/_index.md +++ b/english/aspose.cells/findoptions/look_at_type/_index.md @@ -12,6 +12,16 @@ is_root: false Look at type. + +### Remarks + + +When [`FindOptions.regex_key`](/cells/python-net/aspose.cells/findoptions#regex_key) is true and user has specified the exact rule for the regex, +for performance consideration this property should be set as [`LookAtType.ENTIRE_CONTENT`](/cells/python-net/aspose.cells/lookattype#ENTIRE_CONTENT). +Otherwise we will refactor the search key to ensure it can be matched according to the specific type. +For example, when the type is [`LookAtType.CONTAINS`](/cells/python-net/aspose.cells/lookattype#CONTAINS)(this is the default value for this property), +we will add wildcards at the beginning and end of the search key automatically. +In this case, the regular expressions will become more complex and the performance will also decrease. ### Definition: ```python @property diff --git a/english/aspose.cells/findoptions/regex_key/_index.md b/english/aspose.cells/findoptions/regex_key/_index.md index ac418e109b..3ae84bef2f 100644 --- a/english/aspose.cells/findoptions/regex_key/_index.md +++ b/english/aspose.cells/findoptions/regex_key/_index.md @@ -12,7 +12,21 @@ is_root: false Indicates whether the searched key is regex. -If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel. +If true the searched key will be taken as regex and parsed. +Otherwise the key will be parsed according to the rules in ms excel. + +### Remarks + + +Even though the search key has been specified as regex, +it may be refactored according to specified [`FindOptions.look_at_type`](/cells/python-net/aspose.cells/findoptions#look_at_type). +For example, when the type is [`LookAtType.CONTAINS`](/cells/python-net/aspose.cells/lookattype#CONTAINS)(this is the default value for this options), +wildcards will be added at the beginning and end of the search key automatically to ensure the match will be +checked as "contains". In this case, the regular expressions will become more complex +and the performance will also decrease. +So, for performance consideration, if user has specified the exact rule for the regex, then there is no need to +use [`FindOptions.look_at_type`](/cells/python-net/aspose.cells/findoptions#look_at_type) as additional constraint and user may set it as [`LookAtType.ENTIRE_CONTENT`](/cells/python-net/aspose.cells/lookattype#ENTIRE_CONTENT) +to get better performance. ### Definition: ```python @property diff --git a/english/aspose.cells/findoptions/set_range/_index.md b/english/aspose.cells/findoptions/set_range/_index.md index 7dc2caef10..355ee07543 100644 --- a/english/aspose.cells/findoptions/set_range/_index.md +++ b/english/aspose.cells/findoptions/set_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/findoptions/set_range/ is_root: false --- -## set_range {#aspose.cells.CellArea} +## set_range(self, ca) {#aspose.cells.CellArea} Sets the searched range. ```python + def set_range(self, ca): ... ``` diff --git a/english/aspose.cells/folderfontsource/__init__/_index.md b/english/aspose.cells/folderfontsource/__init__/_index.md index 3e2ae79e96..0af93cae2c 100644 --- a/english/aspose.cells/folderfontsource/__init__/_index.md +++ b/english/aspose.cells/folderfontsource/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/folderfontsource/__init__/ is_root: false --- -## __init__ {#str-bool} +## \_\_init\_\_(self, folder_path, scan_subfolders) {#str-bool} Ctor. ```python + def __init__(self, folder_path, scan_subfolders): ... ``` diff --git a/english/aspose.cells/folderfontsource/_index.md b/english/aspose.cells/folderfontsource/_index.md index 403040e43e..e8aa18b61d 100644 --- a/english/aspose.cells/folderfontsource/_index.md +++ b/english/aspose.cells/folderfontsource/_index.md @@ -24,7 +24,7 @@ The FolderFontSource type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/folderfontsource/__init__/#str-bool) | Ctor. | +| [`__init__(self, folder_path, scan_subfolders)`](/cells/python-net/aspose.cells/folderfontsource/__init__/#str-bool) | Ctor. | ### Properties diff --git a/english/aspose.cells/font/_index.md b/english/aspose.cells/font/_index.md index 2734199662..4f6321d9fd 100644 --- a/english/aspose.cells/font/_index.md +++ b/english/aspose.cells/font/_index.md @@ -42,7 +42,7 @@ The Font type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [equals](/cells/python-net/aspose.cells/font/equals/#aspose.cells.Font) | Checks if two fonts are equals. | +| [`equals(self, font)`](/cells/python-net/aspose.cells/font/equals/#aspose.cells.font) | Checks if two fonts are equals. | diff --git a/english/aspose.cells/font/equals/_index.md b/english/aspose.cells/font/equals/_index.md index f082c73fe6..dd120e710d 100644 --- a/english/aspose.cells/font/equals/_index.md +++ b/english/aspose.cells/font/equals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/font/equals/ is_root: false --- -## equals {#aspose.cells.Font} +## equals(self, font) {#aspose.cells.Font} Checks if two fonts are equals. @@ -20,6 +20,7 @@ True if equal to the compared font object. ```python + def equals(self, font): ... ``` diff --git a/english/aspose.cells/fontconfigs/__init__/_index.md b/english/aspose.cells/fontconfigs/__init__/_index.md index 6f68b67897..5595024ba4 100644 --- a/english/aspose.cells/fontconfigs/__init__/_index.md +++ b/english/aspose.cells/fontconfigs/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/fontconfigs/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of FontConfigs ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/fontconfigs/_index.md b/english/aspose.cells/fontconfigs/_index.md index 50f8b8c21a..4dafb31ceb 100644 --- a/english/aspose.cells/fontconfigs/_index.md +++ b/english/aspose.cells/fontconfigs/_index.md @@ -19,7 +19,7 @@ The FontConfigs type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/fontconfigs/__init__/#) | Constructs a new instance of FontConfigs | +| [`__init__(self)`](/cells/python-net/aspose.cells/fontconfigs/__init__/#) | Constructs a new instance of FontConfigs | ### Properties @@ -32,13 +32,14 @@ The FontConfigs type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [is_font_available](/cells/python-net/aspose.cells/fontconfigs/is_font_available/#str) | Indicate whether the font is available. | -| [set_font_substitutes](/cells/python-net/aspose.cells/fontconfigs/set_font_substitutes/#str-list) | Font substitute names for given original font name. | -| [get_font_substitutes](/cells/python-net/aspose.cells/fontconfigs/get_font_substitutes/#str) | Returns array containing font substitute names to be used if original font is not presented. | -| [set_font_folder](/cells/python-net/aspose.cells/fontconfigs/set_font_folder/#str-bool) | Sets the fonts folder | -| [set_font_folders](/cells/python-net/aspose.cells/fontconfigs/set_font_folders/#list-bool) | Sets the fonts folders | -| [set_font_sources](/cells/python-net/aspose.cells/fontconfigs/set_font_sources/#list) | Sets the fonts sources. | -| [get_font_sources](/cells/python-net/aspose.cells/fontconfigs/get_font_sources/#) | Gets a copy of the array that contains the list of sources | +| [`is_font_available(, font_name)`](/cells/python-net/aspose.cells/fontconfigs/is_font_available/#str) | Indicate whether the font is available. | +| [`get_font_file_data_info(, font_name, is_bold, is_italic, is_exact_style)`](/cells/python-net/aspose.cells/fontconfigs/get_font_file_data_info/#str-bool-bool-bool) | Get data infomation of font file data. | +| [`set_font_substitutes(, original_font_name, substitute_font_names)`](/cells/python-net/aspose.cells/fontconfigs/set_font_substitutes/#str-list) | Font substitute names for given original font name. | +| [`get_font_substitutes(, original_font_name)`](/cells/python-net/aspose.cells/fontconfigs/get_font_substitutes/#str) | Returns array containing font substitute names to be used if original font is not presented. | +| [`set_font_folder(, font_folder, recursive)`](/cells/python-net/aspose.cells/fontconfigs/set_font_folder/#str-bool) | Sets the fonts folder | +| [`set_font_folders(, font_folders, recursive)`](/cells/python-net/aspose.cells/fontconfigs/set_font_folders/#list-bool) | Sets the fonts folders | +| [`set_font_sources(, sources)`](/cells/python-net/aspose.cells/fontconfigs/set_font_sources/#list) | Sets the fonts sources. | +| [`get_font_sources()`](/cells/python-net/aspose.cells/fontconfigs/get_font_sources/#) | Gets a copy of the array that contains the list of sources | diff --git a/english/aspose.cells/fontconfigs/default_font_name/_index.md b/english/aspose.cells/fontconfigs/default_font_name/_index.md index ded510425d..5be576827d 100644 --- a/english/aspose.cells/fontconfigs/default_font_name/_index.md +++ b/english/aspose.cells/fontconfigs/default_font_name/_index.md @@ -3,7 +3,7 @@ title: default_font_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells/fontconfigs/default_font_name/ is_root: false --- @@ -12,6 +12,15 @@ is_root: false Gets or sets the default font name. +### Definition: +```python +@property +def default_font_name(self): + ... +@staticmethod +def set_default_font_name(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/fontconfigs/get_font_file_data_info/_index.md b/english/aspose.cells/fontconfigs/get_font_file_data_info/_index.md new file mode 100644 index 0000000000..c6f520bb3b --- /dev/null +++ b/english/aspose.cells/fontconfigs/get_font_file_data_info/_index.md @@ -0,0 +1,41 @@ +--- +title: get_font_file_data_info method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 20 +url: /aspose.cells/fontconfigs/get_font_file_data_info/ +is_root: false +--- + +## get_font_file_data_info(, font_name, is_bold, is_italic, is_exact_style) {#str-bool-bool-bool} + +Get data infomation of font file data. + + +### Returns + + +Data infomation of font file data. + + +```python + +@staticmethod +def get_font_file_data_info(font_name, is_bold, is_italic, is_exact_style): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| font_name | str | font name | +| is_bold | bool | the font style is bold or not | +| is_italic | bool | the font style is italic or not | +| is_exact_style | bool | whether to match the given bold/italic style exactly | + + + +### See Also +* module [`aspose.cells`](../../) +* class [`FontConfigs`](/cells/python-net/aspose.cells/fontconfigs) diff --git a/english/aspose.cells/fontconfigs/get_font_sources/_index.md b/english/aspose.cells/fontconfigs/get_font_sources/_index.md index 3e87bfcf6c..871e597278 100644 --- a/english/aspose.cells/fontconfigs/get_font_sources/_index.md +++ b/english/aspose.cells/fontconfigs/get_font_sources/_index.md @@ -3,12 +3,12 @@ title: get_font_sources method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 20 +weight: 30 url: /aspose.cells/fontconfigs/get_font_sources/ is_root: false --- -## get_font_sources {#} +## get_font_sources() {#} Gets a copy of the array that contains the list of sources @@ -20,7 +20,9 @@ Gets a copy of the array that contains the list of sources ```python -def get_font_sources(self): + +@staticmethod +def get_font_sources(): ... ``` diff --git a/english/aspose.cells/fontconfigs/get_font_substitutes/_index.md b/english/aspose.cells/fontconfigs/get_font_substitutes/_index.md index 33996c770c..37cefbfd58 100644 --- a/english/aspose.cells/fontconfigs/get_font_substitutes/_index.md +++ b/english/aspose.cells/fontconfigs/get_font_substitutes/_index.md @@ -3,12 +3,12 @@ title: get_font_substitutes method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 30 +weight: 40 url: /aspose.cells/fontconfigs/get_font_substitutes/ is_root: false --- -## get_font_substitutes {#str} +## get_font_substitutes(, original_font_name) {#str} Returns array containing font substitute names to be used if original font is not presented. @@ -20,7 +20,9 @@ An array containing font substitute names to be used if original font is not pre ```python -def get_font_substitutes(self, original_font_name): + +@staticmethod +def get_font_substitutes(original_font_name): ... ``` diff --git a/english/aspose.cells/fontconfigs/is_font_available/_index.md b/english/aspose.cells/fontconfigs/is_font_available/_index.md index 0117fb726c..93e3a91982 100644 --- a/english/aspose.cells/fontconfigs/is_font_available/_index.md +++ b/english/aspose.cells/fontconfigs/is_font_available/_index.md @@ -3,12 +3,12 @@ title: is_font_available method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells/fontconfigs/is_font_available/ is_root: false --- -## is_font_available {#str} +## is_font_available(, font_name) {#str} Indicate whether the font is available. @@ -20,7 +20,9 @@ true if font is available, otherwise false. ```python -def is_font_available(self, font_name): + +@staticmethod +def is_font_available(font_name): ... ``` diff --git a/english/aspose.cells/fontconfigs/prefer_system_font_substitutes/_index.md b/english/aspose.cells/fontconfigs/prefer_system_font_substitutes/_index.md index 279ec14f31..30457ec77a 100644 --- a/english/aspose.cells/fontconfigs/prefer_system_font_substitutes/_index.md +++ b/english/aspose.cells/fontconfigs/prefer_system_font_substitutes/_index.md @@ -3,7 +3,7 @@ title: prefer_system_font_substitutes property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells/fontconfigs/prefer_system_font_substitutes/ is_root: false --- @@ -14,6 +14,15 @@ is_root: false Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set. e.g. On Ubuntu, "Arial" font is generally substituted by "Liberation Sans". Default value is false. +### Definition: +```python +@property +def prefer_system_font_substitutes(self): + ... +@staticmethod +def set_prefer_system_font_substitutes(value): + ... +``` ### See Also * module [`aspose.cells`](../../) diff --git a/english/aspose.cells/fontconfigs/set_font_folder/_index.md b/english/aspose.cells/fontconfigs/set_font_folder/_index.md index 6751b7d128..a21ca1d1db 100644 --- a/english/aspose.cells/fontconfigs/set_font_folder/_index.md +++ b/english/aspose.cells/fontconfigs/set_font_folder/_index.md @@ -3,19 +3,21 @@ title: set_font_folder method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 50 +weight: 60 url: /aspose.cells/fontconfigs/set_font_folder/ is_root: false --- -## set_font_folder {#str-bool} +## set_font_folder(, font_folder, recursive) {#str-bool} Sets the fonts folder ```python -def set_font_folder(self, font_folder, recursive): + +@staticmethod +def set_font_folder(font_folder, recursive): ... ``` diff --git a/english/aspose.cells/fontconfigs/set_font_folders/_index.md b/english/aspose.cells/fontconfigs/set_font_folders/_index.md index fb9ccaed13..fc17399708 100644 --- a/english/aspose.cells/fontconfigs/set_font_folders/_index.md +++ b/english/aspose.cells/fontconfigs/set_font_folders/_index.md @@ -3,19 +3,21 @@ title: set_font_folders method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/fontconfigs/set_font_folders/ is_root: false --- -## set_font_folders {#list-bool} +## set_font_folders(, font_folders, recursive) {#list-bool} Sets the fonts folders ```python -def set_font_folders(self, font_folders, recursive): + +@staticmethod +def set_font_folders(font_folders, recursive): ... ``` diff --git a/english/aspose.cells/fontconfigs/set_font_sources/_index.md b/english/aspose.cells/fontconfigs/set_font_sources/_index.md index eafc4bc6e4..4679ad8d95 100644 --- a/english/aspose.cells/fontconfigs/set_font_sources/_index.md +++ b/english/aspose.cells/fontconfigs/set_font_sources/_index.md @@ -3,19 +3,21 @@ title: set_font_sources method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells/fontconfigs/set_font_sources/ is_root: false --- -## set_font_sources {#list} +## set_font_sources(, sources) {#list} Sets the fonts sources. ```python -def set_font_sources(self, sources): + +@staticmethod +def set_font_sources(sources): ... ``` diff --git a/english/aspose.cells/fontconfigs/set_font_substitutes/_index.md b/english/aspose.cells/fontconfigs/set_font_substitutes/_index.md index 2453c5d615..0e8e24193c 100644 --- a/english/aspose.cells/fontconfigs/set_font_substitutes/_index.md +++ b/english/aspose.cells/fontconfigs/set_font_substitutes/_index.md @@ -3,19 +3,21 @@ title: set_font_substitutes method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/fontconfigs/set_font_substitutes/ is_root: false --- -## set_font_substitutes {#str-list} +## set_font_substitutes(, original_font_name, substitute_font_names) {#str-list} Font substitute names for given original font name. ```python -def set_font_substitutes(self, original_font_name, substitute_font_names): + +@staticmethod +def set_font_substitutes(original_font_name, substitute_font_names): ... ``` diff --git a/english/aspose.cells/fontfiledatainfo/_index.md b/english/aspose.cells/fontfiledatainfo/_index.md new file mode 100644 index 0000000000..a42e811799 --- /dev/null +++ b/english/aspose.cells/fontfiledatainfo/_index.md @@ -0,0 +1,28 @@ +--- +title: FontFileDataInfo class +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 740 +url: /aspose.cells/fontfiledatainfo/ +is_root: false +--- + +## FontFileDataInfo class + +Represents data infomation of font file data. + + + +The FontFileDataInfo type exposes the following members: + +### Properties +| Property | Description | +| :- | :- | +| [data](/cells/python-net/aspose.cells/fontfiledatainfo/data) | Gets binary data of font file. | +| [format_type](/cells/python-net/aspose.cells/fontfiledatainfo/format_type) | Gets font format type of font file. | + + + +### See Also +* module [`aspose.cells`](..) diff --git a/english/aspose.cells/fontfiledatainfo/data/_index.md b/english/aspose.cells/fontfiledatainfo/data/_index.md new file mode 100644 index 0000000000..6db3c9179d --- /dev/null +++ b/english/aspose.cells/fontfiledatainfo/data/_index.md @@ -0,0 +1,24 @@ +--- +title: data property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 30 +url: /aspose.cells/fontfiledatainfo/data/ +is_root: false +--- + +## data property + + +Gets binary data of font file. +### Definition: +```python +@property +def data(self): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`FontFileDataInfo`](/cells/python-net/aspose.cells/fontfiledatainfo) diff --git a/english/aspose.cells/fontfiledatainfo/format_type/_index.md b/english/aspose.cells/fontfiledatainfo/format_type/_index.md new file mode 100644 index 0000000000..20e9732751 --- /dev/null +++ b/english/aspose.cells/fontfiledatainfo/format_type/_index.md @@ -0,0 +1,25 @@ +--- +title: format_type property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 40 +url: /aspose.cells/fontfiledatainfo/format_type/ +is_root: false +--- + +## format_type property + + +Gets font format type of font file. +### Definition: +```python +@property +def format_type(self): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`FontFileDataInfo`](/cells/python-net/aspose.cells/fontfiledatainfo) +* class [`FontFileFormatType`](/cells/python-net/aspose.cells/fontfileformattype) diff --git a/english/aspose.cells/fontfileformattype/_index.md b/english/aspose.cells/fontfileformattype/_index.md new file mode 100644 index 0000000000..d571b7fc41 --- /dev/null +++ b/english/aspose.cells/fontfileformattype/_index.md @@ -0,0 +1,30 @@ +--- +title: FontFileFormatType enumeration +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 2250 +url: /aspose.cells/fontfileformattype/ +is_root: false +--- + +## FontFileFormatType enumeration + +Represents font format type. + + + +The FontFileFormatType type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| UNKNOWN | Unknown font format type. | +| TTF | TTF font format type. | +| OTF | OTF font format type. | +| TTC | TTC font format type. | + + + +### See Also +* module [`aspose.cells`](..) diff --git a/english/aspose.cells/fontschemetype/_index.md b/english/aspose.cells/fontschemetype/_index.md index f27f1d8377..d81978914b 100644 --- a/english/aspose.cells/fontschemetype/_index.md +++ b/english/aspose.cells/fontschemetype/_index.md @@ -3,7 +3,7 @@ title: FontSchemeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2240 +weight: 2260 url: /aspose.cells/fontschemetype/ is_root: false --- diff --git a/english/aspose.cells/fontsetting/__init__/_index.md b/english/aspose.cells/fontsetting/__init__/_index.md index e519d266da..95237f1506 100644 --- a/english/aspose.cells/fontsetting/__init__/_index.md +++ b/english/aspose.cells/fontsetting/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/fontsetting/__init__/ is_root: false --- -## __init__ {#int-int-aspose.cells.WorksheetCollection} +## \_\_init\_\_(self, start_index, length, sheets) {#int-int-aspose.cells.WorksheetCollection} ```python + def __init__(self, start_index, length, sheets): ... ``` diff --git a/english/aspose.cells/fontsetting/_index.md b/english/aspose.cells/fontsetting/_index.md index 8c1e030a0f..4856e21228 100644 --- a/english/aspose.cells/fontsetting/_index.md +++ b/english/aspose.cells/fontsetting/_index.md @@ -3,7 +3,7 @@ title: FontSetting class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells/fontsetting/ is_root: false --- @@ -19,7 +19,7 @@ The FontSetting type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/fontsetting/__init__/#int-int-aspose.cells.WorksheetCollection) | | +| [`__init__(self, start_index, length, sheets)`](/cells/python-net/aspose.cells/fontsetting/__init__/#int-int-aspose.cells.worksheetcollection) | | ### Properties @@ -35,7 +35,7 @@ The FontSetting type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_word_art_style](/cells/python-net/aspose.cells/fontsetting/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. | +| [`set_word_art_style(self, style)`](/cells/python-net/aspose.cells/fontsetting/set_word_art_style/#aspose.cells.drawing.presetwordartstyle) | Sets the preset WordArt style. | diff --git a/english/aspose.cells/fontsetting/set_word_art_style/_index.md b/english/aspose.cells/fontsetting/set_word_art_style/_index.md index 7bbbfe8c98..a42f2069a8 100644 --- a/english/aspose.cells/fontsetting/set_word_art_style/_index.md +++ b/english/aspose.cells/fontsetting/set_word_art_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/fontsetting/set_word_art_style/ is_root: false --- -## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle} +## set_word_art_style(self, style) {#aspose.cells.drawing.PresetWordArtStyle} Sets the preset WordArt style. ```python + def set_word_art_style(self, style): ... ``` diff --git a/english/aspose.cells/fontsourcebase/_index.md b/english/aspose.cells/fontsourcebase/_index.md index c7a7ca4e9c..423d9aa963 100644 --- a/english/aspose.cells/fontsourcebase/_index.md +++ b/english/aspose.cells/fontsourcebase/_index.md @@ -3,7 +3,7 @@ title: FontSourceBase class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells/fontsourcebase/ is_root: false --- diff --git a/english/aspose.cells/fontsourcetype/_index.md b/english/aspose.cells/fontsourcetype/_index.md index c31d42c8dc..a56bc77720 100644 --- a/english/aspose.cells/fontsourcetype/_index.md +++ b/english/aspose.cells/fontsourcetype/_index.md @@ -3,7 +3,7 @@ title: FontSourceType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2250 +weight: 2270 url: /aspose.cells/fontsourcetype/ is_root: false --- diff --git a/english/aspose.cells/fontunderlinetype/_index.md b/english/aspose.cells/fontunderlinetype/_index.md index 91f4674ab5..97a508b756 100644 --- a/english/aspose.cells/fontunderlinetype/_index.md +++ b/english/aspose.cells/fontunderlinetype/_index.md @@ -3,7 +3,7 @@ title: FontUnderlineType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2260 +weight: 2280 url: /aspose.cells/fontunderlinetype/ is_root: false --- diff --git a/english/aspose.cells/formatcondition/_index.md b/english/aspose.cells/formatcondition/_index.md index 294b0f67f3..a6c4f8d507 100644 --- a/english/aspose.cells/formatcondition/_index.md +++ b/english/aspose.cells/formatcondition/_index.md @@ -3,7 +3,7 @@ title: FormatCondition class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells/formatcondition/ is_root: false --- @@ -38,15 +38,15 @@ The FormatCondition type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_formula1](/cells/python-net/aspose.cells/formatcondition/get_formula1/#bool-bool) | Gets the value or expression associated with this format condition. | -| [get_formula1](/cells/python-net/aspose.cells/formatcondition/get_formula1/#bool-bool-int-int) | Gets the value or expression of the conditional formatting of the cell. | -| [get_formula1](/cells/python-net/aspose.cells/formatcondition/get_formula1/#int-int) | Gets the formula of the conditional formatting of the cell. | -| [get_formula2](/cells/python-net/aspose.cells/formatcondition/get_formula2/#bool-bool) | Gets the value or expression associated with this format condition. | -| [get_formula2](/cells/python-net/aspose.cells/formatcondition/get_formula2/#bool-bool-int-int) | Gets the value or expression of the conditional formatting of the cell. | -| [get_formula2](/cells/python-net/aspose.cells/formatcondition/get_formula2/#int-int) | Gets the formula of the conditional formatting of the cell. | -| [set_formulas](/cells/python-net/aspose.cells/formatcondition/set_formulas/#str-str-bool-bool) | Sets the value or expression associated with this format condition. | -| [set_formula1](/cells/python-net/aspose.cells/formatcondition/set_formula1/#str-bool-bool) | Sets the value or expression associated with this format condition. | -| [set_formula2](/cells/python-net/aspose.cells/formatcondition/set_formula2/#str-bool-bool) | Sets the value or expression associated with this format condition. | +| [`get_formula1(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/formatcondition/get_formula1/#bool-bool) | Gets the value or expression associated with this format condition. | +| [`get_formula1(self, is_r1c1, is_local, row, column)`](/cells/python-net/aspose.cells/formatcondition/get_formula1/#bool-bool-int-int) | Gets the value or expression of the conditional formatting of the cell. | +| [`get_formula1(self, row, column)`](/cells/python-net/aspose.cells/formatcondition/get_formula1/#int-int) | Gets the formula of the conditional formatting of the cell. | +| [`get_formula2(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/formatcondition/get_formula2/#bool-bool) | Gets the value or expression associated with this format condition. | +| [`get_formula2(self, is_r1c1, is_local, row, column)`](/cells/python-net/aspose.cells/formatcondition/get_formula2/#bool-bool-int-int) | Gets the value or expression of the conditional formatting of the cell. | +| [`get_formula2(self, row, column)`](/cells/python-net/aspose.cells/formatcondition/get_formula2/#int-int) | Gets the formula of the conditional formatting of the cell. | +| [`set_formulas(self, formula1, formula2, is_r1c1, is_local)`](/cells/python-net/aspose.cells/formatcondition/set_formulas/#str-str-bool-bool) | Sets the value or expression associated with this format condition. | +| [`set_formula1(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells/formatcondition/set_formula1/#str-bool-bool) | Sets the value or expression associated with this format condition. | +| [`set_formula2(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells/formatcondition/set_formula2/#str-bool-bool) | Sets the value or expression associated with this format condition. | diff --git a/english/aspose.cells/formatcondition/get_formula1/_index.md b/english/aspose.cells/formatcondition/get_formula1/_index.md index c12e4d20ce..4cea381575 100644 --- a/english/aspose.cells/formatcondition/get_formula1/_index.md +++ b/english/aspose.cells/formatcondition/get_formula1/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatcondition/get_formula1/ is_root: false --- -## get_formula1 {#bool-bool} +## get_formula1(self, is_r1c1, is_local) {#bool-bool} Gets the value or expression associated with this format condition. @@ -20,6 +20,7 @@ The value or expression associated with this format condition. ```python + def get_formula1(self, is_r1c1, is_local): ... ``` @@ -31,7 +32,7 @@ def get_formula1(self, is_r1c1, is_local): | is_local | bool | Whether the formula needs to be formatted by locale. | -## get_formula1 {#int-int} +## get_formula1(self, row, column) {#int-int} Gets the formula of the conditional formatting of the cell. @@ -43,6 +44,7 @@ The formula. ```python + def get_formula1(self, row, column): ... ``` @@ -54,7 +56,7 @@ def get_formula1(self, row, column): | column | int | The column index. | -## get_formula1 {#bool-bool-int-int} +## get_formula1(self, is_r1c1, is_local, row, column) {#bool-bool-int-int} Gets the value or expression of the conditional formatting of the cell. @@ -66,6 +68,7 @@ The value or expression associated with the conditional formatting of the cell. ```python + def get_formula1(self, is_r1c1, is_local, row, column): ... ``` diff --git a/english/aspose.cells/formatcondition/get_formula2/_index.md b/english/aspose.cells/formatcondition/get_formula2/_index.md index 4e81d219d9..4a635e12e4 100644 --- a/english/aspose.cells/formatcondition/get_formula2/_index.md +++ b/english/aspose.cells/formatcondition/get_formula2/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatcondition/get_formula2/ is_root: false --- -## get_formula2 {#bool-bool} +## get_formula2(self, is_r1c1, is_local) {#bool-bool} Gets the value or expression associated with this format condition. @@ -20,6 +20,7 @@ The value or expression associated with this format condition. ```python + def get_formula2(self, is_r1c1, is_local): ... ``` @@ -31,7 +32,7 @@ def get_formula2(self, is_r1c1, is_local): | is_local | bool | Whether the formula needs to be formatted by locale. | -## get_formula2 {#int-int} +## get_formula2(self, row, column) {#int-int} Gets the formula of the conditional formatting of the cell. @@ -43,6 +44,7 @@ The formula. ```python + def get_formula2(self, row, column): ... ``` @@ -54,7 +56,7 @@ def get_formula2(self, row, column): | column | int | The column index. | -## get_formula2 {#bool-bool-int-int} +## get_formula2(self, is_r1c1, is_local, row, column) {#bool-bool-int-int} Gets the value or expression of the conditional formatting of the cell. @@ -66,6 +68,7 @@ The value or expression associated with the conditional formatting of the cell. ```python + def get_formula2(self, is_r1c1, is_local, row, column): ... ``` diff --git a/english/aspose.cells/formatcondition/set_formula1/_index.md b/english/aspose.cells/formatcondition/set_formula1/_index.md index 273e640cf5..5bb8ef10c7 100644 --- a/english/aspose.cells/formatcondition/set_formula1/_index.md +++ b/english/aspose.cells/formatcondition/set_formula1/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/formatcondition/set_formula1/ is_root: false --- -## set_formula1 {#str-bool-bool} +## set_formula1(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the value or expression associated with this format condition. -```python +```python + def set_formula1(self, formula, is_r1c1, is_local): - ... + ... ``` diff --git a/english/aspose.cells/formatcondition/set_formula2/_index.md b/english/aspose.cells/formatcondition/set_formula2/_index.md index f602c6868c..f0bb03407e 100644 --- a/english/aspose.cells/formatcondition/set_formula2/_index.md +++ b/english/aspose.cells/formatcondition/set_formula2/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/formatcondition/set_formula2/ is_root: false --- -## set_formula2 {#str-bool-bool} +## set_formula2(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the value or expression associated with this format condition. -```python +```python + def set_formula2(self, formula, is_r1c1, is_local): - ... + ... ``` diff --git a/english/aspose.cells/formatcondition/set_formulas/_index.md b/english/aspose.cells/formatcondition/set_formulas/_index.md index 3cfc6d7c2e..0f28f6f8b6 100644 --- a/english/aspose.cells/formatcondition/set_formulas/_index.md +++ b/english/aspose.cells/formatcondition/set_formulas/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/formatcondition/set_formulas/ is_root: false --- -## set_formulas {#str-str-bool-bool} +## set_formulas(self, formula1, formula2, is_r1c1, is_local) {#str-str-bool-bool} Sets the value or expression associated with this format condition. -```python +```python + def set_formulas(self, formula1, formula2, is_r1c1, is_local): - ... + ... ``` diff --git a/english/aspose.cells/formatconditioncollection/_index.md b/english/aspose.cells/formatconditioncollection/_index.md index 833404a781..e2f64fc852 100644 --- a/english/aspose.cells/formatconditioncollection/_index.md +++ b/english/aspose.cells/formatconditioncollection/_index.md @@ -3,7 +3,7 @@ title: FormatConditionCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells/formatconditioncollection/ is_root: false --- @@ -35,14 +35,14 @@ Gets the formatting condition by index. ### Methods | Method | Description | | :- | :- | -| [add_condition](/cells/python-net/aspose.cells/formatconditioncollection/add_condition/#aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str) | Adds a formatting condition. | -| [add_condition](/cells/python-net/aspose.cells/formatconditioncollection/add_condition/#aspose.cells.FormatConditionType) | Add a format condition. | -| [remove_area](/cells/python-net/aspose.cells/formatconditioncollection/remove_area/#int) | Removes conditional formatted cell range by index. | -| [remove_area](/cells/python-net/aspose.cells/formatconditioncollection/remove_area/#int-int-int-int) | Remove conditional formatting int the range. | -| [add](/cells/python-net/aspose.cells/formatconditioncollection/add/#aspose.cells.CellArea-aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str) | Adds a formatting condition and effected cell rang to the FormatConditions
The FormatConditions can contain up to three conditional formats.
References to the other sheets are not allowed in the formulas of conditional formatting. | -| [add_area](/cells/python-net/aspose.cells/formatconditioncollection/add_area/#aspose.cells.CellArea) | Adds a conditional formatted cell range. | -| [get_cell_area](/cells/python-net/aspose.cells/formatconditioncollection/get_cell_area/#int) | Gets the conditional formatted cell range by index. | -| [remove_condition](/cells/python-net/aspose.cells/formatconditioncollection/remove_condition/#int) | Removes the formatting condition by index. | +| [`add_condition(self, type, operator_type, formula1, formula2)`](/cells/python-net/aspose.cells/formatconditioncollection/add_condition/#aspose.cells.formatconditiontype-aspose.cells.operatortype-str-str) | Adds a formatting condition. | +| [`add_condition(self, type)`](/cells/python-net/aspose.cells/formatconditioncollection/add_condition/#aspose.cells.formatconditiontype) | Add a format condition. | +| [`remove_area(self, index)`](/cells/python-net/aspose.cells/formatconditioncollection/remove_area/#int) | Removes conditional formatted cell range by index. | +| [`remove_area(self, start_row, start_column, total_rows, total_columns)`](/cells/python-net/aspose.cells/formatconditioncollection/remove_area/#int-int-int-int) | Remove conditional formatting int the range. | +| [`add(self, cell_area, type, operator_type, formula1, formula2)`](/cells/python-net/aspose.cells/formatconditioncollection/add/#aspose.cells.cellarea-aspose.cells.formatconditiontype-aspose.cells.operatortype-str-str) | Adds a formatting condition and effected cell rang to the FormatConditions
The FormatConditions can contain up to three conditional formats.
References to the other sheets are not allowed in the formulas of conditional formatting. | +| [`add_area(self, cell_area)`](/cells/python-net/aspose.cells/formatconditioncollection/add_area/#aspose.cells.cellarea) | Adds a conditional formatted cell range. | +| [`get_cell_area(self, index)`](/cells/python-net/aspose.cells/formatconditioncollection/get_cell_area/#int) | Gets the conditional formatted cell range by index. | +| [`remove_condition(self, index)`](/cells/python-net/aspose.cells/formatconditioncollection/remove_condition/#int) | Removes the formatting condition by index. | diff --git a/english/aspose.cells/formatconditioncollection/add/_index.md b/english/aspose.cells/formatconditioncollection/add/_index.md index cb47982ad9..9c0da17323 100644 --- a/english/aspose.cells/formatconditioncollection/add/_index.md +++ b/english/aspose.cells/formatconditioncollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatconditioncollection/add/ is_root: false --- -## add {#aspose.cells.CellArea-aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str} +## add(self, cell_area, type, operator_type, formula1, formula2) {#aspose.cells.CellArea-aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str} Adds a formatting condition and effected cell rang to the FormatConditions The FormatConditions can contain up to three conditional formats. @@ -22,6 +22,7 @@ References to the other sheets are not allowed in the formulas of conditional fo ```python + def add(self, cell_area, type, operator_type, formula1, formula2): ... ``` diff --git a/english/aspose.cells/formatconditioncollection/add_area/_index.md b/english/aspose.cells/formatconditioncollection/add_area/_index.md index 9a45387088..731d82a692 100644 --- a/english/aspose.cells/formatconditioncollection/add_area/_index.md +++ b/english/aspose.cells/formatconditioncollection/add_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatconditioncollection/add_area/ is_root: false --- -## add_area {#aspose.cells.CellArea} +## add_area(self, cell_area) {#aspose.cells.CellArea} Adds a conditional formatted cell range. @@ -20,6 +20,7 @@ Conditional formatted cell rang index. ```python + def add_area(self, cell_area): ... ``` diff --git a/english/aspose.cells/formatconditioncollection/add_condition/_index.md b/english/aspose.cells/formatconditioncollection/add_condition/_index.md index 914e3efb49..87da6bfcf4 100644 --- a/english/aspose.cells/formatconditioncollection/add_condition/_index.md +++ b/english/aspose.cells/formatconditioncollection/add_condition/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatconditioncollection/add_condition/ is_root: false --- -## add_condition {#aspose.cells.FormatConditionType} +## add_condition(self, type) {#aspose.cells.FormatConditionType} Add a format condition. @@ -19,9 +19,10 @@ Add a format condition. Formatting condition object index; -```python +```python + def add_condition(self, type): - ... + ... ``` @@ -30,7 +31,7 @@ def add_condition(self, type): | type | [`FormatConditionType`](/cells/python-net/aspose.cells/formatconditiontype) | Format condition type. | -## add_condition {#aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str} +## add_condition(self, type, operator_type, formula1, formula2) {#aspose.cells.FormatConditionType-aspose.cells.OperatorType-str-str} Adds a formatting condition. @@ -41,9 +42,10 @@ Adds a formatting condition. Formatting condition object index; -```python +```python + def add_condition(self, type, operator_type, formula1, formula2): - ... + ... ``` diff --git a/english/aspose.cells/formatconditioncollection/get_cell_area/_index.md b/english/aspose.cells/formatconditioncollection/get_cell_area/_index.md index 6c77d8b1c8..881c60921e 100644 --- a/english/aspose.cells/formatconditioncollection/get_cell_area/_index.md +++ b/english/aspose.cells/formatconditioncollection/get_cell_area/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/formatconditioncollection/get_cell_area/ is_root: false --- -## get_cell_area {#int} +## get_cell_area(self, index) {#int} Gets the conditional formatted cell range by index. @@ -20,6 +20,7 @@ the conditional formatted cell range ```python + def get_cell_area(self, index): ... ``` diff --git a/english/aspose.cells/formatconditioncollection/remove_area/_index.md b/english/aspose.cells/formatconditioncollection/remove_area/_index.md index 91598a4fc2..b4f7f49f7c 100644 --- a/english/aspose.cells/formatconditioncollection/remove_area/_index.md +++ b/english/aspose.cells/formatconditioncollection/remove_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/formatconditioncollection/remove_area/ is_root: false --- -## remove_area {#int} +## remove_area(self, index) {#int} Removes conditional formatted cell range by index. ```python + def remove_area(self, index): ... ``` @@ -25,7 +26,7 @@ def remove_area(self, index): | index | int | The index of the conditional formatted cell range to be removed. | -## remove_area {#int-int-int-int} +## remove_area(self, start_row, start_column, total_rows, total_columns) {#int-int-int-int} Remove conditional formatting int the range. @@ -37,6 +38,7 @@ Returns TRUE, this FormatCondtionCollection should be removed. ```python + def remove_area(self, start_row, start_column, total_rows, total_columns): ... ``` diff --git a/english/aspose.cells/formatconditioncollection/remove_condition/_index.md b/english/aspose.cells/formatconditioncollection/remove_condition/_index.md index ecd89d19c9..012a64c964 100644 --- a/english/aspose.cells/formatconditioncollection/remove_condition/_index.md +++ b/english/aspose.cells/formatconditioncollection/remove_condition/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/formatconditioncollection/remove_condition/ is_root: false --- -## remove_condition {#int} +## remove_condition(self, index) {#int} Removes the formatting condition by index. ```python + def remove_condition(self, index): ... ``` diff --git a/english/aspose.cells/formatconditiontype/_index.md b/english/aspose.cells/formatconditiontype/_index.md index 057096b131..2d21d0ebcf 100644 --- a/english/aspose.cells/formatconditiontype/_index.md +++ b/english/aspose.cells/formatconditiontype/_index.md @@ -3,7 +3,7 @@ title: FormatConditionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2270 +weight: 2290 url: /aspose.cells/formatconditiontype/ is_root: false --- diff --git a/english/aspose.cells/formatconditionvaluetype/_index.md b/english/aspose.cells/formatconditionvaluetype/_index.md index 2b1403971b..b1ab339003 100644 --- a/english/aspose.cells/formatconditionvaluetype/_index.md +++ b/english/aspose.cells/formatconditionvaluetype/_index.md @@ -3,7 +3,7 @@ title: FormatConditionValueType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2280 +weight: 2300 url: /aspose.cells/formatconditionvaluetype/ is_root: false --- diff --git a/english/aspose.cells/formulaparseoptions/__init__/_index.md b/english/aspose.cells/formulaparseoptions/__init__/_index.md index 84d16887dd..97e58e6c0b 100644 --- a/english/aspose.cells/formulaparseoptions/__init__/_index.md +++ b/english/aspose.cells/formulaparseoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/formulaparseoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of FormulaParseOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/formulaparseoptions/_index.md b/english/aspose.cells/formulaparseoptions/_index.md index b98c8fc988..9bf6f4081a 100644 --- a/english/aspose.cells/formulaparseoptions/_index.md +++ b/english/aspose.cells/formulaparseoptions/_index.md @@ -3,7 +3,7 @@ title: FormulaParseOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells/formulaparseoptions/ is_root: false --- @@ -19,7 +19,7 @@ The FormulaParseOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/formulaparseoptions/__init__/#) | Constructs a new instance of FormulaParseOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/formulaparseoptions/__init__/#) | Constructs a new instance of FormulaParseOptions | ### Properties diff --git a/english/aspose.cells/formulasettings/_index.md b/english/aspose.cells/formulasettings/_index.md index f7527a9d82..109dfd1aa5 100644 --- a/english/aspose.cells/formulasettings/_index.md +++ b/english/aspose.cells/formulasettings/_index.md @@ -3,7 +3,7 @@ title: FormulaSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells/formulasettings/ is_root: false --- diff --git a/english/aspose.cells/globalizationsettings/__init__/_index.md b/english/aspose.cells/globalizationsettings/__init__/_index.md index f3070e131e..51c2a4fd45 100644 --- a/english/aspose.cells/globalizationsettings/__init__/_index.md +++ b/english/aspose.cells/globalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/globalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of GlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/_index.md b/english/aspose.cells/globalizationsettings/_index.md index 645c60bbea..60c72c7577 100644 --- a/english/aspose.cells/globalizationsettings/_index.md +++ b/english/aspose.cells/globalizationsettings/_index.md @@ -3,7 +3,7 @@ title: GlobalizationSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells/globalizationsettings/ is_root: false --- @@ -19,7 +19,7 @@ The GlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/globalizationsettings/__init__/#) | Constructs a new instance of GlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells/globalizationsettings/__init__/#) | Constructs a new instance of GlobalizationSettings | ### Properties @@ -35,33 +35,33 @@ The GlobalizationSettings type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_pivot_total_name](/cells/python-net/aspose.cells/globalizationsettings/get_pivot_total_name/#) | Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | -| [get_pivot_grand_total_name](/cells/python-net/aspose.cells/globalizationsettings/get_pivot_grand_total_name/#) | Gets the name of "Grand Total" label in the PivotTable. | -| [get_multiple_items_name](/cells/python-net/aspose.cells/globalizationsettings/get_multiple_items_name/#) | Gets the name of "(Multiple Items)" label in the PivotTable. | -| [get_all_name](/cells/python-net/aspose.cells/globalizationsettings/get_all_name/#) | Gets the name of "(All)" label in the PivotTable. | -| [get_protection_name_of_pivot_table](/cells/python-net/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/#) | Gets the protection name in the PivotTable. | -| [get_column_labels_of_pivot_table](/cells/python-net/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/#) | Gets the name of "Column Labels" label in the PivotTable. | -| [get_row_labels_name_of_pivot_table](/cells/python-net/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/#) | Gets the name of "Row Labels" label in the PivotTable. | -| [get_empty_data_name](/cells/python-net/aspose.cells/globalizationsettings/get_empty_data_name/#) | Gets the name of "(blank)" label in the PivotTable. | -| [get_data_field_header_name_of_pivot_table](/cells/python-net/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/#) | Gets the the name of the value area field header in the PivotTable. | -| [get_sub_total_name](/cells/python-net/aspose.cells/globalizationsettings/get_sub_total_name/#aspose.cells.pivot.PivotFieldSubtotalType) | Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | -| [get_total_name](/cells/python-net/aspose.cells/globalizationsettings/get_total_name/#aspose.cells.ConsolidationFunction) | Gets the total name of the function. | -| [get_grand_total_name](/cells/python-net/aspose.cells/globalizationsettings/get_grand_total_name/#aspose.cells.ConsolidationFunction) | Gets the grand total name of the function. | -| [get_default_sheet_name](/cells/python-net/aspose.cells/globalizationsettings/get_default_sheet_name/#) | Gets the default sheet name for adding worksheet automatically.
Default is "Sheet". | -| [get_table_row_type_of_headers](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_headers/#) | Gets the type name of table rows that consists of the table header.
Default is "Headers", so in formula "#Headers" represents the table header. | -| [get_table_row_type_of_data](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_data/#) | Gets the type name of table rows that consists of data region of referenced table.
Default is "Data", so in formula "#Data" represents the data region of the table. | -| [get_table_row_type_of_all](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_all/#) | Gets the type name of table rows that consists of all rows in referenced table.
Default is "All", so in formula "#All" represents all rows in referenced table. | -| [get_table_row_type_of_totals](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_totals/#) | Gets the type name of table rows that consists of the total row of referenced table.
Default is "Totals", so in formula "#Totals" represents the total row of referenced table. | -| [get_table_row_type_of_current](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_current/#) | Gets the type name of table rows that consists of the current row in referenced table.
Default is "This Row", so in formula "#This Row" represents the current row in referenced table. | -| [get_error_value_string](/cells/python-net/aspose.cells/globalizationsettings/get_error_value_string/#str) | Gets the display string value for cell's error value | -| [get_boolean_value_string](/cells/python-net/aspose.cells/globalizationsettings/get_boolean_value_string/#bool) | Gets the display string value for cell's boolean value | -| [get_local_function_name](/cells/python-net/aspose.cells/globalizationsettings/get_local_function_name/#str) | Gets the locale dependent function name according to given standard function name. | -| [get_standard_function_name](/cells/python-net/aspose.cells/globalizationsettings/get_standard_function_name/#str) | Gets the standard function name according to given locale dependent function name. | -| [get_local_built_in_name](/cells/python-net/aspose.cells/globalizationsettings/get_local_built_in_name/#str) | Gets the locale dependent text for built-in Name according to given standard text. | -| [get_standard_built_in_name](/cells/python-net/aspose.cells/globalizationsettings/get_standard_built_in_name/#str) | Gets the standard text of built-in Name according to given locale dependent text. | -| [get_standard_header_footer_font_style_name](/cells/python-net/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/#str) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | -| [get_comment_title_name](/cells/python-net/aspose.cells/globalizationsettings/get_comment_title_name/#aspose.cells.rendering.CommentTitleType) | Gets the locale dependent comment title name according to comment title type. | -| [compare](/cells/python-net/aspose.cells/globalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | +| [`get_pivot_total_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_pivot_total_name/#) | Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | +| [`get_pivot_grand_total_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_pivot_grand_total_name/#) | Gets the name of "Grand Total" label in the PivotTable. | +| [`get_multiple_items_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_multiple_items_name/#) | Gets the name of "(Multiple Items)" label in the PivotTable. | +| [`get_all_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_all_name/#) | Gets the name of "(All)" label in the PivotTable. | +| [`get_protection_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/#) | Gets the protection name in the PivotTable. | +| [`get_column_labels_of_pivot_table(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/#) | Gets the name of "Column Labels" label in the PivotTable. | +| [`get_row_labels_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/#) | Gets the name of "Row Labels" label in the PivotTable. | +| [`get_empty_data_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_empty_data_name/#) | Gets the name of "(blank)" label in the PivotTable. | +| [`get_data_field_header_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/#) | Gets the the name of the value area field header in the PivotTable. | +| [`get_sub_total_name(self, sub_total_type)`](/cells/python-net/aspose.cells/globalizationsettings/get_sub_total_name/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | +| [`get_total_name(self, function_type)`](/cells/python-net/aspose.cells/globalizationsettings/get_total_name/#aspose.cells.consolidationfunction) | Gets the total name of the function. | +| [`get_grand_total_name(self, function_type)`](/cells/python-net/aspose.cells/globalizationsettings/get_grand_total_name/#aspose.cells.consolidationfunction) | Gets the grand total name of the function. | +| [`get_default_sheet_name(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_default_sheet_name/#) | Gets the default sheet name for adding worksheet automatically.
Default is "Sheet". | +| [`get_table_row_type_of_headers(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_headers/#) | Gets the type name of table rows that consists of the table header.
Default is "Headers", so in formula "#Headers" represents the table header. | +| [`get_table_row_type_of_data(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_data/#) | Gets the type name of table rows that consists of data region of referenced table.
Default is "Data", so in formula "#Data" represents the data region of the table. | +| [`get_table_row_type_of_all(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_all/#) | Gets the type name of table rows that consists of all rows in referenced table.
Default is "All", so in formula "#All" represents all rows in referenced table. | +| [`get_table_row_type_of_totals(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_totals/#) | Gets the type name of table rows that consists of the total row of referenced table.
Default is "Totals", so in formula "#Totals" represents the total row of referenced table. | +| [`get_table_row_type_of_current(self)`](/cells/python-net/aspose.cells/globalizationsettings/get_table_row_type_of_current/#) | Gets the type name of table rows that consists of the current row in referenced table.
Default is "This Row", so in formula "#This Row" represents the current row in referenced table. | +| [`get_error_value_string(self, err)`](/cells/python-net/aspose.cells/globalizationsettings/get_error_value_string/#str) | Gets the display string value for cell's error value | +| [`get_boolean_value_string(self, bv)`](/cells/python-net/aspose.cells/globalizationsettings/get_boolean_value_string/#bool) | Gets the display string value for cell's boolean value | +| [`get_local_function_name(self, standard_name)`](/cells/python-net/aspose.cells/globalizationsettings/get_local_function_name/#str) | Gets the locale dependent function name according to given standard function name. | +| [`get_standard_function_name(self, local_name)`](/cells/python-net/aspose.cells/globalizationsettings/get_standard_function_name/#str) | Gets the standard function name according to given locale dependent function name. | +| [`get_local_built_in_name(self, standard_name)`](/cells/python-net/aspose.cells/globalizationsettings/get_local_built_in_name/#str) | Gets the locale dependent text for built-in Name according to given standard text. | +| [`get_standard_built_in_name(self, local_name)`](/cells/python-net/aspose.cells/globalizationsettings/get_standard_built_in_name/#str) | Gets the standard text of built-in Name according to given locale dependent text. | +| [`get_standard_header_footer_font_style_name(self, localfont_style_name)`](/cells/python-net/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/#str) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | +| [`get_comment_title_name(self, type)`](/cells/python-net/aspose.cells/globalizationsettings/get_comment_title_name/#aspose.cells.rendering.commenttitletype) | Gets the locale dependent comment title name according to comment title type. | +| [`compare(self, v1, v2, ignore_case)`](/cells/python-net/aspose.cells/globalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | diff --git a/english/aspose.cells/globalizationsettings/compare/_index.md b/english/aspose.cells/globalizationsettings/compare/_index.md index 9c5349acc3..fffd8581dd 100644 --- a/english/aspose.cells/globalizationsettings/compare/_index.md +++ b/english/aspose.cells/globalizationsettings/compare/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/compare/ is_root: false --- -## compare {#str-str-bool} +## compare(self, v1, v2, ignore_case) {#str-str-bool} Compares two string values according to certain collation rules. @@ -20,6 +20,7 @@ Integer that indicates the lexical relationship between the two comparands ```python + def compare(self, v1, v2, ignore_case): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_all_name/_index.md b/english/aspose.cells/globalizationsettings/get_all_name/_index.md index 0a356956fa..d9cb3eac01 100644 --- a/english/aspose.cells/globalizationsettings/get_all_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_all_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_all_name/ is_root: false --- -## get_all_name {#} +## get_all_name(self) {#} Gets the name of "(All)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "(All)" label ```python + def get_all_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_boolean_value_string/_index.md b/english/aspose.cells/globalizationsettings/get_boolean_value_string/_index.md index 67665f61fb..7628852aee 100644 --- a/english/aspose.cells/globalizationsettings/get_boolean_value_string/_index.md +++ b/english/aspose.cells/globalizationsettings/get_boolean_value_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_boolean_value_string/ is_root: false --- -## get_boolean_value_string {#bool} +## get_boolean_value_string(self, bv) {#bool} Gets the display string value for cell's boolean value @@ -20,6 +20,7 @@ By default returns "TRUE" for true value and "FALSE" for false value. ```python + def get_boolean_value_string(self, bv): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/_index.md b/english/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/_index.md index d7c8685f91..6ceea642a4 100644 --- a/english/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/_index.md +++ b/english/aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_column_labels_of_pivot_table/ is_root: false --- -## get_column_labels_of_pivot_table {#} +## get_column_labels_of_pivot_table(self) {#} Gets the name of "Column Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The name of column labels ```python + def get_column_labels_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_comment_title_name/_index.md b/english/aspose.cells/globalizationsettings/get_comment_title_name/_index.md index f7865ccfbe..46db9e379e 100644 --- a/english/aspose.cells/globalizationsettings/get_comment_title_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_comment_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_comment_title_name/ is_root: false --- -## get_comment_title_name {#aspose.cells.rendering.CommentTitleType} +## get_comment_title_name(self, type) {#aspose.cells.rendering.CommentTitleType} Gets the locale dependent comment title name according to comment title type. @@ -20,6 +20,7 @@ Gets the locale dependent comment title name according to comment title type. ```python + def get_comment_title_name(self, type): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/_index.md b/english/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/_index.md index 74bbb1b442..e981cba1fa 100644 --- a/english/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/_index.md +++ b/english/aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_data_field_header_name_of_pivot_tab is_root: false --- -## get_data_field_header_name_of_pivot_table {#} +## get_data_field_header_name_of_pivot_table(self) {#} Gets the the name of the value area field header in the PivotTable. @@ -20,6 +20,7 @@ The name of data field header name ```python + def get_data_field_header_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_default_sheet_name/_index.md b/english/aspose.cells/globalizationsettings/get_default_sheet_name/_index.md index 9986a99c6f..7ca3c9e19b 100644 --- a/english/aspose.cells/globalizationsettings/get_default_sheet_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_default_sheet_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_default_sheet_name/ is_root: false --- -## get_default_sheet_name {#} +## get_default_sheet_name(self) {#} Gets the default sheet name for adding worksheet automatically. Default is "Sheet". @@ -21,6 +21,7 @@ the default sheet name for adding worksheet automatically ```python + def get_default_sheet_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_empty_data_name/_index.md b/english/aspose.cells/globalizationsettings/get_empty_data_name/_index.md index fabb37072f..2d56b638f7 100644 --- a/english/aspose.cells/globalizationsettings/get_empty_data_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_empty_data_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_empty_data_name/ is_root: false --- -## get_empty_data_name {#} +## get_empty_data_name(self) {#} Gets the name of "(blank)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of empty data ```python + def get_empty_data_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_error_value_string/_index.md b/english/aspose.cells/globalizationsettings/get_error_value_string/_index.md index 3131592936..9a69e70a4f 100644 --- a/english/aspose.cells/globalizationsettings/get_error_value_string/_index.md +++ b/english/aspose.cells/globalizationsettings/get_error_value_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_error_value_string/ is_root: false --- -## get_error_value_string {#str} +## get_error_value_string(self, err) {#str} Gets the display string value for cell's error value @@ -20,6 +20,7 @@ By default returns the error value itself ```python + def get_error_value_string(self, err): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_grand_total_name/_index.md b/english/aspose.cells/globalizationsettings/get_grand_total_name/_index.md index 4393271b51..3700e30ac2 100644 --- a/english/aspose.cells/globalizationsettings/get_grand_total_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_grand_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_grand_total_name/ is_root: false --- -## get_grand_total_name {#aspose.cells.ConsolidationFunction} +## get_grand_total_name(self, function_type) {#aspose.cells.ConsolidationFunction} Gets the grand total name of the function. @@ -20,6 +20,7 @@ The grand total name of the function. ```python + def get_grand_total_name(self, function_type): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_local_built_in_name/_index.md b/english/aspose.cells/globalizationsettings/get_local_built_in_name/_index.md index f2124f18ff..6f6797b5ce 100644 --- a/english/aspose.cells/globalizationsettings/get_local_built_in_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_local_built_in_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_local_built_in_name/ is_root: false --- -## get_local_built_in_name {#str} +## get_local_built_in_name(self, standard_name) {#str} Gets the locale dependent text for built-in Name according to given standard text. @@ -20,6 +20,7 @@ Locale dependent text. The locale was specified by the Workbook for which this s ```python + def get_local_built_in_name(self, standard_name): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_local_function_name/_index.md b/english/aspose.cells/globalizationsettings/get_local_function_name/_index.md index 9f8a964f7c..2f039a213c 100644 --- a/english/aspose.cells/globalizationsettings/get_local_function_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_local_function_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_local_function_name/ is_root: false --- -## get_local_function_name {#str} +## get_local_function_name(self, standard_name) {#str} Gets the locale dependent function name according to given standard function name. @@ -20,6 +20,7 @@ Locale dependent function name. The locale was specified by the Workbook for whi ```python + def get_local_function_name(self, standard_name): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_multiple_items_name/_index.md b/english/aspose.cells/globalizationsettings/get_multiple_items_name/_index.md index 65c6740929..29671d94f3 100644 --- a/english/aspose.cells/globalizationsettings/get_multiple_items_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_multiple_items_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_multiple_items_name/ is_root: false --- -## get_multiple_items_name {#} +## get_multiple_items_name(self) {#} Gets the name of "(Multiple Items)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "(Multiple Items)" label ```python + def get_multiple_items_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_pivot_grand_total_name/_index.md b/english/aspose.cells/globalizationsettings/get_pivot_grand_total_name/_index.md index 482955ded2..3f40fe087d 100644 --- a/english/aspose.cells/globalizationsettings/get_pivot_grand_total_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_pivot_grand_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_pivot_grand_total_name/ is_root: false --- -## get_pivot_grand_total_name {#} +## get_pivot_grand_total_name(self) {#} Gets the name of "Grand Total" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "Grand Total" label ```python + def get_pivot_grand_total_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_pivot_total_name/_index.md b/english/aspose.cells/globalizationsettings/get_pivot_total_name/_index.md index bb431f2642..375f77af4c 100644 --- a/english/aspose.cells/globalizationsettings/get_pivot_total_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_pivot_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_pivot_total_name/ is_root: false --- -## get_pivot_total_name {#} +## get_pivot_total_name(self) {#} Gets the name of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. @@ -21,6 +21,7 @@ The name of "Total" label ```python + def get_pivot_total_name(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/_index.md b/english/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/_index.md index 9329970b8c..e1bbf660a7 100644 --- a/english/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/_index.md +++ b/english/aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_protection_name_of_pivot_table/ is_root: false --- -## get_protection_name_of_pivot_table {#} +## get_protection_name_of_pivot_table(self) {#} Gets the protection name in the PivotTable. @@ -20,6 +20,7 @@ The protection name of PivotTable ```python + def get_protection_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/_index.md b/english/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/_index.md index 12bc2ceb82..779e6fc98a 100644 --- a/english/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/_index.md +++ b/english/aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_row_labels_name_of_pivot_table/ is_root: false --- -## get_row_labels_name_of_pivot_table {#} +## get_row_labels_name_of_pivot_table(self) {#} Gets the name of "Row Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The name of row labels ```python + def get_row_labels_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_standard_built_in_name/_index.md b/english/aspose.cells/globalizationsettings/get_standard_built_in_name/_index.md index 57965e50b1..8d4b831392 100644 --- a/english/aspose.cells/globalizationsettings/get_standard_built_in_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_standard_built_in_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_standard_built_in_name/ is_root: false --- -## get_standard_built_in_name {#str} +## get_standard_built_in_name(self, local_name) {#str} Gets the standard text of built-in Name according to given locale dependent text. @@ -20,6 +20,7 @@ Standard(en-US locale) text. ```python + def get_standard_built_in_name(self, local_name): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_standard_function_name/_index.md b/english/aspose.cells/globalizationsettings/get_standard_function_name/_index.md index 471bea7e4e..e062b5c19e 100644 --- a/english/aspose.cells/globalizationsettings/get_standard_function_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_standard_function_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_standard_function_name/ is_root: false --- -## get_standard_function_name {#str} +## get_standard_function_name(self, local_name) {#str} Gets the standard function name according to given locale dependent function name. @@ -20,6 +20,7 @@ Standard(en-US locale) function name. ```python + def get_standard_function_name(self, local_name): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/_index.md b/english/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/_index.md index cc2e753f31..586ee26703 100644 --- a/english/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_standard_header_footer_font_style_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_standard_header_footer_font_style_n is_root: false --- -## get_standard_header_footer_font_style_name {#str} +## get_standard_header_footer_font_style_name(self, localfont_style_name) {#str} Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. @@ -20,6 +20,7 @@ Standard English font style name(Regular, Bold, Italic) ```python + def get_standard_header_footer_font_style_name(self, localfont_style_name): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_sub_total_name/_index.md b/english/aspose.cells/globalizationsettings/get_sub_total_name/_index.md index d1b64c44d6..b462cf2f28 100644 --- a/english/aspose.cells/globalizationsettings/get_sub_total_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_sub_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_sub_total_name/ is_root: false --- -## get_sub_total_name {#aspose.cells.pivot.PivotFieldSubtotalType} +## get_sub_total_name(self, sub_total_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. @@ -20,6 +20,7 @@ The name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivo ```python + def get_sub_total_name(self, sub_total_type): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_table_row_type_of_all/_index.md b/english/aspose.cells/globalizationsettings/get_table_row_type_of_all/_index.md index 178f78b5e8..88dfa34e44 100644 --- a/english/aspose.cells/globalizationsettings/get_table_row_type_of_all/_index.md +++ b/english/aspose.cells/globalizationsettings/get_table_row_type_of_all/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_table_row_type_of_all/ is_root: false --- -## get_table_row_type_of_all {#} +## get_table_row_type_of_all(self) {#} Gets the type name of table rows that consists of all rows in referenced table. Default is "All", so in formula "#All" represents all rows in referenced table. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_all(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_table_row_type_of_current/_index.md b/english/aspose.cells/globalizationsettings/get_table_row_type_of_current/_index.md index fa73536f82..b02f79c9c9 100644 --- a/english/aspose.cells/globalizationsettings/get_table_row_type_of_current/_index.md +++ b/english/aspose.cells/globalizationsettings/get_table_row_type_of_current/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_table_row_type_of_current/ is_root: false --- -## get_table_row_type_of_current {#} +## get_table_row_type_of_current(self) {#} Gets the type name of table rows that consists of the current row in referenced table. Default is "This Row", so in formula "#This Row" represents the current row in referenced table. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_current(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_table_row_type_of_data/_index.md b/english/aspose.cells/globalizationsettings/get_table_row_type_of_data/_index.md index c3b5335235..d135aacf76 100644 --- a/english/aspose.cells/globalizationsettings/get_table_row_type_of_data/_index.md +++ b/english/aspose.cells/globalizationsettings/get_table_row_type_of_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_table_row_type_of_data/ is_root: false --- -## get_table_row_type_of_data {#} +## get_table_row_type_of_data(self) {#} Gets the type name of table rows that consists of data region of referenced table. Default is "Data", so in formula "#Data" represents the data region of the table. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_data(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_table_row_type_of_headers/_index.md b/english/aspose.cells/globalizationsettings/get_table_row_type_of_headers/_index.md index 922e8a535d..3a0e50599b 100644 --- a/english/aspose.cells/globalizationsettings/get_table_row_type_of_headers/_index.md +++ b/english/aspose.cells/globalizationsettings/get_table_row_type_of_headers/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_table_row_type_of_headers/ is_root: false --- -## get_table_row_type_of_headers {#} +## get_table_row_type_of_headers(self) {#} Gets the type name of table rows that consists of the table header. Default is "Headers", so in formula "#Headers" represents the table header. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_headers(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_table_row_type_of_totals/_index.md b/english/aspose.cells/globalizationsettings/get_table_row_type_of_totals/_index.md index 9619366031..9c9fcb0539 100644 --- a/english/aspose.cells/globalizationsettings/get_table_row_type_of_totals/_index.md +++ b/english/aspose.cells/globalizationsettings/get_table_row_type_of_totals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_table_row_type_of_totals/ is_root: false --- -## get_table_row_type_of_totals {#} +## get_table_row_type_of_totals(self) {#} Gets the type name of table rows that consists of the total row of referenced table. Default is "Totals", so in formula "#Totals" represents the total row of referenced table. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_totals(self): ... ``` diff --git a/english/aspose.cells/globalizationsettings/get_total_name/_index.md b/english/aspose.cells/globalizationsettings/get_total_name/_index.md index d48f04475f..9ad8353f5d 100644 --- a/english/aspose.cells/globalizationsettings/get_total_name/_index.md +++ b/english/aspose.cells/globalizationsettings/get_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/globalizationsettings/get_total_name/ is_root: false --- -## get_total_name {#aspose.cells.ConsolidationFunction} +## get_total_name(self, function_type) {#aspose.cells.ConsolidationFunction} Gets the total name of the function. @@ -20,6 +20,7 @@ The total name of the function. ```python + def get_total_name(self, function_type): ... ``` diff --git a/english/aspose.cells/gridlinetype/_index.md b/english/aspose.cells/gridlinetype/_index.md index f5cf84de1f..f87110f5a8 100644 --- a/english/aspose.cells/gridlinetype/_index.md +++ b/english/aspose.cells/gridlinetype/_index.md @@ -3,7 +3,7 @@ title: GridlineType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2290 +weight: 2310 url: /aspose.cells/gridlinetype/ is_root: false --- diff --git a/english/aspose.cells/headerfootercommand/_index.md b/english/aspose.cells/headerfootercommand/_index.md index e78e9a02a1..b98b5c989b 100644 --- a/english/aspose.cells/headerfootercommand/_index.md +++ b/english/aspose.cells/headerfootercommand/_index.md @@ -3,7 +3,7 @@ title: HeaderFooterCommand class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 810 +weight: 820 url: /aspose.cells/headerfootercommand/ is_root: false --- diff --git a/english/aspose.cells/headerfootercommandtype/_index.md b/english/aspose.cells/headerfootercommandtype/_index.md index a932f22d97..a7310eeae4 100644 --- a/english/aspose.cells/headerfootercommandtype/_index.md +++ b/english/aspose.cells/headerfootercommandtype/_index.md @@ -3,7 +3,7 @@ title: HeaderFooterCommandType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2300 +weight: 2320 url: /aspose.cells/headerfootercommandtype/ is_root: false --- diff --git a/english/aspose.cells/horizontalpagebreak/_index.md b/english/aspose.cells/horizontalpagebreak/_index.md index 6c3c6791ba..be724b91b5 100644 --- a/english/aspose.cells/horizontalpagebreak/_index.md +++ b/english/aspose.cells/horizontalpagebreak/_index.md @@ -3,7 +3,7 @@ title: HorizontalPageBreak class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells/horizontalpagebreak/ is_root: false --- diff --git a/english/aspose.cells/horizontalpagebreakcollection/_index.md b/english/aspose.cells/horizontalpagebreakcollection/_index.md index 3cf05b49f4..8621c466d8 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/_index.md @@ -3,7 +3,7 @@ title: HorizontalPageBreakCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells/horizontalpagebreakcollection/ is_root: false --- @@ -25,18 +25,18 @@ The HorizontalPageBreakCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int-int-int) | Adds a horizontal page break to the collection. | -| [add](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int) | Adds a horizontal page break to the collection. | -| [add](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int-int) | Adds a horizontal page break to the collection. | -| [add](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#str) | Adds a horizontal page break to the collection. | -| [copy_to](/cells/python-net/aspose.cells/horizontalpagebreakcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/horizontalpagebreakcollection/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. | -| [index_of](/cells/python-net/aspose.cells/horizontalpagebreakcollection/index_of/#aspose.cells.HorizontalPageBreak-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. | -| [index_of](/cells/python-net/aspose.cells/horizontalpagebreakcollection/index_of/#aspose.cells.HorizontalPageBreak-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.HorizontalPageBreak) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.HorizontalPageBreak-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](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.HorizontalPageBreak-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. | -| [binary_search](/cells/python-net/aspose.cells/horizontalpagebreakcollection/binary_search/#aspose.cells.HorizontalPageBreak) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, row, start_column, end_column)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int-int-int) | Adds a horizontal page break to the collection. | +| [`add(self, row)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int) | Adds a horizontal page break to the collection. | +| [`add(self, row, column)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#int-int) | Adds a horizontal page break to the collection. | +| [`add(self, cell_name)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/add/#str) | Adds a horizontal page break to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/index_of/#aspose.cells.horizontalpagebreak-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/index_of/#aspose.cells.horizontalpagebreak-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak) | 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/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak-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/horizontalpagebreakcollection/last_index_of/#aspose.cells.horizontalpagebreak-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/horizontalpagebreakcollection/binary_search/#aspose.cells.horizontalpagebreak) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/horizontalpagebreakcollection/add/_index.md b/english/aspose.cells/horizontalpagebreakcollection/add/_index.md index 00bd8d862e..13b3035578 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/add/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/horizontalpagebreakcollection/add/ is_root: false --- -## add {#int} +## add(self, row) {#int} Adds a horizontal page break to the collection. @@ -20,6 +20,7 @@ Adds a horizontal page break to the collection. ```python + def add(self, row): ... ``` @@ -33,7 +34,7 @@ def add(self, row): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#str} +## add(self, cell_name) {#str} Adds a horizontal page break to the collection. @@ -45,6 +46,7 @@ Adds a horizontal page break to the collection. ```python + def add(self, cell_name): ... ``` @@ -58,7 +60,7 @@ def add(self, cell_name): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#int-int} +## add(self, row, column) {#int-int} Adds a horizontal page break to the collection. @@ -70,6 +72,7 @@ Adds a horizontal page break to the collection. ```python + def add(self, row, column): ... ``` @@ -84,7 +87,7 @@ def add(self, row, column): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#int-int-int} +## add(self, row, start_column, end_column) {#int-int-int} Adds a horizontal page break to the collection. @@ -96,6 +99,7 @@ Adds a horizontal page break to the collection. ```python + def add(self, row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/horizontalpagebreakcollection/binary_search/_index.md b/english/aspose.cells/horizontalpagebreakcollection/binary_search/_index.md index 3f20b98ad4..52a0fde16e 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/binary_search/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/horizontalpagebreakcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.HorizontalPageBreak} +## binary_search(self, item) {#aspose.cells.HorizontalPageBreak} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/horizontalpagebreakcollection/copy_to/_index.md b/english/aspose.cells/horizontalpagebreakcollection/copy_to/_index.md index 75580d08c2..4237a21d76 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/copy_to/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/horizontalpagebreakcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md b/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md index a6b043afdd..7b24b47376 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/horizontalpagebreakcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.HorizontalPageBreak-int} +## index_of(self, item, index) {#aspose.cells.HorizontalPageBreak-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.HorizontalPageBreak-int-int} +## index_of(self, item, index, count) {#aspose.cells.HorizontalPageBreak-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md b/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md index 9dee865578..f64c3f2dfe 100644 --- a/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md +++ b/english/aspose.cells/horizontalpagebreakcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/horizontalpagebreakcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.HorizontalPageBreak} +## last_index_of(self, item) {#aspose.cells.HorizontalPageBreak} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`HorizontalPageBreak`](/cells/python-net/aspose.cells/horizontalpagebreak) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.HorizontalPageBreak-int} +## last_index_of(self, item, index) {#aspose.cells.HorizontalPageBreak-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.HorizontalPageBreak-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.HorizontalPageBreak-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/htmlcrosstype/_index.md b/english/aspose.cells/htmlcrosstype/_index.md index 717e07e2e4..5b8331a063 100644 --- a/english/aspose.cells/htmlcrosstype/_index.md +++ b/english/aspose.cells/htmlcrosstype/_index.md @@ -3,7 +3,7 @@ title: HtmlCrossType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2310 +weight: 2330 url: /aspose.cells/htmlcrosstype/ is_root: false --- diff --git a/english/aspose.cells/htmlexportdataoptions/_index.md b/english/aspose.cells/htmlexportdataoptions/_index.md index 24212b2d1e..4a8870b03b 100644 --- a/english/aspose.cells/htmlexportdataoptions/_index.md +++ b/english/aspose.cells/htmlexportdataoptions/_index.md @@ -3,7 +3,7 @@ title: HtmlExportDataOptions enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2320 +weight: 2340 url: /aspose.cells/htmlexportdataoptions/ is_root: false --- diff --git a/english/aspose.cells/htmlhiddencoldisplaytype/_index.md b/english/aspose.cells/htmlhiddencoldisplaytype/_index.md index eb5dd62b4f..93abe07a55 100644 --- a/english/aspose.cells/htmlhiddencoldisplaytype/_index.md +++ b/english/aspose.cells/htmlhiddencoldisplaytype/_index.md @@ -3,7 +3,7 @@ title: HtmlHiddenColDisplayType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2330 +weight: 2350 url: /aspose.cells/htmlhiddencoldisplaytype/ is_root: false --- diff --git a/english/aspose.cells/htmlhiddenrowdisplaytype/_index.md b/english/aspose.cells/htmlhiddenrowdisplaytype/_index.md index 4e8b473791..9e18127aed 100644 --- a/english/aspose.cells/htmlhiddenrowdisplaytype/_index.md +++ b/english/aspose.cells/htmlhiddenrowdisplaytype/_index.md @@ -3,7 +3,7 @@ title: HtmlHiddenRowDisplayType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2340 +weight: 2360 url: /aspose.cells/htmlhiddenrowdisplaytype/ is_root: false --- diff --git a/english/aspose.cells/htmllinktargettype/_index.md b/english/aspose.cells/htmllinktargettype/_index.md index dd6c9c316b..d0c896d9f9 100644 --- a/english/aspose.cells/htmllinktargettype/_index.md +++ b/english/aspose.cells/htmllinktargettype/_index.md @@ -3,7 +3,7 @@ title: HtmlLinkTargetType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2350 +weight: 2370 url: /aspose.cells/htmllinktargettype/ is_root: false --- diff --git a/english/aspose.cells/htmlloadoptions/__init__/_index.md b/english/aspose.cells/htmlloadoptions/__init__/_index.md index ae10c1390e..586850ef8e 100644 --- a/english/aspose.cells/htmlloadoptions/__init__/_index.md +++ b/english/aspose.cells/htmlloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/htmlloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates an options of loading the file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, load_format) {#aspose.cells.LoadFormat} Creates an options of loading the file. ```python + def __init__(self, load_format): ... ``` diff --git a/english/aspose.cells/htmlloadoptions/_index.md b/english/aspose.cells/htmlloadoptions/_index.md index cb90692843..a8f08b93f6 100644 --- a/english/aspose.cells/htmlloadoptions/_index.md +++ b/english/aspose.cells/htmlloadoptions/_index.md @@ -3,7 +3,7 @@ title: HtmlLoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 840 +weight: 850 url: /aspose.cells/htmlloadoptions/ is_root: false --- @@ -25,8 +25,8 @@ The HtmlLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/htmlloadoptions/__init__/#) | Creates an options of loading the file. | -| [__init__](/cells/python-net/aspose.cells/htmlloadoptions/__init__/#aspose.cells.LoadFormat) | Creates an options of loading the file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/htmlloadoptions/__init__/#) | Creates an options of loading the file. | +| [`__init__(self, load_format)`](/cells/python-net/aspose.cells/htmlloadoptions/__init__/#aspose.cells.loadformat) | Creates an options of loading the file. | ### Properties @@ -75,7 +75,7 @@ The HtmlLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/htmlloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/htmlloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/htmlloadoptions/set_paper_size/_index.md b/english/aspose.cells/htmlloadoptions/set_paper_size/_index.md index c688ddbe60..a7c4dace7b 100644 --- a/english/aspose.cells/htmlloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/htmlloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/htmlloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/htmlofficemathoutputtype/_index.md b/english/aspose.cells/htmlofficemathoutputtype/_index.md index 5b127af08f..78a73663de 100644 --- a/english/aspose.cells/htmlofficemathoutputtype/_index.md +++ b/english/aspose.cells/htmlofficemathoutputtype/_index.md @@ -3,7 +3,7 @@ title: HtmlOfficeMathOutputType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2360 +weight: 2380 url: /aspose.cells/htmlofficemathoutputtype/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/__init__/_index.md b/english/aspose.cells/htmlsaveoptions/__init__/_index.md index 146335a1d5..dcb276a63c 100644 --- a/english/aspose.cells/htmlsaveoptions/__init__/_index.md +++ b/english/aspose.cells/htmlsaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/htmlsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving html file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates options for saving htm file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/htmlsaveoptions/_index.md b/english/aspose.cells/htmlsaveoptions/_index.md index 0c788b95da..1458120038 100644 --- a/english/aspose.cells/htmlsaveoptions/_index.md +++ b/english/aspose.cells/htmlsaveoptions/_index.md @@ -3,7 +3,7 @@ title: HtmlSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 850 +weight: 860 url: /aspose.cells/htmlsaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The HtmlSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/htmlsaveoptions/__init__/#) | Creates options for saving html file. | -| [__init__](/cells/python-net/aspose.cells/htmlsaveoptions/__init__/#aspose.cells.SaveFormat) | Creates options for saving htm file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/htmlsaveoptions/__init__/#) | Creates options for saving html file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/htmlsaveoptions/__init__/#aspose.cells.saveformat) | Creates options for saving htm file. | ### Properties diff --git a/english/aspose.cells/htmltableloadoption/__init__/_index.md b/english/aspose.cells/htmltableloadoption/__init__/_index.md index e034aef499..3be5ed6df2 100644 --- a/english/aspose.cells/htmltableloadoption/__init__/_index.md +++ b/english/aspose.cells/htmltableloadoption/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/htmltableloadoption/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of HtmlTableLoadOption ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/htmltableloadoption/_index.md b/english/aspose.cells/htmltableloadoption/_index.md index 2ec4bd281b..0d07b8f9aa 100644 --- a/english/aspose.cells/htmltableloadoption/_index.md +++ b/english/aspose.cells/htmltableloadoption/_index.md @@ -3,7 +3,7 @@ title: HtmlTableLoadOption class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 860 +weight: 870 url: /aspose.cells/htmltableloadoption/ is_root: false --- @@ -19,7 +19,7 @@ The HtmlTableLoadOption type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/htmltableloadoption/__init__/#) | Constructs a new instance of HtmlTableLoadOption | +| [`__init__(self)`](/cells/python-net/aspose.cells/htmltableloadoption/__init__/#) | Constructs a new instance of HtmlTableLoadOption | ### Properties diff --git a/english/aspose.cells/htmltableloadoptioncollection/__init__/_index.md b/english/aspose.cells/htmltableloadoptioncollection/__init__/_index.md index 1c1eb0110c..2291f1f1a3 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/__init__/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/htmltableloadoptioncollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of HtmlTableLoadOptionCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/htmltableloadoptioncollection/_index.md b/english/aspose.cells/htmltableloadoptioncollection/_index.md index 335f0cf1b0..9f5328605a 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/_index.md @@ -3,7 +3,7 @@ title: HtmlTableLoadOptionCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 870 +weight: 880 url: /aspose.cells/htmltableloadoptioncollection/ is_root: false --- @@ -19,7 +19,7 @@ The HtmlTableLoadOptionCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/htmltableloadoptioncollection/__init__/#) | Constructs a new instance of HtmlTableLoadOptionCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/__init__/#) | Constructs a new instance of HtmlTableLoadOptionCollection | ### Properties @@ -32,21 +32,21 @@ The HtmlTableLoadOptionCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#aspose.cells.HtmlTableLoadOption) | Adds one HtmlTableLoadOption into this collection. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int) | Add a HtmlTableLoadOption to the list. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str) | Add a HtmlTableLoadOption to the list. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int-int) | Add a HtmlTableLoadOption to the list. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str-int) | Add a HtmlTableLoadOption to the list. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int-int-int) | Add a HtmlTableLoadOption to the list. | -| [add](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str-int-int) | Add a HtmlTableLoadOption to the list. | -| [copy_to](/cells/python-net/aspose.cells/htmltableloadoptioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/htmltableloadoptioncollection/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. | -| [index_of](/cells/python-net/aspose.cells/htmltableloadoptioncollection/index_of/#aspose.cells.HtmlTableLoadOption-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. | -| [index_of](/cells/python-net/aspose.cells/htmltableloadoptioncollection/index_of/#aspose.cells.HtmlTableLoadOption-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/htmltableloadoptioncollection/last_index_of/#aspose.cells.HtmlTableLoadOption) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/htmltableloadoptioncollection/last_index_of/#aspose.cells.HtmlTableLoadOption-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](/cells/python-net/aspose.cells/htmltableloadoptioncollection/last_index_of/#aspose.cells.HtmlTableLoadOption-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. | -| [binary_search](/cells/python-net/aspose.cells/htmltableloadoptioncollection/binary_search/#aspose.cells.HtmlTableLoadOption) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, item)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#aspose.cells.htmltableloadoption) | Adds one HtmlTableLoadOption into this collection. | +| [`add(self, table_index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int) | Add a HtmlTableLoadOption to the list. | +| [`add(self, table_id)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str) | Add a HtmlTableLoadOption to the list. | +| [`add(self, table_index, target_sheet_index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int-int) | Add a HtmlTableLoadOption to the list. | +| [`add(self, table_id, target_sheet_index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str-int) | Add a HtmlTableLoadOption to the list. | +| [`add(self, table_index, target_sheet_index, original_sheet_index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#int-int-int) | Add a HtmlTableLoadOption to the list. | +| [`add(self, table_id, target_sheet_index, original_sheet_index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/add/#str-int-int) | Add a HtmlTableLoadOption to the list. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/index_of/#aspose.cells.htmltableloadoption-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/index_of/#aspose.cells.htmltableloadoption-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/last_index_of/#aspose.cells.htmltableloadoption) | 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/htmltableloadoptioncollection/last_index_of/#aspose.cells.htmltableloadoption-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/htmltableloadoptioncollection/last_index_of/#aspose.cells.htmltableloadoption-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/htmltableloadoptioncollection/binary_search/#aspose.cells.htmltableloadoption) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/htmltableloadoptioncollection/add/_index.md b/english/aspose.cells/htmltableloadoptioncollection/add/_index.md index e41bdb33c4..22adb96532 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/add/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/htmltableloadoptioncollection/add/ is_root: false --- -## add {#aspose.cells.HtmlTableLoadOption} +## add(self, item) {#aspose.cells.HtmlTableLoadOption} Adds one HtmlTableLoadOption into this collection. @@ -20,6 +20,7 @@ the index of the added item ```python + def add(self, item): ... ``` @@ -30,7 +31,7 @@ def add(self, item): | item | [`HtmlTableLoadOption`](/cells/python-net/aspose.cells/htmltableloadoption) | one HtmlTableLoadOption | -## add {#int} +## add(self, table_index) {#int} Add a HtmlTableLoadOption to the list. @@ -42,6 +43,7 @@ Add a HtmlTableLoadOption to the list. ```python + def add(self, table_index): ... ``` @@ -52,7 +54,7 @@ def add(self, table_index): | table_index | int | Table index | -## add {#str} +## add(self, table_id) {#str} Add a HtmlTableLoadOption to the list. @@ -64,6 +66,7 @@ Add a HtmlTableLoadOption to the list. ```python + def add(self, table_id): ... ``` @@ -74,13 +77,14 @@ def add(self, table_id): | table_id | str | Table ID | -## add {#int-int} +## add(self, table_index, target_sheet_index) {#int-int} Add a HtmlTableLoadOption to the list. ```python + def add(self, table_index, target_sheet_index): ... ``` @@ -92,7 +96,7 @@ def add(self, table_index, target_sheet_index): | target_sheet_index | int | The target index of worksheet in Excel | -## add {#str-int} +## add(self, table_id, target_sheet_index) {#str-int} Add a HtmlTableLoadOption to the list. @@ -104,6 +108,7 @@ Add a HtmlTableLoadOption to the list. ```python + def add(self, table_id, target_sheet_index): ... ``` @@ -115,13 +120,14 @@ def add(self, table_id, target_sheet_index): | target_sheet_index | int | The target index of worksheet in Excel | -## add {#int-int-int} +## add(self, table_index, target_sheet_index, original_sheet_index) {#int-int-int} Add a HtmlTableLoadOption to the list. ```python + def add(self, table_index, target_sheet_index, original_sheet_index): ... ``` @@ -134,7 +140,7 @@ def add(self, table_index, target_sheet_index, original_sheet_index): | original_sheet_index | int | The original index of worksheet in the html | -## add {#str-int-int} +## add(self, table_id, target_sheet_index, original_sheet_index) {#str-int-int} Add a HtmlTableLoadOption to the list. @@ -146,6 +152,7 @@ Add a HtmlTableLoadOption to the list. ```python + def add(self, table_id, target_sheet_index, original_sheet_index): ... ``` diff --git a/english/aspose.cells/htmltableloadoptioncollection/binary_search/_index.md b/english/aspose.cells/htmltableloadoptioncollection/binary_search/_index.md index 35685c15d3..ac44a7c07c 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/binary_search/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/htmltableloadoptioncollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.HtmlTableLoadOption} +## binary_search(self, item) {#aspose.cells.HtmlTableLoadOption} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/htmltableloadoptioncollection/copy_to/_index.md b/english/aspose.cells/htmltableloadoptioncollection/copy_to/_index.md index 4f72081b77..eafa76f6c3 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/copy_to/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/htmltableloadoptioncollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/htmltableloadoptioncollection/index_of/_index.md b/english/aspose.cells/htmltableloadoptioncollection/index_of/_index.md index 48fa589700..e3ee17c05e 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/index_of/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/htmltableloadoptioncollection/index_of/ is_root: false --- -## index_of {#aspose.cells.HtmlTableLoadOption-int} +## index_of(self, item, index) {#aspose.cells.HtmlTableLoadOption-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.HtmlTableLoadOption-int-int} +## index_of(self, item, index, count) {#aspose.cells.HtmlTableLoadOption-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/htmltableloadoptioncollection/last_index_of/_index.md b/english/aspose.cells/htmltableloadoptioncollection/last_index_of/_index.md index 59e926ff5c..2baa05e10e 100644 --- a/english/aspose.cells/htmltableloadoptioncollection/last_index_of/_index.md +++ b/english/aspose.cells/htmltableloadoptioncollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/htmltableloadoptioncollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.HtmlTableLoadOption} +## last_index_of(self, item) {#aspose.cells.HtmlTableLoadOption} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`HtmlTableLoadOption`](/cells/python-net/aspose.cells/htmltableloadoption) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.HtmlTableLoadOption-int} +## last_index_of(self, item, index) {#aspose.cells.HtmlTableLoadOption-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.HtmlTableLoadOption-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.HtmlTableLoadOption-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/htmlversion/_index.md b/english/aspose.cells/htmlversion/_index.md index 8896346ee1..8d855530ef 100644 --- a/english/aspose.cells/htmlversion/_index.md +++ b/english/aspose.cells/htmlversion/_index.md @@ -3,7 +3,7 @@ title: HtmlVersion enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2370 +weight: 2390 url: /aspose.cells/htmlversion/ is_root: false --- diff --git a/english/aspose.cells/hyperlink/_index.md b/english/aspose.cells/hyperlink/_index.md index 741df0e61b..c925eba1c9 100644 --- a/english/aspose.cells/hyperlink/_index.md +++ b/english/aspose.cells/hyperlink/_index.md @@ -3,7 +3,7 @@ title: Hyperlink class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 880 +weight: 890 url: /aspose.cells/hyperlink/ is_root: false --- @@ -29,7 +29,7 @@ The Hyperlink type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [delete](/cells/python-net/aspose.cells/hyperlink/delete/#) | Deletes this hyperlink | +| [`delete(self)`](/cells/python-net/aspose.cells/hyperlink/delete/#) | Deletes this hyperlink | diff --git a/english/aspose.cells/hyperlink/delete/_index.md b/english/aspose.cells/hyperlink/delete/_index.md index f64f14bea4..aee39887fb 100644 --- a/english/aspose.cells/hyperlink/delete/_index.md +++ b/english/aspose.cells/hyperlink/delete/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/hyperlink/delete/ is_root: false --- -## delete {#} +## delete(self) {#} Deletes this hyperlink ```python + def delete(self): ... ``` diff --git a/english/aspose.cells/hyperlinkcollection/_index.md b/english/aspose.cells/hyperlinkcollection/_index.md index ea14b165c3..2b203bf6b3 100644 --- a/english/aspose.cells/hyperlinkcollection/_index.md +++ b/english/aspose.cells/hyperlinkcollection/_index.md @@ -3,7 +3,7 @@ title: HyperlinkCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 890 +weight: 900 url: /aspose.cells/hyperlinkcollection/ is_root: false --- @@ -25,17 +25,17 @@ The HyperlinkCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/hyperlinkcollection/add/#int-int-int-int-str) | Adds a hyperlink to a specified cell or a range of cells. | -| [add](/cells/python-net/aspose.cells/hyperlinkcollection/add/#str-int-int-str) | Adds a hyperlink to a specified cell or a range of cells. | -| [add](/cells/python-net/aspose.cells/hyperlinkcollection/add/#str-str-str-str-str) | Adds a hyperlink to a specified cell or a range of cells. | -| [copy_to](/cells/python-net/aspose.cells/hyperlinkcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/hyperlinkcollection/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. | -| [index_of](/cells/python-net/aspose.cells/hyperlinkcollection/index_of/#aspose.cells.Hyperlink-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. | -| [index_of](/cells/python-net/aspose.cells/hyperlinkcollection/index_of/#aspose.cells.Hyperlink-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/hyperlinkcollection/last_index_of/#aspose.cells.Hyperlink) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/hyperlinkcollection/last_index_of/#aspose.cells.Hyperlink-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](/cells/python-net/aspose.cells/hyperlinkcollection/last_index_of/#aspose.cells.Hyperlink-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. | -| [binary_search](/cells/python-net/aspose.cells/hyperlinkcollection/binary_search/#aspose.cells.Hyperlink) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, first_row, first_column, total_rows, total_columns, address)`](/cells/python-net/aspose.cells/hyperlinkcollection/add/#int-int-int-int-str) | Adds a hyperlink to a specified cell or a range of cells. | +| [`add(self, cell_name, total_rows, total_columns, address)`](/cells/python-net/aspose.cells/hyperlinkcollection/add/#str-int-int-str) | Adds a hyperlink to a specified cell or a range of cells. | +| [`add(self, start_cell_name, end_cell_name, address, text_to_display, screen_tip)`](/cells/python-net/aspose.cells/hyperlinkcollection/add/#str-str-str-str-str) | Adds a hyperlink to a specified cell or a range of cells. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/hyperlinkcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/hyperlinkcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/hyperlinkcollection/index_of/#aspose.cells.hyperlink-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/hyperlinkcollection/index_of/#aspose.cells.hyperlink-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/hyperlinkcollection/last_index_of/#aspose.cells.hyperlink) | 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/hyperlinkcollection/last_index_of/#aspose.cells.hyperlink-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/hyperlinkcollection/last_index_of/#aspose.cells.hyperlink-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/hyperlinkcollection/binary_search/#aspose.cells.hyperlink) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/hyperlinkcollection/add/_index.md b/english/aspose.cells/hyperlinkcollection/add/_index.md index 5a64fce63a..5e657ed21b 100644 --- a/english/aspose.cells/hyperlinkcollection/add/_index.md +++ b/english/aspose.cells/hyperlinkcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/hyperlinkcollection/add/ is_root: false --- -## add {#str-int-int-str} +## add(self, cell_name, total_rows, total_columns, address) {#str-int-int-str} Adds a hyperlink to a specified cell or a range of cells. @@ -20,6 +20,7 @@ Adds a hyperlink to a specified cell or a range of cells. ```python + def add(self, cell_name, total_rows, total_columns, address): ... ``` @@ -33,7 +34,7 @@ def add(self, cell_name, total_rows, total_columns, address): | address | str | Address of the hyperlink. | -## add {#int-int-int-int-str} +## add(self, first_row, first_column, total_rows, total_columns, address) {#int-int-int-int-str} Adds a hyperlink to a specified cell or a range of cells. @@ -45,6 +46,7 @@ Adds a hyperlink to a specified cell or a range of cells. ```python + def add(self, first_row, first_column, total_rows, total_columns, address): ... ``` @@ -73,7 +75,7 @@ worksheet.hyperlinks.add("A5", 1, 1, "c:\\book1.xls") ``` -## add {#str-str-str-str-str} +## add(self, start_cell_name, end_cell_name, address, text_to_display, screen_tip) {#str-str-str-str-str} Adds a hyperlink to a specified cell or a range of cells. @@ -85,6 +87,7 @@ Adds a hyperlink to a specified cell or a range of cells. ```python + def add(self, start_cell_name, end_cell_name, address, text_to_display, screen_tip): ... ``` diff --git a/english/aspose.cells/hyperlinkcollection/binary_search/_index.md b/english/aspose.cells/hyperlinkcollection/binary_search/_index.md index 90d0b9986a..2f89779e1d 100644 --- a/english/aspose.cells/hyperlinkcollection/binary_search/_index.md +++ b/english/aspose.cells/hyperlinkcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/hyperlinkcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Hyperlink} +## binary_search(self, item) {#aspose.cells.Hyperlink} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/hyperlinkcollection/copy_to/_index.md b/english/aspose.cells/hyperlinkcollection/copy_to/_index.md index 8515c671e4..6909c53470 100644 --- a/english/aspose.cells/hyperlinkcollection/copy_to/_index.md +++ b/english/aspose.cells/hyperlinkcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/hyperlinkcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/hyperlinkcollection/index_of/_index.md b/english/aspose.cells/hyperlinkcollection/index_of/_index.md index e39407faf3..52c5fb8120 100644 --- a/english/aspose.cells/hyperlinkcollection/index_of/_index.md +++ b/english/aspose.cells/hyperlinkcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/hyperlinkcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Hyperlink-int} +## index_of(self, item, index) {#aspose.cells.Hyperlink-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Hyperlink-int-int} +## index_of(self, item, index, count) {#aspose.cells.Hyperlink-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/hyperlinkcollection/last_index_of/_index.md b/english/aspose.cells/hyperlinkcollection/last_index_of/_index.md index a47d8161d9..1ae332547a 100644 --- a/english/aspose.cells/hyperlinkcollection/last_index_of/_index.md +++ b/english/aspose.cells/hyperlinkcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/hyperlinkcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Hyperlink} +## last_index_of(self, item) {#aspose.cells.Hyperlink} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Hyperlink`](/cells/python-net/aspose.cells/hyperlink) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Hyperlink-int} +## last_index_of(self, item, index) {#aspose.cells.Hyperlink-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Hyperlink-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Hyperlink-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/hyperlinktype/_index.md b/english/aspose.cells/hyperlinktype/_index.md index 6d8a5e86fe..88df5ebf09 100644 --- a/english/aspose.cells/hyperlinktype/_index.md +++ b/english/aspose.cells/hyperlinktype/_index.md @@ -3,7 +3,7 @@ title: HyperlinkType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2380 +weight: 2400 url: /aspose.cells/hyperlinktype/ is_root: false --- diff --git a/english/aspose.cells/icellsdatatable/_index.md b/english/aspose.cells/icellsdatatable/_index.md index 41fe5d2e4e..372219b6b0 100644 --- a/english/aspose.cells/icellsdatatable/_index.md +++ b/english/aspose.cells/icellsdatatable/_index.md @@ -3,7 +3,7 @@ title: ICellsDataTable class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 900 +weight: 910 url: /aspose.cells/icellsdatatable/ is_root: false --- @@ -34,8 +34,8 @@ Gets the data stored in the column specified by index. ### Methods | Method | Description | | :- | :- | -| [before_first](/cells/python-net/aspose.cells/icellsdatatable/before_first/#) | Move the cursor to the front of this object, just before the first row. | -| [next](/cells/python-net/aspose.cells/icellsdatatable/next/#) | Moves the cursor down one row from its current position. | +| [`before_first(self)`](/cells/python-net/aspose.cells/icellsdatatable/before_first/#) | Move the cursor to the front of this object, just before the first row. | +| [`next(self)`](/cells/python-net/aspose.cells/icellsdatatable/next/#) | Moves the cursor down one row from its current position. | diff --git a/english/aspose.cells/icellsdatatable/before_first/_index.md b/english/aspose.cells/icellsdatatable/before_first/_index.md index c79d3793a0..e57af775c1 100644 --- a/english/aspose.cells/icellsdatatable/before_first/_index.md +++ b/english/aspose.cells/icellsdatatable/before_first/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/icellsdatatable/before_first/ is_root: false --- -## before_first {#} +## before_first(self) {#} Move the cursor to the front of this object, just before the first row. ```python + def before_first(self): ... ``` diff --git a/english/aspose.cells/icellsdatatable/next/_index.md b/english/aspose.cells/icellsdatatable/next/_index.md index 7db3c71a22..aa52530859 100644 --- a/english/aspose.cells/icellsdatatable/next/_index.md +++ b/english/aspose.cells/icellsdatatable/next/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/icellsdatatable/next/ is_root: false --- -## next {#} +## next(self) {#} Moves the cursor down one row from its current position. @@ -20,6 +20,7 @@ if the new current row is valid; false if there are no more rows ```python + def next(self): ... ``` diff --git a/english/aspose.cells/iconfilter/_index.md b/english/aspose.cells/iconfilter/_index.md index 8c8cec29ce..351f7a99da 100644 --- a/english/aspose.cells/iconfilter/_index.md +++ b/english/aspose.cells/iconfilter/_index.md @@ -3,7 +3,7 @@ title: IconFilter class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 970 +weight: 980 url: /aspose.cells/iconfilter/ is_root: false --- diff --git a/english/aspose.cells/iconset/_index.md b/english/aspose.cells/iconset/_index.md index 0a7b1d926b..8932bba2cd 100644 --- a/english/aspose.cells/iconset/_index.md +++ b/english/aspose.cells/iconset/_index.md @@ -3,7 +3,7 @@ title: IconSet class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 980 +weight: 990 url: /aspose.cells/iconset/ is_root: false --- diff --git a/english/aspose.cells/iconsettype/_index.md b/english/aspose.cells/iconsettype/_index.md index 01b6307c2b..889fe9b1a5 100644 --- a/english/aspose.cells/iconsettype/_index.md +++ b/english/aspose.cells/iconsettype/_index.md @@ -3,7 +3,7 @@ title: IconSetType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2390 +weight: 2410 url: /aspose.cells/iconsettype/ is_root: false --- diff --git a/english/aspose.cells/icustomparser/_index.md b/english/aspose.cells/icustomparser/_index.md index 7a654d43b1..134f8a1af3 100644 --- a/english/aspose.cells/icustomparser/_index.md +++ b/english/aspose.cells/icustomparser/_index.md @@ -3,7 +3,7 @@ title: ICustomParser class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 910 +weight: 920 url: /aspose.cells/icustomparser/ is_root: false --- @@ -19,8 +19,8 @@ The ICustomParser type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [parse_object](/cells/python-net/aspose.cells/icustomparser/parse_object/#str) | Parses given string to proper value object. | -| [get_format](/cells/python-net/aspose.cells/icustomparser/get_format/#) | Gets the formatting pattern corresponding to the parsed value by last invocation of [`ICustomParser.parse_object`](/cells/python-net/aspose.cells/icustomparser/parse_object). | +| [`parse_object(self, value)`](/cells/python-net/aspose.cells/icustomparser/parse_object/#str) | Parses given string to proper value object. | +| [`get_format(self)`](/cells/python-net/aspose.cells/icustomparser/get_format/#) | Gets the formatting pattern corresponding to the parsed value by last invocation of [`ICustomParser.parse_object`](/cells/python-net/aspose.cells/icustomparser/parse_object). | diff --git a/english/aspose.cells/icustomparser/get_format/_index.md b/english/aspose.cells/icustomparser/get_format/_index.md index 5204d1f229..22afc363d0 100644 --- a/english/aspose.cells/icustomparser/get_format/_index.md +++ b/english/aspose.cells/icustomparser/get_format/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/icustomparser/get_format/ is_root: false --- -## get_format {#} +## get_format(self) {#} Gets the formatting pattern corresponding to the parsed value by last invocation of [`ICustomParser.parse_object`](/cells/python-net/aspose.cells/icustomparser/parse_object). ```python + def get_format(self): ... ``` diff --git a/english/aspose.cells/icustomparser/parse_object/_index.md b/english/aspose.cells/icustomparser/parse_object/_index.md index 99ff7fa16c..33d6ce710a 100644 --- a/english/aspose.cells/icustomparser/parse_object/_index.md +++ b/english/aspose.cells/icustomparser/parse_object/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/icustomparser/parse_object/ is_root: false --- -## parse_object {#str} +## parse_object(self, value) {#str} Parses given string to proper value object. @@ -20,6 +20,7 @@ Parsed value object from given string. If given string cannot be parsed to prope ```python + def parse_object(self, value): ... ``` diff --git a/english/aspose.cells/iexportobjectlistener/_index.md b/english/aspose.cells/iexportobjectlistener/_index.md index 026d5cc739..d8ed0ba7d6 100644 --- a/english/aspose.cells/iexportobjectlistener/_index.md +++ b/english/aspose.cells/iexportobjectlistener/_index.md @@ -3,7 +3,7 @@ title: IExportObjectListener class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 920 +weight: 930 url: /aspose.cells/iexportobjectlistener/ is_root: false --- @@ -19,7 +19,7 @@ The IExportObjectListener type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [export_object](/cells/python-net/aspose.cells/iexportobjectlistener/export_object/#aspose.cells.ExportObjectEvent) | Export one object. | +| [`export_object(self, e)`](/cells/python-net/aspose.cells/iexportobjectlistener/export_object/#aspose.cells.exportobjectevent) | Export one object. | diff --git a/english/aspose.cells/iexportobjectlistener/export_object/_index.md b/english/aspose.cells/iexportobjectlistener/export_object/_index.md index 040a3166ce..b77546c055 100644 --- a/english/aspose.cells/iexportobjectlistener/export_object/_index.md +++ b/english/aspose.cells/iexportobjectlistener/export_object/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/iexportobjectlistener/export_object/ is_root: false --- -## export_object {#aspose.cells.ExportObjectEvent} +## export_object(self, e) {#aspose.cells.ExportObjectEvent} Export one object. @@ -23,6 +23,7 @@ the result is URL string to access the saved Image from the html file which cont ```python + def export_object(self, e): ... ``` diff --git a/english/aspose.cells/ifilepathprovider/_index.md b/english/aspose.cells/ifilepathprovider/_index.md index 62498b0807..a8960d7ddf 100644 --- a/english/aspose.cells/ifilepathprovider/_index.md +++ b/english/aspose.cells/ifilepathprovider/_index.md @@ -3,7 +3,7 @@ title: IFilePathProvider class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 930 +weight: 940 url: /aspose.cells/ifilepathprovider/ is_root: false --- @@ -19,7 +19,7 @@ The IFilePathProvider type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_full_name](/cells/python-net/aspose.cells/ifilepathprovider/get_full_name/#str) | Gets the full path of the file by Worksheet name when exporting Worksheet to html separately.
So the references among the Worksheets can be exported correctly. | +| [`get_full_name(self, sheet_name)`](/cells/python-net/aspose.cells/ifilepathprovider/get_full_name/#str) | Gets the full path of the file by Worksheet name when exporting Worksheet to html separately.
So the references among the Worksheets can be exported correctly. | diff --git a/english/aspose.cells/ifilepathprovider/get_full_name/_index.md b/english/aspose.cells/ifilepathprovider/get_full_name/_index.md index 84372cc066..0aeb4330c8 100644 --- a/english/aspose.cells/ifilepathprovider/get_full_name/_index.md +++ b/english/aspose.cells/ifilepathprovider/get_full_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/ifilepathprovider/get_full_name/ is_root: false --- -## get_full_name {#str} +## get_full_name(self, sheet_name) {#str} Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly. @@ -21,6 +21,7 @@ the full path of the file ```python + def get_full_name(self, sheet_name): ... ``` diff --git a/english/aspose.cells/imagesaveoptions/__init__/_index.md b/english/aspose.cells/imagesaveoptions/__init__/_index.md index 7f123a0b87..49549f86df 100644 --- a/english/aspose.cells/imagesaveoptions/__init__/_index.md +++ b/english/aspose.cells/imagesaveoptions/__init__/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/imagesaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving image file. -```python +```python + def __init__(self): - ... + ... ``` @@ -24,15 +25,16 @@ def __init__(self): The default type is Tiff. -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates the options for saving image file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/imagesaveoptions/_index.md b/english/aspose.cells/imagesaveoptions/_index.md index 1682f14250..70c9b29a3a 100644 --- a/english/aspose.cells/imagesaveoptions/_index.md +++ b/english/aspose.cells/imagesaveoptions/_index.md @@ -3,7 +3,7 @@ title: ImageSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 990 +weight: 1000 url: /aspose.cells/imagesaveoptions/ is_root: false --- @@ -25,8 +25,8 @@ The ImageSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/imagesaveoptions/__init__/#) | Creates the options for saving image file. | -| [__init__](/cells/python-net/aspose.cells/imagesaveoptions/__init__/#aspose.cells.SaveFormat) | Creates the options for saving image file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/imagesaveoptions/__init__/#) | Creates the options for saving image file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/imagesaveoptions/__init__/#aspose.cells.saveformat) | Creates the options for saving image file. | ### Properties diff --git a/english/aspose.cells/importtableoptions/__init__/_index.md b/english/aspose.cells/importtableoptions/__init__/_index.md index af3b03dd08..3b7c103f05 100644 --- a/english/aspose.cells/importtableoptions/__init__/_index.md +++ b/english/aspose.cells/importtableoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/importtableoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the default importing options. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/importtableoptions/_index.md b/english/aspose.cells/importtableoptions/_index.md index 020ea142c6..b7a0121b6d 100644 --- a/english/aspose.cells/importtableoptions/_index.md +++ b/english/aspose.cells/importtableoptions/_index.md @@ -3,7 +3,7 @@ title: ImportTableOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1000 +weight: 1010 url: /aspose.cells/importtableoptions/ is_root: false --- @@ -19,7 +19,7 @@ The ImportTableOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/importtableoptions/__init__/#) | Creates the default importing options. | +| [`__init__(self)`](/cells/python-net/aspose.cells/importtableoptions/__init__/#) | Creates the default importing options. | ### Properties diff --git a/english/aspose.cells/individualfontconfigs/__init__/_index.md b/english/aspose.cells/individualfontconfigs/__init__/_index.md index b975c1853b..1fd09bded6 100644 --- a/english/aspose.cells/individualfontconfigs/__init__/_index.md +++ b/english/aspose.cells/individualfontconfigs/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/individualfontconfigs/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Ctor. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/_index.md b/english/aspose.cells/individualfontconfigs/_index.md index c44c628682..d12eb799c5 100644 --- a/english/aspose.cells/individualfontconfigs/_index.md +++ b/english/aspose.cells/individualfontconfigs/_index.md @@ -3,7 +3,7 @@ title: IndividualFontConfigs class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1010 +weight: 1020 url: /aspose.cells/individualfontconfigs/ is_root: false --- @@ -19,18 +19,18 @@ The IndividualFontConfigs type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/individualfontconfigs/__init__/#) | Ctor. | +| [`__init__(self)`](/cells/python-net/aspose.cells/individualfontconfigs/__init__/#) | Ctor. | ### Methods | Method | Description | | :- | :- | -| [set_font_substitutes](/cells/python-net/aspose.cells/individualfontconfigs/set_font_substitutes/#str-list) | Font substitute names for given original font name. | -| [get_font_substitutes](/cells/python-net/aspose.cells/individualfontconfigs/get_font_substitutes/#str) | Returns array containing font substitute names to be used if original font is not presented. | -| [set_font_folder](/cells/python-net/aspose.cells/individualfontconfigs/set_font_folder/#str-bool) | Sets the fonts folder | -| [set_font_folders](/cells/python-net/aspose.cells/individualfontconfigs/set_font_folders/#list-bool) | Sets the fonts folders | -| [set_font_sources](/cells/python-net/aspose.cells/individualfontconfigs/set_font_sources/#list) | Sets the fonts sources. | -| [get_font_sources](/cells/python-net/aspose.cells/individualfontconfigs/get_font_sources/#) | Gets a copy of the array that contains the list of sources | +| [`set_font_substitutes(self, original_font_name, substitute_font_names)`](/cells/python-net/aspose.cells/individualfontconfigs/set_font_substitutes/#str-list) | Font substitute names for given original font name. | +| [`get_font_substitutes(self, original_font_name)`](/cells/python-net/aspose.cells/individualfontconfigs/get_font_substitutes/#str) | Returns array containing font substitute names to be used if original font is not presented. | +| [`set_font_folder(self, font_folder, recursive)`](/cells/python-net/aspose.cells/individualfontconfigs/set_font_folder/#str-bool) | Sets the fonts folder | +| [`set_font_folders(self, font_folders, recursive)`](/cells/python-net/aspose.cells/individualfontconfigs/set_font_folders/#list-bool) | Sets the fonts folders | +| [`set_font_sources(self, sources)`](/cells/python-net/aspose.cells/individualfontconfigs/set_font_sources/#list) | Sets the fonts sources. | +| [`get_font_sources(self)`](/cells/python-net/aspose.cells/individualfontconfigs/get_font_sources/#) | Gets a copy of the array that contains the list of sources | diff --git a/english/aspose.cells/individualfontconfigs/get_font_sources/_index.md b/english/aspose.cells/individualfontconfigs/get_font_sources/_index.md index 88d476b04f..82f7b133e1 100644 --- a/english/aspose.cells/individualfontconfigs/get_font_sources/_index.md +++ b/english/aspose.cells/individualfontconfigs/get_font_sources/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/individualfontconfigs/get_font_sources/ is_root: false --- -## get_font_sources {#} +## get_font_sources(self) {#} Gets a copy of the array that contains the list of sources @@ -20,6 +20,7 @@ Gets a copy of the array that contains the list of sources ```python + def get_font_sources(self): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/get_font_substitutes/_index.md b/english/aspose.cells/individualfontconfigs/get_font_substitutes/_index.md index 14ac90e03a..855f44b8a4 100644 --- a/english/aspose.cells/individualfontconfigs/get_font_substitutes/_index.md +++ b/english/aspose.cells/individualfontconfigs/get_font_substitutes/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/individualfontconfigs/get_font_substitutes/ is_root: false --- -## get_font_substitutes {#str} +## get_font_substitutes(self, original_font_name) {#str} Returns array containing font substitute names to be used if original font is not presented. @@ -20,6 +20,7 @@ An array containing font substitute names to be used if original font is not pre ```python + def get_font_substitutes(self, original_font_name): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/set_font_folder/_index.md b/english/aspose.cells/individualfontconfigs/set_font_folder/_index.md index 716cfba117..d0e387e3f9 100644 --- a/english/aspose.cells/individualfontconfigs/set_font_folder/_index.md +++ b/english/aspose.cells/individualfontconfigs/set_font_folder/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/individualfontconfigs/set_font_folder/ is_root: false --- -## set_font_folder {#str-bool} +## set_font_folder(self, font_folder, recursive) {#str-bool} Sets the fonts folder ```python + def set_font_folder(self, font_folder, recursive): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/set_font_folders/_index.md b/english/aspose.cells/individualfontconfigs/set_font_folders/_index.md index 6724fe56e7..2716ad64c7 100644 --- a/english/aspose.cells/individualfontconfigs/set_font_folders/_index.md +++ b/english/aspose.cells/individualfontconfigs/set_font_folders/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/individualfontconfigs/set_font_folders/ is_root: false --- -## set_font_folders {#list-bool} +## set_font_folders(self, font_folders, recursive) {#list-bool} Sets the fonts folders ```python + def set_font_folders(self, font_folders, recursive): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/set_font_sources/_index.md b/english/aspose.cells/individualfontconfigs/set_font_sources/_index.md index 184dd5e15e..841b6b2719 100644 --- a/english/aspose.cells/individualfontconfigs/set_font_sources/_index.md +++ b/english/aspose.cells/individualfontconfigs/set_font_sources/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/individualfontconfigs/set_font_sources/ is_root: false --- -## set_font_sources {#list} +## set_font_sources(self, sources) {#list} Sets the fonts sources. ```python + def set_font_sources(self, sources): ... ``` diff --git a/english/aspose.cells/individualfontconfigs/set_font_substitutes/_index.md b/english/aspose.cells/individualfontconfigs/set_font_substitutes/_index.md index 0cf6d123e3..f4153ee284 100644 --- a/english/aspose.cells/individualfontconfigs/set_font_substitutes/_index.md +++ b/english/aspose.cells/individualfontconfigs/set_font_substitutes/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/individualfontconfigs/set_font_substitutes/ is_root: false --- -## set_font_substitutes {#str-list} +## set_font_substitutes(self, original_font_name, substitute_font_names) {#str-list} Font substitute names for given original font name. ```python + def set_font_substitutes(self, original_font_name, substitute_font_names): ... ``` diff --git a/english/aspose.cells/insertoptions/__init__/_index.md b/english/aspose.cells/insertoptions/__init__/_index.md index e390515cef..2d8df48703 100644 --- a/english/aspose.cells/insertoptions/__init__/_index.md +++ b/english/aspose.cells/insertoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/insertoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of InsertOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/insertoptions/_index.md b/english/aspose.cells/insertoptions/_index.md index fb197460c7..fdb2898ac6 100644 --- a/english/aspose.cells/insertoptions/_index.md +++ b/english/aspose.cells/insertoptions/_index.md @@ -3,7 +3,7 @@ title: InsertOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1020 +weight: 1030 url: /aspose.cells/insertoptions/ is_root: false --- @@ -19,7 +19,7 @@ The InsertOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/insertoptions/__init__/#) | Constructs a new instance of InsertOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/insertoptions/__init__/#) | Constructs a new instance of InsertOptions | ### Properties diff --git a/english/aspose.cells/interruptmonitor/__init__/_index.md b/english/aspose.cells/interruptmonitor/__init__/_index.md index 60402204f6..4134477a4a 100644 --- a/english/aspose.cells/interruptmonitor/__init__/_index.md +++ b/english/aspose.cells/interruptmonitor/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/interruptmonitor/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of InterruptMonitor ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/interruptmonitor/_index.md b/english/aspose.cells/interruptmonitor/_index.md index 5a544ed9d9..9374e611ab 100644 --- a/english/aspose.cells/interruptmonitor/_index.md +++ b/english/aspose.cells/interruptmonitor/_index.md @@ -3,7 +3,7 @@ title: InterruptMonitor class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1030 +weight: 1040 url: /aspose.cells/interruptmonitor/ is_root: false --- @@ -24,7 +24,7 @@ The InterruptMonitor type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/interruptmonitor/__init__/#) | Constructs a new instance of InterruptMonitor | +| [`__init__(self)`](/cells/python-net/aspose.cells/interruptmonitor/__init__/#) | Constructs a new instance of InterruptMonitor | ### Properties @@ -37,7 +37,7 @@ The InterruptMonitor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [interrupt](/cells/python-net/aspose.cells/interruptmonitor/interrupt/#) | Interrupt the current operator. | +| [`interrupt(self)`](/cells/python-net/aspose.cells/interruptmonitor/interrupt/#) | Interrupt the current operator. | diff --git a/english/aspose.cells/interruptmonitor/interrupt/_index.md b/english/aspose.cells/interruptmonitor/interrupt/_index.md index 9e682ff004..7d900302fa 100644 --- a/english/aspose.cells/interruptmonitor/interrupt/_index.md +++ b/english/aspose.cells/interruptmonitor/interrupt/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/interruptmonitor/interrupt/ is_root: false --- -## interrupt {#} +## interrupt(self) {#} Interrupt the current operator. ```python + def interrupt(self): ... ``` diff --git a/english/aspose.cells/ismartmarkercallback/_index.md b/english/aspose.cells/ismartmarkercallback/_index.md index f9190d0daf..d7e73c6b29 100644 --- a/english/aspose.cells/ismartmarkercallback/_index.md +++ b/english/aspose.cells/ismartmarkercallback/_index.md @@ -3,7 +3,7 @@ title: ISmartMarkerCallBack class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 940 +weight: 950 url: /aspose.cells/ismartmarkercallback/ is_root: false --- @@ -19,7 +19,7 @@ The ISmartMarkerCallBack type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [process](/cells/python-net/aspose.cells/ismartmarkercallback/process/#int-int-int-str-str) | Callback for processing a smart marker. | +| [`process(self, sheet_index, row_index, col_index, table_name, column_name)`](/cells/python-net/aspose.cells/ismartmarkercallback/process/#int-int-int-str-str) | Callback for processing a smart marker. | diff --git a/english/aspose.cells/ismartmarkercallback/process/_index.md b/english/aspose.cells/ismartmarkercallback/process/_index.md index 266fd5b481..611c40886d 100644 --- a/english/aspose.cells/ismartmarkercallback/process/_index.md +++ b/english/aspose.cells/ismartmarkercallback/process/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/ismartmarkercallback/process/ is_root: false --- -## process {#int-int-int-str-str} +## process(self, sheet_index, row_index, col_index, table_name, column_name) {#int-int-int-str-str} Callback for processing a smart marker. ```python + def process(self, sheet_index, row_index, col_index, table_name, column_name): ... ``` diff --git a/english/aspose.cells/istreamprovider/_index.md b/english/aspose.cells/istreamprovider/_index.md index 677e220905..c899eb1695 100644 --- a/english/aspose.cells/istreamprovider/_index.md +++ b/english/aspose.cells/istreamprovider/_index.md @@ -3,7 +3,7 @@ title: IStreamProvider class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 950 +weight: 960 url: /aspose.cells/istreamprovider/ is_root: false --- @@ -19,8 +19,8 @@ The IStreamProvider type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [init_stream](/cells/python-net/aspose.cells/istreamprovider/init_stream/#aspose.cells.StreamProviderOptions) | Gets the stream. | -| [close_stream](/cells/python-net/aspose.cells/istreamprovider/close_stream/#aspose.cells.StreamProviderOptions) | Closes the stream. | +| [`init_stream(self, options)`](/cells/python-net/aspose.cells/istreamprovider/init_stream/#aspose.cells.streamprovideroptions) | Gets the stream. | +| [`close_stream(self, options)`](/cells/python-net/aspose.cells/istreamprovider/close_stream/#aspose.cells.streamprovideroptions) | Closes the stream. | diff --git a/english/aspose.cells/istreamprovider/close_stream/_index.md b/english/aspose.cells/istreamprovider/close_stream/_index.md index 6283f28b01..44ccd4483d 100644 --- a/english/aspose.cells/istreamprovider/close_stream/_index.md +++ b/english/aspose.cells/istreamprovider/close_stream/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/istreamprovider/close_stream/ is_root: false --- -## close_stream {#aspose.cells.StreamProviderOptions} +## close_stream(self, options) {#aspose.cells.StreamProviderOptions} Closes the stream. ```python + def close_stream(self, options): ... ``` diff --git a/english/aspose.cells/istreamprovider/init_stream/_index.md b/english/aspose.cells/istreamprovider/init_stream/_index.md index 270956c5a5..04b220bf9c 100644 --- a/english/aspose.cells/istreamprovider/init_stream/_index.md +++ b/english/aspose.cells/istreamprovider/init_stream/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/istreamprovider/init_stream/ is_root: false --- -## init_stream {#aspose.cells.StreamProviderOptions} +## init_stream(self, options) {#aspose.cells.StreamProviderOptions} Gets the stream. ```python + def init_stream(self, options): ... ``` diff --git a/english/aspose.cells/iwarningcallback/_index.md b/english/aspose.cells/iwarningcallback/_index.md index e1e27752e0..93cfa13a55 100644 --- a/english/aspose.cells/iwarningcallback/_index.md +++ b/english/aspose.cells/iwarningcallback/_index.md @@ -3,7 +3,7 @@ title: IWarningCallback class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 960 +weight: 970 url: /aspose.cells/iwarningcallback/ is_root: false --- @@ -19,7 +19,7 @@ The IWarningCallback type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [warning](/cells/python-net/aspose.cells/iwarningcallback/warning/#aspose.cells.WarningInfo) | Our callback only needs to implement the "Warning" method. | +| [`warning(self, warning_info)`](/cells/python-net/aspose.cells/iwarningcallback/warning/#aspose.cells.warninginfo) | Our callback only needs to implement the "Warning" method. | diff --git a/english/aspose.cells/iwarningcallback/warning/_index.md b/english/aspose.cells/iwarningcallback/warning/_index.md index 5ace39d4ed..c49b63fe0b 100644 --- a/english/aspose.cells/iwarningcallback/warning/_index.md +++ b/english/aspose.cells/iwarningcallback/warning/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/iwarningcallback/warning/ is_root: false --- -## warning {#aspose.cells.WarningInfo} +## warning(self, warning_info) {#aspose.cells.WarningInfo} Our callback only needs to implement the "Warning" method. ```python + def warning(self, warning_info): ... ``` diff --git a/english/aspose.cells/jsonloadoptions/__init__/_index.md b/english/aspose.cells/jsonloadoptions/__init__/_index.md index 7b4ef29e57..46cbff95ec 100644 --- a/english/aspose.cells/jsonloadoptions/__init__/_index.md +++ b/english/aspose.cells/jsonloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/jsonloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates an options of loading the file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/jsonloadoptions/_index.md b/english/aspose.cells/jsonloadoptions/_index.md index 609ec36e91..855147baeb 100644 --- a/english/aspose.cells/jsonloadoptions/_index.md +++ b/english/aspose.cells/jsonloadoptions/_index.md @@ -3,7 +3,7 @@ title: JsonLoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1040 +weight: 1050 url: /aspose.cells/jsonloadoptions/ is_root: false --- @@ -24,7 +24,7 @@ The JsonLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/jsonloadoptions/__init__/#) | Creates an options of loading the file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/jsonloadoptions/__init__/#) | Creates an options of loading the file. | ### Properties @@ -62,7 +62,7 @@ The JsonLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/jsonloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/jsonloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/jsonloadoptions/set_paper_size/_index.md b/english/aspose.cells/jsonloadoptions/set_paper_size/_index.md index 7461e497f0..fec83c6bb0 100644 --- a/english/aspose.cells/jsonloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/jsonloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/jsonloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/jsonsaveoptions/__init__/_index.md b/english/aspose.cells/jsonsaveoptions/__init__/_index.md index 2b4e78b73d..2d7f91ef73 100644 --- a/english/aspose.cells/jsonsaveoptions/__init__/_index.md +++ b/english/aspose.cells/jsonsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/jsonsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving json file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/jsonsaveoptions/_index.md b/english/aspose.cells/jsonsaveoptions/_index.md index 5d7e4c93b1..e236fe79ad 100644 --- a/english/aspose.cells/jsonsaveoptions/_index.md +++ b/english/aspose.cells/jsonsaveoptions/_index.md @@ -3,7 +3,7 @@ title: JsonSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1050 +weight: 1060 url: /aspose.cells/jsonsaveoptions/ is_root: false --- @@ -24,7 +24,7 @@ The JsonSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/jsonsaveoptions/__init__/#) | Creates options for saving json file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/jsonsaveoptions/__init__/#) | Creates options for saving json file. | ### Properties diff --git a/english/aspose.cells/license/__init__/_index.md b/english/aspose.cells/license/__init__/_index.md index 9c485c273e..29f0929dd1 100644 --- a/english/aspose.cells/license/__init__/_index.md +++ b/english/aspose.cells/license/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/license/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of this class. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/license/_index.md b/english/aspose.cells/license/_index.md index 9d4a8a8ab9..ebf375cef5 100644 --- a/english/aspose.cells/license/_index.md +++ b/english/aspose.cells/license/_index.md @@ -3,7 +3,7 @@ title: License class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1060 +weight: 1070 url: /aspose.cells/license/ is_root: false --- @@ -19,14 +19,14 @@ The License type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/license/__init__/#) | Initializes a new instance of this class. | +| [`__init__(self)`](/cells/python-net/aspose.cells/license/__init__/#) | Initializes a new instance of this class. | ### Methods | Method | Description | | :- | :- | -| [set_license](/cells/python-net/aspose.cells/license/set_license/#str) | Licenses the component. | -| [set_license](/cells/python-net/aspose.cells/license/set_license/#io.RawIOBase) | Licenses the component. | +| [`set_license(self, license_name)`](/cells/python-net/aspose.cells/license/set_license/#str) | Licenses the component. | +| [`set_license(self, stream)`](/cells/python-net/aspose.cells/license/set_license/#io.rawiobase) | Licenses the component. | diff --git a/english/aspose.cells/license/set_license/_index.md b/english/aspose.cells/license/set_license/_index.md index bb224d5bd8..cc5455321c 100644 --- a/english/aspose.cells/license/set_license/_index.md +++ b/english/aspose.cells/license/set_license/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/license/set_license/ is_root: false --- -## set_license {#str} +## set_license(self, license_name) {#str} Licenses the component. ```python + def set_license(self, license_name): ... ``` @@ -71,13 +72,14 @@ Can be a full or short file name or name of an embedded resource. Use an empty string to switch to evaluation mode. -## set_license {#io.RawIOBase} +## set_license(self, stream) {#io.RawIOBase} Licenses the component. ```python + def set_license(self, stream): ... ``` diff --git a/english/aspose.cells/lightcellsdatahandler/_index.md b/english/aspose.cells/lightcellsdatahandler/_index.md index d08b31e797..e3ddad6e31 100644 --- a/english/aspose.cells/lightcellsdatahandler/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/_index.md @@ -3,7 +3,7 @@ title: LightCellsDataHandler class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1070 +weight: 1080 url: /aspose.cells/lightcellsdatahandler/ is_root: false --- @@ -19,11 +19,11 @@ The LightCellsDataHandler type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [start_sheet](/cells/python-net/aspose.cells/lightcellsdatahandler/start_sheet/#aspose.cells.Worksheet) | Starts to process a worksheet. | -| [start_row](/cells/python-net/aspose.cells/lightcellsdatahandler/start_row/#int) | Prepares to process a row. | -| [process_row](/cells/python-net/aspose.cells/lightcellsdatahandler/process_row/#aspose.cells.Row) | Starts to process one row. | -| [start_cell](/cells/python-net/aspose.cells/lightcellsdatahandler/start_cell/#int) | Prepares to process a cell. | -| [process_cell](/cells/python-net/aspose.cells/lightcellsdatahandler/process_cell/#aspose.cells.Cell) | Starts to process one cell. | +| [`start_sheet(self, sheet)`](/cells/python-net/aspose.cells/lightcellsdatahandler/start_sheet/#aspose.cells.worksheet) | Starts to process a worksheet. | +| [`start_row(self, row_index)`](/cells/python-net/aspose.cells/lightcellsdatahandler/start_row/#int) | Prepares to process a row. | +| [`process_row(self, row)`](/cells/python-net/aspose.cells/lightcellsdatahandler/process_row/#aspose.cells.row) | Starts to process one row. | +| [`start_cell(self, column_index)`](/cells/python-net/aspose.cells/lightcellsdatahandler/start_cell/#int) | Prepares to process a cell. | +| [`process_cell(self, cell)`](/cells/python-net/aspose.cells/lightcellsdatahandler/process_cell/#aspose.cells.cell) | Starts to process one cell. | diff --git a/english/aspose.cells/lightcellsdatahandler/process_cell/_index.md b/english/aspose.cells/lightcellsdatahandler/process_cell/_index.md index a27a5c9533..3b8816f8bb 100644 --- a/english/aspose.cells/lightcellsdatahandler/process_cell/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/process_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdatahandler/process_cell/ is_root: false --- -## process_cell {#aspose.cells.Cell} +## process_cell(self, cell) {#aspose.cells.Cell} Starts to process one cell. @@ -25,6 +25,7 @@ in LightCells mode will become same with reading it in normal way. ```python + def process_cell(self, cell): ... ``` diff --git a/english/aspose.cells/lightcellsdatahandler/process_row/_index.md b/english/aspose.cells/lightcellsdatahandler/process_row/_index.md index f945c01ebf..fb50fd0406 100644 --- a/english/aspose.cells/lightcellsdatahandler/process_row/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/process_row/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdatahandler/process_row/ is_root: false --- -## process_row {#aspose.cells.Row} +## process_row(self, row) {#aspose.cells.Row} Starts to process one row. @@ -20,6 +20,7 @@ whether this row's cells need to be processed. false to ignore all cells in this ```python + def process_row(self, row): ... ``` diff --git a/english/aspose.cells/lightcellsdatahandler/start_cell/_index.md b/english/aspose.cells/lightcellsdatahandler/start_cell/_index.md index b6b8a7c463..37d7eb8d10 100644 --- a/english/aspose.cells/lightcellsdatahandler/start_cell/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/start_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdatahandler/start_cell/ is_root: false --- -## start_cell {#int} +## start_cell(self, column_index) {#int} Prepares to process a cell. @@ -20,6 +20,7 @@ whether this cell needs to be processed. false to ignore the cell and check the ```python + def start_cell(self, column_index): ... ``` diff --git a/english/aspose.cells/lightcellsdatahandler/start_row/_index.md b/english/aspose.cells/lightcellsdatahandler/start_row/_index.md index a4a129685c..795b7e6b4c 100644 --- a/english/aspose.cells/lightcellsdatahandler/start_row/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/start_row/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdatahandler/start_row/ is_root: false --- -## start_row {#int} +## start_row(self, row_index) {#int} Prepares to process a row. @@ -20,6 +20,7 @@ whether this row(properties or cells data) needs to be processed. false to ignor ```python + def start_row(self, row_index): ... ``` diff --git a/english/aspose.cells/lightcellsdatahandler/start_sheet/_index.md b/english/aspose.cells/lightcellsdatahandler/start_sheet/_index.md index 418594d5ef..8faf007b67 100644 --- a/english/aspose.cells/lightcellsdatahandler/start_sheet/_index.md +++ b/english/aspose.cells/lightcellsdatahandler/start_sheet/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdatahandler/start_sheet/ is_root: false --- -## start_sheet {#aspose.cells.Worksheet} +## start_sheet(self, sheet) {#aspose.cells.Worksheet} Starts to process a worksheet. @@ -20,6 +20,7 @@ whether this sheet's cells data needs to be processed. false to ignore this shee ```python + def start_sheet(self, sheet): ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/_index.md b/english/aspose.cells/lightcellsdataprovider/_index.md index 92881c3da3..78a79b2de3 100644 --- a/english/aspose.cells/lightcellsdataprovider/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/_index.md @@ -3,7 +3,7 @@ title: LightCellsDataProvider class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1080 +weight: 1090 url: /aspose.cells/lightcellsdataprovider/ is_root: false --- @@ -19,12 +19,12 @@ The LightCellsDataProvider type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [start_sheet](/cells/python-net/aspose.cells/lightcellsdataprovider/start_sheet/#int) | Starts to save a worksheet. | -| [next_row](/cells/python-net/aspose.cells/lightcellsdataprovider/next_row/#) | Gets the next row to be saved. | -| [start_row](/cells/python-net/aspose.cells/lightcellsdataprovider/start_row/#aspose.cells.Row) | Starts to save data of one row. | -| [next_cell](/cells/python-net/aspose.cells/lightcellsdataprovider/next_cell/#) | Gets next cell to be saved. | -| [start_cell](/cells/python-net/aspose.cells/lightcellsdataprovider/start_cell/#aspose.cells.Cell) | Starts to save data of one cell. | -| [is_gather_string](/cells/python-net/aspose.cells/lightcellsdataprovider/is_gather_string/#) | Checks whether the current string value of cell needs to be gathered into a global pool. | +| [`start_sheet(self, sheet_index)`](/cells/python-net/aspose.cells/lightcellsdataprovider/start_sheet/#int) | Starts to save a worksheet. | +| [`next_row(self)`](/cells/python-net/aspose.cells/lightcellsdataprovider/next_row/#) | Gets the next row to be saved. | +| [`start_row(self, row)`](/cells/python-net/aspose.cells/lightcellsdataprovider/start_row/#aspose.cells.row) | Starts to save data of one row. | +| [`next_cell(self)`](/cells/python-net/aspose.cells/lightcellsdataprovider/next_cell/#) | Gets next cell to be saved. | +| [`start_cell(self, cell)`](/cells/python-net/aspose.cells/lightcellsdataprovider/start_cell/#aspose.cells.cell) | Starts to save data of one cell. | +| [`is_gather_string(self)`](/cells/python-net/aspose.cells/lightcellsdataprovider/is_gather_string/#) | Checks whether the current string value of cell needs to be gathered into a global pool. | diff --git a/english/aspose.cells/lightcellsdataprovider/is_gather_string/_index.md b/english/aspose.cells/lightcellsdataprovider/is_gather_string/_index.md index a4f423bbf0..6bc8f98240 100644 --- a/english/aspose.cells/lightcellsdataprovider/is_gather_string/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/is_gather_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdataprovider/is_gather_string/ is_root: false --- -## is_gather_string {#} +## is_gather_string(self) {#} Checks whether the current string value of cell needs to be gathered into a global pool. @@ -20,6 +20,7 @@ true if string value need to be gathered into a global pool for the resultant fi ```python + def is_gather_string(self): ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/next_cell/_index.md b/english/aspose.cells/lightcellsdataprovider/next_cell/_index.md index 82272b5e51..8c9f6c7ff4 100644 --- a/english/aspose.cells/lightcellsdataprovider/next_cell/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/next_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdataprovider/next_cell/ is_root: false --- -## next_cell {#} +## next_cell(self) {#} Gets next cell to be saved. @@ -20,6 +20,7 @@ column index of the next cell to be saved. -1 means the end of current row data ```python + def next_cell(self): ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/next_row/_index.md b/english/aspose.cells/lightcellsdataprovider/next_row/_index.md index 6336234882..99e541ba8d 100644 --- a/english/aspose.cells/lightcellsdataprovider/next_row/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/next_row/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdataprovider/next_row/ is_root: false --- -## next_row {#} +## next_row(self) {#} Gets the next row to be saved. @@ -20,6 +20,7 @@ the next row index to be saved. -1 means the end of current sheet data has been ```python + def next_row(self): ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/start_cell/_index.md b/english/aspose.cells/lightcellsdataprovider/start_cell/_index.md index cbccaad8eb..9ea0d3d586 100644 --- a/english/aspose.cells/lightcellsdataprovider/start_cell/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/start_cell/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/lightcellsdataprovider/start_cell/ is_root: false --- -## start_cell {#aspose.cells.Cell} +## start_cell(self, cell) {#aspose.cells.Cell} Starts to save data of one cell. -```python +```python + def start_cell(self, cell): - ... + ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/start_row/_index.md b/english/aspose.cells/lightcellsdataprovider/start_row/_index.md index fe955b0c61..6311323e2e 100644 --- a/english/aspose.cells/lightcellsdataprovider/start_row/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/start_row/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/lightcellsdataprovider/start_row/ is_root: false --- -## start_row {#aspose.cells.Row} +## start_row(self, row) {#aspose.cells.Row} Starts to save data of one row. -```python +```python + def start_row(self, row): - ... + ... ``` diff --git a/english/aspose.cells/lightcellsdataprovider/start_sheet/_index.md b/english/aspose.cells/lightcellsdataprovider/start_sheet/_index.md index 6350594946..96a799b704 100644 --- a/english/aspose.cells/lightcellsdataprovider/start_sheet/_index.md +++ b/english/aspose.cells/lightcellsdataprovider/start_sheet/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/lightcellsdataprovider/start_sheet/ is_root: false --- -## start_sheet {#int} +## start_sheet(self, sheet_index) {#int} Starts to save a worksheet. @@ -20,6 +20,7 @@ true if this provider will provide data for the given sheet; false if given shee ```python + def start_sheet(self, sheet_index): ... ``` diff --git a/english/aspose.cells/loaddatafilteroptions/_index.md b/english/aspose.cells/loaddatafilteroptions/_index.md index 5ea27920b3..2ce78ad7ba 100644 --- a/english/aspose.cells/loaddatafilteroptions/_index.md +++ b/english/aspose.cells/loaddatafilteroptions/_index.md @@ -3,7 +3,7 @@ title: LoadDataFilterOptions enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2400 +weight: 2420 url: /aspose.cells/loaddatafilteroptions/ is_root: false --- diff --git a/english/aspose.cells/loadfilter/__init__/_index.md b/english/aspose.cells/loadfilter/__init__/_index.md index 7480191301..caf5a0dbbc 100644 --- a/english/aspose.cells/loadfilter/__init__/_index.md +++ b/english/aspose.cells/loadfilter/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/loadfilter/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs one LoadFilter with default filter options LoadDataFilterOptions.All. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadDataFilterOptions} +## \_\_init\_\_(self, opts) {#aspose.cells.LoadDataFilterOptions} Constructs one LoadFilter with given filter options. ```python + def __init__(self, opts): ... ``` diff --git a/english/aspose.cells/loadfilter/_index.md b/english/aspose.cells/loadfilter/_index.md index 1fa8d22b0b..ab8d4ff4da 100644 --- a/english/aspose.cells/loadfilter/_index.md +++ b/english/aspose.cells/loadfilter/_index.md @@ -3,7 +3,7 @@ title: LoadFilter class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1090 +weight: 1100 url: /aspose.cells/loadfilter/ is_root: false --- @@ -19,8 +19,8 @@ The LoadFilter type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/loadfilter/__init__/#) | Constructs one LoadFilter with default filter options LoadDataFilterOptions.All. | -| [__init__](/cells/python-net/aspose.cells/loadfilter/__init__/#aspose.cells.LoadDataFilterOptions) | Constructs one LoadFilter with given filter options. | +| [`__init__(self)`](/cells/python-net/aspose.cells/loadfilter/__init__/#) | Constructs one LoadFilter with default filter options LoadDataFilterOptions.All. | +| [`__init__(self, opts)`](/cells/python-net/aspose.cells/loadfilter/__init__/#aspose.cells.loaddatafilteroptions) | Constructs one LoadFilter with given filter options. | ### Properties @@ -33,7 +33,7 @@ The LoadFilter type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [start_sheet](/cells/python-net/aspose.cells/loadfilter/start_sheet/#aspose.cells.Worksheet) | Prepares filter options before loading given worksheet.
User's implementation of LoadFilter can change the LoadDataFilterOptions here
to denote how to load data for this worksheet. | +| [`start_sheet(self, sheet)`](/cells/python-net/aspose.cells/loadfilter/start_sheet/#aspose.cells.worksheet) | Prepares filter options before loading given worksheet.
User's implementation of LoadFilter can change the LoadDataFilterOptions here
to denote how to load data for this worksheet. | diff --git a/english/aspose.cells/loadfilter/start_sheet/_index.md b/english/aspose.cells/loadfilter/start_sheet/_index.md index c41d0d5db8..c77f797dba 100644 --- a/english/aspose.cells/loadfilter/start_sheet/_index.md +++ b/english/aspose.cells/loadfilter/start_sheet/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/loadfilter/start_sheet/ is_root: false --- -## start_sheet {#aspose.cells.Worksheet} +## start_sheet(self, sheet) {#aspose.cells.Worksheet} Prepares filter options before loading given worksheet. User's implementation of LoadFilter can change the LoadDataFilterOptions here @@ -16,9 +16,10 @@ to denote how to load data for this worksheet. -```python +```python + def start_sheet(self, sheet): - ... + ... ``` diff --git a/english/aspose.cells/loadformat/_index.md b/english/aspose.cells/loadformat/_index.md index 5f303d6fa3..0591a68668 100644 --- a/english/aspose.cells/loadformat/_index.md +++ b/english/aspose.cells/loadformat/_index.md @@ -3,7 +3,7 @@ title: LoadFormat enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2410 +weight: 2430 url: /aspose.cells/loadformat/ is_root: false --- diff --git a/english/aspose.cells/loadoptions/__init__/_index.md b/english/aspose.cells/loadoptions/__init__/_index.md index 587d209d46..652f39fbed 100644 --- a/english/aspose.cells/loadoptions/__init__/_index.md +++ b/english/aspose.cells/loadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/loadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates an options of loading the file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, load_format) {#aspose.cells.LoadFormat} Creates an options of loading the file. ```python + def __init__(self, load_format): ... ``` diff --git a/english/aspose.cells/loadoptions/_index.md b/english/aspose.cells/loadoptions/_index.md index 4ee5fdc4a5..7ef345a22c 100644 --- a/english/aspose.cells/loadoptions/_index.md +++ b/english/aspose.cells/loadoptions/_index.md @@ -3,7 +3,7 @@ title: LoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1100 +weight: 1110 url: /aspose.cells/loadoptions/ is_root: false --- @@ -19,8 +19,8 @@ The LoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/loadoptions/__init__/#) | Creates an options of loading the file. | -| [__init__](/cells/python-net/aspose.cells/loadoptions/__init__/#aspose.cells.LoadFormat) | Creates an options of loading the file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/loadoptions/__init__/#) | Creates an options of loading the file. | +| [`__init__(self, load_format)`](/cells/python-net/aspose.cells/loadoptions/__init__/#aspose.cells.loadformat) | Creates an options of loading the file. | ### Properties @@ -54,7 +54,7 @@ The LoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/loadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/loadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/loadoptions/set_paper_size/_index.md b/english/aspose.cells/loadoptions/set_paper_size/_index.md index 7dcdb921a5..53d8061a35 100644 --- a/english/aspose.cells/loadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/loadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/loadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/lookattype/_index.md b/english/aspose.cells/lookattype/_index.md index e2f2b1dfb6..eca40894ac 100644 --- a/english/aspose.cells/lookattype/_index.md +++ b/english/aspose.cells/lookattype/_index.md @@ -3,7 +3,7 @@ title: LookAtType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2420 +weight: 2440 url: /aspose.cells/lookattype/ is_root: false --- diff --git a/english/aspose.cells/lookintype/_index.md b/english/aspose.cells/lookintype/_index.md index 76448abd5d..e2bcaf1d11 100644 --- a/english/aspose.cells/lookintype/_index.md +++ b/english/aspose.cells/lookintype/_index.md @@ -1,32 +1,33 @@ ---- -title: LookInType enumeration -second_title: Aspose.Cells for Python via .NET API References -description: -type: docs -weight: 2430 -url: /aspose.cells/lookintype/ -is_root: false +--- +title: LookInType enumeration +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 2450 +url: /aspose.cells/lookintype/ +is_root: false --- - + ## LookInType enumeration - + Represents look in type. - + The LookInType type exposes the following members: - -### Fields -| Field | Description | -| :- | :- | -| FORMULAS | If the cell contains a formula, find object from formula, else find it from the value. | -| VALUES | Only find object from the formatted values. | -| VALUES_EXCLUDE_FORMULA_CELL | Only find object from the values of cells which do not contains formula. | -| COMMENTS | Only find object from the comments. | -| ONLY_FORMULAS | Only find object from formulas. | -| ORIGINAL_VALUES | Only find object from the original values. | - - - -### See Also -* module [`aspose.cells`](..) + +### Fields +| Field | Description | +| :- | :- | +| FORMULAS | Finds the searched object from formula([`Cell.formula`](/cells/python-net/aspose.cells/cell#formula)) if the cell is formula,
otherwise finds from cell's original value(same with [`LookInType.ORIGINAL_VALUES`](/cells/python-net/aspose.cells/lookintype#ORIGINAL_VALUES)). | +| VALUES | Finds object from cell's original value([`Cell.value`](/cells/python-net/aspose.cells/cell#value))
and formatted value([`Cell.string_value`](/cells/python-net/aspose.cells/cell#string_value)). | +| VALUES_EXCLUDE_FORMULA_CELL | Ignores cells that are formula. For those cells that are not formula,
it is same with [`LookInType.VALUES`](/cells/python-net/aspose.cells/lookintype#VALUES). | +| COMMENTS | Finds object from cell's comment only. Ignores those cells that have no comment. | +| ONLY_FORMULAS | Ignores cells that are not formula. For those cells that are formula,
finds the searched object from formula([`Cell.formula`](/cells/python-net/aspose.cells/cell#formula)). | +| ORIGINAL_VALUES | Find object from cell's original value only. | +| FORMATTED_VALUES | Find object from cell's formatted value([`Cell.string_value`](/cells/python-net/aspose.cells/cell#string_value)) only. | + + + +### See Also +* module [`aspose.cells`](..) diff --git a/english/aspose.cells/markdownsaveoptions/__init__/_index.md b/english/aspose.cells/markdownsaveoptions/__init__/_index.md index a2f8004cee..e7485e282c 100644 --- a/english/aspose.cells/markdownsaveoptions/__init__/_index.md +++ b/english/aspose.cells/markdownsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/markdownsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving markdown document ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/markdownsaveoptions/_index.md b/english/aspose.cells/markdownsaveoptions/_index.md index b3a613dda1..aee3cbafb7 100644 --- a/english/aspose.cells/markdownsaveoptions/_index.md +++ b/english/aspose.cells/markdownsaveoptions/_index.md @@ -3,7 +3,7 @@ title: MarkdownSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1110 +weight: 1120 url: /aspose.cells/markdownsaveoptions/ is_root: false --- @@ -24,7 +24,7 @@ The MarkdownSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/markdownsaveoptions/__init__/#) | Creates options for saving markdown document | +| [`__init__(self)`](/cells/python-net/aspose.cells/markdownsaveoptions/__init__/#) | Creates options for saving markdown document | ### Properties @@ -47,6 +47,8 @@ The MarkdownSaveOptions type exposes the following members: | [format_strategy](/cells/python-net/aspose.cells/markdownsaveoptions/format_strategy) | Gets and sets the format strategy when exporting the cell value as string. | | [light_cells_data_provider](/cells/python-net/aspose.cells/markdownsaveoptions/light_cells_data_provider) | The Data provider to provide cells data for saving workbook in light mode. | | [line_separator](/cells/python-net/aspose.cells/markdownsaveoptions/line_separator) | Gets and sets the line separator. | +| [table_header_type](/cells/python-net/aspose.cells/markdownsaveoptions/table_header_type) | Gets and sets how set the header of the table. | +| [sheet_set](/cells/python-net/aspose.cells/markdownsaveoptions/sheet_set) | Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.active`](/cells/python-net/aspose.cells.rendering/sheetset#active). | diff --git a/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md b/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md new file mode 100644 index 0000000000..75a138f9a9 --- /dev/null +++ b/english/aspose.cells/markdownsaveoptions/sheet_set/_index.md @@ -0,0 +1,34 @@ +--- +title: sheet_set property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 150 +url: /aspose.cells/markdownsaveoptions/sheet_set/ +is_root: false +--- + +## sheet_set property + + +Gets or sets the sheets to render. Default is all visible sheets in the workbook: [`SheetSet.active`](/cells/python-net/aspose.cells.rendering/sheetset#active). + +### Remarks + + +The set is ignored when it is used in [`SheetRender`](/cells/python-net/aspose.cells.rendering/sheetrender) +### Definition: +```python +@property +def sheet_set(self): + ... +@sheet_set.setter +def sheet_set(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions) +* class [`SheetRender`](/cells/python-net/aspose.cells.rendering/sheetrender) +* class [`SheetSet`](/cells/python-net/aspose.cells.rendering/sheetset) diff --git a/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md b/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md index 1003cb473f..30a817dda0 100644 --- a/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/markdownsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells/markdownsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/sort_names/_index.md b/english/aspose.cells/markdownsaveoptions/sort_names/_index.md index 5f09a3d0ad..fd59889c62 100644 --- a/english/aspose.cells/markdownsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/markdownsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/markdownsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md b/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md new file mode 100644 index 0000000000..2109ce0714 --- /dev/null +++ b/english/aspose.cells/markdownsaveoptions/table_header_type/_index.md @@ -0,0 +1,28 @@ +--- +title: table_header_type property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 180 +url: /aspose.cells/markdownsaveoptions/table_header_type/ +is_root: false +--- + +## table_header_type property + + +Gets and sets how set the header of the table. +### Definition: +```python +@property +def table_header_type(self): + ... +@table_header_type.setter +def table_header_type(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`MarkdownSaveOptions`](/cells/python-net/aspose.cells/markdownsaveoptions) +* class [`MarkdownTableHeaderType`](/cells/python-net/aspose.cells.markdown/markdowntableheadertype) diff --git a/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md b/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md index cc79d7a7d6..cbb6e2733a 100644 --- a/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/markdownsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 190 url: /aspose.cells/markdownsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md index 69962e3528..3e82bc0008 100644 --- a/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/markdownsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 200 url: /aspose.cells/markdownsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md b/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md index 0479464174..b1fa696f30 100644 --- a/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/markdownsaveoptions/warning_callback/_index.md @@ -3,7 +3,7 @@ title: warning_callback property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 210 url: /aspose.cells/markdownsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/memoryfontsource/__init__/_index.md b/english/aspose.cells/memoryfontsource/__init__/_index.md index c271154e31..69c31a6bf3 100644 --- a/english/aspose.cells/memoryfontsource/__init__/_index.md +++ b/english/aspose.cells/memoryfontsource/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/memoryfontsource/__init__/ is_root: false --- -## __init__ {#bytes} +## \_\_init\_\_(self, font_data) {#bytes} Ctor. ```python + def __init__(self, font_data): ... ``` diff --git a/english/aspose.cells/memoryfontsource/_index.md b/english/aspose.cells/memoryfontsource/_index.md index 9eb920a225..24e00cc896 100644 --- a/english/aspose.cells/memoryfontsource/_index.md +++ b/english/aspose.cells/memoryfontsource/_index.md @@ -3,7 +3,7 @@ title: MemoryFontSource class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1120 +weight: 1130 url: /aspose.cells/memoryfontsource/ is_root: false --- @@ -24,7 +24,7 @@ The MemoryFontSource type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/memoryfontsource/__init__/#bytes) | Ctor. | +| [`__init__(self, font_data)`](/cells/python-net/aspose.cells/memoryfontsource/__init__/#bytes) | Ctor. | ### Properties diff --git a/english/aspose.cells/memorysetting/_index.md b/english/aspose.cells/memorysetting/_index.md index 16a659d7e6..d7557544e8 100644 --- a/english/aspose.cells/memorysetting/_index.md +++ b/english/aspose.cells/memorysetting/_index.md @@ -3,7 +3,7 @@ title: MemorySetting enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2440 +weight: 2460 url: /aspose.cells/memorysetting/ is_root: false --- diff --git a/english/aspose.cells/mergedcellsshrinktype/_index.md b/english/aspose.cells/mergedcellsshrinktype/_index.md index 4d14559d9f..86848b1fb4 100644 --- a/english/aspose.cells/mergedcellsshrinktype/_index.md +++ b/english/aspose.cells/mergedcellsshrinktype/_index.md @@ -3,7 +3,7 @@ title: MergedCellsShrinkType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2460 +weight: 2480 url: /aspose.cells/mergedcellsshrinktype/ is_root: false --- diff --git a/english/aspose.cells/mergeemptytdtype/_index.md b/english/aspose.cells/mergeemptytdtype/_index.md index 0b302f73b4..f0ff371101 100644 --- a/english/aspose.cells/mergeemptytdtype/_index.md +++ b/english/aspose.cells/mergeemptytdtype/_index.md @@ -3,7 +3,7 @@ title: MergeEmptyTdType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2450 +weight: 2470 url: /aspose.cells/mergeemptytdtype/ is_root: false --- diff --git a/english/aspose.cells/metered/__init__/_index.md b/english/aspose.cells/metered/__init__/_index.md index 466b993158..88fc931180 100644 --- a/english/aspose.cells/metered/__init__/_index.md +++ b/english/aspose.cells/metered/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/metered/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of this class. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/metered/_index.md b/english/aspose.cells/metered/_index.md index ea8417769e..81a0084e15 100644 --- a/english/aspose.cells/metered/_index.md +++ b/english/aspose.cells/metered/_index.md @@ -3,7 +3,7 @@ title: Metered class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1130 +weight: 1140 url: /aspose.cells/metered/ is_root: false --- @@ -19,17 +19,17 @@ The Metered type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/metered/__init__/#) | Initializes a new instance of this class. | +| [`__init__(self)`](/cells/python-net/aspose.cells/metered/__init__/#) | Initializes a new instance of this class. | ### Methods | Method | Description | | :- | :- | -| [set_metered_key](/cells/python-net/aspose.cells/metered/set_metered_key/#str-str) | Sets metered public and private key.
If you purchase metered license, when start application, this API should be called, normally, this is enough.
However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status,
to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again. | -| [get_consumption_quantity](/cells/python-net/aspose.cells/metered/get_consumption_quantity/#) | Gets consumption file size | -| [get_consumption_credit](/cells/python-net/aspose.cells/metered/get_consumption_credit/#) | Gets consumption credit | -| [get_product_name](/cells/python-net/aspose.cells/metered/get_product_name/#) | Gets product name | -| [is_metered_licensed](/cells/python-net/aspose.cells/metered/is_metered_licensed/#) | Check whether metered is licensed | +| [`set_metered_key(self, public_key, private_key)`](/cells/python-net/aspose.cells/metered/set_metered_key/#str-str) | Sets metered public and private key.
If you purchase metered license, when start application, this API should be called, normally, this is enough.
However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status,
to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again. | +| [`get_consumption_quantity()`](/cells/python-net/aspose.cells/metered/get_consumption_quantity/#) | Gets consumption file size | +| [`get_consumption_credit()`](/cells/python-net/aspose.cells/metered/get_consumption_credit/#) | Gets consumption credit | +| [`get_product_name(self)`](/cells/python-net/aspose.cells/metered/get_product_name/#) | Gets product name | +| [`is_metered_licensed()`](/cells/python-net/aspose.cells/metered/is_metered_licensed/#) | Check whether metered is licensed | diff --git a/english/aspose.cells/metered/get_consumption_credit/_index.md b/english/aspose.cells/metered/get_consumption_credit/_index.md index 5695da55f1..e8b116f6fb 100644 --- a/english/aspose.cells/metered/get_consumption_credit/_index.md +++ b/english/aspose.cells/metered/get_consumption_credit/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/metered/get_consumption_credit/ is_root: false --- -## get_consumption_credit {#} +## get_consumption_credit() {#} Gets consumption credit @@ -20,7 +20,9 @@ consumption quantity ```python -def get_consumption_credit(self): + +@staticmethod +def get_consumption_credit(): ... ``` diff --git a/english/aspose.cells/metered/get_consumption_quantity/_index.md b/english/aspose.cells/metered/get_consumption_quantity/_index.md index a0695c289d..450d1d9820 100644 --- a/english/aspose.cells/metered/get_consumption_quantity/_index.md +++ b/english/aspose.cells/metered/get_consumption_quantity/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/metered/get_consumption_quantity/ is_root: false --- -## get_consumption_quantity {#} +## get_consumption_quantity() {#} Gets consumption file size @@ -20,7 +20,9 @@ consumption quantity ```python -def get_consumption_quantity(self): + +@staticmethod +def get_consumption_quantity(): ... ``` diff --git a/english/aspose.cells/metered/get_product_name/_index.md b/english/aspose.cells/metered/get_product_name/_index.md index d56ffcea2f..951db84efb 100644 --- a/english/aspose.cells/metered/get_product_name/_index.md +++ b/english/aspose.cells/metered/get_product_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/metered/get_product_name/ is_root: false --- -## get_product_name {#} +## get_product_name(self) {#} Gets product name @@ -20,6 +20,7 @@ product name ```python + def get_product_name(self): ... ``` diff --git a/english/aspose.cells/metered/is_metered_licensed/_index.md b/english/aspose.cells/metered/is_metered_licensed/_index.md index 0c97f97246..43ed68c3a8 100644 --- a/english/aspose.cells/metered/is_metered_licensed/_index.md +++ b/english/aspose.cells/metered/is_metered_licensed/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/metered/is_metered_licensed/ is_root: false --- -## is_metered_licensed {#} +## is_metered_licensed() {#} Check whether metered is licensed @@ -20,7 +20,9 @@ True or false ```python -def is_metered_licensed(self): + +@staticmethod +def is_metered_licensed(): ... ``` diff --git a/english/aspose.cells/metered/set_metered_key/_index.md b/english/aspose.cells/metered/set_metered_key/_index.md index 7e6d56a40b..b13cc4b688 100644 --- a/english/aspose.cells/metered/set_metered_key/_index.md +++ b/english/aspose.cells/metered/set_metered_key/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/metered/set_metered_key/ is_root: false --- -## set_metered_key {#str-str} +## set_metered_key(self, public_key, private_key) {#str-str} Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. @@ -18,6 +18,7 @@ to avoid such case, you should regularly check the license status, if it is eval ```python + def set_metered_key(self, public_key, private_key): ... ``` diff --git a/english/aspose.cells/multiplefiltercollection/__init__/_index.md b/english/aspose.cells/multiplefiltercollection/__init__/_index.md index f47f928360..ea8e607642 100644 --- a/english/aspose.cells/multiplefiltercollection/__init__/_index.md +++ b/english/aspose.cells/multiplefiltercollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/multiplefiltercollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs one new instance. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/multiplefiltercollection/_index.md b/english/aspose.cells/multiplefiltercollection/_index.md index a73cbe3bb6..0ad3b37826 100644 --- a/english/aspose.cells/multiplefiltercollection/_index.md +++ b/english/aspose.cells/multiplefiltercollection/_index.md @@ -3,7 +3,7 @@ title: MultipleFilterCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1140 +weight: 1150 url: /aspose.cells/multiplefiltercollection/ is_root: false --- @@ -19,7 +19,7 @@ The MultipleFilterCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/multiplefiltercollection/__init__/#) | Constructs one new instance. | +| [`__init__(self)`](/cells/python-net/aspose.cells/multiplefiltercollection/__init__/#) | Constructs one new instance. | ### Properties @@ -31,7 +31,7 @@ The MultipleFilterCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/multiplefiltercollection/add/#str) | Adds string filter. | +| [`add(self, filter)`](/cells/python-net/aspose.cells/multiplefiltercollection/add/#str) | Adds string filter. | diff --git a/english/aspose.cells/multiplefiltercollection/add/_index.md b/english/aspose.cells/multiplefiltercollection/add/_index.md index 3e564f692f..9ee1611623 100644 --- a/english/aspose.cells/multiplefiltercollection/add/_index.md +++ b/english/aspose.cells/multiplefiltercollection/add/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/multiplefiltercollection/add/ is_root: false --- -## add {#str} +## add(self, filter) {#str} Adds string filter. ```python + def add(self, filter): ... ``` diff --git a/english/aspose.cells/name/_index.md b/english/aspose.cells/name/_index.md index ea0b42afbb..64cd69164c 100644 --- a/english/aspose.cells/name/_index.md +++ b/english/aspose.cells/name/_index.md @@ -3,7 +3,7 @@ title: Name class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1150 +weight: 1160 url: /aspose.cells/name/ is_root: false --- @@ -32,15 +32,15 @@ The Name type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_refers_to](/cells/python-net/aspose.cells/name/get_refers_to/#bool-bool) | Get the reference of this Name. | -| [get_refers_to](/cells/python-net/aspose.cells/name/get_refers_to/#bool-bool-int-int) | Get the reference of this Name based on specified cell. | -| [get_ranges](/cells/python-net/aspose.cells/name/get_ranges/#) | Gets all ranges referred by this name. | -| [get_ranges](/cells/python-net/aspose.cells/name/get_ranges/#bool) | Gets all ranges referred by this name. | -| [get_range](/cells/python-net/aspose.cells/name/get_range/#) | Gets the range if this name refers to a range. | -| [get_range](/cells/python-net/aspose.cells/name/get_range/#bool) | Gets the range if this name refers to a range | -| [get_range](/cells/python-net/aspose.cells/name/get_range/#int-int-int) | Gets the range if this name refers to a range.
If the reference of this name is not absolute, the range may be different for different cell. | -| [set_refers_to](/cells/python-net/aspose.cells/name/set_refers_to/#str-bool-bool) | Set the reference of this Name. | -| [get_referred_areas](/cells/python-net/aspose.cells/name/get_referred_areas/#bool) | Gets all references referred by this name. | +| [`get_refers_to(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/name/get_refers_to/#bool-bool) | Get the reference of this Name. | +| [`get_refers_to(self, is_r1c1, is_local, row, column)`](/cells/python-net/aspose.cells/name/get_refers_to/#bool-bool-int-int) | Get the reference of this Name based on specified cell. | +| [`get_ranges(self)`](/cells/python-net/aspose.cells/name/get_ranges/#) | Gets all ranges referred by this name. | +| [`get_ranges(self, recalculate)`](/cells/python-net/aspose.cells/name/get_ranges/#bool) | Gets all ranges referred by this name. | +| [`get_range(self)`](/cells/python-net/aspose.cells/name/get_range/#) | Gets the range if this name refers to a range. | +| [`get_range(self, recalculate)`](/cells/python-net/aspose.cells/name/get_range/#bool) | Gets the range if this name refers to a range | +| [`get_range(self, sheet_index, row, column)`](/cells/python-net/aspose.cells/name/get_range/#int-int-int) | Gets the range if this name refers to a range.
If the reference of this name is not absolute, the range may be different for different cell. | +| [`set_refers_to(self, refers_to, is_r1c1, is_local)`](/cells/python-net/aspose.cells/name/set_refers_to/#str-bool-bool) | Set the reference of this Name. | +| [`get_referred_areas(self, recalculate)`](/cells/python-net/aspose.cells/name/get_referred_areas/#bool) | Gets all references referred by this name. | diff --git a/english/aspose.cells/name/get_range/_index.md b/english/aspose.cells/name/get_range/_index.md index fd60e7c0a9..855ee61d2d 100644 --- a/english/aspose.cells/name/get_range/_index.md +++ b/english/aspose.cells/name/get_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/name/get_range/ is_root: false --- -## get_range {#} +## get_range(self) {#} Gets the range if this name refers to a range. @@ -20,6 +20,7 @@ The range. ```python + def get_range(self): ... ``` @@ -27,7 +28,7 @@ def get_range(self): -## get_range {#bool} +## get_range(self, recalculate) {#bool} Gets the range if this name refers to a range @@ -39,6 +40,7 @@ The range. ```python + def get_range(self, recalculate): ... ``` @@ -49,7 +51,7 @@ def get_range(self, recalculate): | recalculate | bool | whether recalculate it if this name has been calculated before this invocation. | -## get_range {#int-int-int} +## get_range(self, sheet_index, row, column) {#int-int-int} Gets the range if this name refers to a range. If the reference of this name is not absolute, the range may be different for different cell. @@ -62,6 +64,7 @@ The range. ```python + def get_range(self, sheet_index, row, column): ... ``` diff --git a/english/aspose.cells/name/get_ranges/_index.md b/english/aspose.cells/name/get_ranges/_index.md index 6562fb9099..84bf5c6948 100644 --- a/english/aspose.cells/name/get_ranges/_index.md +++ b/english/aspose.cells/name/get_ranges/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/name/get_ranges/ is_root: false --- -## get_ranges {#} +## get_ranges(self) {#} Gets all ranges referred by this name. @@ -20,6 +20,7 @@ All ranges. ```python + def get_ranges(self): ... ``` @@ -27,7 +28,7 @@ def get_ranges(self): -## get_ranges {#bool} +## get_ranges(self, recalculate) {#bool} Gets all ranges referred by this name. @@ -39,6 +40,7 @@ All ranges. ```python + def get_ranges(self, recalculate): ... ``` diff --git a/english/aspose.cells/name/get_referred_areas/_index.md b/english/aspose.cells/name/get_referred_areas/_index.md index 6a6b39d9c5..fb2a90318d 100644 --- a/english/aspose.cells/name/get_referred_areas/_index.md +++ b/english/aspose.cells/name/get_referred_areas/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/name/get_referred_areas/ is_root: false --- -## get_referred_areas {#bool} +## get_referred_areas(self, recalculate) {#bool} Gets all references referred by this name. @@ -20,6 +20,7 @@ All ranges. ```python + def get_referred_areas(self, recalculate): ... ``` diff --git a/english/aspose.cells/name/get_refers_to/_index.md b/english/aspose.cells/name/get_refers_to/_index.md index 61f3406a91..4c082e1d01 100644 --- a/english/aspose.cells/name/get_refers_to/_index.md +++ b/english/aspose.cells/name/get_refers_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/name/get_refers_to/ is_root: false --- -## get_refers_to {#bool-bool} +## get_refers_to(self, is_r1c1, is_local) {#bool-bool} Get the reference of this Name. ```python + def get_refers_to(self, is_r1c1, is_local): ... ``` @@ -26,13 +27,14 @@ def get_refers_to(self, is_r1c1, is_local): | is_local | bool | Whether the reference needs to be formatted by locale. | -## get_refers_to {#bool-bool-int-int} +## get_refers_to(self, is_r1c1, is_local, row, column) {#bool-bool-int-int} Get the reference of this Name based on specified cell. ```python + def get_refers_to(self, is_r1c1, is_local, row, column): ... ``` diff --git a/english/aspose.cells/name/set_refers_to/_index.md b/english/aspose.cells/name/set_refers_to/_index.md index 49ebc01535..037a34b674 100644 --- a/english/aspose.cells/name/set_refers_to/_index.md +++ b/english/aspose.cells/name/set_refers_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/name/set_refers_to/ is_root: false --- -## set_refers_to {#str-bool-bool} +## set_refers_to(self, refers_to, is_r1c1, is_local) {#str-bool-bool} Set the reference of this Name. ```python + def set_refers_to(self, refers_to, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells/namecollection/_index.md b/english/aspose.cells/namecollection/_index.md index 9f762fa017..1a8bebc059 100644 --- a/english/aspose.cells/namecollection/_index.md +++ b/english/aspose.cells/namecollection/_index.md @@ -3,7 +3,7 @@ title: NameCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1160 +weight: 1170 url: /aspose.cells/namecollection/ is_root: false --- @@ -25,21 +25,21 @@ The NameCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get](/cells/python-net/aspose.cells/namecollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | -| [get](/cells/python-net/aspose.cells/namecollection/get/#str) | Add API for Python Via .Net.since this[string text] is unsupported | -| [copy_to](/cells/python-net/aspose.cells/namecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/namecollection/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. | -| [index_of](/cells/python-net/aspose.cells/namecollection/index_of/#aspose.cells.Name-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. | -| [index_of](/cells/python-net/aspose.cells/namecollection/index_of/#aspose.cells.Name-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/namecollection/last_index_of/#aspose.cells.Name) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/namecollection/last_index_of/#aspose.cells.Name-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](/cells/python-net/aspose.cells/namecollection/last_index_of/#aspose.cells.Name-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. | -| [add](/cells/python-net/aspose.cells/namecollection/add/#str) | Defines a new name. | -| [filter](/cells/python-net/aspose.cells/namecollection/filter/#aspose.cells.NameScopeType-int) | Gets all defined name by scope. | -| [remove_a_name](/cells/python-net/aspose.cells/namecollection/remove_a_name/#str) | Remove the name. | -| [remove_names_by_array](/cells/python-net/aspose.cells/namecollection/remove_names_by_array/#list) | Remove an array of name | -| [remove_duplicate_names](/cells/python-net/aspose.cells/namecollection/remove_duplicate_names/#) | Remove the duplicate defined names | -| [binary_search](/cells/python-net/aspose.cells/namecollection/binary_search/#aspose.cells.Name) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, index)`](/cells/python-net/aspose.cells/namecollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | +| [`get(self, text)`](/cells/python-net/aspose.cells/namecollection/get/#str) | Add API for Python Via .Net.since this[string text] is unsupported | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/namecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/namecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/namecollection/index_of/#aspose.cells.name-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/namecollection/index_of/#aspose.cells.name-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/namecollection/last_index_of/#aspose.cells.name) | 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/namecollection/last_index_of/#aspose.cells.name-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/namecollection/last_index_of/#aspose.cells.name-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. | +| [`add(self, text)`](/cells/python-net/aspose.cells/namecollection/add/#str) | Defines a new name. | +| [`filter(self, type, sheet_index)`](/cells/python-net/aspose.cells/namecollection/filter/#aspose.cells.namescopetype-int) | Gets all defined name by scope. | +| [`remove_a_name(self, text)`](/cells/python-net/aspose.cells/namecollection/remove_a_name/#str) | Remove the name. | +| [`remove_names_by_array(self, names)`](/cells/python-net/aspose.cells/namecollection/remove_names_by_array/#list) | Remove an array of name | +| [`remove_duplicate_names(self)`](/cells/python-net/aspose.cells/namecollection/remove_duplicate_names/#) | Remove the duplicate defined names | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/namecollection/binary_search/#aspose.cells.name) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/namecollection/add/_index.md b/english/aspose.cells/namecollection/add/_index.md index 6b0a9b13ca..5aea48942d 100644 --- a/english/aspose.cells/namecollection/add/_index.md +++ b/english/aspose.cells/namecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/add/ is_root: false --- -## add {#str} +## add(self, text) {#str} Defines a new name. @@ -20,6 +20,7 @@ Defines a new name. ```python + def add(self, text): ... ``` diff --git a/english/aspose.cells/namecollection/binary_search/_index.md b/english/aspose.cells/namecollection/binary_search/_index.md index 6aad9bd112..6cad0ecba3 100644 --- a/english/aspose.cells/namecollection/binary_search/_index.md +++ b/english/aspose.cells/namecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Name} +## binary_search(self, item) {#aspose.cells.Name} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/namecollection/copy_to/_index.md b/english/aspose.cells/namecollection/copy_to/_index.md index a8843a252e..edfc235e29 100644 --- a/english/aspose.cells/namecollection/copy_to/_index.md +++ b/english/aspose.cells/namecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/namecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/namecollection/filter/_index.md b/english/aspose.cells/namecollection/filter/_index.md index 5760270fef..c533c164ba 100644 --- a/english/aspose.cells/namecollection/filter/_index.md +++ b/english/aspose.cells/namecollection/filter/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/filter/ is_root: false --- -## filter {#aspose.cells.NameScopeType-int} +## filter(self, type, sheet_index) {#aspose.cells.NameScopeType-int} Gets all defined name by scope. @@ -19,9 +19,10 @@ Gets all defined name by scope. -```python +```python + def filter(self, type, sheet_index): - ... + ... ``` diff --git a/english/aspose.cells/namecollection/get/_index.md b/english/aspose.cells/namecollection/get/_index.md index 0de7fbc415..6ac7e70a89 100644 --- a/english/aspose.cells/namecollection/get/_index.md +++ b/english/aspose.cells/namecollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Add API for Python Via .Net.since this[int index] is unsupported @@ -20,6 +20,7 @@ Add API for Python Via .Net.since this[int index] is unsupported ```python + def get(self, index): ... ``` @@ -30,7 +31,7 @@ def get(self, index): | index | int | The zero based index of the element. | -## get {#str} +## get(self, text) {#str} Add API for Python Via .Net.since this[string text] is unsupported @@ -42,6 +43,7 @@ Add API for Python Via .Net.since this[string text] is unsupported ```python + def get(self, text): ... ``` diff --git a/english/aspose.cells/namecollection/index_of/_index.md b/english/aspose.cells/namecollection/index_of/_index.md index 6c0df2044b..98614bbd07 100644 --- a/english/aspose.cells/namecollection/index_of/_index.md +++ b/english/aspose.cells/namecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Name-int} +## index_of(self, item, index) {#aspose.cells.Name-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Name-int-int} +## index_of(self, item, index, count) {#aspose.cells.Name-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/namecollection/last_index_of/_index.md b/english/aspose.cells/namecollection/last_index_of/_index.md index 4727ac58f0..7c8d5f6eb3 100644 --- a/english/aspose.cells/namecollection/last_index_of/_index.md +++ b/english/aspose.cells/namecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/namecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Name} +## last_index_of(self, item) {#aspose.cells.Name} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Name`](/cells/python-net/aspose.cells/name) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Name-int} +## last_index_of(self, item, index) {#aspose.cells.Name-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Name-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Name-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/namecollection/remove_a_name/_index.md b/english/aspose.cells/namecollection/remove_a_name/_index.md index cf1c423c9c..e3c5cb66ad 100644 --- a/english/aspose.cells/namecollection/remove_a_name/_index.md +++ b/english/aspose.cells/namecollection/remove_a_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/namecollection/remove_a_name/ is_root: false --- -## remove_a_name {#str} +## remove_a_name(self, text) {#str} Remove the name. ```python + def remove_a_name(self, text): ... ``` diff --git a/english/aspose.cells/namecollection/remove_duplicate_names/_index.md b/english/aspose.cells/namecollection/remove_duplicate_names/_index.md index 5e6d2dbed2..8dd555a123 100644 --- a/english/aspose.cells/namecollection/remove_duplicate_names/_index.md +++ b/english/aspose.cells/namecollection/remove_duplicate_names/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/namecollection/remove_duplicate_names/ is_root: false --- -## remove_duplicate_names {#} +## remove_duplicate_names(self) {#} Remove the duplicate defined names ```python + def remove_duplicate_names(self): ... ``` diff --git a/english/aspose.cells/namecollection/remove_names_by_array/_index.md b/english/aspose.cells/namecollection/remove_names_by_array/_index.md index 81746d8e0f..2bc50e42ef 100644 --- a/english/aspose.cells/namecollection/remove_names_by_array/_index.md +++ b/english/aspose.cells/namecollection/remove_names_by_array/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/namecollection/remove_names_by_array/ is_root: false --- -## remove_names_by_array {#list} +## remove_names_by_array(self, names) {#list} Remove an array of name ```python + def remove_names_by_array(self, names): ... ``` diff --git a/english/aspose.cells/namescopetype/_index.md b/english/aspose.cells/namescopetype/_index.md index 6a0c861c61..1a445e495c 100644 --- a/english/aspose.cells/namescopetype/_index.md +++ b/english/aspose.cells/namescopetype/_index.md @@ -3,7 +3,7 @@ title: NameScopeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2470 +weight: 2490 url: /aspose.cells/namescopetype/ is_root: false --- diff --git a/english/aspose.cells/negativebarformat/_index.md b/english/aspose.cells/negativebarformat/_index.md index a18ad3fadf..b83227f111 100644 --- a/english/aspose.cells/negativebarformat/_index.md +++ b/english/aspose.cells/negativebarformat/_index.md @@ -3,7 +3,7 @@ title: NegativeBarFormat class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1170 +weight: 1180 url: /aspose.cells/negativebarformat/ is_root: false --- diff --git a/english/aspose.cells/numbercategorytype/_index.md b/english/aspose.cells/numbercategorytype/_index.md index 2ffd6548dc..3b1f90ad3d 100644 --- a/english/aspose.cells/numbercategorytype/_index.md +++ b/english/aspose.cells/numbercategorytype/_index.md @@ -3,7 +3,7 @@ title: NumberCategoryType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2480 +weight: 2500 url: /aspose.cells/numbercategorytype/ is_root: false --- diff --git a/english/aspose.cells/odsloadoptions/__init__/_index.md b/english/aspose.cells/odsloadoptions/__init__/_index.md index ce8b05516a..283e4c9975 100644 --- a/english/aspose.cells/odsloadoptions/__init__/_index.md +++ b/english/aspose.cells/odsloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/odsloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents the options of loading ods file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, type) {#aspose.cells.LoadFormat} Represents the options of loading ods file. ```python + def __init__(self, type): ... ``` diff --git a/english/aspose.cells/odsloadoptions/_index.md b/english/aspose.cells/odsloadoptions/_index.md index eca5ef4946..baee615bb6 100644 --- a/english/aspose.cells/odsloadoptions/_index.md +++ b/english/aspose.cells/odsloadoptions/_index.md @@ -3,7 +3,7 @@ title: OdsLoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1180 +weight: 1190 url: /aspose.cells/odsloadoptions/ is_root: false --- @@ -24,8 +24,8 @@ The OdsLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/odsloadoptions/__init__/#) | Represents the options of loading ods file. | -| [__init__](/cells/python-net/aspose.cells/odsloadoptions/__init__/#aspose.cells.LoadFormat) | Represents the options of loading ods file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/odsloadoptions/__init__/#) | Represents the options of loading ods file. | +| [`__init__(self, type)`](/cells/python-net/aspose.cells/odsloadoptions/__init__/#aspose.cells.loadformat) | Represents the options of loading ods file. | ### Properties @@ -62,7 +62,7 @@ The OdsLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/odsloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/odsloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/odsloadoptions/set_paper_size/_index.md b/english/aspose.cells/odsloadoptions/set_paper_size/_index.md index 57d44f0562..3b5dd5d529 100644 --- a/english/aspose.cells/odsloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/odsloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/odsloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/odssaveoptions/__init__/_index.md b/english/aspose.cells/odssaveoptions/__init__/_index.md index 70c10bd351..b044960afe 100644 --- a/english/aspose.cells/odssaveoptions/__init__/_index.md +++ b/english/aspose.cells/odssaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/odssaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options of saving ods file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates the options of saving ods file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/odssaveoptions/_index.md b/english/aspose.cells/odssaveoptions/_index.md index f256b1ee66..9955c09bfa 100644 --- a/english/aspose.cells/odssaveoptions/_index.md +++ b/english/aspose.cells/odssaveoptions/_index.md @@ -3,7 +3,7 @@ title: OdsSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1190 +weight: 1200 url: /aspose.cells/odssaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The OdsSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/odssaveoptions/__init__/#) | Creates the options of saving ods file. | -| [__init__](/cells/python-net/aspose.cells/odssaveoptions/__init__/#aspose.cells.SaveFormat) | Creates the options of saving ods file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/odssaveoptions/__init__/#) | Creates the options of saving ods file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/odssaveoptions/__init__/#aspose.cells.saveformat) | Creates the options of saving ods file. | ### Properties diff --git a/english/aspose.cells/ooxmlcompliance/_index.md b/english/aspose.cells/ooxmlcompliance/_index.md index be1cc05302..3dddb133cc 100644 --- a/english/aspose.cells/ooxmlcompliance/_index.md +++ b/english/aspose.cells/ooxmlcompliance/_index.md @@ -3,7 +3,7 @@ title: OoxmlCompliance enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2490 +weight: 2510 url: /aspose.cells/ooxmlcompliance/ is_root: false --- diff --git a/english/aspose.cells/ooxmlcompressiontype/_index.md b/english/aspose.cells/ooxmlcompressiontype/_index.md index e6a03d3b49..a09ac7d7f4 100644 --- a/english/aspose.cells/ooxmlcompressiontype/_index.md +++ b/english/aspose.cells/ooxmlcompressiontype/_index.md @@ -3,7 +3,7 @@ title: OoxmlCompressionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2500 +weight: 2520 url: /aspose.cells/ooxmlcompressiontype/ is_root: false --- diff --git a/english/aspose.cells/ooxmlsaveoptions/__init__/_index.md b/english/aspose.cells/ooxmlsaveoptions/__init__/_index.md index 972f7499e4..a5e6e33cb1 100644 --- a/english/aspose.cells/ooxmlsaveoptions/__init__/_index.md +++ b/english/aspose.cells/ooxmlsaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/ooxmlsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving office open xml file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates the options for saving office open xml file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/ooxmlsaveoptions/_index.md b/english/aspose.cells/ooxmlsaveoptions/_index.md index 7c8fa03c58..4f444cb884 100644 --- a/english/aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/aspose.cells/ooxmlsaveoptions/_index.md @@ -3,7 +3,7 @@ title: OoxmlSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1200 +weight: 1210 url: /aspose.cells/ooxmlsaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The OoxmlSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/ooxmlsaveoptions/__init__/#) | Creates the options for saving office open xml file. | -| [__init__](/cells/python-net/aspose.cells/ooxmlsaveoptions/__init__/#aspose.cells.SaveFormat) | Creates the options for saving office open xml file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/ooxmlsaveoptions/__init__/#) | Creates the options for saving office open xml file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/ooxmlsaveoptions/__init__/#aspose.cells.saveformat) | Creates the options for saving office open xml file. | ### Properties diff --git a/english/aspose.cells/operatortype/_index.md b/english/aspose.cells/operatortype/_index.md index 84f7ab1bdb..43e0745e7f 100644 --- a/english/aspose.cells/operatortype/_index.md +++ b/english/aspose.cells/operatortype/_index.md @@ -3,7 +3,7 @@ title: OperatorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2510 +weight: 2530 url: /aspose.cells/operatortype/ is_root: false --- diff --git a/english/aspose.cells/outline/_index.md b/english/aspose.cells/outline/_index.md index 0fb4cc603e..b7b8712414 100644 --- a/english/aspose.cells/outline/_index.md +++ b/english/aspose.cells/outline/_index.md @@ -3,7 +3,7 @@ title: Outline class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1210 +weight: 1220 url: /aspose.cells/outline/ is_root: false --- diff --git a/english/aspose.cells/pagelayoutalignmenttype/_index.md b/english/aspose.cells/pagelayoutalignmenttype/_index.md index 06a6b327be..e0e5cfa584 100644 --- a/english/aspose.cells/pagelayoutalignmenttype/_index.md +++ b/english/aspose.cells/pagelayoutalignmenttype/_index.md @@ -3,7 +3,7 @@ title: PageLayoutAlignmentType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2520 +weight: 2540 url: /aspose.cells/pagelayoutalignmenttype/ is_root: false --- diff --git a/english/aspose.cells/pageorientationtype/_index.md b/english/aspose.cells/pageorientationtype/_index.md index 27e9a63070..790e5df587 100644 --- a/english/aspose.cells/pageorientationtype/_index.md +++ b/english/aspose.cells/pageorientationtype/_index.md @@ -3,7 +3,7 @@ title: PageOrientationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2530 +weight: 2550 url: /aspose.cells/pageorientationtype/ is_root: false --- diff --git a/english/aspose.cells/pagesetup/_index.md b/english/aspose.cells/pagesetup/_index.md index a5b48b8736..94d2ae7f87 100644 --- a/english/aspose.cells/pagesetup/_index.md +++ b/english/aspose.cells/pagesetup/_index.md @@ -3,7 +3,7 @@ title: PageSetup class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1220 +weight: 1230 url: /aspose.cells/pagesetup/ is_root: false --- @@ -68,28 +68,28 @@ The PageSetup type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_picture](/cells/python-net/aspose.cells/pagesetup/get_picture/#bool-int) | Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. | -| [get_picture](/cells/python-net/aspose.cells/pagesetup/get_picture/#bool-bool-bool-int) | Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. | -| [copy](/cells/python-net/aspose.cells/pagesetup/copy/#aspose.cells.PageSetup-aspose.cells.CopyOptions) | Copies the setting of the page setup. | -| [set_fit_to_pages](/cells/python-net/aspose.cells/pagesetup/set_fit_to_pages/#int-int) | Sets the number of pages the worksheet will be scaled to when it's printed. | -| [custom_paper_size](/cells/python-net/aspose.cells/pagesetup/custom_paper_size/#float-float) | Sets the custom paper size, in unit of inches. | -| [clear_header_footer](/cells/python-net/aspose.cells/pagesetup/clear_header_footer/#) | Clears header and footer setting. | -| [get_header](/cells/python-net/aspose.cells/pagesetup/get_header/#int) | Gets a script formatting the header of an Excel file. | -| [get_commands](/cells/python-net/aspose.cells/pagesetup/get_commands/#str) | Gets all commands of header or footer. | -| [get_footer](/cells/python-net/aspose.cells/pagesetup/get_footer/#int) | Gets a script formatting the footer of an Excel file. | -| [set_header](/cells/python-net/aspose.cells/pagesetup/set_header/#int-str) | Sets a script formatting the header of an Excel file. | -| [set_footer](/cells/python-net/aspose.cells/pagesetup/set_footer/#int-str) | Sets a script formatting the footer of an Excel file. | -| [set_even_header](/cells/python-net/aspose.cells/pagesetup/set_even_header/#int-str) | Sets a script formatting the even page header of an Excel file.
Only effect in Excel 2007 when IsHFDiffOddEven is true. | -| [get_even_header](/cells/python-net/aspose.cells/pagesetup/get_even_header/#int) | Gets a script formatting the even header of an Excel file. | -| [set_even_footer](/cells/python-net/aspose.cells/pagesetup/set_even_footer/#int-str) | Sets a script formatting the even page footer of an Excel file.
Only effect in Excel 2007 when IsHFDiffOddEven is true. | -| [get_even_footer](/cells/python-net/aspose.cells/pagesetup/get_even_footer/#int) | Gets a script formatting the even footer of an Excel file. | -| [set_first_page_header](/cells/python-net/aspose.cells/pagesetup/set_first_page_header/#int-str) | Sets a script formatting the first page header of an Excel file.
Only effect in Excel 2007 when IsHFDiffFirst is true. | -| [get_first_page_header](/cells/python-net/aspose.cells/pagesetup/get_first_page_header/#int) | Gets a script formatting the first page header of an Excel file. | -| [set_first_page_footer](/cells/python-net/aspose.cells/pagesetup/set_first_page_footer/#int-str) | Sets a script formatting the first page footer of an Excel file. | -| [get_first_page_footer](/cells/python-net/aspose.cells/pagesetup/get_first_page_footer/#int) | Gets a script formatting the first page footer of an Excel file. | -| [set_header_picture](/cells/python-net/aspose.cells/pagesetup/set_header_picture/#int-bytes) | Sets an image in the header of a worksheet. | -| [set_footer_picture](/cells/python-net/aspose.cells/pagesetup/set_footer_picture/#int-bytes) | Sets an image in the footer of a worksheet. | -| [set_picture](/cells/python-net/aspose.cells/pagesetup/set_picture/#bool-bool-bool-int-bytes) | Sets an image in the header/footer of a worksheet. | +| [`get_picture(self, is_header, section)`](/cells/python-net/aspose.cells/pagesetup/get_picture/#bool-int) | Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. | +| [`get_picture(self, is_first, is_even, is_header, section)`](/cells/python-net/aspose.cells/pagesetup/get_picture/#bool-bool-bool-int) | Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. | +| [`copy(self, source, copy_options)`](/cells/python-net/aspose.cells/pagesetup/copy/#aspose.cells.pagesetup-aspose.cells.copyoptions) | Copies the setting of the page setup. | +| [`set_fit_to_pages(self, wide, tall)`](/cells/python-net/aspose.cells/pagesetup/set_fit_to_pages/#int-int) | Sets the number of pages the worksheet will be scaled to when it's printed. | +| [`custom_paper_size(self, width, height)`](/cells/python-net/aspose.cells/pagesetup/custom_paper_size/#float-float) | Sets the custom paper size, in unit of inches. | +| [`clear_header_footer(self)`](/cells/python-net/aspose.cells/pagesetup/clear_header_footer/#) | Clears header and footer setting. | +| [`get_header(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_header/#int) | Gets a script formatting the header of an Excel file. | +| [`get_commands(self, header_footer_script)`](/cells/python-net/aspose.cells/pagesetup/get_commands/#str) | Gets all commands of header or footer. | +| [`get_footer(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_footer/#int) | Gets a script formatting the footer of an Excel file. | +| [`set_header(self, section, header_script)`](/cells/python-net/aspose.cells/pagesetup/set_header/#int-str) | Sets a script formatting the header of an Excel file. | +| [`set_footer(self, section, footer_script)`](/cells/python-net/aspose.cells/pagesetup/set_footer/#int-str) | Sets a script formatting the footer of an Excel file. | +| [`set_even_header(self, section, header_script)`](/cells/python-net/aspose.cells/pagesetup/set_even_header/#int-str) | Sets a script formatting the even page header of an Excel file.
Only effect in Excel 2007 when IsHFDiffOddEven is true. | +| [`get_even_header(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_even_header/#int) | Gets a script formatting the even header of an Excel file. | +| [`set_even_footer(self, section, footer_script)`](/cells/python-net/aspose.cells/pagesetup/set_even_footer/#int-str) | Sets a script formatting the even page footer of an Excel file.
Only effect in Excel 2007 when IsHFDiffOddEven is true. | +| [`get_even_footer(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_even_footer/#int) | Gets a script formatting the even footer of an Excel file. | +| [`set_first_page_header(self, section, header_script)`](/cells/python-net/aspose.cells/pagesetup/set_first_page_header/#int-str) | Sets a script formatting the first page header of an Excel file.
Only effect in Excel 2007 when IsHFDiffFirst is true. | +| [`get_first_page_header(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_first_page_header/#int) | Gets a script formatting the first page header of an Excel file. | +| [`set_first_page_footer(self, section, footer_script)`](/cells/python-net/aspose.cells/pagesetup/set_first_page_footer/#int-str) | Sets a script formatting the first page footer of an Excel file. | +| [`get_first_page_footer(self, section)`](/cells/python-net/aspose.cells/pagesetup/get_first_page_footer/#int) | Gets a script formatting the first page footer of an Excel file. | +| [`set_header_picture(self, section, header_picture)`](/cells/python-net/aspose.cells/pagesetup/set_header_picture/#int-bytes) | Sets an image in the header of a worksheet. | +| [`set_footer_picture(self, section, footer_picture)`](/cells/python-net/aspose.cells/pagesetup/set_footer_picture/#int-bytes) | Sets an image in the footer of a worksheet. | +| [`set_picture(self, is_first, is_even, is_header, section, image_data)`](/cells/python-net/aspose.cells/pagesetup/set_picture/#bool-bool-bool-int-bytes) | Sets an image in the header/footer of a worksheet. | diff --git a/english/aspose.cells/pagesetup/clear_header_footer/_index.md b/english/aspose.cells/pagesetup/clear_header_footer/_index.md index 8392e569a6..0a66ee61e6 100644 --- a/english/aspose.cells/pagesetup/clear_header_footer/_index.md +++ b/english/aspose.cells/pagesetup/clear_header_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/clear_header_footer/ is_root: false --- -## clear_header_footer {#} +## clear_header_footer(self) {#} Clears header and footer setting. ```python + def clear_header_footer(self): ... ``` diff --git a/english/aspose.cells/pagesetup/copy/_index.md b/english/aspose.cells/pagesetup/copy/_index.md index 6e301e82d4..e5d1945f56 100644 --- a/english/aspose.cells/pagesetup/copy/_index.md +++ b/english/aspose.cells/pagesetup/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/copy/ is_root: false --- -## copy {#aspose.cells.PageSetup-aspose.cells.CopyOptions} +## copy(self, source, copy_options) {#aspose.cells.PageSetup-aspose.cells.CopyOptions} Copies the setting of the page setup. ```python + def copy(self, source, copy_options): ... ``` diff --git a/english/aspose.cells/pagesetup/custom_paper_size/_index.md b/english/aspose.cells/pagesetup/custom_paper_size/_index.md index 31a1710724..9c3c5f7169 100644 --- a/english/aspose.cells/pagesetup/custom_paper_size/_index.md +++ b/english/aspose.cells/pagesetup/custom_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/custom_paper_size/ is_root: false --- -## custom_paper_size {#float-float} +## custom_paper_size(self, width, height) {#float-float} Sets the custom paper size, in unit of inches. ```python + def custom_paper_size(self, width, height): ... ``` diff --git a/english/aspose.cells/pagesetup/get_commands/_index.md b/english/aspose.cells/pagesetup/get_commands/_index.md index bcd13ea426..80ea1abf42 100644 --- a/english/aspose.cells/pagesetup/get_commands/_index.md +++ b/english/aspose.cells/pagesetup/get_commands/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/get_commands/ is_root: false --- -## get_commands {#str} +## get_commands(self, header_footer_script) {#str} Gets all commands of header or footer. @@ -20,6 +20,7 @@ Returns all commands of header or footer. ```python + def get_commands(self, header_footer_script): ... ``` diff --git a/english/aspose.cells/pagesetup/get_even_footer/_index.md b/english/aspose.cells/pagesetup/get_even_footer/_index.md index 48b29d5e69..879b8b960a 100644 --- a/english/aspose.cells/pagesetup/get_even_footer/_index.md +++ b/english/aspose.cells/pagesetup/get_even_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_even_footer/ is_root: false --- -## get_even_footer {#int} +## get_even_footer(self, section) {#int} Gets a script formatting the even footer of an Excel file. ```python + def get_even_footer(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_even_header/_index.md b/english/aspose.cells/pagesetup/get_even_header/_index.md index 37039f62f7..39e3f59ab3 100644 --- a/english/aspose.cells/pagesetup/get_even_header/_index.md +++ b/english/aspose.cells/pagesetup/get_even_header/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_even_header/ is_root: false --- -## get_even_header {#int} +## get_even_header(self, section) {#int} Gets a script formatting the even header of an Excel file. ```python + def get_even_header(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_first_page_footer/_index.md b/english/aspose.cells/pagesetup/get_first_page_footer/_index.md index de5b58149e..76228ac284 100644 --- a/english/aspose.cells/pagesetup/get_first_page_footer/_index.md +++ b/english/aspose.cells/pagesetup/get_first_page_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_first_page_footer/ is_root: false --- -## get_first_page_footer {#int} +## get_first_page_footer(self, section) {#int} Gets a script formatting the first page footer of an Excel file. ```python + def get_first_page_footer(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_first_page_header/_index.md b/english/aspose.cells/pagesetup/get_first_page_header/_index.md index 70eec5b4be..2249fb98c2 100644 --- a/english/aspose.cells/pagesetup/get_first_page_header/_index.md +++ b/english/aspose.cells/pagesetup/get_first_page_header/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_first_page_header/ is_root: false --- -## get_first_page_header {#int} +## get_first_page_header(self, section) {#int} Gets a script formatting the first page header of an Excel file. ```python + def get_first_page_header(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_footer/_index.md b/english/aspose.cells/pagesetup/get_footer/_index.md index a2dd5a6d04..3107eafb8a 100644 --- a/english/aspose.cells/pagesetup/get_footer/_index.md +++ b/english/aspose.cells/pagesetup/get_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_footer/ is_root: false --- -## get_footer {#int} +## get_footer(self, section) {#int} Gets a script formatting the footer of an Excel file. ```python + def get_footer(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_header/_index.md b/english/aspose.cells/pagesetup/get_header/_index.md index 52a53b5132..3b8cd5c77d 100644 --- a/english/aspose.cells/pagesetup/get_header/_index.md +++ b/english/aspose.cells/pagesetup/get_header/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/get_header/ is_root: false --- -## get_header {#int} +## get_header(self, section) {#int} Gets a script formatting the header of an Excel file. ```python + def get_header(self, section): ... ``` diff --git a/english/aspose.cells/pagesetup/get_picture/_index.md b/english/aspose.cells/pagesetup/get_picture/_index.md index 1b7f19b555..419c1e64a7 100644 --- a/english/aspose.cells/pagesetup/get_picture/_index.md +++ b/english/aspose.cells/pagesetup/get_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/get_picture/ is_root: false --- -## get_picture {#bool-int} +## get_picture(self, is_header, section) {#bool-int} Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. @@ -21,6 +21,7 @@ Returns null if there is no picture. ```python + def get_picture(self, is_header, section): ... ``` @@ -32,7 +33,7 @@ def get_picture(self, is_header, section): | section | int | 0: Left Section, 1: Center Section, 2: Right Section. | -## get_picture {#bool-bool-bool-int} +## get_picture(self, is_first, is_even, is_header, section) {#bool-bool-bool-int} Gets the [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object of the header / footer. @@ -44,6 +45,7 @@ Returns [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object. ```python + def get_picture(self, is_first, is_even, is_header, section): ... ``` diff --git a/english/aspose.cells/pagesetup/set_even_footer/_index.md b/english/aspose.cells/pagesetup/set_even_footer/_index.md index a3d2a759e0..ef430f22d8 100644 --- a/english/aspose.cells/pagesetup/set_even_footer/_index.md +++ b/english/aspose.cells/pagesetup/set_even_footer/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_even_footer/ is_root: false --- -## set_even_footer {#int-str} +## set_even_footer(self, section, footer_script) {#int-str} Sets a script formatting the even page footer of an Excel file. Only effect in Excel 2007 when IsHFDiffOddEven is true. @@ -16,6 +16,7 @@ Only effect in Excel 2007 when IsHFDiffOddEven is true. ```python + def set_even_footer(self, section, footer_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_even_header/_index.md b/english/aspose.cells/pagesetup/set_even_header/_index.md index a93aa6abde..fa1601bd0e 100644 --- a/english/aspose.cells/pagesetup/set_even_header/_index.md +++ b/english/aspose.cells/pagesetup/set_even_header/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_even_header/ is_root: false --- -## set_even_header {#int-str} +## set_even_header(self, section, header_script) {#int-str} Sets a script formatting the even page header of an Excel file. Only effect in Excel 2007 when IsHFDiffOddEven is true. @@ -16,6 +16,7 @@ Only effect in Excel 2007 when IsHFDiffOddEven is true. ```python + def set_even_header(self, section, header_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_first_page_footer/_index.md b/english/aspose.cells/pagesetup/set_first_page_footer/_index.md index ec83bfa4c7..725ab403d6 100644 --- a/english/aspose.cells/pagesetup/set_first_page_footer/_index.md +++ b/english/aspose.cells/pagesetup/set_first_page_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/set_first_page_footer/ is_root: false --- -## set_first_page_footer {#int-str} +## set_first_page_footer(self, section, footer_script) {#int-str} Sets a script formatting the first page footer of an Excel file. ```python + def set_first_page_footer(self, section, footer_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_first_page_header/_index.md b/english/aspose.cells/pagesetup/set_first_page_header/_index.md index 8cb80ae3f4..f8283f9dac 100644 --- a/english/aspose.cells/pagesetup/set_first_page_header/_index.md +++ b/english/aspose.cells/pagesetup/set_first_page_header/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_first_page_header/ is_root: false --- -## set_first_page_header {#int-str} +## set_first_page_header(self, section, header_script) {#int-str} Sets a script formatting the first page header of an Excel file. Only effect in Excel 2007 when IsHFDiffFirst is true. @@ -16,6 +16,7 @@ Only effect in Excel 2007 when IsHFDiffFirst is true. ```python + def set_first_page_header(self, section, header_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_fit_to_pages/_index.md b/english/aspose.cells/pagesetup/set_fit_to_pages/_index.md index 026dac887e..1848251fc8 100644 --- a/english/aspose.cells/pagesetup/set_fit_to_pages/_index.md +++ b/english/aspose.cells/pagesetup/set_fit_to_pages/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/set_fit_to_pages/ is_root: false --- -## set_fit_to_pages {#int-int} +## set_fit_to_pages(self, wide, tall) {#int-int} Sets the number of pages the worksheet will be scaled to when it's printed. ```python + def set_fit_to_pages(self, wide, tall): ... ``` diff --git a/english/aspose.cells/pagesetup/set_footer/_index.md b/english/aspose.cells/pagesetup/set_footer/_index.md index 3dbf056db0..a017611895 100644 --- a/english/aspose.cells/pagesetup/set_footer/_index.md +++ b/english/aspose.cells/pagesetup/set_footer/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/set_footer/ is_root: false --- -## set_footer {#int-str} +## set_footer(self, section, footer_script) {#int-str} Sets a script formatting the footer of an Excel file. ```python + def set_footer(self, section, footer_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_footer_picture/_index.md b/english/aspose.cells/pagesetup/set_footer_picture/_index.md index a07d8ca5ab..ffc3881d37 100644 --- a/english/aspose.cells/pagesetup/set_footer_picture/_index.md +++ b/english/aspose.cells/pagesetup/set_footer_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_footer_picture/ is_root: false --- -## set_footer_picture {#int-bytes} +## set_footer_picture(self, section, footer_picture) {#int-bytes} Sets an image in the footer of a worksheet. @@ -20,6 +20,7 @@ Returns [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object. ```python + def set_footer_picture(self, section, footer_picture): ... ``` diff --git a/english/aspose.cells/pagesetup/set_header/_index.md b/english/aspose.cells/pagesetup/set_header/_index.md index 727a9175e3..4ce3bed723 100644 --- a/english/aspose.cells/pagesetup/set_header/_index.md +++ b/english/aspose.cells/pagesetup/set_header/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pagesetup/set_header/ is_root: false --- -## set_header {#int-str} +## set_header(self, section, header_script) {#int-str} Sets a script formatting the header of an Excel file. ```python + def set_header(self, section, header_script): ... ``` diff --git a/english/aspose.cells/pagesetup/set_header_picture/_index.md b/english/aspose.cells/pagesetup/set_header_picture/_index.md index 96a8885b97..81b46d4aae 100644 --- a/english/aspose.cells/pagesetup/set_header_picture/_index.md +++ b/english/aspose.cells/pagesetup/set_header_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_header_picture/ is_root: false --- -## set_header_picture {#int-bytes} +## set_header_picture(self, section, header_picture) {#int-bytes} Sets an image in the header of a worksheet. @@ -20,6 +20,7 @@ Returns [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object. ```python + def set_header_picture(self, section, header_picture): ... ``` diff --git a/english/aspose.cells/pagesetup/set_picture/_index.md b/english/aspose.cells/pagesetup/set_picture/_index.md index d82263998e..e557b183a1 100644 --- a/english/aspose.cells/pagesetup/set_picture/_index.md +++ b/english/aspose.cells/pagesetup/set_picture/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pagesetup/set_picture/ is_root: false --- -## set_picture {#bool-bool-bool-int-bytes} +## set_picture(self, is_first, is_even, is_header, section, image_data) {#bool-bool-bool-int-bytes} Sets an image in the header/footer of a worksheet. @@ -20,6 +20,7 @@ Returns [`Picture`](/cells/python-net/aspose.cells.drawing/picture) object. ```python + def set_picture(self, is_first, is_even, is_header, section, image_data): ... ``` diff --git a/english/aspose.cells/paginatedsaveoptions/_index.md b/english/aspose.cells/paginatedsaveoptions/_index.md index 9a2fa69747..8a014fc7ad 100644 --- a/english/aspose.cells/paginatedsaveoptions/_index.md +++ b/english/aspose.cells/paginatedsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PaginatedSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1230 +weight: 1240 url: /aspose.cells/paginatedsaveoptions/ is_root: false --- diff --git a/english/aspose.cells/panecollection/_index.md b/english/aspose.cells/panecollection/_index.md index bba84946a3..686eb5f752 100644 --- a/english/aspose.cells/panecollection/_index.md +++ b/english/aspose.cells/panecollection/_index.md @@ -3,7 +3,7 @@ title: PaneCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1240 +weight: 1250 url: /aspose.cells/panecollection/ is_root: false --- diff --git a/english/aspose.cells/panestatetype/_index.md b/english/aspose.cells/panestatetype/_index.md index d15fd23c4e..81eda0e527 100644 --- a/english/aspose.cells/panestatetype/_index.md +++ b/english/aspose.cells/panestatetype/_index.md @@ -3,7 +3,7 @@ title: PaneStateType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2540 +weight: 2560 url: /aspose.cells/panestatetype/ is_root: false --- diff --git a/english/aspose.cells/papersizetype/_index.md b/english/aspose.cells/papersizetype/_index.md index b224bb4b75..ddc5d60b75 100644 --- a/english/aspose.cells/papersizetype/_index.md +++ b/english/aspose.cells/papersizetype/_index.md @@ -3,7 +3,7 @@ title: PaperSizeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2550 +weight: 2570 url: /aspose.cells/papersizetype/ is_root: false --- diff --git a/english/aspose.cells/parametertype/_index.md b/english/aspose.cells/parametertype/_index.md index ea6ffa51c0..1e7ced9163 100644 --- a/english/aspose.cells/parametertype/_index.md +++ b/english/aspose.cells/parametertype/_index.md @@ -3,7 +3,7 @@ title: ParameterType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2560 +weight: 2580 url: /aspose.cells/parametertype/ is_root: false --- diff --git a/english/aspose.cells/pasteoperationtype/_index.md b/english/aspose.cells/pasteoperationtype/_index.md index 1d4c8bd336..8c164e5920 100644 --- a/english/aspose.cells/pasteoperationtype/_index.md +++ b/english/aspose.cells/pasteoperationtype/_index.md @@ -3,7 +3,7 @@ title: PasteOperationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2570 +weight: 2590 url: /aspose.cells/pasteoperationtype/ is_root: false --- diff --git a/english/aspose.cells/pasteoptions/__init__/_index.md b/english/aspose.cells/pasteoptions/__init__/_index.md index f8be46fabd..341eeaf37a 100644 --- a/english/aspose.cells/pasteoptions/__init__/_index.md +++ b/english/aspose.cells/pasteoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pasteoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of PasteOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/pasteoptions/_index.md b/english/aspose.cells/pasteoptions/_index.md index 2d01e3a6b2..e250f8a55d 100644 --- a/english/aspose.cells/pasteoptions/_index.md +++ b/english/aspose.cells/pasteoptions/_index.md @@ -3,7 +3,7 @@ title: PasteOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1250 +weight: 1260 url: /aspose.cells/pasteoptions/ is_root: false --- @@ -19,7 +19,7 @@ The PasteOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/pasteoptions/__init__/#) | Constructs a new instance of PasteOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/pasteoptions/__init__/#) | Constructs a new instance of PasteOptions | ### Properties diff --git a/english/aspose.cells/pastetype/_index.md b/english/aspose.cells/pastetype/_index.md index a90313fc91..b14ed0c0f2 100644 --- a/english/aspose.cells/pastetype/_index.md +++ b/english/aspose.cells/pastetype/_index.md @@ -3,7 +3,7 @@ title: PasteType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2580 +weight: 2600 url: /aspose.cells/pastetype/ is_root: false --- diff --git a/english/aspose.cells/pclsaveoptions/__init__/_index.md b/english/aspose.cells/pclsaveoptions/__init__/_index.md index 43a43d0806..2ac329047e 100644 --- a/english/aspose.cells/pclsaveoptions/__init__/_index.md +++ b/english/aspose.cells/pclsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pclsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving pdf file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/pclsaveoptions/_index.md b/english/aspose.cells/pclsaveoptions/_index.md index ea8873b52b..ac5fe7b274 100644 --- a/english/aspose.cells/pclsaveoptions/_index.md +++ b/english/aspose.cells/pclsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PclSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1260 +weight: 1270 url: /aspose.cells/pclsaveoptions/ is_root: false --- @@ -25,7 +25,7 @@ The PclSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/pclsaveoptions/__init__/#) | Creates the options for saving pdf file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/pclsaveoptions/__init__/#) | Creates the options for saving pdf file. | ### Properties @@ -67,7 +67,7 @@ The PclSaveOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add_printer_font](/cells/python-net/aspose.cells/pclsaveoptions/add_printer_font/#str-str) | Adds information about font that is already added to the printer by manufacturer. | +| [`add_printer_font(self, font_full_name, font_pcl_name)`](/cells/python-net/aspose.cells/pclsaveoptions/add_printer_font/#str-str) | Adds information about font that is already added to the printer by manufacturer. | diff --git a/english/aspose.cells/pclsaveoptions/add_printer_font/_index.md b/english/aspose.cells/pclsaveoptions/add_printer_font/_index.md index 204ca63ebc..7ac99a4985 100644 --- a/english/aspose.cells/pclsaveoptions/add_printer_font/_index.md +++ b/english/aspose.cells/pclsaveoptions/add_printer_font/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pclsaveoptions/add_printer_font/ is_root: false --- -## add_printer_font {#str-str} +## add_printer_font(self, font_full_name, font_pcl_name) {#str-str} Adds information about font that is already added to the printer by manufacturer. ```python + def add_printer_font(self, font_full_name, font_pcl_name): ... ``` diff --git a/english/aspose.cells/pdfsaveoptions/__init__/_index.md b/english/aspose.cells/pdfsaveoptions/__init__/_index.md index 8fad555afb..f57cf3c1c7 100644 --- a/english/aspose.cells/pdfsaveoptions/__init__/_index.md +++ b/english/aspose.cells/pdfsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/pdfsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving pdf file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/pdfsaveoptions/_index.md b/english/aspose.cells/pdfsaveoptions/_index.md index 633b7d9437..e8587e5089 100644 --- a/english/aspose.cells/pdfsaveoptions/_index.md +++ b/english/aspose.cells/pdfsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PdfSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1270 +weight: 1280 url: /aspose.cells/pdfsaveoptions/ is_root: false --- @@ -25,7 +25,7 @@ The PdfSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/pdfsaveoptions/__init__/#) | Creates the options for saving pdf file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/pdfsaveoptions/__init__/#) | Creates the options for saving pdf file. | ### Properties @@ -83,7 +83,7 @@ The PdfSaveOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_image_resample](/cells/python-net/aspose.cells/pdfsaveoptions/set_image_resample/#int-int) | Sets desired PPI(pixels per inch) of resample images and jpeg quality.
All images will be converted to JPEG with the specified quality setting,
and images that are greater than the specified PPI (pixels per inch) will be resampled. | +| [`set_image_resample(self, desired_ppi, jpeg_quality)`](/cells/python-net/aspose.cells/pdfsaveoptions/set_image_resample/#int-int) | Sets desired PPI(pixels per inch) of resample images and jpeg quality.
All images will be converted to JPEG with the specified quality setting,
and images that are greater than the specified PPI (pixels per inch) will be resampled. | diff --git a/english/aspose.cells/pdfsaveoptions/set_image_resample/_index.md b/english/aspose.cells/pdfsaveoptions/set_image_resample/_index.md index bd5b6b38fd..8b4f14ef3c 100644 --- a/english/aspose.cells/pdfsaveoptions/set_image_resample/_index.md +++ b/english/aspose.cells/pdfsaveoptions/set_image_resample/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/pdfsaveoptions/set_image_resample/ is_root: false --- -## set_image_resample {#int-int} +## set_image_resample(self, desired_ppi, jpeg_quality) {#int-int} Sets desired PPI(pixels per inch) of resample images and jpeg quality. All images will be converted to JPEG with the specified quality setting, @@ -17,6 +17,7 @@ and images that are greater than the specified PPI (pixels per inch) will be res ```python + def set_image_resample(self, desired_ppi, jpeg_quality): ... ``` diff --git a/english/aspose.cells/pptxsaveoptions/__init__/_index.md b/english/aspose.cells/pptxsaveoptions/__init__/_index.md index b9ff183504..d92288839b 100644 --- a/english/aspose.cells/pptxsaveoptions/__init__/_index.md +++ b/english/aspose.cells/pptxsaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/pptxsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents the pptx save options. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#bool} +## \_\_init\_\_(self, save_as_image) {#bool} Represents options of saving .pptx file. -```python +```python + def __init__(self, save_as_image): - ... + ... ``` diff --git a/english/aspose.cells/pptxsaveoptions/_index.md b/english/aspose.cells/pptxsaveoptions/_index.md index 4216462ef3..450979ea90 100644 --- a/english/aspose.cells/pptxsaveoptions/_index.md +++ b/english/aspose.cells/pptxsaveoptions/_index.md @@ -3,7 +3,7 @@ title: PptxSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1280 +weight: 1290 url: /aspose.cells/pptxsaveoptions/ is_root: false --- @@ -25,8 +25,8 @@ The PptxSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/pptxsaveoptions/__init__/#) | Represents the pptx save options. | -| [__init__](/cells/python-net/aspose.cells/pptxsaveoptions/__init__/#bool) | Represents options of saving .pptx file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/pptxsaveoptions/__init__/#) | Represents the pptx save options. | +| [`__init__(self, save_as_image)`](/cells/python-net/aspose.cells/pptxsaveoptions/__init__/#bool) | Represents options of saving .pptx file. | ### Properties diff --git a/english/aspose.cells/printcommentstype/_index.md b/english/aspose.cells/printcommentstype/_index.md index 8d2b4abcbf..e5eaa2e6c3 100644 --- a/english/aspose.cells/printcommentstype/_index.md +++ b/english/aspose.cells/printcommentstype/_index.md @@ -3,7 +3,7 @@ title: PrintCommentsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2590 +weight: 2610 url: /aspose.cells/printcommentstype/ is_root: false --- diff --git a/english/aspose.cells/printerrorstype/_index.md b/english/aspose.cells/printerrorstype/_index.md index 892a3bd188..6a9db5423f 100644 --- a/english/aspose.cells/printerrorstype/_index.md +++ b/english/aspose.cells/printerrorstype/_index.md @@ -3,7 +3,7 @@ title: PrintErrorsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2600 +weight: 2620 url: /aspose.cells/printerrorstype/ is_root: false --- diff --git a/english/aspose.cells/printingpagetype/_index.md b/english/aspose.cells/printingpagetype/_index.md index 2d425f5fe1..5199186175 100644 --- a/english/aspose.cells/printingpagetype/_index.md +++ b/english/aspose.cells/printingpagetype/_index.md @@ -3,7 +3,7 @@ title: PrintingPageType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2630 +weight: 2650 url: /aspose.cells/printingpagetype/ is_root: false --- diff --git a/english/aspose.cells/printordertype/_index.md b/english/aspose.cells/printordertype/_index.md index 9bc21ae903..a5c20641f8 100644 --- a/english/aspose.cells/printordertype/_index.md +++ b/english/aspose.cells/printordertype/_index.md @@ -3,7 +3,7 @@ title: PrintOrderType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2610 +weight: 2630 url: /aspose.cells/printordertype/ is_root: false --- diff --git a/english/aspose.cells/printsizetype/_index.md b/english/aspose.cells/printsizetype/_index.md index 9edb80aa0c..490a32b6b9 100644 --- a/english/aspose.cells/printsizetype/_index.md +++ b/english/aspose.cells/printsizetype/_index.md @@ -3,7 +3,7 @@ title: PrintSizeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2620 +weight: 2640 url: /aspose.cells/printsizetype/ is_root: false --- diff --git a/english/aspose.cells/protectedrange/_index.md b/english/aspose.cells/protectedrange/_index.md index 34c90bbd4c..36c0a4e4ac 100644 --- a/english/aspose.cells/protectedrange/_index.md +++ b/english/aspose.cells/protectedrange/_index.md @@ -3,7 +3,7 @@ title: ProtectedRange class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1290 +weight: 1300 url: /aspose.cells/protectedrange/ is_root: false --- @@ -29,8 +29,8 @@ The ProtectedRange type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_areas](/cells/python-net/aspose.cells/protectedrange/get_areas/#) | Gets all referred areas. | -| [add_area](/cells/python-net/aspose.cells/protectedrange/add_area/#int-int-int-int) | Adds a referred area to this | +| [`get_areas(self)`](/cells/python-net/aspose.cells/protectedrange/get_areas/#) | Gets all referred areas. | +| [`add_area(self, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/protectedrange/add_area/#int-int-int-int) | Adds a referred area to this | diff --git a/english/aspose.cells/protectedrange/add_area/_index.md b/english/aspose.cells/protectedrange/add_area/_index.md index 30260b34ad..92bc762702 100644 --- a/english/aspose.cells/protectedrange/add_area/_index.md +++ b/english/aspose.cells/protectedrange/add_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/protectedrange/add_area/ is_root: false --- -## add_area {#int-int-int-int} +## add_area(self, start_row, start_column, end_row, end_column) {#int-int-int-int} Adds a referred area to this ```python + def add_area(self, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/protectedrange/get_areas/_index.md b/english/aspose.cells/protectedrange/get_areas/_index.md index 7f67541f94..bab1b7f2c6 100644 --- a/english/aspose.cells/protectedrange/get_areas/_index.md +++ b/english/aspose.cells/protectedrange/get_areas/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protectedrange/get_areas/ is_root: false --- -## get_areas {#} +## get_areas(self) {#} Gets all referred areas. @@ -20,6 +20,7 @@ Returns all referred areas. ```python + def get_areas(self): ... ``` diff --git a/english/aspose.cells/protectedrangecollection/_index.md b/english/aspose.cells/protectedrangecollection/_index.md index feee8868d0..9f06c713a1 100644 --- a/english/aspose.cells/protectedrangecollection/_index.md +++ b/english/aspose.cells/protectedrangecollection/_index.md @@ -3,7 +3,7 @@ title: ProtectedRangeCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1300 +weight: 1310 url: /aspose.cells/protectedrangecollection/ is_root: false --- @@ -25,15 +25,15 @@ The ProtectedRangeCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/protectedrangecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/protectedrangecollection/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. | -| [index_of](/cells/python-net/aspose.cells/protectedrangecollection/index_of/#aspose.cells.ProtectedRange-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. | -| [index_of](/cells/python-net/aspose.cells/protectedrangecollection/index_of/#aspose.cells.ProtectedRange-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/protectedrangecollection/last_index_of/#aspose.cells.ProtectedRange) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/protectedrangecollection/last_index_of/#aspose.cells.ProtectedRange-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](/cells/python-net/aspose.cells/protectedrangecollection/last_index_of/#aspose.cells.ProtectedRange-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. | -| [add](/cells/python-net/aspose.cells/protectedrangecollection/add/#str-int-int-int-int) | Adds a [`ProtectedRange`](/cells/python-net/aspose.cells/protectedrange) item to the collection. | -| [binary_search](/cells/python-net/aspose.cells/protectedrangecollection/binary_search/#aspose.cells.ProtectedRange) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/protectedrangecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/protectedrangecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/protectedrangecollection/index_of/#aspose.cells.protectedrange-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/protectedrangecollection/index_of/#aspose.cells.protectedrange-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/protectedrangecollection/last_index_of/#aspose.cells.protectedrange) | 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/protectedrangecollection/last_index_of/#aspose.cells.protectedrange-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/protectedrangecollection/last_index_of/#aspose.cells.protectedrange-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. | +| [`add(self, name, start_row, start_column, end_row, end_column)`](/cells/python-net/aspose.cells/protectedrangecollection/add/#str-int-int-int-int) | Adds a [`ProtectedRange`](/cells/python-net/aspose.cells/protectedrange) item to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/protectedrangecollection/binary_search/#aspose.cells.protectedrange) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/protectedrangecollection/add/_index.md b/english/aspose.cells/protectedrangecollection/add/_index.md index f98a79fcf3..5650fafdf2 100644 --- a/english/aspose.cells/protectedrangecollection/add/_index.md +++ b/english/aspose.cells/protectedrangecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protectedrangecollection/add/ is_root: false --- -## add {#str-int-int-int-int} +## add(self, name, start_row, start_column, end_row, end_column) {#str-int-int-int-int} Adds a [`ProtectedRange`](/cells/python-net/aspose.cells/protectedrange) item to the collection. @@ -20,6 +20,7 @@ object index. ```python + def add(self, name, start_row, start_column, end_row, end_column): ... ``` diff --git a/english/aspose.cells/protectedrangecollection/binary_search/_index.md b/english/aspose.cells/protectedrangecollection/binary_search/_index.md index 490c8b56e1..09fb3a10da 100644 --- a/english/aspose.cells/protectedrangecollection/binary_search/_index.md +++ b/english/aspose.cells/protectedrangecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protectedrangecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ProtectedRange} +## binary_search(self, item) {#aspose.cells.ProtectedRange} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/protectedrangecollection/copy_to/_index.md b/english/aspose.cells/protectedrangecollection/copy_to/_index.md index 9da83b888b..218971e7cb 100644 --- a/english/aspose.cells/protectedrangecollection/copy_to/_index.md +++ b/english/aspose.cells/protectedrangecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/protectedrangecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/protectedrangecollection/index_of/_index.md b/english/aspose.cells/protectedrangecollection/index_of/_index.md index 7211d85fbb..c49193c06c 100644 --- a/english/aspose.cells/protectedrangecollection/index_of/_index.md +++ b/english/aspose.cells/protectedrangecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protectedrangecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ProtectedRange-int} +## index_of(self, item, index) {#aspose.cells.ProtectedRange-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ProtectedRange-int-int} +## index_of(self, item, index, count) {#aspose.cells.ProtectedRange-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/protectedrangecollection/last_index_of/_index.md b/english/aspose.cells/protectedrangecollection/last_index_of/_index.md index 2995a9b175..83b8328ee4 100644 --- a/english/aspose.cells/protectedrangecollection/last_index_of/_index.md +++ b/english/aspose.cells/protectedrangecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protectedrangecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ProtectedRange} +## last_index_of(self, item) {#aspose.cells.ProtectedRange} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ProtectedRange`](/cells/python-net/aspose.cells/protectedrange) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ProtectedRange-int} +## last_index_of(self, item, index) {#aspose.cells.ProtectedRange-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ProtectedRange-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ProtectedRange-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/protection/_index.md b/english/aspose.cells/protection/_index.md index ddb238afa9..6ad02e56e3 100644 --- a/english/aspose.cells/protection/_index.md +++ b/english/aspose.cells/protection/_index.md @@ -3,7 +3,7 @@ title: Protection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1310 +weight: 1320 url: /aspose.cells/protection/ is_root: false --- @@ -42,9 +42,9 @@ The Protection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy](/cells/python-net/aspose.cells/protection/copy/#aspose.cells.Protection) | Copy protection info. | -| [verify_password](/cells/python-net/aspose.cells/protection/verify_password/#str) | Verifies password. | -| [get_password_hash](/cells/python-net/aspose.cells/protection/get_password_hash/#) | Gets the hash of current password. | +| [`copy(self, source)`](/cells/python-net/aspose.cells/protection/copy/#aspose.cells.protection) | Copy protection info. | +| [`verify_password(self, password)`](/cells/python-net/aspose.cells/protection/verify_password/#str) | Verifies password. | +| [`get_password_hash(self)`](/cells/python-net/aspose.cells/protection/get_password_hash/#) | Gets the hash of current password. | diff --git a/english/aspose.cells/protection/copy/_index.md b/english/aspose.cells/protection/copy/_index.md index ff89f14c02..b868c00da7 100644 --- a/english/aspose.cells/protection/copy/_index.md +++ b/english/aspose.cells/protection/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/protection/copy/ is_root: false --- -## copy {#aspose.cells.Protection} +## copy(self, source) {#aspose.cells.Protection} Copy protection info. ```python + def copy(self, source): ... ``` diff --git a/english/aspose.cells/protection/get_password_hash/_index.md b/english/aspose.cells/protection/get_password_hash/_index.md index f440c9480d..f0827a9bb9 100644 --- a/english/aspose.cells/protection/get_password_hash/_index.md +++ b/english/aspose.cells/protection/get_password_hash/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/protection/get_password_hash/ is_root: false --- -## get_password_hash {#} +## get_password_hash(self) {#} Gets the hash of current password. ```python + def get_password_hash(self): ... ``` diff --git a/english/aspose.cells/protection/verify_password/_index.md b/english/aspose.cells/protection/verify_password/_index.md index a29a6a8390..51d4b23acd 100644 --- a/english/aspose.cells/protection/verify_password/_index.md +++ b/english/aspose.cells/protection/verify_password/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/protection/verify_password/ is_root: false --- -## verify_password {#str} +## verify_password(self, password) {#str} Verifies password. @@ -20,6 +20,7 @@ Verifies password. ```python + def verify_password(self, password): ... ``` diff --git a/english/aspose.cells/protectiontype/_index.md b/english/aspose.cells/protectiontype/_index.md index 976ef022eb..8d3d42a0f3 100644 --- a/english/aspose.cells/protectiontype/_index.md +++ b/english/aspose.cells/protectiontype/_index.md @@ -3,7 +3,7 @@ title: ProtectionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2640 +weight: 2660 url: /aspose.cells/protectiontype/ is_root: false --- diff --git a/english/aspose.cells/querytable/_index.md b/english/aspose.cells/querytable/_index.md index 0429746cfd..28a278ce92 100644 --- a/english/aspose.cells/querytable/_index.md +++ b/english/aspose.cells/querytable/_index.md @@ -3,7 +3,7 @@ title: QueryTable class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1320 +weight: 1330 url: /aspose.cells/querytable/ is_root: false --- diff --git a/english/aspose.cells/querytablecollection/_index.md b/english/aspose.cells/querytablecollection/_index.md index 2b7a2b5e5d..b2b723ea66 100644 --- a/english/aspose.cells/querytablecollection/_index.md +++ b/english/aspose.cells/querytablecollection/_index.md @@ -3,7 +3,7 @@ title: QueryTableCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1330 +weight: 1340 url: /aspose.cells/querytablecollection/ is_root: false --- @@ -25,14 +25,14 @@ The QueryTableCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/querytablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/querytablecollection/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. | -| [index_of](/cells/python-net/aspose.cells/querytablecollection/index_of/#aspose.cells.QueryTable-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. | -| [index_of](/cells/python-net/aspose.cells/querytablecollection/index_of/#aspose.cells.QueryTable-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/querytablecollection/last_index_of/#aspose.cells.QueryTable) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/querytablecollection/last_index_of/#aspose.cells.QueryTable-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](/cells/python-net/aspose.cells/querytablecollection/last_index_of/#aspose.cells.QueryTable-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. | -| [binary_search](/cells/python-net/aspose.cells/querytablecollection/binary_search/#aspose.cells.QueryTable) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/querytablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/querytablecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/querytablecollection/index_of/#aspose.cells.querytable-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/querytablecollection/index_of/#aspose.cells.querytable-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/querytablecollection/last_index_of/#aspose.cells.querytable) | 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/querytablecollection/last_index_of/#aspose.cells.querytable-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/querytablecollection/last_index_of/#aspose.cells.querytable-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/querytablecollection/binary_search/#aspose.cells.querytable) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/querytablecollection/binary_search/_index.md b/english/aspose.cells/querytablecollection/binary_search/_index.md index c2a38e66a3..792068750e 100644 --- a/english/aspose.cells/querytablecollection/binary_search/_index.md +++ b/english/aspose.cells/querytablecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/querytablecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.QueryTable} +## binary_search(self, item) {#aspose.cells.QueryTable} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/querytablecollection/copy_to/_index.md b/english/aspose.cells/querytablecollection/copy_to/_index.md index a03843b1d9..97f1d1470c 100644 --- a/english/aspose.cells/querytablecollection/copy_to/_index.md +++ b/english/aspose.cells/querytablecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/querytablecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/querytablecollection/index_of/_index.md b/english/aspose.cells/querytablecollection/index_of/_index.md index 3b0af42734..c730709bde 100644 --- a/english/aspose.cells/querytablecollection/index_of/_index.md +++ b/english/aspose.cells/querytablecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/querytablecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.QueryTable-int} +## index_of(self, item, index) {#aspose.cells.QueryTable-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.QueryTable-int-int} +## index_of(self, item, index, count) {#aspose.cells.QueryTable-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/querytablecollection/last_index_of/_index.md b/english/aspose.cells/querytablecollection/last_index_of/_index.md index b165dbda54..de8fafa526 100644 --- a/english/aspose.cells/querytablecollection/last_index_of/_index.md +++ b/english/aspose.cells/querytablecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/querytablecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.QueryTable} +## last_index_of(self, item) {#aspose.cells.QueryTable} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`QueryTable`](/cells/python-net/aspose.cells/querytable) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.QueryTable-int} +## last_index_of(self, item, index) {#aspose.cells.QueryTable-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.QueryTable-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.QueryTable-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/range/_index.md b/english/aspose.cells/range/_index.md index ede5ae25b5..4a22008f1e 100644 --- a/english/aspose.cells/range/_index.md +++ b/english/aspose.cells/range/_index.md @@ -3,7 +3,7 @@ title: Range class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1340 +weight: 1350 url: /aspose.cells/range/ is_root: false --- @@ -43,41 +43,41 @@ The Range type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [auto_fill](/cells/python-net/aspose.cells/range/auto_fill/#aspose.cells.Range) | Automaticall fill the target range. | -| [auto_fill](/cells/python-net/aspose.cells/range/auto_fill/#aspose.cells.Range-aspose.cells.AutoFillType) | Automaticall fill the target range. | -| [set_style](/cells/python-net/aspose.cells/range/set_style/#aspose.cells.Style-bool) | Apply the cell style. | -| [set_style](/cells/python-net/aspose.cells/range/set_style/#aspose.cells.Style) | Sets the style of the range. | -| [set_outline_borders](/cells/python-net/aspose.cells/range/set_outline_borders/#aspose.cells.CellBorderType-aspose.cells.CellsColor) | Sets the outline borders around a range of cells with same border style and color. | -| [set_outline_borders](/cells/python-net/aspose.cells/range/set_outline_borders/#aspose.cells.CellBorderType-aspose.pydrawing.Color) | Sets the outline borders around a range of cells with same border style and color. | -| [set_outline_borders](/cells/python-net/aspose.cells/range/set_outline_borders/#list-aspose.pydrawing.Color[]) | Sets out line borders around a range of cells. | -| [set_outline_border](/cells/python-net/aspose.cells/range/set_outline_border/#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor) | Sets outline border around a range of cells. | -| [set_outline_border](/cells/python-net/aspose.cells/range/set_outline_border/#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color) | Sets outline border around a range of cells. | -| [copy](/cells/python-net/aspose.cells/range/copy/#aspose.cells.Range-aspose.cells.PasteOptions) | Copying the range with paste special options. | -| [copy](/cells/python-net/aspose.cells/range/copy/#aspose.cells.Range) | Copies data (including formulas), formatting, drawing objects etc. from a source range. | -| [add_hyperlink](/cells/python-net/aspose.cells/range/add_hyperlink/#str-str-str) | Adds a hyperlink to a specified cell or a range of cells. | -| [get_enumerator](/cells/python-net/aspose.cells/range/get_enumerator/#) | Gets the enumerator for cells in this Range. | -| [is_intersect](/cells/python-net/aspose.cells/range/is_intersect/#aspose.cells.Range) | Indicates whether the range is intersect. | -| [intersect](/cells/python-net/aspose.cells/range/intersect/#aspose.cells.Range) | Returns a [`Range`](/cells/python-net/aspose.cells/range) object that represents the rectangular intersection of two ranges. | -| [union_rang](/cells/python-net/aspose.cells/range/union_rang/#aspose.cells.Range) | Returns the union result of two ranges. | -| [union_ranges](/cells/python-net/aspose.cells/range/union_ranges/#list) | Returns the union result of two ranges. | -| [union](/cells/python-net/aspose.cells/range/union/#aspose.cells.Range) | Returns the union of two ranges. | -| [is_blank](/cells/python-net/aspose.cells/range/is_blank/#) | Indicates whether the range contains values. | -| [merge](/cells/python-net/aspose.cells/range/merge/#) | Combines a range of cells into a single cell. | -| [un_merge](/cells/python-net/aspose.cells/range/un_merge/#) | Unmerges merged cells of this range. | -| [put_value](/cells/python-net/aspose.cells/range/put_value/#str-bool-bool) | Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. | -| [apply_style](/cells/python-net/aspose.cells/range/apply_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole range. | -| [set_inside_borders](/cells/python-net/aspose.cells/range/set_inside_borders/#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor) | Set inside borders of the range. | -| [move_to](/cells/python-net/aspose.cells/range/move_to/#int-int) | Move the current range to the dest range. | -| [copy_data](/cells/python-net/aspose.cells/range/copy_data/#aspose.cells.Range) | Copies cell data (including formulas) from a source range. | -| [copy_value](/cells/python-net/aspose.cells/range/copy_value/#aspose.cells.Range) | Copies cell value from a source range. | -| [copy_style](/cells/python-net/aspose.cells/range/copy_style/#aspose.cells.Range) | Copies style settings from a source range. | -| [transpose](/cells/python-net/aspose.cells/range/transpose/#) | Transpose (rotate) data from rows to columns or vice versa. | -| [get](/cells/python-net/aspose.cells/range/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | -| [get_cell_or_null](/cells/python-net/aspose.cells/range/get_cell_or_null/#int-int) | Gets [`Cell`](/cells/python-net/aspose.cells/cell) object or null in this range. | -| [get_offset](/cells/python-net/aspose.cells/range/get_offset/#int-int) | Gets [`Range`](/cells/python-net/aspose.cells/range) range by offset. | -| [to_image](/cells/python-net/aspose.cells/range/to_image/#aspose.cells.rendering.ImageOrPrintOptions) | Converts the range to image. | -| [to_json](/cells/python-net/aspose.cells/range/to_json/#aspose.cells.JsonSaveOptions) | Convert the range to JSON value. | -| [to_html](/cells/python-net/aspose.cells/range/to_html/#aspose.cells.HtmlSaveOptions) | Convert the range to html . | +| [`auto_fill(self, target)`](/cells/python-net/aspose.cells/range/auto_fill/#aspose.cells.range) | Automaticall fill the target range. | +| [`auto_fill(self, target, auto_fill_type)`](/cells/python-net/aspose.cells/range/auto_fill/#aspose.cells.range-aspose.cells.autofilltype) | Automaticall fill the target range. | +| [`set_style(self, style, explicit_flag)`](/cells/python-net/aspose.cells/range/set_style/#aspose.cells.style-bool) | Apply the cell style. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/range/set_style/#aspose.cells.style) | Sets the style of the range. | +| [`set_outline_borders(self, border_style, border_color)`](/cells/python-net/aspose.cells/range/set_outline_borders/#aspose.cells.cellbordertype-aspose.cells.cellscolor) | Sets the outline borders around a range of cells with same border style and color. | +| [`set_outline_borders(self, border_style, border_color)`](/cells/python-net/aspose.cells/range/set_outline_borders/#aspose.cells.cellbordertype-aspose.pydrawing.color) | Sets the outline borders around a range of cells with same border style and color. | +| [`set_outline_borders(self, border_styles, border_colors)`](/cells/python-net/aspose.cells/range/set_outline_borders/#list-aspose.pydrawing.color[]) | Sets out line borders around a range of cells. | +| [`set_outline_border(self, border_edge, border_style, border_color)`](/cells/python-net/aspose.cells/range/set_outline_border/#aspose.cells.bordertype-aspose.cells.cellbordertype-aspose.cells.cellscolor) | Sets outline border around a range of cells. | +| [`set_outline_border(self, border_edge, border_style, border_color)`](/cells/python-net/aspose.cells/range/set_outline_border/#aspose.cells.bordertype-aspose.cells.cellbordertype-aspose.pydrawing.color) | Sets outline border around a range of cells. | +| [`copy(self, range, options)`](/cells/python-net/aspose.cells/range/copy/#aspose.cells.range-aspose.cells.pasteoptions) | Copying the range with paste special options. | +| [`copy(self, range)`](/cells/python-net/aspose.cells/range/copy/#aspose.cells.range) | Copies data (including formulas), formatting, drawing objects etc. from a source range. | +| [`add_hyperlink(self, address, text_to_display, screen_tip)`](/cells/python-net/aspose.cells/range/add_hyperlink/#str-str-str) | Adds a hyperlink to a specified cell or a range of cells. | +| [`get_enumerator(self)`](/cells/python-net/aspose.cells/range/get_enumerator/#) | Gets the enumerator for cells in this Range. | +| [`is_intersect(self, range)`](/cells/python-net/aspose.cells/range/is_intersect/#aspose.cells.range) | Indicates whether the range is intersect. | +| [`intersect(self, range)`](/cells/python-net/aspose.cells/range/intersect/#aspose.cells.range) | Returns a [`Range`](/cells/python-net/aspose.cells/range) object that represents the rectangular intersection of two ranges. | +| [`union_rang(self, range)`](/cells/python-net/aspose.cells/range/union_rang/#aspose.cells.range) | Returns the union result of two ranges. | +| [`union_ranges(self, ranges)`](/cells/python-net/aspose.cells/range/union_ranges/#list) | Returns the union result of two ranges. | +| [`union(self, range)`](/cells/python-net/aspose.cells/range/union/#aspose.cells.range) | Returns the union of two ranges. | +| [`is_blank(self)`](/cells/python-net/aspose.cells/range/is_blank/#) | Indicates whether the range contains values. | +| [`merge(self)`](/cells/python-net/aspose.cells/range/merge/#) | Combines a range of cells into a single cell. | +| [`un_merge(self)`](/cells/python-net/aspose.cells/range/un_merge/#) | Unmerges merged cells of this range. | +| [`put_value(self, string_value, is_converted, set_style)`](/cells/python-net/aspose.cells/range/put_value/#str-bool-bool) | Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. | +| [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/range/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole range. | +| [`set_inside_borders(self, border_edge, line_style, border_color)`](/cells/python-net/aspose.cells/range/set_inside_borders/#aspose.cells.bordertype-aspose.cells.cellbordertype-aspose.cells.cellscolor) | Set inside borders of the range. | +| [`move_to(self, dest_row, dest_column)`](/cells/python-net/aspose.cells/range/move_to/#int-int) | Move the current range to the dest range. | +| [`copy_data(self, range)`](/cells/python-net/aspose.cells/range/copy_data/#aspose.cells.range) | Copies cell data (including formulas) from a source range. | +| [`copy_value(self, range)`](/cells/python-net/aspose.cells/range/copy_value/#aspose.cells.range) | Copies cell value from a source range. | +| [`copy_style(self, range)`](/cells/python-net/aspose.cells/range/copy_style/#aspose.cells.range) | Copies style settings from a source range. | +| [`transpose(self)`](/cells/python-net/aspose.cells/range/transpose/#) | Transpose (rotate) data from rows to columns or vice versa. | +| [`get(self, row_offset, column_offset)`](/cells/python-net/aspose.cells/range/get/#int-int) | Add API for Python Via .Net.since this[int, int] is unsupported | +| [`get_cell_or_null(self, row_offset, column_offset)`](/cells/python-net/aspose.cells/range/get_cell_or_null/#int-int) | Gets [`Cell`](/cells/python-net/aspose.cells/cell) object or null in this range. | +| [`get_offset(self, row_offset, column_offset)`](/cells/python-net/aspose.cells/range/get_offset/#int-int) | Gets [`Range`](/cells/python-net/aspose.cells/range) range by offset. | +| [`to_image(self, options)`](/cells/python-net/aspose.cells/range/to_image/#aspose.cells.rendering.imageorprintoptions) | Converts the range to image. | +| [`to_json(self, options)`](/cells/python-net/aspose.cells/range/to_json/#aspose.cells.jsonsaveoptions) | Convert the range to JSON value. | +| [`to_html(self, save_options)`](/cells/python-net/aspose.cells/range/to_html/#aspose.cells.htmlsaveoptions) | Convert the range to html . | diff --git a/english/aspose.cells/range/add_hyperlink/_index.md b/english/aspose.cells/range/add_hyperlink/_index.md index cfdb486112..dbbe50cbc6 100644 --- a/english/aspose.cells/range/add_hyperlink/_index.md +++ b/english/aspose.cells/range/add_hyperlink/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/add_hyperlink/ is_root: false --- -## add_hyperlink {#str-str-str} +## add_hyperlink(self, address, text_to_display, screen_tip) {#str-str-str} Adds a hyperlink to a specified cell or a range of cells. @@ -20,6 +20,7 @@ Adds a hyperlink to a specified cell or a range of cells. ```python + def add_hyperlink(self, address, text_to_display, screen_tip): ... ``` diff --git a/english/aspose.cells/range/apply_style/_index.md b/english/aspose.cells/range/apply_style/_index.md index b00efdb364..f0ff3c64d7 100644 --- a/english/aspose.cells/range/apply_style/_index.md +++ b/english/aspose.cells/range/apply_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/apply_style/ is_root: false --- -## apply_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## apply_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole range. ```python + def apply_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/range/auto_fill/_index.md b/english/aspose.cells/range/auto_fill/_index.md index ccb96ef07b..0f794a32ed 100644 --- a/english/aspose.cells/range/auto_fill/_index.md +++ b/english/aspose.cells/range/auto_fill/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/auto_fill/ is_root: false --- -## auto_fill {#aspose.cells.Range} +## auto_fill(self, target) {#aspose.cells.Range} Automaticall fill the target range. ```python + def auto_fill(self, target): ... ``` @@ -46,13 +47,14 @@ workbook.save("book1.xlsm") ``` -## auto_fill {#aspose.cells.Range-aspose.cells.AutoFillType} +## auto_fill(self, target, auto_fill_type) {#aspose.cells.Range-aspose.cells.AutoFillType} Automaticall fill the target range. ```python + def auto_fill(self, target, auto_fill_type): ... ``` diff --git a/english/aspose.cells/range/copy/_index.md b/english/aspose.cells/range/copy/_index.md index 2a394cf5ed..44658ecad2 100644 --- a/english/aspose.cells/range/copy/_index.md +++ b/english/aspose.cells/range/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/copy/ is_root: false --- -## copy {#aspose.cells.Range} +## copy(self, range) {#aspose.cells.Range} Copies data (including formulas), formatting, drawing objects etc. from a source range. ```python + def copy(self, range): ... ``` @@ -44,13 +45,14 @@ workbook.save("book1.xlsm") ``` -## copy {#aspose.cells.Range-aspose.cells.PasteOptions} +## copy(self, range, options) {#aspose.cells.Range-aspose.cells.PasteOptions} Copying the range with paste special options. ```python + def copy(self, range, options): ... ``` diff --git a/english/aspose.cells/range/copy_data/_index.md b/english/aspose.cells/range/copy_data/_index.md index c45c5e8f21..7002b25103 100644 --- a/english/aspose.cells/range/copy_data/_index.md +++ b/english/aspose.cells/range/copy_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/copy_data/ is_root: false --- -## copy_data {#aspose.cells.Range} +## copy_data(self, range) {#aspose.cells.Range} Copies cell data (including formulas) from a source range. ```python + def copy_data(self, range): ... ``` diff --git a/english/aspose.cells/range/copy_style/_index.md b/english/aspose.cells/range/copy_style/_index.md index c71a1924eb..3378835639 100644 --- a/english/aspose.cells/range/copy_style/_index.md +++ b/english/aspose.cells/range/copy_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/copy_style/ is_root: false --- -## copy_style {#aspose.cells.Range} +## copy_style(self, range) {#aspose.cells.Range} Copies style settings from a source range. ```python + def copy_style(self, range): ... ``` diff --git a/english/aspose.cells/range/copy_value/_index.md b/english/aspose.cells/range/copy_value/_index.md index 48d83665d5..fa766f87ab 100644 --- a/english/aspose.cells/range/copy_value/_index.md +++ b/english/aspose.cells/range/copy_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/copy_value/ is_root: false --- -## copy_value {#aspose.cells.Range} +## copy_value(self, range) {#aspose.cells.Range} Copies cell value from a source range. ```python + def copy_value(self, range): ... ``` diff --git a/english/aspose.cells/range/get/_index.md b/english/aspose.cells/range/get/_index.md index 1859848c96..9fa817deac 100644 --- a/english/aspose.cells/range/get/_index.md +++ b/english/aspose.cells/range/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/get/ is_root: false --- -## get {#int-int} +## get(self, row_offset, column_offset) {#int-int} Add API for Python Via .Net.since this[int, int] is unsupported @@ -20,6 +20,7 @@ Add API for Python Via .Net.since this[int, int] is unsupported ```python + def get(self, row_offset, column_offset): ... ``` diff --git a/english/aspose.cells/range/get_cell_or_null/_index.md b/english/aspose.cells/range/get_cell_or_null/_index.md index 46e5c6db65..f45fd4f392 100644 --- a/english/aspose.cells/range/get_cell_or_null/_index.md +++ b/english/aspose.cells/range/get_cell_or_null/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/get_cell_or_null/ is_root: false --- -## get_cell_or_null {#int-int} +## get_cell_or_null(self, row_offset, column_offset) {#int-int} Gets [`Cell`](/cells/python-net/aspose.cells/cell) object or null in this range. @@ -20,6 +20,7 @@ Gets [`Cell`](/cells/python-net/aspose.cells/cell) object or null in this range. ```python + def get_cell_or_null(self, row_offset, column_offset): ... ``` diff --git a/english/aspose.cells/range/get_enumerator/_index.md b/english/aspose.cells/range/get_enumerator/_index.md index 9db23676f2..7098ba301e 100644 --- a/english/aspose.cells/range/get_enumerator/_index.md +++ b/english/aspose.cells/range/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/get_enumerator/ is_root: false --- -## get_enumerator {#} +## get_enumerator(self) {#} Gets the enumerator for cells in this Range. @@ -20,6 +20,7 @@ The cells enumerator ```python + def get_enumerator(self): ... ``` diff --git a/english/aspose.cells/range/get_offset/_index.md b/english/aspose.cells/range/get_offset/_index.md index 7cbb393362..3f21ce5e9f 100644 --- a/english/aspose.cells/range/get_offset/_index.md +++ b/english/aspose.cells/range/get_offset/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/get_offset/ is_root: false --- -## get_offset {#int-int} +## get_offset(self, row_offset, column_offset) {#int-int} Gets [`Range`](/cells/python-net/aspose.cells/range) range by offset. @@ -20,6 +20,7 @@ Gets [`Range`](/cells/python-net/aspose.cells/range) range by offset. ```python + def get_offset(self, row_offset, column_offset): ... ``` diff --git a/english/aspose.cells/range/intersect/_index.md b/english/aspose.cells/range/intersect/_index.md index 4a063333f4..2da12fb3d5 100644 --- a/english/aspose.cells/range/intersect/_index.md +++ b/english/aspose.cells/range/intersect/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/intersect/ is_root: false --- -## intersect {#aspose.cells.Range} +## intersect(self, range) {#aspose.cells.Range} Returns a [`Range`](/cells/python-net/aspose.cells/range) object that represents the rectangular intersection of two ranges. @@ -20,6 +20,7 @@ Returns a [`Range`](/cells/python-net/aspose.cells/range) object ```python + def intersect(self, range): ... ``` diff --git a/english/aspose.cells/range/is_blank/_index.md b/english/aspose.cells/range/is_blank/_index.md index be780fea61..a6e27de91a 100644 --- a/english/aspose.cells/range/is_blank/_index.md +++ b/english/aspose.cells/range/is_blank/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/is_blank/ is_root: false --- -## is_blank {#} +## is_blank(self) {#} Indicates whether the range contains values. @@ -20,6 +20,7 @@ Indicates whether the range contains values. ```python + def is_blank(self): ... ``` diff --git a/english/aspose.cells/range/is_intersect/_index.md b/english/aspose.cells/range/is_intersect/_index.md index 0f5b49f630..1fa08cb815 100644 --- a/english/aspose.cells/range/is_intersect/_index.md +++ b/english/aspose.cells/range/is_intersect/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/is_intersect/ is_root: false --- -## is_intersect {#aspose.cells.Range} +## is_intersect(self, range) {#aspose.cells.Range} Indicates whether the range is intersect. @@ -20,6 +20,7 @@ Whether the range is intersect. ```python + def is_intersect(self, range): ... ``` diff --git a/english/aspose.cells/range/merge/_index.md b/english/aspose.cells/range/merge/_index.md index af2e942b00..ce0b18a009 100644 --- a/english/aspose.cells/range/merge/_index.md +++ b/english/aspose.cells/range/merge/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/merge/ is_root: false --- -## merge {#} +## merge(self) {#} Combines a range of cells into a single cell. ```python + def merge(self): ... ``` diff --git a/english/aspose.cells/range/move_to/_index.md b/english/aspose.cells/range/move_to/_index.md index d06562f0cf..186d62b5ad 100644 --- a/english/aspose.cells/range/move_to/_index.md +++ b/english/aspose.cells/range/move_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/move_to/ is_root: false --- -## move_to {#int-int} +## move_to(self, dest_row, dest_column) {#int-int} Move the current range to the dest range. ```python + def move_to(self, dest_row, dest_column): ... ``` diff --git a/english/aspose.cells/range/put_value/_index.md b/english/aspose.cells/range/put_value/_index.md index f212f42ef4..4f3fb7bb38 100644 --- a/english/aspose.cells/range/put_value/_index.md +++ b/english/aspose.cells/range/put_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/put_value/ is_root: false --- -## put_value {#str-bool-bool} +## put_value(self, string_value, is_converted, set_style) {#str-bool-bool} Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. ```python + def put_value(self, string_value, is_converted, set_style): ... ``` diff --git a/english/aspose.cells/range/set_inside_borders/_index.md b/english/aspose.cells/range/set_inside_borders/_index.md index 4079b234bd..fcc9814fc5 100644 --- a/english/aspose.cells/range/set_inside_borders/_index.md +++ b/english/aspose.cells/range/set_inside_borders/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/set_inside_borders/ is_root: false --- -## set_inside_borders {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} +## set_inside_borders(self, border_edge, line_style, border_color) {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} Set inside borders of the range. ```python + def set_inside_borders(self, border_edge, line_style, border_color): ... ``` diff --git a/english/aspose.cells/range/set_outline_border/_index.md b/english/aspose.cells/range/set_outline_border/_index.md index 9c15c0dda4..cd9cc3cd29 100644 --- a/english/aspose.cells/range/set_outline_border/_index.md +++ b/english/aspose.cells/range/set_outline_border/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/set_outline_border/ is_root: false --- -## set_outline_border {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} +## set_outline_border(self, border_edge, border_style, border_color) {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} Sets outline border around a range of cells. ```python + def set_outline_border(self, border_edge, border_style, border_color): ... ``` @@ -27,13 +28,14 @@ def set_outline_border(self, border_edge, border_style, border_color): | border_color | [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) | Border color. | -## set_outline_border {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color} +## set_outline_border(self, border_edge, border_style, border_color) {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color} Sets outline border around a range of cells. ```python + def set_outline_border(self, border_edge, border_style, border_color): ... ``` diff --git a/english/aspose.cells/range/set_outline_borders/_index.md b/english/aspose.cells/range/set_outline_borders/_index.md index 9497cb37a0..1e056364cc 100644 --- a/english/aspose.cells/range/set_outline_borders/_index.md +++ b/english/aspose.cells/range/set_outline_borders/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/set_outline_borders/ is_root: false --- -## set_outline_borders {#aspose.cells.CellBorderType-aspose.cells.CellsColor} +## set_outline_borders(self, border_style, border_color) {#aspose.cells.CellBorderType-aspose.cells.CellsColor} Sets the outline borders around a range of cells with same border style and color. ```python + def set_outline_borders(self, border_style, border_color): ... ``` @@ -26,13 +27,14 @@ def set_outline_borders(self, border_style, border_color): | border_color | [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) | Border color. | -## set_outline_borders {#aspose.cells.CellBorderType-aspose.pydrawing.Color} +## set_outline_borders(self, border_style, border_color) {#aspose.cells.CellBorderType-aspose.pydrawing.Color} Sets the outline borders around a range of cells with same border style and color. ```python + def set_outline_borders(self, border_style, border_color): ... ``` @@ -44,13 +46,14 @@ def set_outline_borders(self, border_style, border_color): | border_color | aspose.pydrawing.Color | Border color. | -## set_outline_borders {#list-aspose.pydrawing.Color[]} +## set_outline_borders(self, border_styles, border_colors) {#list-aspose.pydrawing.Color[]} Sets out line borders around a range of cells. ```python + def set_outline_borders(self, border_styles, border_colors): ... ``` diff --git a/english/aspose.cells/range/set_style/_index.md b/english/aspose.cells/range/set_style/_index.md index aaa4b98e88..3ccbf733e2 100644 --- a/english/aspose.cells/range/set_style/_index.md +++ b/english/aspose.cells/range/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the style of the range. ```python + def set_style(self, style): ... ``` @@ -25,13 +26,14 @@ def set_style(self, style): | style | [`Style`](/cells/python-net/aspose.cells/style) | The Style object. | -## set_style {#aspose.cells.Style-bool} +## set_style(self, style, explicit_flag) {#aspose.cells.Style-bool} Apply the cell style. ```python + def set_style(self, style, explicit_flag): ... ``` diff --git a/english/aspose.cells/range/to_html/_index.md b/english/aspose.cells/range/to_html/_index.md index 3500ae831e..a9c8f9c383 100644 --- a/english/aspose.cells/range/to_html/_index.md +++ b/english/aspose.cells/range/to_html/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/to_html/ is_root: false --- -## to_html {#aspose.cells.HtmlSaveOptions} +## to_html(self, save_options) {#aspose.cells.HtmlSaveOptions} Convert the range to html . @@ -20,6 +20,7 @@ Convert the range to html . ```python + def to_html(self, save_options): ... ``` diff --git a/english/aspose.cells/range/to_image/_index.md b/english/aspose.cells/range/to_image/_index.md index 9561537813..c2c54e8995 100644 --- a/english/aspose.cells/range/to_image/_index.md +++ b/english/aspose.cells/range/to_image/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/to_image/ is_root: false --- -## to_image {#aspose.cells.rendering.ImageOrPrintOptions} +## to_image(self, options) {#aspose.cells.rendering.ImageOrPrintOptions} Converts the range to image. @@ -20,6 +20,7 @@ Converts the range to image. ```python + def to_image(self, options): ... ``` diff --git a/english/aspose.cells/range/to_json/_index.md b/english/aspose.cells/range/to_json/_index.md index cbbebcd030..67075eba33 100644 --- a/english/aspose.cells/range/to_json/_index.md +++ b/english/aspose.cells/range/to_json/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/to_json/ is_root: false --- -## to_json {#aspose.cells.JsonSaveOptions} +## to_json(self, options) {#aspose.cells.JsonSaveOptions} Convert the range to JSON value. @@ -20,6 +20,7 @@ Convert the range to JSON value. ```python + def to_json(self, options): ... ``` diff --git a/english/aspose.cells/range/transpose/_index.md b/english/aspose.cells/range/transpose/_index.md index f6becaffdd..0abea464eb 100644 --- a/english/aspose.cells/range/transpose/_index.md +++ b/english/aspose.cells/range/transpose/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/transpose/ is_root: false --- -## transpose {#} +## transpose(self) {#} Transpose (rotate) data from rows to columns or vice versa. ```python + def transpose(self): ... ``` diff --git a/english/aspose.cells/range/un_merge/_index.md b/english/aspose.cells/range/un_merge/_index.md index 55f68fbd6c..0911c7446e 100644 --- a/english/aspose.cells/range/un_merge/_index.md +++ b/english/aspose.cells/range/un_merge/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/range/un_merge/ is_root: false --- -## un_merge {#} +## un_merge(self) {#} Unmerges merged cells of this range. ```python + def un_merge(self): ... ``` diff --git a/english/aspose.cells/range/union/_index.md b/english/aspose.cells/range/union/_index.md index c8cae594c2..8565cba0fc 100644 --- a/english/aspose.cells/range/union/_index.md +++ b/english/aspose.cells/range/union/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/union/ is_root: false --- -## union {#aspose.cells.Range} +## union(self, range) {#aspose.cells.Range} Returns the union of two ranges. @@ -20,6 +20,7 @@ The union of two ranges. ```python + def union(self, range): ... ``` diff --git a/english/aspose.cells/range/union_rang/_index.md b/english/aspose.cells/range/union_rang/_index.md index ddb86435a0..ff7611bd75 100644 --- a/english/aspose.cells/range/union_rang/_index.md +++ b/english/aspose.cells/range/union_rang/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/union_rang/ is_root: false --- -## union_rang {#aspose.cells.Range} +## union_rang(self, range) {#aspose.cells.Range} Returns the union result of two ranges. @@ -20,6 +20,7 @@ The union of two ranges. ```python + def union_rang(self, range): ... ``` diff --git a/english/aspose.cells/range/union_ranges/_index.md b/english/aspose.cells/range/union_ranges/_index.md index 065a5ea877..b98700808b 100644 --- a/english/aspose.cells/range/union_ranges/_index.md +++ b/english/aspose.cells/range/union_ranges/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/range/union_ranges/ is_root: false --- -## union_ranges {#list} +## union_ranges(self, ranges) {#list} Returns the union result of two ranges. @@ -20,6 +20,7 @@ The union of two ranges. ```python + def union_ranges(self, ranges): ... ``` diff --git a/english/aspose.cells/rangecollection/_index.md b/english/aspose.cells/rangecollection/_index.md index f40ce3e7d3..aeff547436 100644 --- a/english/aspose.cells/rangecollection/_index.md +++ b/english/aspose.cells/rangecollection/_index.md @@ -3,7 +3,7 @@ title: RangeCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1350 +weight: 1360 url: /aspose.cells/rangecollection/ is_root: false --- @@ -25,15 +25,15 @@ The RangeCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/rangecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/rangecollection/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. | -| [index_of](/cells/python-net/aspose.cells/rangecollection/index_of/#aspose.cells.Range-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. | -| [index_of](/cells/python-net/aspose.cells/rangecollection/index_of/#aspose.cells.Range-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/rangecollection/last_index_of/#aspose.cells.Range) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/rangecollection/last_index_of/#aspose.cells.Range-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](/cells/python-net/aspose.cells/rangecollection/last_index_of/#aspose.cells.Range-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. | -| [add](/cells/python-net/aspose.cells/rangecollection/add/#aspose.cells.Range) | Adds a [`Range`](/cells/python-net/aspose.cells/range) item to the collection. | -| [binary_search](/cells/python-net/aspose.cells/rangecollection/binary_search/#aspose.cells.Range) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/rangecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/rangecollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/rangecollection/index_of/#aspose.cells.range-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/rangecollection/index_of/#aspose.cells.range-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/rangecollection/last_index_of/#aspose.cells.range) | 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/rangecollection/last_index_of/#aspose.cells.range-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/rangecollection/last_index_of/#aspose.cells.range-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. | +| [`add(self, range)`](/cells/python-net/aspose.cells/rangecollection/add/#aspose.cells.range) | Adds a [`Range`](/cells/python-net/aspose.cells/range) item to the collection. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/rangecollection/binary_search/#aspose.cells.range) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/rangecollection/add/_index.md b/english/aspose.cells/rangecollection/add/_index.md index 0707f06042..40c0b57786 100644 --- a/english/aspose.cells/rangecollection/add/_index.md +++ b/english/aspose.cells/rangecollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rangecollection/add/ is_root: false --- -## add {#aspose.cells.Range} +## add(self, range) {#aspose.cells.Range} Adds a [`Range`](/cells/python-net/aspose.cells/range) item to the collection. @@ -20,6 +20,7 @@ Adds a [`Range`](/cells/python-net/aspose.cells/range) item to the collection. ```python + def add(self, range): ... ``` diff --git a/english/aspose.cells/rangecollection/binary_search/_index.md b/english/aspose.cells/rangecollection/binary_search/_index.md index 916e1735b8..9fa94bdbfa 100644 --- a/english/aspose.cells/rangecollection/binary_search/_index.md +++ b/english/aspose.cells/rangecollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rangecollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Range} +## binary_search(self, item) {#aspose.cells.Range} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/rangecollection/copy_to/_index.md b/english/aspose.cells/rangecollection/copy_to/_index.md index d6a34e9df0..d188a1ec5f 100644 --- a/english/aspose.cells/rangecollection/copy_to/_index.md +++ b/english/aspose.cells/rangecollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/rangecollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/rangecollection/index_of/_index.md b/english/aspose.cells/rangecollection/index_of/_index.md index 35571e54cf..dab4a7a463 100644 --- a/english/aspose.cells/rangecollection/index_of/_index.md +++ b/english/aspose.cells/rangecollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rangecollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Range-int} +## index_of(self, item, index) {#aspose.cells.Range-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Range-int-int} +## index_of(self, item, index, count) {#aspose.cells.Range-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/rangecollection/last_index_of/_index.md b/english/aspose.cells/rangecollection/last_index_of/_index.md index 59406f26f0..113a3a4874 100644 --- a/english/aspose.cells/rangecollection/last_index_of/_index.md +++ b/english/aspose.cells/rangecollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rangecollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Range} +## last_index_of(self, item) {#aspose.cells.Range} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Range`](/cells/python-net/aspose.cells/range) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Range-int} +## last_index_of(self, item, index) {#aspose.cells.Range-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Range-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Range-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/referredarea/_index.md b/english/aspose.cells/referredarea/_index.md index e222582110..93a08ba87e 100644 --- a/english/aspose.cells/referredarea/_index.md +++ b/english/aspose.cells/referredarea/_index.md @@ -3,7 +3,7 @@ title: ReferredArea class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1360 +weight: 1370 url: /aspose.cells/referredarea/ is_root: false --- @@ -35,10 +35,10 @@ The ReferredArea type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_values](/cells/python-net/aspose.cells/referredarea/get_values/#) | Gets cell values in this area. | -| [get_values](/cells/python-net/aspose.cells/referredarea/get_values/#bool) | Gets cell values in this area. | -| [get_value](/cells/python-net/aspose.cells/referredarea/get_value/#int-int) | Gets cell value with given offset from the top-left of this area. | -| [get_value](/cells/python-net/aspose.cells/referredarea/get_value/#int-int-bool) | Gets cell value with given offset from the top-left of this area. | +| [`get_values(self)`](/cells/python-net/aspose.cells/referredarea/get_values/#) | Gets cell values in this area. | +| [`get_values(self, calculate_formulas)`](/cells/python-net/aspose.cells/referredarea/get_values/#bool) | Gets cell values in this area. | +| [`get_value(self, row_offset, col_offset)`](/cells/python-net/aspose.cells/referredarea/get_value/#int-int) | Gets cell value with given offset from the top-left of this area. | +| [`get_value(self, row_offset, col_offset, calculate_formulas)`](/cells/python-net/aspose.cells/referredarea/get_value/#int-int-bool) | Gets cell value with given offset from the top-left of this area. | diff --git a/english/aspose.cells/referredarea/get_value/_index.md b/english/aspose.cells/referredarea/get_value/_index.md index 2fc9b98f04..1ef6ac26ab 100644 --- a/english/aspose.cells/referredarea/get_value/_index.md +++ b/english/aspose.cells/referredarea/get_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/referredarea/get_value/ is_root: false --- -## get_value {#int-int} +## get_value(self, row_offset, col_offset) {#int-int} Gets cell value with given offset from the top-left of this area. @@ -22,6 +22,7 @@ Otherwise return the cell value at given position. ```python + def get_value(self, row_offset, col_offset): ... ``` @@ -33,7 +34,7 @@ def get_value(self, row_offset, col_offset): | col_offset | int | column offset from the start row of this area | -## get_value {#int-int-bool} +## get_value(self, row_offset, col_offset, calculate_formulas) {#int-int-bool} Gets cell value with given offset from the top-left of this area. @@ -47,6 +48,7 @@ Otherwise return the cell value at given position. ```python + def get_value(self, row_offset, col_offset, calculate_formulas): ... ``` diff --git a/english/aspose.cells/referredarea/get_values/_index.md b/english/aspose.cells/referredarea/get_values/_index.md index 659f72f8ff..788256de2d 100644 --- a/english/aspose.cells/referredarea/get_values/_index.md +++ b/english/aspose.cells/referredarea/get_values/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/referredarea/get_values/ is_root: false --- -## get_values {#} +## get_values(self) {#} Gets cell values in this area. @@ -21,15 +21,16 @@ If this area is one single cell, then return the cell value object; Otherwise return one 2D array for all values in this area. -```python +```python + def get_values(self): - ... + ... ``` -## get_values {#bool} +## get_values(self, calculate_formulas) {#bool} Gets cell values in this area. @@ -42,9 +43,10 @@ If this area is one single cell, then return the cell value object; Otherwise return one 2D array for all values in this area. -```python +```python + def get_values(self, calculate_formulas): - ... + ... ``` diff --git a/english/aspose.cells/referredareacollection/_index.md b/english/aspose.cells/referredareacollection/_index.md index ad034b0c21..273afb5c8f 100644 --- a/english/aspose.cells/referredareacollection/_index.md +++ b/english/aspose.cells/referredareacollection/_index.md @@ -3,7 +3,7 @@ title: ReferredAreaCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1370 +weight: 1380 url: /aspose.cells/referredareacollection/ is_root: false --- @@ -25,14 +25,14 @@ The ReferredAreaCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/referredareacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/referredareacollection/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. | -| [index_of](/cells/python-net/aspose.cells/referredareacollection/index_of/#aspose.cells.ReferredArea-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. | -| [index_of](/cells/python-net/aspose.cells/referredareacollection/index_of/#aspose.cells.ReferredArea-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/referredareacollection/last_index_of/#aspose.cells.ReferredArea) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/referredareacollection/last_index_of/#aspose.cells.ReferredArea-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](/cells/python-net/aspose.cells/referredareacollection/last_index_of/#aspose.cells.ReferredArea-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. | -| [binary_search](/cells/python-net/aspose.cells/referredareacollection/binary_search/#aspose.cells.ReferredArea) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/referredareacollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/referredareacollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/referredareacollection/index_of/#aspose.cells.referredarea-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/referredareacollection/index_of/#aspose.cells.referredarea-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/referredareacollection/last_index_of/#aspose.cells.referredarea) | 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/referredareacollection/last_index_of/#aspose.cells.referredarea-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/referredareacollection/last_index_of/#aspose.cells.referredarea-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/referredareacollection/binary_search/#aspose.cells.referredarea) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/referredareacollection/binary_search/_index.md b/english/aspose.cells/referredareacollection/binary_search/_index.md index 2d75f60f59..dbc331aa46 100644 --- a/english/aspose.cells/referredareacollection/binary_search/_index.md +++ b/english/aspose.cells/referredareacollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/referredareacollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ReferredArea} +## binary_search(self, item) {#aspose.cells.ReferredArea} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/referredareacollection/copy_to/_index.md b/english/aspose.cells/referredareacollection/copy_to/_index.md index 5abf58f00c..bbf1ce8f52 100644 --- a/english/aspose.cells/referredareacollection/copy_to/_index.md +++ b/english/aspose.cells/referredareacollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/referredareacollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/referredareacollection/index_of/_index.md b/english/aspose.cells/referredareacollection/index_of/_index.md index b1e5519e5b..9a0961ec3f 100644 --- a/english/aspose.cells/referredareacollection/index_of/_index.md +++ b/english/aspose.cells/referredareacollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/referredareacollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ReferredArea-int} +## index_of(self, item, index) {#aspose.cells.ReferredArea-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ReferredArea-int-int} +## index_of(self, item, index, count) {#aspose.cells.ReferredArea-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/referredareacollection/last_index_of/_index.md b/english/aspose.cells/referredareacollection/last_index_of/_index.md index 14797efea1..466d44370e 100644 --- a/english/aspose.cells/referredareacollection/last_index_of/_index.md +++ b/english/aspose.cells/referredareacollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/referredareacollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ReferredArea} +## last_index_of(self, item) {#aspose.cells.ReferredArea} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ReferredArea`](/cells/python-net/aspose.cells/referredarea) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ReferredArea-int} +## last_index_of(self, item, index) {#aspose.cells.ReferredArea-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ReferredArea-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ReferredArea-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/renamestrategy/_index.md b/english/aspose.cells/renamestrategy/_index.md index d0c1e666ba..ed1cc6a6b8 100644 --- a/english/aspose.cells/renamestrategy/_index.md +++ b/english/aspose.cells/renamestrategy/_index.md @@ -3,7 +3,7 @@ title: RenameStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2650 +weight: 2670 url: /aspose.cells/renamestrategy/ is_root: false --- diff --git a/english/aspose.cells/replaceoptions/__init__/_index.md b/english/aspose.cells/replaceoptions/__init__/_index.md index 94092b7c12..45434bdb6f 100644 --- a/english/aspose.cells/replaceoptions/__init__/_index.md +++ b/english/aspose.cells/replaceoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/replaceoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ReplaceOptions ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/replaceoptions/_index.md b/english/aspose.cells/replaceoptions/_index.md index 6e48638ef7..83a9acf996 100644 --- a/english/aspose.cells/replaceoptions/_index.md +++ b/english/aspose.cells/replaceoptions/_index.md @@ -3,7 +3,7 @@ title: ReplaceOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1380 +weight: 1390 url: /aspose.cells/replaceoptions/ is_root: false --- @@ -19,7 +19,7 @@ The ReplaceOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/replaceoptions/__init__/#) | Constructs a new instance of ReplaceOptions | +| [`__init__(self)`](/cells/python-net/aspose.cells/replaceoptions/__init__/#) | Constructs a new instance of ReplaceOptions | ### Properties diff --git a/english/aspose.cells/resourceloadingtype/_index.md b/english/aspose.cells/resourceloadingtype/_index.md index 050468c396..f5e5b68fe1 100644 --- a/english/aspose.cells/resourceloadingtype/_index.md +++ b/english/aspose.cells/resourceloadingtype/_index.md @@ -3,7 +3,7 @@ title: ResourceLoadingType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2660 +weight: 2680 url: /aspose.cells/resourceloadingtype/ is_root: false --- diff --git a/english/aspose.cells/row/_index.md b/english/aspose.cells/row/_index.md index 5adf2bc9b7..28d8404a5d 100644 --- a/english/aspose.cells/row/_index.md +++ b/english/aspose.cells/row/_index.md @@ -3,7 +3,7 @@ title: Row class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1390 +weight: 1400 url: /aspose.cells/row/ is_root: false --- @@ -44,14 +44,14 @@ Gets the cell. ### Methods | Method | Description | | :- | :- | -| [get_cell_by_index](/cells/python-net/aspose.cells/row/get_cell_by_index/#int) | Get the cell by specific index in the cells collection of this row. | -| [get_enumerator](/cells/python-net/aspose.cells/row/get_enumerator/#bool-bool) | Gets an enumerator that iterates cells through this row. | -| [get_cell_or_null](/cells/python-net/aspose.cells/row/get_cell_or_null/#int) | Gets the cell or null in the specific index. | -| [get_style](/cells/python-net/aspose.cells/row/get_style/#) | Gets the style of this row. | -| [set_style](/cells/python-net/aspose.cells/row/set_style/#aspose.cells.Style) | Sets the style of this row. | -| [copy_settings](/cells/python-net/aspose.cells/row/copy_settings/#aspose.cells.Row-bool) | Copy settings of row, such as style, height, visibility, ...etc. | -| [apply_style](/cells/python-net/aspose.cells/row/apply_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole row. | -| [equals](/cells/python-net/aspose.cells/row/equals/#aspose.cells.Row) | Checks whether this object refers to the same row with another row object. | +| [`get_cell_by_index(self, index)`](/cells/python-net/aspose.cells/row/get_cell_by_index/#int) | Get the cell by specific index in the cells collection of this row. | +| [`get_enumerator(self, reversed, sync)`](/cells/python-net/aspose.cells/row/get_enumerator/#bool-bool) | Gets an enumerator that iterates cells through this row. | +| [`get_cell_or_null(self, column)`](/cells/python-net/aspose.cells/row/get_cell_or_null/#int) | Gets the cell or null in the specific index. | +| [`get_style(self)`](/cells/python-net/aspose.cells/row/get_style/#) | Gets the style of this row. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/row/set_style/#aspose.cells.style) | Sets the style of this row. | +| [`copy_settings(self, source, check_style)`](/cells/python-net/aspose.cells/row/copy_settings/#aspose.cells.row-bool) | Copy settings of row, such as style, height, visibility, ...etc. | +| [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/row/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole row. | +| [`equals(self, row)`](/cells/python-net/aspose.cells/row/equals/#aspose.cells.row) | Checks whether this object refers to the same row with another row object. | diff --git a/english/aspose.cells/row/apply_style/_index.md b/english/aspose.cells/row/apply_style/_index.md index d3ae5cf4b8..de8c341c85 100644 --- a/english/aspose.cells/row/apply_style/_index.md +++ b/english/aspose.cells/row/apply_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/row/apply_style/ is_root: false --- -## apply_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## apply_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole row. ```python + def apply_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/row/copy_settings/_index.md b/english/aspose.cells/row/copy_settings/_index.md index 48ec98129c..a60685c584 100644 --- a/english/aspose.cells/row/copy_settings/_index.md +++ b/english/aspose.cells/row/copy_settings/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/row/copy_settings/ is_root: false --- -## copy_settings {#aspose.cells.Row-bool} +## copy_settings(self, source, check_style) {#aspose.cells.Row-bool} Copy settings of row, such as style, height, visibility, ...etc. -```python +```python + def copy_settings(self, source, check_style): - ... + ... ``` diff --git a/english/aspose.cells/row/equals/_index.md b/english/aspose.cells/row/equals/_index.md index 1b2be9f01d..c98e620212 100644 --- a/english/aspose.cells/row/equals/_index.md +++ b/english/aspose.cells/row/equals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/row/equals/ is_root: false --- -## equals {#aspose.cells.Row} +## equals(self, row) {#aspose.cells.Row} Checks whether this object refers to the same row with another row object. @@ -20,6 +20,7 @@ true if two row objects refers to the same row. ```python + def equals(self, row): ... ``` diff --git a/english/aspose.cells/row/get_cell_by_index/_index.md b/english/aspose.cells/row/get_cell_by_index/_index.md index 7ce1d2958f..62a789160c 100644 --- a/english/aspose.cells/row/get_cell_by_index/_index.md +++ b/english/aspose.cells/row/get_cell_by_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/row/get_cell_by_index/ is_root: false --- -## get_cell_by_index {#int} +## get_cell_by_index(self, index) {#int} Get the cell by specific index in the cells collection of this row. @@ -20,6 +20,7 @@ The Cell object at given position. ```python + def get_cell_by_index(self, index): ... ``` diff --git a/english/aspose.cells/row/get_cell_or_null/_index.md b/english/aspose.cells/row/get_cell_or_null/_index.md index b87ac08366..666002bf81 100644 --- a/english/aspose.cells/row/get_cell_or_null/_index.md +++ b/english/aspose.cells/row/get_cell_or_null/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/row/get_cell_or_null/ is_root: false --- -## get_cell_or_null {#int} +## get_cell_or_null(self, column) {#int} Gets the cell or null in the specific index. @@ -21,6 +21,7 @@ Or returns null if the cell object does not exist. ```python + def get_cell_or_null(self, column): ... ``` diff --git a/english/aspose.cells/row/get_enumerator/_index.md b/english/aspose.cells/row/get_enumerator/_index.md index 283ff51b09..86e111e1d7 100644 --- a/english/aspose.cells/row/get_enumerator/_index.md +++ b/english/aspose.cells/row/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/row/get_enumerator/ is_root: false --- -## get_enumerator {#bool-bool} +## get_enumerator(self, reversed, sync) {#bool-bool} Gets an enumerator that iterates cells through this row. @@ -19,9 +19,10 @@ Gets an enumerator that iterates cells through this row. The cell enumerator -```python +```python + def get_enumerator(self, reversed, sync): - ... + ... ``` diff --git a/english/aspose.cells/row/get_style/_index.md b/english/aspose.cells/row/get_style/_index.md index b42b99b503..281996e961 100644 --- a/english/aspose.cells/row/get_style/_index.md +++ b/english/aspose.cells/row/get_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/row/get_style/ is_root: false --- -## get_style {#} +## get_style(self) {#} Gets the style of this row. ```python + def get_style(self): ... ``` diff --git a/english/aspose.cells/row/set_style/_index.md b/english/aspose.cells/row/set_style/_index.md index 933d634551..2460896c6a 100644 --- a/english/aspose.cells/row/set_style/_index.md +++ b/english/aspose.cells/row/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/row/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the style of this row. ```python + def set_style(self, style): ... ``` diff --git a/english/aspose.cells/rowcollection/_index.md b/english/aspose.cells/rowcollection/_index.md index 759176c837..f0d2cf4823 100644 --- a/english/aspose.cells/rowcollection/_index.md +++ b/english/aspose.cells/rowcollection/_index.md @@ -3,7 +3,7 @@ title: RowCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1400 +weight: 1410 url: /aspose.cells/rowcollection/ is_root: false --- @@ -33,10 +33,10 @@ Gets a [`Row`](/cells/python-net/aspose.cells/row) object by given row index. Th ### Methods | Method | Description | | :- | :- | -| [get_enumerator](/cells/python-net/aspose.cells/rowcollection/get_enumerator/#bool-bool) | Gets an enumerator that iterates rows through this collection | -| [get_row_by_index](/cells/python-net/aspose.cells/rowcollection/get_row_by_index/#int) | Gets the row object by the position in the list. | -| [clear](/cells/python-net/aspose.cells/rowcollection/clear/#) | Clear all rows and cells. | -| [remove_at](/cells/python-net/aspose.cells/rowcollection/remove_at/#int) | Remove the row item at the specified index(position) in this collection. | +| [`get_enumerator(self, reversed, sync)`](/cells/python-net/aspose.cells/rowcollection/get_enumerator/#bool-bool) | Gets an enumerator that iterates rows through this collection | +| [`get_row_by_index(self, index)`](/cells/python-net/aspose.cells/rowcollection/get_row_by_index/#int) | Gets the row object by the position in the list. | +| [`clear(self)`](/cells/python-net/aspose.cells/rowcollection/clear/#) | Clear all rows and cells. | +| [`remove_at(self, index)`](/cells/python-net/aspose.cells/rowcollection/remove_at/#int) | Remove the row item at the specified index(position) in this collection. | diff --git a/english/aspose.cells/rowcollection/clear/_index.md b/english/aspose.cells/rowcollection/clear/_index.md index f9f916cf5a..948eff646c 100644 --- a/english/aspose.cells/rowcollection/clear/_index.md +++ b/english/aspose.cells/rowcollection/clear/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/rowcollection/clear/ is_root: false --- -## clear {#} +## clear(self) {#} Clear all rows and cells. ```python + def clear(self): ... ``` diff --git a/english/aspose.cells/rowcollection/get_enumerator/_index.md b/english/aspose.cells/rowcollection/get_enumerator/_index.md index 7332a3d919..3b772869b7 100644 --- a/english/aspose.cells/rowcollection/get_enumerator/_index.md +++ b/english/aspose.cells/rowcollection/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rowcollection/get_enumerator/ is_root: false --- -## get_enumerator {#bool-bool} +## get_enumerator(self, reversed, sync) {#bool-bool} Gets an enumerator that iterates rows through this collection @@ -19,9 +19,10 @@ Gets an enumerator that iterates rows through this collection The row enumerator -```python +```python + def get_enumerator(self, reversed, sync): - ... + ... ``` diff --git a/english/aspose.cells/rowcollection/get_row_by_index/_index.md b/english/aspose.cells/rowcollection/get_row_by_index/_index.md index 872a732484..46acd59e74 100644 --- a/english/aspose.cells/rowcollection/get_row_by_index/_index.md +++ b/english/aspose.cells/rowcollection/get_row_by_index/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/rowcollection/get_row_by_index/ is_root: false --- -## get_row_by_index {#int} +## get_row_by_index(self, index) {#int} Gets the row object by the position in the list. @@ -20,6 +20,7 @@ The Row object at given position. ```python + def get_row_by_index(self, index): ... ``` diff --git a/english/aspose.cells/rowcollection/remove_at/_index.md b/english/aspose.cells/rowcollection/remove_at/_index.md index 84b97a540f..ccc79a6f2c 100644 --- a/english/aspose.cells/rowcollection/remove_at/_index.md +++ b/english/aspose.cells/rowcollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/rowcollection/remove_at/ is_root: false --- -## remove_at {#int} +## remove_at(self, index) {#int} Remove the row item at the specified index(position) in this collection. ```python + def remove_at(self, index): ... ``` diff --git a/english/aspose.cells/saveformat/_index.md b/english/aspose.cells/saveformat/_index.md index 89bc13f6a4..43e5b462b8 100644 --- a/english/aspose.cells/saveformat/_index.md +++ b/english/aspose.cells/saveformat/_index.md @@ -3,7 +3,7 @@ title: SaveFormat enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2670 +weight: 2690 url: /aspose.cells/saveformat/ is_root: false --- diff --git a/english/aspose.cells/saveoptions/_index.md b/english/aspose.cells/saveoptions/_index.md index e3149bfc5a..abdc24d196 100644 --- a/english/aspose.cells/saveoptions/_index.md +++ b/english/aspose.cells/saveoptions/_index.md @@ -3,7 +3,7 @@ title: SaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1410 +weight: 1420 url: /aspose.cells/saveoptions/ is_root: false --- diff --git a/english/aspose.cells/scenario/_index.md b/english/aspose.cells/scenario/_index.md index 803ef00e12..bf60e58b16 100644 --- a/english/aspose.cells/scenario/_index.md +++ b/english/aspose.cells/scenario/_index.md @@ -3,7 +3,7 @@ title: Scenario class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1420 +weight: 1430 url: /aspose.cells/scenario/ is_root: false --- diff --git a/english/aspose.cells/scenariocollection/_index.md b/english/aspose.cells/scenariocollection/_index.md index 6e5e890366..22e2a3900f 100644 --- a/english/aspose.cells/scenariocollection/_index.md +++ b/english/aspose.cells/scenariocollection/_index.md @@ -3,7 +3,7 @@ title: ScenarioCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1430 +weight: 1440 url: /aspose.cells/scenariocollection/ is_root: false --- @@ -27,15 +27,15 @@ The ScenarioCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/scenariocollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/scenariocollection/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. | -| [index_of](/cells/python-net/aspose.cells/scenariocollection/index_of/#aspose.cells.Scenario-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. | -| [index_of](/cells/python-net/aspose.cells/scenariocollection/index_of/#aspose.cells.Scenario-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/scenariocollection/last_index_of/#aspose.cells.Scenario) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/scenariocollection/last_index_of/#aspose.cells.Scenario-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](/cells/python-net/aspose.cells/scenariocollection/last_index_of/#aspose.cells.Scenario-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. | -| [add](/cells/python-net/aspose.cells/scenariocollection/add/#str) | Adds a scenario. | -| [binary_search](/cells/python-net/aspose.cells/scenariocollection/binary_search/#aspose.cells.Scenario) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/scenariocollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/scenariocollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/scenariocollection/index_of/#aspose.cells.scenario-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/scenariocollection/index_of/#aspose.cells.scenario-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/scenariocollection/last_index_of/#aspose.cells.scenario) | 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/scenariocollection/last_index_of/#aspose.cells.scenario-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/scenariocollection/last_index_of/#aspose.cells.scenario-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. | +| [`add(self, name)`](/cells/python-net/aspose.cells/scenariocollection/add/#str) | Adds a scenario. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/scenariocollection/binary_search/#aspose.cells.scenario) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/scenariocollection/add/_index.md b/english/aspose.cells/scenariocollection/add/_index.md index 1b07e97748..20633367b2 100644 --- a/english/aspose.cells/scenariocollection/add/_index.md +++ b/english/aspose.cells/scenariocollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenariocollection/add/ is_root: false --- -## add {#str} +## add(self, name) {#str} Adds a scenario. @@ -20,6 +20,7 @@ The index in the list of scenarios. ```python + def add(self, name): ... ``` diff --git a/english/aspose.cells/scenariocollection/binary_search/_index.md b/english/aspose.cells/scenariocollection/binary_search/_index.md index 7b497e2687..1980f054cb 100644 --- a/english/aspose.cells/scenariocollection/binary_search/_index.md +++ b/english/aspose.cells/scenariocollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenariocollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Scenario} +## binary_search(self, item) {#aspose.cells.Scenario} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/scenariocollection/copy_to/_index.md b/english/aspose.cells/scenariocollection/copy_to/_index.md index 05bc10ee06..e99cd2b048 100644 --- a/english/aspose.cells/scenariocollection/copy_to/_index.md +++ b/english/aspose.cells/scenariocollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/scenariocollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/scenariocollection/index_of/_index.md b/english/aspose.cells/scenariocollection/index_of/_index.md index 43e6c4e391..ff9b94b6d8 100644 --- a/english/aspose.cells/scenariocollection/index_of/_index.md +++ b/english/aspose.cells/scenariocollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenariocollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Scenario-int} +## index_of(self, item, index) {#aspose.cells.Scenario-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Scenario-int-int} +## index_of(self, item, index, count) {#aspose.cells.Scenario-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/scenariocollection/last_index_of/_index.md b/english/aspose.cells/scenariocollection/last_index_of/_index.md index 8f9c2c8767..79bf4c53b9 100644 --- a/english/aspose.cells/scenariocollection/last_index_of/_index.md +++ b/english/aspose.cells/scenariocollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenariocollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Scenario} +## last_index_of(self, item) {#aspose.cells.Scenario} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Scenario`](/cells/python-net/aspose.cells/scenario) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Scenario-int} +## last_index_of(self, item, index) {#aspose.cells.Scenario-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Scenario-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Scenario-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/scenarioinputcell/_index.md b/english/aspose.cells/scenarioinputcell/_index.md index 4c3f4b0752..fcfee3b21a 100644 --- a/english/aspose.cells/scenarioinputcell/_index.md +++ b/english/aspose.cells/scenarioinputcell/_index.md @@ -3,7 +3,7 @@ title: ScenarioInputCell class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1440 +weight: 1450 url: /aspose.cells/scenarioinputcell/ is_root: false --- diff --git a/english/aspose.cells/scenarioinputcellcollection/_index.md b/english/aspose.cells/scenarioinputcellcollection/_index.md index 15a2bfcea2..d3b93d9995 100644 --- a/english/aspose.cells/scenarioinputcellcollection/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/_index.md @@ -3,7 +3,7 @@ title: ScenarioInputCellCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1450 +weight: 1460 url: /aspose.cells/scenarioinputcellcollection/ is_root: false --- @@ -25,15 +25,15 @@ The ScenarioInputCellCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/scenarioinputcellcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/scenarioinputcellcollection/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. | -| [index_of](/cells/python-net/aspose.cells/scenarioinputcellcollection/index_of/#aspose.cells.ScenarioInputCell-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. | -| [index_of](/cells/python-net/aspose.cells/scenarioinputcellcollection/index_of/#aspose.cells.ScenarioInputCell-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/scenarioinputcellcollection/last_index_of/#aspose.cells.ScenarioInputCell) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/scenarioinputcellcollection/last_index_of/#aspose.cells.ScenarioInputCell-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](/cells/python-net/aspose.cells/scenarioinputcellcollection/last_index_of/#aspose.cells.ScenarioInputCell-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. | -| [add](/cells/python-net/aspose.cells/scenarioinputcellcollection/add/#int-int-str) | Adds an input cell. | -| [binary_search](/cells/python-net/aspose.cells/scenarioinputcellcollection/binary_search/#aspose.cells.ScenarioInputCell) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/index_of/#aspose.cells.scenarioinputcell-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/index_of/#aspose.cells.scenarioinputcell-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/last_index_of/#aspose.cells.scenarioinputcell) | 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/scenarioinputcellcollection/last_index_of/#aspose.cells.scenarioinputcell-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/scenarioinputcellcollection/last_index_of/#aspose.cells.scenarioinputcell-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. | +| [`add(self, row, column, value)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/add/#int-int-str) | Adds an input cell. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/scenarioinputcellcollection/binary_search/#aspose.cells.scenarioinputcell) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/scenarioinputcellcollection/add/_index.md b/english/aspose.cells/scenarioinputcellcollection/add/_index.md index eb254fbcaa..f8cafd4aac 100644 --- a/english/aspose.cells/scenarioinputcellcollection/add/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenarioinputcellcollection/add/ is_root: false --- -## add {#int-int-str} +## add(self, row, column, value) {#int-int-str} Adds an input cell. @@ -20,6 +20,7 @@ Adds an input cell. ```python + def add(self, row, column, value): ... ``` diff --git a/english/aspose.cells/scenarioinputcellcollection/binary_search/_index.md b/english/aspose.cells/scenarioinputcellcollection/binary_search/_index.md index 82b0dcfe25..b6f4ba4170 100644 --- a/english/aspose.cells/scenarioinputcellcollection/binary_search/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenarioinputcellcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ScenarioInputCell} +## binary_search(self, item) {#aspose.cells.ScenarioInputCell} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/scenarioinputcellcollection/copy_to/_index.md b/english/aspose.cells/scenarioinputcellcollection/copy_to/_index.md index aeeec88d51..2b65c5f86a 100644 --- a/english/aspose.cells/scenarioinputcellcollection/copy_to/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/scenarioinputcellcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/scenarioinputcellcollection/index_of/_index.md b/english/aspose.cells/scenarioinputcellcollection/index_of/_index.md index d05dc8b8b5..83e52126e1 100644 --- a/english/aspose.cells/scenarioinputcellcollection/index_of/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenarioinputcellcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ScenarioInputCell-int} +## index_of(self, item, index) {#aspose.cells.ScenarioInputCell-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ScenarioInputCell-int-int} +## index_of(self, item, index, count) {#aspose.cells.ScenarioInputCell-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/scenarioinputcellcollection/last_index_of/_index.md b/english/aspose.cells/scenarioinputcellcollection/last_index_of/_index.md index d20112544f..395f871cd3 100644 --- a/english/aspose.cells/scenarioinputcellcollection/last_index_of/_index.md +++ b/english/aspose.cells/scenarioinputcellcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/scenarioinputcellcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ScenarioInputCell} +## last_index_of(self, item) {#aspose.cells.ScenarioInputCell} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ScenarioInputCell`](/cells/python-net/aspose.cells/scenarioinputcell) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ScenarioInputCell-int} +## last_index_of(self, item, index) {#aspose.cells.ScenarioInputCell-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ScenarioInputCell-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ScenarioInputCell-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/__init__/_index.md b/english/aspose.cells/settablechartglobalizationsettings/__init__/_index.md index c601d70609..5e2e1fe60d 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/__init__/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SettableChartGlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/_index.md b/english/aspose.cells/settablechartglobalizationsettings/_index.md index 6ec495f26a..99d468412e 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/_index.md @@ -3,7 +3,7 @@ title: SettableChartGlobalizationSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1460 +weight: 1470 url: /aspose.cells/settablechartglobalizationsettings/ is_root: false --- @@ -24,28 +24,28 @@ The SettableChartGlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/settablechartglobalizationsettings/__init__/#) | Constructs a new instance of SettableChartGlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/__init__/#) | Constructs a new instance of SettableChartGlobalizationSettings | ### Methods | Method | Description | | :- | :- | -| [get_series_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_series_name/#) | Gets the name of Series in the Chart. | -| [get_chart_title_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/#) | Gets the name of Chart Title. | -| [get_legend_increase_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/#) | Gets the name of increase for Legend. | -| [get_legend_decrease_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/#) | Gets the name of Decrease for Legend. | -| [get_legend_total_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/#) | Gets the name of Total for Legend. | -| [get_axis_title_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/#) | Gets the name of Title for Axis. | -| [get_other_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_other_name/#) | Gets the name of "Other" labels for Chart. | -| [get_axis_unit_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/#aspose.cells.charts.DisplayUnitType) | Gets the Name of Axis Unit. | -| [set_series_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_series_name/#str) | Sets the name of Series in the Chart. | -| [set_chart_title_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/#str) | Sets the name of Chart Title. | -| [set_legend_increase_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/#str) | Sets the name of increase for Legend. | -| [set_legend_decrease_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/#str) | Sets the name of Decrease for Legend. | -| [set_legend_total_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/#str) | Sets the name of Total for Legend. | -| [set_axis_title_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/#str) | Sets the name of Title for Axis. | -| [set_other_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_other_name/#str) | Sets the name of "Other" labels for Chart. | -| [set_axis_unit_name](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/#aspose.cells.charts.DisplayUnitType-str) | Sets the Name of Axis Unit. | +| [`get_series_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_series_name/#) | Gets the name of Series in the Chart. | +| [`get_chart_title_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/#) | Gets the name of Chart Title. | +| [`get_legend_increase_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/#) | Gets the name of increase for Legend. | +| [`get_legend_decrease_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/#) | Gets the name of Decrease for Legend. | +| [`get_legend_total_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/#) | Gets the name of Total for Legend. | +| [`get_axis_title_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/#) | Gets the name of Title for Axis. | +| [`get_other_name(self)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_other_name/#) | Gets the name of "Other" labels for Chart. | +| [`get_axis_unit_name(self, type)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/#aspose.cells.charts.displayunittype) | Gets the Name of Axis Unit. | +| [`set_series_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_series_name/#str) | Sets the name of Series in the Chart. | +| [`set_chart_title_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/#str) | Sets the name of Chart Title. | +| [`set_legend_increase_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/#str) | Sets the name of increase for Legend. | +| [`set_legend_decrease_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/#str) | Sets the name of Decrease for Legend. | +| [`set_legend_total_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/#str) | Sets the name of Total for Legend. | +| [`set_axis_title_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/#str) | Sets the name of Title for Axis. | +| [`set_other_name(self, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_other_name/#str) | Sets the name of "Other" labels for Chart. | +| [`set_axis_unit_name(self, type, name)`](/cells/python-net/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/#aspose.cells.charts.displayunittype-str) | Sets the Name of Axis Unit. | diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/_index.md index a5456addef..ec24f7d7f8 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_axis_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_axis_title_name/ is_root: false --- -## get_axis_title_name {#} +## get_axis_title_name(self) {#} Gets the name of Title for Axis. @@ -20,6 +20,7 @@ Gets the name of Title for Axis. ```python + def get_axis_title_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/_index.md index 255511f095..fad85152f3 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_axis_unit_name/ is_root: false --- -## get_axis_unit_name {#aspose.cells.charts.DisplayUnitType} +## get_axis_unit_name(self, type) {#aspose.cells.charts.DisplayUnitType} Gets the Name of Axis Unit. @@ -20,6 +20,7 @@ Gets the Name of Axis Unit. ```python + def get_axis_unit_name(self, type): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/_index.md index e4cc87a007..d84f67c1d1 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_chart_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_chart_title_name/ is_root: false --- -## get_chart_title_name {#} +## get_chart_title_name(self) {#} Gets the name of Chart Title. @@ -20,6 +20,7 @@ Gets the name of Chart Title. ```python + def get_chart_title_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/_index.md index b8858bf343..9d7aa0d6f3 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_legend_decrease_name/ is_root: false --- -## get_legend_decrease_name {#} +## get_legend_decrease_name(self) {#} Gets the name of Decrease for Legend. @@ -20,6 +20,7 @@ Gets the name of Decrease for Legend. ```python + def get_legend_decrease_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/_index.md index b8e4ce2e5e..af53ef3963 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_legend_increase_name/ is_root: false --- -## get_legend_increase_name {#} +## get_legend_increase_name(self) {#} Gets the name of increase for Legend. @@ -20,6 +20,7 @@ Gets the name of increase for Legend. ```python + def get_legend_increase_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/_index.md index 3042400a4e..3cac9dfa88 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_legend_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_legend_total_name/ is_root: false --- -## get_legend_total_name {#} +## get_legend_total_name(self) {#} Gets the name of Total for Legend. @@ -20,6 +20,7 @@ Gets the name of Total for Legend. ```python + def get_legend_total_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_other_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_other_name/_index.md index f7774470ff..7c5c7c02d2 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_other_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_other_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_other_name/ is_root: false --- -## get_other_name {#} +## get_other_name(self) {#} Gets the name of "Other" labels for Chart. @@ -20,6 +20,7 @@ Gets the name of "Other" labels for Chart. ```python + def get_other_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/get_series_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/get_series_name/_index.md index 4783b09a8e..58766526e0 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/get_series_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/get_series_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablechartglobalizationsettings/get_series_name/ is_root: false --- -## get_series_name {#} +## get_series_name(self) {#} Gets the name of Series in the Chart. @@ -20,6 +20,7 @@ Gets the name of Series in the Chart. ```python + def get_series_name(self): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/_index.md index 2d35c13fe3..a890504e8a 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_axis_title_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_axis_title_name/ is_root: false --- -## set_axis_title_name {#str} +## set_axis_title_name(self, name) {#str} Sets the name of Title for Axis. ```python + def set_axis_title_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/_index.md index 145e58639c..04ae444875 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_axis_unit_name/ is_root: false --- -## set_axis_unit_name {#aspose.cells.charts.DisplayUnitType-str} +## set_axis_unit_name(self, type, name) {#aspose.cells.charts.DisplayUnitType-str} Sets the Name of Axis Unit. ```python + def set_axis_unit_name(self, type, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/_index.md index 4ed86da1d2..6f133b598f 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_chart_title_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_chart_title_name/ is_root: false --- -## set_chart_title_name {#str} +## set_chart_title_name(self, name) {#str} Sets the name of Chart Title. ```python + def set_chart_title_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/_index.md index 904a9b8f9a..855855f394 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_legend_decrease_name/ is_root: false --- -## set_legend_decrease_name {#str} +## set_legend_decrease_name(self, name) {#str} Sets the name of Decrease for Legend. ```python + def set_legend_decrease_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/_index.md index 5498d64f34..2d1e9a78d8 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_legend_increase_name/ is_root: false --- -## set_legend_increase_name {#str} +## set_legend_increase_name(self, name) {#str} Sets the name of increase for Legend. ```python + def set_legend_increase_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/_index.md index d5ed1ad637..4370a8d39d 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_legend_total_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_legend_total_name/ is_root: false --- -## set_legend_total_name {#str} +## set_legend_total_name(self, name) {#str} Sets the name of Total for Legend. ```python + def set_legend_total_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_other_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_other_name/_index.md index 4dd43b8ec4..36d2cbee6a 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_other_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_other_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_other_name/ is_root: false --- -## set_other_name {#str} +## set_other_name(self, name) {#str} Sets the name of "Other" labels for Chart. ```python + def set_other_name(self, name): ... ``` diff --git a/english/aspose.cells/settablechartglobalizationsettings/set_series_name/_index.md b/english/aspose.cells/settablechartglobalizationsettings/set_series_name/_index.md index 850f6d5698..1926711e51 100644 --- a/english/aspose.cells/settablechartglobalizationsettings/set_series_name/_index.md +++ b/english/aspose.cells/settablechartglobalizationsettings/set_series_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablechartglobalizationsettings/set_series_name/ is_root: false --- -## set_series_name {#str} +## set_series_name(self, name) {#str} Sets the name of Series in the Chart. ```python + def set_series_name(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/__init__/_index.md b/english/aspose.cells/settableglobalizationsettings/__init__/_index.md index 6ce009ea58..95aab82abf 100644 --- a/english/aspose.cells/settableglobalizationsettings/__init__/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SettableGlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/_index.md b/english/aspose.cells/settableglobalizationsettings/_index.md index 0b75004490..2a23fdbac4 100644 --- a/english/aspose.cells/settableglobalizationsettings/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/_index.md @@ -3,7 +3,7 @@ title: SettableGlobalizationSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1470 +weight: 1480 url: /aspose.cells/settableglobalizationsettings/ is_root: false --- @@ -24,7 +24,7 @@ The SettableGlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/settableglobalizationsettings/__init__/#) | Constructs a new instance of SettableGlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/__init__/#) | Constructs a new instance of SettableGlobalizationSettings | ### Properties @@ -40,50 +40,50 @@ The SettableGlobalizationSettings type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_pivot_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_pivot_total_name/#) | Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | -| [get_pivot_grand_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/#) | Gets the name of "Grand Total" label in the PivotTable. | -| [get_multiple_items_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_multiple_items_name/#) | Gets the name of "(Multiple Items)" label in the PivotTable. | -| [get_all_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_all_name/#) | Gets the name of "(All)" label in the PivotTable. | -| [get_protection_name_of_pivot_table](/cells/python-net/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/#) | Gets the protection name in the PivotTable. | -| [get_column_labels_of_pivot_table](/cells/python-net/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/#) | Gets the name of "Column Labels" label in the PivotTable. | -| [get_row_labels_name_of_pivot_table](/cells/python-net/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/#) | Gets the name of "Row Labels" label in the PivotTable. | -| [get_empty_data_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_empty_data_name/#) | Gets the name of "(blank)" label in the PivotTable. | -| [get_data_field_header_name_of_pivot_table](/cells/python-net/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/#) | Gets the the name of the value area field header in the PivotTable. | -| [get_sub_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_sub_total_name/#aspose.cells.pivot.PivotFieldSubtotalType) | Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | -| [get_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_total_name/#aspose.cells.ConsolidationFunction) | Gets the total name of specific function. | -| [get_grand_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_grand_total_name/#aspose.cells.ConsolidationFunction) | Gets the grand total name of the function. | -| [get_default_sheet_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_default_sheet_name/#) | Gets the default sheet name for adding worksheet automatically.
Default is "Sheet". | -| [get_table_row_type_of_headers](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/#) | Gets the type name of table rows that consists of the table header.
Default is "Headers", so in formula "#Headers" represents the table header. | -| [get_table_row_type_of_data](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/#) | Gets the type name of table rows that consists of data region of referenced table.
Default is "Data", so in formula "#Data" represents the data region of the table. | -| [get_table_row_type_of_all](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/#) | Gets the type name of table rows that consists of all rows in referenced table. | -| [get_table_row_type_of_totals](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/#) | Gets the type name of table rows that consists of the total row of referenced table. | -| [get_table_row_type_of_current](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/#) | Gets the type name of table rows that consists of the current row in referenced table. | -| [get_error_value_string](/cells/python-net/aspose.cells/settableglobalizationsettings/get_error_value_string/#str) | Gets the display string value for cell's error value | -| [get_boolean_value_string](/cells/python-net/aspose.cells/settableglobalizationsettings/get_boolean_value_string/#bool) | Gets the display string value for cell's boolean value | -| [get_local_function_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_local_function_name/#str) | Gets the locale dependent function name according to given standard function name. | -| [get_standard_function_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_function_name/#str) | Gets the standard function name according to given locale dependent function name. | -| [get_local_built_in_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_local_built_in_name/#str) | Gets the locale dependent text for built-in Name according to given standard text. | -| [get_standard_built_in_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/#str) | Gets the standard text of built-in Name according to given locale dependent text. | -| [get_standard_header_footer_font_style_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/#str) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | -| [get_comment_title_name](/cells/python-net/aspose.cells/settableglobalizationsettings/get_comment_title_name/#aspose.cells.rendering.CommentTitleType) | Gets the locale dependent comment title name according to comment title type. | -| [compare](/cells/python-net/aspose.cells/settableglobalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | -| [set_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_total_name/#aspose.cells.ConsolidationFunction-str) | Sets the total name of specific function. | -| [set_grand_total_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_grand_total_name/#aspose.cells.ConsolidationFunction-str) | Sets the grand total name of specific function. | -| [set_table_row_type_of_headers](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/#str) | Sets the type name of table rows that consists of the table header. | -| [set_table_row_type_of_data](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/#str) | Sets the type name of table rows that consists of data region of referenced table. | -| [set_table_row_type_of_all](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/#str) | Sets the type name of table rows that consists of all rows in referenced table. | -| [set_table_row_type_of_totals](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/#str) | Sets the type name of table rows that consists of the total row of referenced table. | -| [set_table_row_type_of_current](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/#str) | Sets the type name of table rows that consists of the current row in referenced table. | -| [set_boolean_value_string](/cells/python-net/aspose.cells/settableglobalizationsettings/set_boolean_value_string/#bool-str) | Sets the display string value for cell's boolean value | -| [set_local_function_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_local_function_name/#str-str-bool) | Sets the locale dependent function name corresponding to given standard function name. | -| [set_standard_function_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_function_name/#str-str-bool) | Sets the locale dependent function name according to given standard function name. | -| [set_local_built_in_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_local_built_in_name/#str-str-bool) | Sets the locale dependent text for the built-in name with given standard name text. | -| [set_standard_built_in_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/#str-str-bool) | Sets the locale dependent function name according to given standard function name. | -| [set_list_separator](/cells/python-net/aspose.cells/settableglobalizationsettings/set_list_separator/#char) | Sets the separator for list, parameters of function, ...etc. | -| [set_row_separator_of_formula_array](/cells/python-net/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/#char) | Sets the separator for rows in array data in formula. | -| [set_column_separator_of_formula_array](/cells/python-net/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/#char) | Sets the separator for the items in array's row data in formula. | -| [set_standard_header_footer_font_style_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/#str-str) | Sets the locale dependent function name according to given standard function name. | -| [set_comment_title_name](/cells/python-net/aspose.cells/settableglobalizationsettings/set_comment_title_name/#aspose.cells.rendering.CommentTitleType-str) | Gets the locale dependent comment title name according to comment title type. | +| [`get_pivot_total_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_pivot_total_name/#) | Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | +| [`get_pivot_grand_total_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/#) | Gets the name of "Grand Total" label in the PivotTable. | +| [`get_multiple_items_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_multiple_items_name/#) | Gets the name of "(Multiple Items)" label in the PivotTable. | +| [`get_all_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_all_name/#) | Gets the name of "(All)" label in the PivotTable. | +| [`get_protection_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/#) | Gets the protection name in the PivotTable. | +| [`get_column_labels_of_pivot_table(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/#) | Gets the name of "Column Labels" label in the PivotTable. | +| [`get_row_labels_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/#) | Gets the name of "Row Labels" label in the PivotTable. | +| [`get_empty_data_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_empty_data_name/#) | Gets the name of "(blank)" label in the PivotTable. | +| [`get_data_field_header_name_of_pivot_table(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/#) | Gets the the name of the value area field header in the PivotTable. | +| [`get_sub_total_name(self, sub_total_type)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_sub_total_name/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | +| [`get_total_name(self, function_type)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_total_name/#aspose.cells.consolidationfunction) | Gets the total name of specific function. | +| [`get_grand_total_name(self, function_type)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_grand_total_name/#aspose.cells.consolidationfunction) | Gets the grand total name of the function. | +| [`get_default_sheet_name(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_default_sheet_name/#) | Gets the default sheet name for adding worksheet automatically.
Default is "Sheet". | +| [`get_table_row_type_of_headers(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/#) | Gets the type name of table rows that consists of the table header.
Default is "Headers", so in formula "#Headers" represents the table header. | +| [`get_table_row_type_of_data(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/#) | Gets the type name of table rows that consists of data region of referenced table.
Default is "Data", so in formula "#Data" represents the data region of the table. | +| [`get_table_row_type_of_all(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/#) | Gets the type name of table rows that consists of all rows in referenced table. | +| [`get_table_row_type_of_totals(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/#) | Gets the type name of table rows that consists of the total row of referenced table. | +| [`get_table_row_type_of_current(self)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/#) | Gets the type name of table rows that consists of the current row in referenced table. | +| [`get_error_value_string(self, err)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_error_value_string/#str) | Gets the display string value for cell's error value | +| [`get_boolean_value_string(self, bv)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_boolean_value_string/#bool) | Gets the display string value for cell's boolean value | +| [`get_local_function_name(self, standard_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_local_function_name/#str) | Gets the locale dependent function name according to given standard function name. | +| [`get_standard_function_name(self, local_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_function_name/#str) | Gets the standard function name according to given locale dependent function name. | +| [`get_local_built_in_name(self, standard_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_local_built_in_name/#str) | Gets the locale dependent text for built-in Name according to given standard text. | +| [`get_standard_built_in_name(self, local_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/#str) | Gets the standard text of built-in Name according to given locale dependent text. | +| [`get_standard_header_footer_font_style_name(self, localfont_style_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/#str) | Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. | +| [`get_comment_title_name(self, type)`](/cells/python-net/aspose.cells/settableglobalizationsettings/get_comment_title_name/#aspose.cells.rendering.commenttitletype) | Gets the locale dependent comment title name according to comment title type. | +| [`compare(self, v1, v2, ignore_case)`](/cells/python-net/aspose.cells/settableglobalizationsettings/compare/#str-str-bool) | Compares two string values according to certain collation rules. | +| [`set_total_name(self, function_type, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_total_name/#aspose.cells.consolidationfunction-str) | Sets the total name of specific function. | +| [`set_grand_total_name(self, function_type, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_grand_total_name/#aspose.cells.consolidationfunction-str) | Sets the grand total name of specific function. | +| [`set_table_row_type_of_headers(self, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/#str) | Sets the type name of table rows that consists of the table header. | +| [`set_table_row_type_of_data(self, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/#str) | Sets the type name of table rows that consists of data region of referenced table. | +| [`set_table_row_type_of_all(self, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/#str) | Sets the type name of table rows that consists of all rows in referenced table. | +| [`set_table_row_type_of_totals(self, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/#str) | Sets the type name of table rows that consists of the total row of referenced table. | +| [`set_table_row_type_of_current(self, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/#str) | Sets the type name of table rows that consists of the current row in referenced table. | +| [`set_boolean_value_string(self, bv, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_boolean_value_string/#bool-str) | Sets the display string value for cell's boolean value | +| [`set_local_function_name(self, standard_name, local_name, bidirectional)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_local_function_name/#str-str-bool) | Sets the locale dependent function name corresponding to given standard function name. | +| [`set_standard_function_name(self, local_name, standard_name, bidirectional)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_function_name/#str-str-bool) | Sets the locale dependent function name according to given standard function name. | +| [`set_local_built_in_name(self, standard_name, local_name, bidirectional)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_local_built_in_name/#str-str-bool) | Sets the locale dependent text for the built-in name with given standard name text. | +| [`set_standard_built_in_name(self, local_name, standard_name, bidirectional)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/#str-str-bool) | Sets the locale dependent function name according to given standard function name. | +| [`set_list_separator(self, c)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_list_separator/#char) | Sets the separator for list, parameters of function, ...etc. | +| [`set_row_separator_of_formula_array(self, c)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/#char) | Sets the separator for rows in array data in formula. | +| [`set_column_separator_of_formula_array(self, c)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/#char) | Sets the separator for the items in array's row data in formula. | +| [`set_standard_header_footer_font_style_name(self, localfont_style_name, standard_name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/#str-str) | Sets the locale dependent function name according to given standard function name. | +| [`set_comment_title_name(self, type, name)`](/cells/python-net/aspose.cells/settableglobalizationsettings/set_comment_title_name/#aspose.cells.rendering.commenttitletype-str) | Gets the locale dependent comment title name according to comment title type. | diff --git a/english/aspose.cells/settableglobalizationsettings/compare/_index.md b/english/aspose.cells/settableglobalizationsettings/compare/_index.md index 366dd48582..cd8db72914 100644 --- a/english/aspose.cells/settableglobalizationsettings/compare/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/compare/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/compare/ is_root: false --- -## compare {#str-str-bool} +## compare(self, v1, v2, ignore_case) {#str-str-bool} Compares two string values according to certain collation rules. @@ -20,6 +20,7 @@ Integer that indicates the lexical relationship between the two comparands ```python + def compare(self, v1, v2, ignore_case): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_all_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_all_name/_index.md index 078e535047..80b251e953 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_all_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_all_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_all_name/ is_root: false --- -## get_all_name {#} +## get_all_name(self) {#} Gets the name of "(All)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "(All)" label ```python + def get_all_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_boolean_value_string/_index.md b/english/aspose.cells/settableglobalizationsettings/get_boolean_value_string/_index.md index d01373629f..fca7792aac 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_boolean_value_string/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_boolean_value_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_boolean_value_string/ is_root: false --- -## get_boolean_value_string {#bool} +## get_boolean_value_string(self, bv) {#bool} Gets the display string value for cell's boolean value @@ -20,6 +20,7 @@ By default returns "TRUE" for true value and "FALSE" for false value. ```python + def get_boolean_value_string(self, bv): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/_index.md b/english/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/_index.md index f6c6026597..62ac2a36ef 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_column_labels_of_pivot_tabl is_root: false --- -## get_column_labels_of_pivot_table {#} +## get_column_labels_of_pivot_table(self) {#} Gets the name of "Column Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The name of column labels ```python + def get_column_labels_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_comment_title_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_comment_title_name/_index.md index c5b258735b..a3d319613e 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_comment_title_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_comment_title_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_comment_title_name/ is_root: false --- -## get_comment_title_name {#aspose.cells.rendering.CommentTitleType} +## get_comment_title_name(self, type) {#aspose.cells.rendering.CommentTitleType} Gets the locale dependent comment title name according to comment title type. @@ -20,6 +20,7 @@ locale dependent comment title name ```python + def get_comment_title_name(self, type): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/_index.md b/english/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/_index.md index 3b5dbe5e0f..4c86be871a 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_data_field_header_name_of_p is_root: false --- -## get_data_field_header_name_of_pivot_table {#} +## get_data_field_header_name_of_pivot_table(self) {#} Gets the the name of the value area field header in the PivotTable. @@ -20,6 +20,7 @@ The name of data field header name ```python + def get_data_field_header_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_default_sheet_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_default_sheet_name/_index.md index 3aacd19932..74ee6d74dd 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_default_sheet_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_default_sheet_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_default_sheet_name/ is_root: false --- -## get_default_sheet_name {#} +## get_default_sheet_name(self) {#} Gets the default sheet name for adding worksheet automatically. Default is "Sheet". @@ -21,6 +21,7 @@ the default sheet name for adding worksheet automatically ```python + def get_default_sheet_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_empty_data_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_empty_data_name/_index.md index 23bd4802a2..ec974f3128 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_empty_data_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_empty_data_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_empty_data_name/ is_root: false --- -## get_empty_data_name {#} +## get_empty_data_name(self) {#} Gets the name of "(blank)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of empty data ```python + def get_empty_data_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_error_value_string/_index.md b/english/aspose.cells/settableglobalizationsettings/get_error_value_string/_index.md index 565dcd5f7a..13b7542938 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_error_value_string/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_error_value_string/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_error_value_string/ is_root: false --- -## get_error_value_string {#str} +## get_error_value_string(self, err) {#str} Gets the display string value for cell's error value @@ -20,6 +20,7 @@ By default returns the error value itself ```python + def get_error_value_string(self, err): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_grand_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_grand_total_name/_index.md index 239ecefa18..6db8820eab 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_grand_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_grand_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_grand_total_name/ is_root: false --- -## get_grand_total_name {#aspose.cells.ConsolidationFunction} +## get_grand_total_name(self, function_type) {#aspose.cells.ConsolidationFunction} Gets the grand total name of the function. @@ -20,6 +20,7 @@ The grand total name of the function. ```python + def get_grand_total_name(self, function_type): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_local_built_in_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_local_built_in_name/_index.md index 2e1b787473..53339ff8e8 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_local_built_in_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_local_built_in_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_local_built_in_name/ is_root: false --- -## get_local_built_in_name {#str} +## get_local_built_in_name(self, standard_name) {#str} Gets the locale dependent text for built-in Name according to given standard text. @@ -20,6 +20,7 @@ Locale dependent text. The locale was specified by the Workbook for which this s ```python + def get_local_built_in_name(self, standard_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_local_function_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_local_function_name/_index.md index 4000346f3d..29af2ca4ee 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_local_function_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_local_function_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_local_function_name/ is_root: false --- -## get_local_function_name {#str} +## get_local_function_name(self, standard_name) {#str} Gets the locale dependent function name according to given standard function name. @@ -20,6 +20,7 @@ Locale dependent function name. The locale was specified by the Workbook for whi ```python + def get_local_function_name(self, standard_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_multiple_items_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_multiple_items_name/_index.md index a92355bb23..b3468bfc16 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_multiple_items_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_multiple_items_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_multiple_items_name/ is_root: false --- -## get_multiple_items_name {#} +## get_multiple_items_name(self) {#} Gets the name of "(Multiple Items)" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "(Multiple Items)" label ```python + def get_multiple_items_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/_index.md index a9cbbf74df..e7a5a64ad2 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_pivot_grand_total_name/ is_root: false --- -## get_pivot_grand_total_name {#} +## get_pivot_grand_total_name(self) {#} Gets the name of "Grand Total" label in the PivotTable. @@ -20,6 +20,7 @@ The name of "Grand Total" label ```python + def get_pivot_grand_total_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_pivot_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_pivot_total_name/_index.md index 60c1cf5a1e..67ccf5b589 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_pivot_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_pivot_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_pivot_total_name/ is_root: false --- -## get_pivot_total_name {#} +## get_pivot_total_name(self) {#} Gets the name of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. @@ -21,6 +21,7 @@ The name of "Total" label ```python + def get_pivot_total_name(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/_index.md b/english/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/_index.md index 74d06e10c7..24475b8113 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_protection_name_of_pivot_ta is_root: false --- -## get_protection_name_of_pivot_table {#} +## get_protection_name_of_pivot_table(self) {#} Gets the protection name in the PivotTable. @@ -20,6 +20,7 @@ The protection name of PivotTable ```python + def get_protection_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/_index.md b/english/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/_index.md index bf8d44811b..00fc5529e0 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_table/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_row_labels_name_of_pivot_ta is_root: false --- -## get_row_labels_name_of_pivot_table {#} +## get_row_labels_name_of_pivot_table(self) {#} Gets the name of "Row Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The name of row labels ```python + def get_row_labels_name_of_pivot_table(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/_index.md index f3dd8cf020..faeb1b9d02 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_standard_built_in_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_standard_built_in_name/ is_root: false --- -## get_standard_built_in_name {#str} +## get_standard_built_in_name(self, local_name) {#str} Gets the standard text of built-in Name according to given locale dependent text. @@ -20,6 +20,7 @@ Standard(en-US locale) text. ```python + def get_standard_built_in_name(self, local_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_standard_function_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_standard_function_name/_index.md index edbc91ba8a..e099f8fa6d 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_standard_function_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_standard_function_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_standard_function_name/ is_root: false --- -## get_standard_function_name {#str} +## get_standard_function_name(self, local_name) {#str} Gets the standard function name according to given locale dependent function name. @@ -20,6 +20,7 @@ Standard(en-US locale) function name. ```python + def get_standard_function_name(self, local_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/_index.md index b47f21e887..87c901f6c7 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_standard_header_footer_font_style_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_standard_header_footer_font is_root: false --- -## get_standard_header_footer_font_style_name {#str} +## get_standard_header_footer_font_style_name(self, localfont_style_name) {#str} Gets standard English font style name(Regular, Bold, Italic) for Header/Footer according to given locale font style name. @@ -20,6 +20,7 @@ Standard English font style name(Regular, Bold, Italic) ```python + def get_standard_header_footer_font_style_name(self, localfont_style_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_sub_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_sub_total_name/_index.md index aec6768a71..2442a44e17 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_sub_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_sub_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_sub_total_name/ is_root: false --- -## get_sub_total_name {#aspose.cells.pivot.PivotFieldSubtotalType} +## get_sub_total_name(self, sub_total_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Gets the name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. @@ -20,6 +20,7 @@ The name of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivo ```python + def get_sub_total_name(self, sub_total_type): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/_index.md b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/_index.md index 8aef567a67..205c86bc90 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_table_row_type_of_all/ is_root: false --- -## get_table_row_type_of_all {#} +## get_table_row_type_of_all(self) {#} Gets the type name of table rows that consists of all rows in referenced table. @@ -20,6 +20,7 @@ the type name of table rows ```python + def get_table_row_type_of_all(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/_index.md b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/_index.md index a9b4fbafab..be01652c53 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_table_row_type_of_current/ is_root: false --- -## get_table_row_type_of_current {#} +## get_table_row_type_of_current(self) {#} Gets the type name of table rows that consists of the current row in referenced table. @@ -20,6 +20,7 @@ the type name of table rows ```python + def get_table_row_type_of_current(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/_index.md b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/_index.md index 89dddb1e52..b0ecd0f3f1 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_table_row_type_of_data/ is_root: false --- -## get_table_row_type_of_data {#} +## get_table_row_type_of_data(self) {#} Gets the type name of table rows that consists of data region of referenced table. Default is "Data", so in formula "#Data" represents the data region of the table. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_data(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/_index.md b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/_index.md index 91151fd2e5..9cca827b8f 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_table_row_type_of_headers/ is_root: false --- -## get_table_row_type_of_headers {#} +## get_table_row_type_of_headers(self) {#} Gets the type name of table rows that consists of the table header. Default is "Headers", so in formula "#Headers" represents the table header. @@ -21,6 +21,7 @@ the type name of table rows ```python + def get_table_row_type_of_headers(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/_index.md b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/_index.md index bf3d9530f3..7d143de6f0 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_table_row_type_of_totals/ is_root: false --- -## get_table_row_type_of_totals {#} +## get_table_row_type_of_totals(self) {#} Gets the type name of table rows that consists of the total row of referenced table. @@ -20,6 +20,7 @@ the type name of table rows ```python + def get_table_row_type_of_totals(self): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/get_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/get_total_name/_index.md index 5947b17d4b..f3a3ee8996 100644 --- a/english/aspose.cells/settableglobalizationsettings/get_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/get_total_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settableglobalizationsettings/get_total_name/ is_root: false --- -## get_total_name {#aspose.cells.ConsolidationFunction} +## get_total_name(self, function_type) {#aspose.cells.ConsolidationFunction} Gets the total name of specific function. @@ -20,6 +20,7 @@ The total name of the function. ```python + def get_total_name(self, function_type): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_boolean_value_string/_index.md b/english/aspose.cells/settableglobalizationsettings/set_boolean_value_string/_index.md index e56367f334..0a9e4a3bb4 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_boolean_value_string/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_boolean_value_string/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_boolean_value_string/ is_root: false --- -## set_boolean_value_string {#bool-str} +## set_boolean_value_string(self, bv, name) {#bool-str} Sets the display string value for cell's boolean value ```python + def set_boolean_value_string(self, bv, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/_index.md b/english/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/_index.md index 61c2c2f55b..a046e21449 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_column_separator_of_formula_array/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_column_separator_of_formula is_root: false --- -## set_column_separator_of_formula_array {#char} +## set_column_separator_of_formula_array(self, c) {#char} Sets the separator for the items in array's row data in formula. ```python + def set_column_separator_of_formula_array(self, c): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_comment_title_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_comment_title_name/_index.md index a594938f0c..97ff6d9d1d 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_comment_title_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_comment_title_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_comment_title_name/ is_root: false --- -## set_comment_title_name {#aspose.cells.rendering.CommentTitleType-str} +## set_comment_title_name(self, type, name) {#aspose.cells.rendering.CommentTitleType-str} Gets the locale dependent comment title name according to comment title type. ```python + def set_comment_title_name(self, type, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_grand_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_grand_total_name/_index.md index dfa3acea98..27139c7822 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_grand_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_grand_total_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_grand_total_name/ is_root: false --- -## set_grand_total_name {#aspose.cells.ConsolidationFunction-str} +## set_grand_total_name(self, function_type, name) {#aspose.cells.ConsolidationFunction-str} Sets the grand total name of specific function. ```python + def set_grand_total_name(self, function_type, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_list_separator/_index.md b/english/aspose.cells/settableglobalizationsettings/set_list_separator/_index.md index 878d9fa783..c81bc40742 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_list_separator/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_list_separator/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_list_separator/ is_root: false --- -## set_list_separator {#char} +## set_list_separator(self, c) {#char} Sets the separator for list, parameters of function, ...etc. ```python + def set_list_separator(self, c): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_local_built_in_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_local_built_in_name/_index.md index 0a0371d4c2..666a9605f9 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_local_built_in_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_local_built_in_name/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/settableglobalizationsettings/set_local_built_in_name/ is_root: false --- -## set_local_built_in_name {#str-str-bool} +## set_local_built_in_name(self, standard_name, local_name, bidirectional) {#str-str-bool} Sets the locale dependent text for the built-in name with given standard name text. -```python +```python + def set_local_built_in_name(self, standard_name, local_name, bidirectional): - ... + ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_local_function_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_local_function_name/_index.md index 34095fec14..cd6c9fcaba 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_local_function_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_local_function_name/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/settableglobalizationsettings/set_local_function_name/ is_root: false --- -## set_local_function_name {#str-str-bool} +## set_local_function_name(self, standard_name, local_name, bidirectional) {#str-str-bool} Sets the locale dependent function name corresponding to given standard function name. -```python +```python + def set_local_function_name(self, standard_name, local_name, bidirectional): - ... + ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/_index.md b/english/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/_index.md index 156eaa0465..82e980661b 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_array/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_row_separator_of_formula_ar is_root: false --- -## set_row_separator_of_formula_array {#char} +## set_row_separator_of_formula_array(self, c) {#char} Sets the separator for rows in array data in formula. ```python + def set_row_separator_of_formula_array(self, c): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/_index.md index 62a0bd690e..b6c4cd9717 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_standard_built_in_name/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/settableglobalizationsettings/set_standard_built_in_name/ is_root: false --- -## set_standard_built_in_name {#str-str-bool} +## set_standard_built_in_name(self, local_name, standard_name, bidirectional) {#str-str-bool} Sets the locale dependent function name according to given standard function name. -```python +```python + def set_standard_built_in_name(self, local_name, standard_name, bidirectional): - ... + ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_standard_function_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_standard_function_name/_index.md index cfa31797ad..65c7c47e20 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_standard_function_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_standard_function_name/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/settableglobalizationsettings/set_standard_function_name/ is_root: false --- -## set_standard_function_name {#str-str-bool} +## set_standard_function_name(self, local_name, standard_name, bidirectional) {#str-str-bool} Sets the locale dependent function name according to given standard function name. -```python +```python + def set_standard_function_name(self, local_name, standard_name, bidirectional): - ... + ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/_index.md index 46e8cd66c5..6cbb944d64 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_standard_header_footer_font_style_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_standard_header_footer_font is_root: false --- -## set_standard_header_footer_font_style_name {#str-str} +## set_standard_header_footer_font_style_name(self, localfont_style_name, standard_name) {#str-str} Sets the locale dependent function name according to given standard function name. ```python + def set_standard_header_footer_font_style_name(self, localfont_style_name, standard_name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/_index.md b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/_index.md index c96f5c5497..73d66999ff 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_table_row_type_of_all/ is_root: false --- -## set_table_row_type_of_all {#str} +## set_table_row_type_of_all(self, name) {#str} Sets the type name of table rows that consists of all rows in referenced table. ```python + def set_table_row_type_of_all(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/_index.md b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/_index.md index 3923806622..e6d2768aea 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_table_row_type_of_current/ is_root: false --- -## set_table_row_type_of_current {#str} +## set_table_row_type_of_current(self, name) {#str} Sets the type name of table rows that consists of the current row in referenced table. ```python + def set_table_row_type_of_current(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/_index.md b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/_index.md index c8533785b2..6a1ed3e0bc 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_table_row_type_of_data/ is_root: false --- -## set_table_row_type_of_data {#str} +## set_table_row_type_of_data(self, name) {#str} Sets the type name of table rows that consists of data region of referenced table. ```python + def set_table_row_type_of_data(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/_index.md b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/_index.md index 2a333f7acd..3a8e4735ae 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_table_row_type_of_headers/ is_root: false --- -## set_table_row_type_of_headers {#str} +## set_table_row_type_of_headers(self, name) {#str} Sets the type name of table rows that consists of the table header. ```python + def set_table_row_type_of_headers(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/_index.md b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/_index.md index dead12aaf8..824937343d 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_table_row_type_of_totals/ is_root: false --- -## set_table_row_type_of_totals {#str} +## set_table_row_type_of_totals(self, name) {#str} Sets the type name of table rows that consists of the total row of referenced table. ```python + def set_table_row_type_of_totals(self, name): ... ``` diff --git a/english/aspose.cells/settableglobalizationsettings/set_total_name/_index.md b/english/aspose.cells/settableglobalizationsettings/set_total_name/_index.md index 08b2cf6243..ecbdaeda66 100644 --- a/english/aspose.cells/settableglobalizationsettings/set_total_name/_index.md +++ b/english/aspose.cells/settableglobalizationsettings/set_total_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settableglobalizationsettings/set_total_name/ is_root: false --- -## set_total_name {#aspose.cells.ConsolidationFunction-str} +## set_total_name(self, function_type, name) {#aspose.cells.ConsolidationFunction-str} Sets the total name of specific function. ```python + def set_total_name(self, function_type, name): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/__init__/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/__init__/_index.md index 115a5cc0c4..db1d9d2ca6 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/__init__/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of SettablePivotGlobalizationSettings ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/_index.md index 1741a2cdbc..fb850155b7 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/_index.md @@ -3,7 +3,7 @@ title: SettablePivotGlobalizationSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1480 +weight: 1490 url: /aspose.cells/settablepivotglobalizationsettings/ is_root: false --- @@ -24,43 +24,43 @@ The SettablePivotGlobalizationSettings type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/__init__/#) | Constructs a new instance of SettablePivotGlobalizationSettings | +| [`__init__(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/__init__/#) | Constructs a new instance of SettablePivotGlobalizationSettings | ### Methods | Method | Description | | :- | :- | -| [get_text_of_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/#) | Gets the text of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | -| [get_text_of_grand_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/#) | Gets the text of "Grand Total" label in the PivotTable. | -| [get_text_of_multiple_items](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/#) | Gets the text of "(Multiple Items)" label in the PivotTable. | -| [get_text_of_all](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/#) | Gets the text of "(All)" label in the PivotTable. | -| [get_text_of_protection](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/#) | Gets the protection name in the PivotTable. | -| [get_text_of_protected_name](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/#str) | Gets the text for specified protected name. | -| [get_text_of_column_labels](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/#) | Gets the text of "Column Labels" label in the PivotTable. | -| [get_text_of_row_labels](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/#) | Gets the text of "Row Labels" label in the PivotTable. | -| [get_text_of_empty_data](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/#) | Gets the text of "(blank)" label in the PivotTable. | -| [get_text_of_data_field_header](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/#) | Gets the the text of the value area field header in the PivotTable. | -| [get_short_text_of_12_months](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/#) | Gets all short formatted string of 12 months. | -| [get_text_of_4_quaters](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/#) | Gets the local text of 4 Quaters. | -| [get_text_of_years](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/#) | Gets the local text of "Years". | -| [get_text_of_quarters](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/#) | Get the local text of "Quarters". | -| [get_text_of_months](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/#) | Gets the local text of "Months". | -| [get_text_of_days](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/#) | Gets the local text of "Days". | -| [get_text_of_hours](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/#) | Gets the local text of "Hours". | -| [get_text_of_minutes](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/#) | Gets the local text of "Minutes". | -| [get_text_of_seconds](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" | -| [get_text_of_range](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" | -| [get_text_of_sub_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.PivotFieldSubtotalType) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | -| [set_text_of_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/#str) | Sets the text of "Total" label in the PivotTable. | -| [set_text_of_grand_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/#str) | Sets the text of "Grand Total" label in the PivotTable. | -| [set_text_of_multiple_items](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/#str) | Sets the text of "(Multiple Items)" label in the PivotTable. | -| [set_text_of_all](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/#str) | Sets the text of "(All)" label in the PivotTable. | -| [set_text_of_protected_name](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/#str-str) | Sets the text for specific protected name. | -| [set_text_of_column_labels](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/#str) | Gets the text of "Column Labels" label in the PivotTable. | -| [set_text_of_row_labels](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/#str) | Sets the text of "Row Labels" label in the PivotTable. | -| [set_text_of_empty_data](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/#str) | Sets the text of "(blank)" label in the PivotTable. | -| [set_text_of_data_field_header](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/#str) | Sets the the text of the value area field header in the PivotTable. | -| [set_text_of_sub_total](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/#aspose.cells.pivot.PivotFieldSubtotalType-str) | Sets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | +| [`get_text_of_total(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/#) | Gets the text of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area. | +| [`get_text_of_grand_total(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/#) | Gets the text of "Grand Total" label in the PivotTable. | +| [`get_text_of_multiple_items(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/#) | Gets the text of "(Multiple Items)" label in the PivotTable. | +| [`get_text_of_all(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/#) | Gets the text of "(All)" label in the PivotTable. | +| [`get_text_of_protection(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/#) | Gets the protection name in the PivotTable. | +| [`get_text_of_protected_name(self, protected_name)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/#str) | Gets the text for specified protected name. | +| [`get_text_of_column_labels(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/#) | Gets the text of "Column Labels" label in the PivotTable. | +| [`get_text_of_row_labels(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/#) | Gets the text of "Row Labels" label in the PivotTable. | +| [`get_text_of_empty_data(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/#) | Gets the text of "(blank)" label in the PivotTable. | +| [`get_text_of_data_field_header(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/#) | Gets the the text of the value area field header in the PivotTable. | +| [`get_short_text_of_12_months(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/#) | Gets all short formatted string of 12 months. | +| [`get_text_of_4_quaters(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/#) | Gets the local text of 4 Quaters. | +| [`get_text_of_years(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/#) | Gets the local text of "Years". | +| [`get_text_of_quarters(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/#) | Get the local text of "Quarters". | +| [`get_text_of_months(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/#) | Gets the local text of "Months". | +| [`get_text_of_days(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/#) | Gets the local text of "Days". | +| [`get_text_of_hours(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/#) | Gets the local text of "Hours". | +| [`get_text_of_minutes(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/#) | Gets the local text of "Minutes". | +| [`get_text_of_seconds(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/#) | Gets the local text of "Seconds" | +| [`get_text_of_range(self)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/#) | Gets the local text of "Range" | +| [`get_text_of_sub_total(self, sub_total_type)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/#aspose.cells.pivot.pivotfieldsubtotaltype) | Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | +| [`set_text_of_total(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/#str) | Sets the text of "Total" label in the PivotTable. | +| [`set_text_of_grand_total(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/#str) | Sets the text of "Grand Total" label in the PivotTable. | +| [`set_text_of_multiple_items(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/#str) | Sets the text of "(Multiple Items)" label in the PivotTable. | +| [`set_text_of_all(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/#str) | Sets the text of "(All)" label in the PivotTable. | +| [`set_text_of_protected_name(self, protected_name, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/#str-str) | Sets the text for specific protected name. | +| [`set_text_of_column_labels(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/#str) | Gets the text of "Column Labels" label in the PivotTable. | +| [`set_text_of_row_labels(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/#str) | Sets the text of "Row Labels" label in the PivotTable. | +| [`set_text_of_empty_data(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/#str) | Sets the text of "(blank)" label in the PivotTable. | +| [`set_text_of_data_field_header(self, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/#str) | Sets the the text of the value area field header in the PivotTable. | +| [`set_text_of_sub_total(self, sub_total_type, text)`](/cells/python-net/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/#aspose.cells.pivot.pivotfieldsubtotaltype-str) | Sets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. | diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md index 53683481ec..f2db386bb5 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_months/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_short_text_of_12_month is_root: false --- -## get_short_text_of_12_months {#} +## get_short_text_of_12_months(self) {#} Gets all short formatted string of 12 months. @@ -20,6 +20,7 @@ Gets all short formatted string of 12 months. ```python + def get_short_text_of_12_months(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md index bbb49ff731..079d6ae538 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_4_quaters/ is_root: false --- -## get_text_of_4_quaters {#} +## get_text_of_4_quaters(self) {#} Gets the local text of 4 Quaters. @@ -20,6 +20,7 @@ Gets the local text of 4 Quaters. ```python + def get_text_of_4_quaters(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md index 5141228818..e6db41645f 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_all/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_all/ is_root: false --- -## get_text_of_all {#} +## get_text_of_all(self) {#} Gets the text of "(All)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "(All)" label ```python + def get_text_of_all(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md index fa1e8ca599..6d0da5060e 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_column_labels/ is_root: false --- -## get_text_of_column_labels {#} +## get_text_of_column_labels(self) {#} Gets the text of "Column Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The text of column labels ```python + def get_text_of_column_labels(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md index 872f24d0dd..63337f35f7 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_header/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_data_field_hea is_root: false --- -## get_text_of_data_field_header {#} +## get_text_of_data_field_header(self) {#} Gets the the text of the value area field header in the PivotTable. @@ -20,6 +20,7 @@ The text of data field header name ```python + def get_text_of_data_field_header(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md index 9f31f09709..97c03d8e9e 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_days/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_days/ is_root: false --- -## get_text_of_days {#} +## get_text_of_days(self) {#} Gets the local text of "Days". @@ -20,6 +20,7 @@ Gets the local text of "Days". ```python + def get_text_of_days(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md index e4c9f20878..b30157fe2b 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_empty_data/ is_root: false --- -## get_text_of_empty_data {#} +## get_text_of_empty_data(self) {#} Gets the text of "(blank)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of empty data ```python + def get_text_of_empty_data(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md index 16a7ce64b2..758001ffc1 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_grand_total/ is_root: false --- -## get_text_of_grand_total {#} +## get_text_of_grand_total(self) {#} Gets the text of "Grand Total" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "Grand Total" label ```python + def get_text_of_grand_total(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md index 8cd2eb2784..b4b594d4d5 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_hours/ is_root: false --- -## get_text_of_hours {#} +## get_text_of_hours(self) {#} Gets the local text of "Hours". @@ -20,6 +20,7 @@ Gets the local text of "Hours". ```python + def get_text_of_hours(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md index a213137f35..c3ffc94c86 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_minutes/ is_root: false --- -## get_text_of_minutes {#} +## get_text_of_minutes(self) {#} Gets the local text of "Minutes". @@ -20,6 +20,7 @@ Gets the local text of "Minutes". ```python + def get_text_of_minutes(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md index c5a009f094..ecbd07ba7a 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_months/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_months/ is_root: false --- -## get_text_of_months {#} +## get_text_of_months(self) {#} Gets the local text of "Months". @@ -20,6 +20,7 @@ Gets the local text of "Months". ```python + def get_text_of_months(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md index bffadafb23..ee04631d41 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_multiple_items is_root: false --- -## get_text_of_multiple_items {#} +## get_text_of_multiple_items(self) {#} Gets the text of "(Multiple Items)" label in the PivotTable. @@ -20,6 +20,7 @@ The text of "(Multiple Items)" label ```python + def get_text_of_multiple_items(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md index 116674ee60..081b1721c9 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_protected_name is_root: false --- -## get_text_of_protected_name {#str} +## get_text_of_protected_name(self, protected_name) {#str} Gets the text for specified protected name. @@ -20,6 +20,7 @@ The local prorected names of PivotTable. ```python + def get_text_of_protected_name(self, protected_name): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md index 21db112311..41c1dbdb69 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_protection/ is_root: false --- -## get_text_of_protection {#} +## get_text_of_protection(self) {#} Gets the protection name in the PivotTable. @@ -20,6 +20,7 @@ The protection name of PivotTable ```python + def get_text_of_protection(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md index 5ac3c94c89..682bde951e 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_quarters/ is_root: false --- -## get_text_of_quarters {#} +## get_text_of_quarters(self) {#} Get the local text of "Quarters". @@ -20,6 +20,7 @@ Get the local text of "Quarters". ```python + def get_text_of_quarters(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md index 2872056e91..1ec1676206 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_range/ is_root: false --- -## get_text_of_range {#} +## get_text_of_range(self) {#} Gets the local text of "Range" @@ -20,6 +20,7 @@ Gets the local text of "Range" ```python + def get_text_of_range(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md index 2f2742992f..4e09cc1625 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_row_labels/ is_root: false --- -## get_text_of_row_labels {#} +## get_text_of_row_labels(self) {#} Gets the text of "Row Labels" label in the PivotTable. @@ -20,6 +20,7 @@ The text of row labels ```python + def get_text_of_row_labels(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md index 03f1c9f62c..66aedbdfa2 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_seconds/ is_root: false --- -## get_text_of_seconds {#} +## get_text_of_seconds(self) {#} Gets the local text of "Seconds" @@ -20,6 +20,7 @@ Gets the local text of "Seconds" ```python + def get_text_of_seconds(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md index 1845dcc6cf..6be32c5be9 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_sub_total/ is_root: false --- -## get_text_of_sub_total {#aspose.cells.pivot.PivotFieldSubtotalType} +## get_text_of_sub_total(self, sub_total_type) {#aspose.cells.pivot.PivotFieldSubtotalType} Gets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. @@ -20,6 +20,7 @@ The text of given type ```python + def get_text_of_sub_total(self, sub_total_type): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md index 8765ca17e3..dba7052bfb 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_total/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_total/ is_root: false --- -## get_text_of_total {#} +## get_text_of_total(self) {#} Gets the text of "Total" label in the PivotTable. You need to override this method when the PivotTable contains two or more PivotFields in the data area. @@ -21,6 +21,7 @@ The text of "Total" label ```python + def get_text_of_total(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md index 822a536228..401842b2b9 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/get_text_of_years/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/settablepivotglobalizationsettings/get_text_of_years/ is_root: false --- -## get_text_of_years {#} +## get_text_of_years(self) {#} Gets the local text of "Years". @@ -20,6 +20,7 @@ Gets the local text of "Years". ```python + def get_text_of_years(self): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md index 3fe3a71558..c2742e44ae 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_all/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_all/ is_root: false --- -## set_text_of_all {#str} +## set_text_of_all(self, text) {#str} Sets the text of "(All)" label in the PivotTable. ```python + def set_text_of_all(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md index 64611698f1..d28c065b8d 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_column_labels/ is_root: false --- -## set_text_of_column_labels {#str} +## set_text_of_column_labels(self, text) {#str} Gets the text of "Column Labels" label in the PivotTable. ```python + def set_text_of_column_labels(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md index 30e1fb84c8..f1ab10d7c8 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_header/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_data_field_hea is_root: false --- -## set_text_of_data_field_header {#str} +## set_text_of_data_field_header(self, text) {#str} Sets the the text of the value area field header in the PivotTable. ```python + def set_text_of_data_field_header(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md index 5fed0a43d3..54f0d778fd 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_empty_data/ is_root: false --- -## set_text_of_empty_data {#str} +## set_text_of_empty_data(self, text) {#str} Sets the text of "(blank)" label in the PivotTable. ```python + def set_text_of_empty_data(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md index 373eb274e2..19a9224d06 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_grand_total/ is_root: false --- -## set_text_of_grand_total {#str} +## set_text_of_grand_total(self, text) {#str} Sets the text of "Grand Total" label in the PivotTable. ```python + def set_text_of_grand_total(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md index 37650d8c79..643849cbd1 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_multiple_items is_root: false --- -## set_text_of_multiple_items {#str} +## set_text_of_multiple_items(self, text) {#str} Sets the text of "(Multiple Items)" label in the PivotTable. ```python + def set_text_of_multiple_items(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md index c671b29591..2ed5811cbf 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_protected_name is_root: false --- -## set_text_of_protected_name {#str-str} +## set_text_of_protected_name(self, protected_name, text) {#str-str} Sets the text for specific protected name. ```python + def set_text_of_protected_name(self, protected_name, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md index 80c6c04d72..8b09d82023 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_row_labels/ is_root: false --- -## set_text_of_row_labels {#str} +## set_text_of_row_labels(self, text) {#str} Sets the text of "Row Labels" label in the PivotTable. ```python + def set_text_of_row_labels(self, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md index 3a60226909..ff2d42a7c8 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_sub_total/ is_root: false --- -## set_text_of_sub_total {#aspose.cells.pivot.PivotFieldSubtotalType-str} +## set_text_of_sub_total(self, sub_total_type, text) {#aspose.cells.pivot.PivotFieldSubtotalType-str} Sets the text of [`PivotFieldSubtotalType`](/cells/python-net/aspose.cells.pivot/pivotfieldsubtotaltype) type in the PivotTable. ```python + def set_text_of_sub_total(self, sub_total_type, text): ... ``` diff --git a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md index 1adaa8bd5e..11c216b16a 100644 --- a/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md +++ b/english/aspose.cells/settablepivotglobalizationsettings/set_text_of_total/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/settablepivotglobalizationsettings/set_text_of_total/ is_root: false --- -## set_text_of_total {#str} +## set_text_of_total(self, text) {#str} Sets the text of "Total" label in the PivotTable. ```python + def set_text_of_total(self, text): ... ``` diff --git a/english/aspose.cells/sheettype/_index.md b/english/aspose.cells/sheettype/_index.md index 11f1173bf8..e3ba87ef13 100644 --- a/english/aspose.cells/sheettype/_index.md +++ b/english/aspose.cells/sheettype/_index.md @@ -3,7 +3,7 @@ title: SheetType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2680 +weight: 2700 url: /aspose.cells/sheettype/ is_root: false --- diff --git a/english/aspose.cells/shifttype/_index.md b/english/aspose.cells/shifttype/_index.md index e74030c64a..2ba17c456d 100644 --- a/english/aspose.cells/shifttype/_index.md +++ b/english/aspose.cells/shifttype/_index.md @@ -3,7 +3,7 @@ title: ShiftType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2690 +weight: 2710 url: /aspose.cells/shifttype/ is_root: false --- diff --git a/english/aspose.cells/sortontype/_index.md b/english/aspose.cells/sortontype/_index.md index 839e914a7d..fc25e939f1 100644 --- a/english/aspose.cells/sortontype/_index.md +++ b/english/aspose.cells/sortontype/_index.md @@ -3,7 +3,7 @@ title: SortOnType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2700 +weight: 2720 url: /aspose.cells/sortontype/ is_root: false --- diff --git a/english/aspose.cells/sortorder/_index.md b/english/aspose.cells/sortorder/_index.md index d7b5d12b4d..b6d4f80244 100644 --- a/english/aspose.cells/sortorder/_index.md +++ b/english/aspose.cells/sortorder/_index.md @@ -3,7 +3,7 @@ title: SortOrder enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2710 +weight: 2730 url: /aspose.cells/sortorder/ is_root: false --- diff --git a/english/aspose.cells/spreadsheetml2003saveoptions/__init__/_index.md b/english/aspose.cells/spreadsheetml2003saveoptions/__init__/_index.md index b3d47ad403..b903d1790d 100644 --- a/english/aspose.cells/spreadsheetml2003saveoptions/__init__/_index.md +++ b/english/aspose.cells/spreadsheetml2003saveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/spreadsheetml2003saveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving Excel 2003 spreadml file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates the options for saving Excel 2003 spreadml file. ```python + def __init__(self, save_format): ... ``` diff --git a/english/aspose.cells/spreadsheetml2003saveoptions/_index.md b/english/aspose.cells/spreadsheetml2003saveoptions/_index.md index 45456404d7..cb86dae5fc 100644 --- a/english/aspose.cells/spreadsheetml2003saveoptions/_index.md +++ b/english/aspose.cells/spreadsheetml2003saveoptions/_index.md @@ -3,7 +3,7 @@ title: SpreadsheetML2003SaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1490 +weight: 1500 url: /aspose.cells/spreadsheetml2003saveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The SpreadsheetML2003SaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/spreadsheetml2003saveoptions/__init__/#) | Creates the options for saving Excel 2003 spreadml file. | -| [__init__](/cells/python-net/aspose.cells/spreadsheetml2003saveoptions/__init__/#aspose.cells.SaveFormat) | Creates the options for saving Excel 2003 spreadml file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/spreadsheetml2003saveoptions/__init__/#) | Creates the options for saving Excel 2003 spreadml file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/spreadsheetml2003saveoptions/__init__/#aspose.cells.saveformat) | Creates the options for saving Excel 2003 spreadml file. | ### Properties diff --git a/english/aspose.cells/streamprovideroptions/__init__/_index.md b/english/aspose.cells/streamprovideroptions/__init__/_index.md index 3cf9efcb2f..45f3b126a0 100644 --- a/english/aspose.cells/streamprovideroptions/__init__/_index.md +++ b/english/aspose.cells/streamprovideroptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/streamprovideroptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.ResourceLoadingType-str} +## \_\_init\_\_(self, loading_type, default_path) {#aspose.cells.ResourceLoadingType-str} Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. ```python + def __init__(self, loading_type, default_path): ... ``` diff --git a/english/aspose.cells/streamprovideroptions/_index.md b/english/aspose.cells/streamprovideroptions/_index.md index 29075a3a78..aac90fa492 100644 --- a/english/aspose.cells/streamprovideroptions/_index.md +++ b/english/aspose.cells/streamprovideroptions/_index.md @@ -3,7 +3,7 @@ title: StreamProviderOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1500 +weight: 1510 url: /aspose.cells/streamprovideroptions/ is_root: false --- @@ -19,8 +19,8 @@ The StreamProviderOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/streamprovideroptions/__init__/#aspose.cells.ResourceLoadingType-str) | Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. | -| [__init__](/cells/python-net/aspose.cells/streamprovideroptions/__init__/#) | Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. | +| [`__init__(self, loading_type, default_path)`](/cells/python-net/aspose.cells/streamprovideroptions/__init__/#aspose.cells.resourceloadingtype-str) | Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. | +| [`__init__(self)`](/cells/python-net/aspose.cells/streamprovideroptions/__init__/#) | Initializes a new instance of the [`StreamProviderOptions`](/cells/python-net/aspose.cells/streamprovideroptions) class. | ### Properties diff --git a/english/aspose.cells/style/__init__/_index.md b/english/aspose.cells/style/__init__/_index.md index a6100ee3cd..ed4093b0b9 100644 --- a/english/aspose.cells/style/__init__/_index.md +++ b/english/aspose.cells/style/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of the [`Style`](/cells/python-net/aspose.cells/style) class. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/style/_index.md b/english/aspose.cells/style/_index.md index 266aeaad2f..bf1f5906e6 100644 --- a/english/aspose.cells/style/_index.md +++ b/english/aspose.cells/style/_index.md @@ -3,7 +3,7 @@ title: Style class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1510 +weight: 1520 url: /aspose.cells/style/ is_root: false --- @@ -20,7 +20,7 @@ The Style type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/style/__init__/#) | Initializes a new instance of the [`Style`](/cells/python-net/aspose.cells/style) class. | +| [`__init__(self)`](/cells/python-net/aspose.cells/style/__init__/#) | Initializes a new instance of the [`Style`](/cells/python-net/aspose.cells/style) class. | ### Properties @@ -67,17 +67,17 @@ The Style type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_border](/cells/python-net/aspose.cells/style/set_border/#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color) | Sets the borders of the style. | -| [set_border](/cells/python-net/aspose.cells/style/set_border/#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor) | Sets the borders of the style. | -| [set_pattern_color](/cells/python-net/aspose.cells/style/set_pattern_color/#aspose.cells.BackgroundType-aspose.pydrawing.Color-aspose.pydrawing.Color) | Sets the background color. | -| [copy](/cells/python-net/aspose.cells/style/copy/#aspose.cells.Style) | Copies data from another style object | -| [update](/cells/python-net/aspose.cells/style/update/#) | Apply the named style to the styles of the cells which use this named style.
It works like clicking the "ok" button after you finished modifying the style.
Only applies for named style. | -| [is_modified](/cells/python-net/aspose.cells/style/is_modified/#aspose.cells.StyleModifyFlag) | Checks whether the specified properties of the style have been modified.
Used for style of ConditionalFormattings to check whether the specified properties of this style should be used when applying the ConditionalFormattings on a cell. | -| [set_custom](/cells/python-net/aspose.cells/style/set_custom/#str-bool) | Sets the Custom number format string of a cell. | -| [set_two_color_gradient](/cells/python-net/aspose.cells/style/set_two_color_gradient/#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int) | Sets the specified fill to a two-color gradient. | -| [get_two_color_gradient](/cells/python-net/aspose.cells/style/get_two_color_gradient/#aspose.pydrawing.Color&-aspose.pydrawing.Color&-any-any) | Get the two-color gradient setting. | -| [get_two_color_gradient_setting](/cells/python-net/aspose.cells/style/get_two_color_gradient_setting/#) | Get the two-color gradient setting. | -| [to_json](/cells/python-net/aspose.cells/style/to_json/#) | Convert [`Style`](/cells/python-net/aspose.cells/style) to JSON struct data. | +| [`set_border(self, border_type, border_style, border_color)`](/cells/python-net/aspose.cells/style/set_border/#aspose.cells.bordertype-aspose.cells.cellbordertype-aspose.pydrawing.color) | Sets the borders of the style. | +| [`set_border(self, border_type, border_style, border_color)`](/cells/python-net/aspose.cells/style/set_border/#aspose.cells.bordertype-aspose.cells.cellbordertype-aspose.cells.cellscolor) | Sets the borders of the style. | +| [`set_pattern_color(self, pattern, color1, color2)`](/cells/python-net/aspose.cells/style/set_pattern_color/#aspose.cells.backgroundtype-aspose.pydrawing.color-aspose.pydrawing.color) | Sets the background color. | +| [`copy(self, style)`](/cells/python-net/aspose.cells/style/copy/#aspose.cells.style) | Copies data from another style object | +| [`update(self)`](/cells/python-net/aspose.cells/style/update/#) | Apply the named style to the styles of the cells which use this named style.
It works like clicking the "ok" button after you finished modifying the style.
Only applies for named style. | +| [`is_modified(self, modify_flag)`](/cells/python-net/aspose.cells/style/is_modified/#aspose.cells.stylemodifyflag) | Checks whether the specified properties of the style have been modified.
Used for style of ConditionalFormattings to check whether the specified properties of this style should be used when applying the ConditionalFormattings on a cell. | +| [`set_custom(self, custom, builtin_preference)`](/cells/python-net/aspose.cells/style/set_custom/#str-bool) | Sets the Custom number format string of a cell. | +| [`set_two_color_gradient(self, color1, color2, gradient_style_type, variant)`](/cells/python-net/aspose.cells/style/set_two_color_gradient/#aspose.pydrawing.color-aspose.pydrawing.color-aspose.cells.drawing.gradientstyletype-int) | Sets the specified fill to a two-color gradient. | +| [`get_two_color_gradient(self, color1, color2, gradient_style_type, variant)`](/cells/python-net/aspose.cells/style/get_two_color_gradient/#aspose.pydrawing.color&-aspose.pydrawing.color&-any-any) | Get the two-color gradient setting. | +| [`get_two_color_gradient_setting(self)`](/cells/python-net/aspose.cells/style/get_two_color_gradient_setting/#) | Get the two-color gradient setting. | +| [`to_json(self)`](/cells/python-net/aspose.cells/style/to_json/#) | Convert [`Style`](/cells/python-net/aspose.cells/style) to JSON struct data. | diff --git a/english/aspose.cells/style/copy/_index.md b/english/aspose.cells/style/copy/_index.md index b27db4464c..3f7ab3c88d 100644 --- a/english/aspose.cells/style/copy/_index.md +++ b/english/aspose.cells/style/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/copy/ is_root: false --- -## copy {#aspose.cells.Style} +## copy(self, style) {#aspose.cells.Style} Copies data from another style object ```python + def copy(self, style): ... ``` diff --git a/english/aspose.cells/style/get_two_color_gradient/_index.md b/english/aspose.cells/style/get_two_color_gradient/_index.md index 002424031a..5cfcccb48d 100644 --- a/english/aspose.cells/style/get_two_color_gradient/_index.md +++ b/english/aspose.cells/style/get_two_color_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/get_two_color_gradient/ is_root: false --- -## get_two_color_gradient {#aspose.pydrawing.Color&-aspose.pydrawing.Color&-any-any} +## get_two_color_gradient(self, color1, color2, gradient_style_type, variant) {#aspose.pydrawing.Color&-aspose.pydrawing.Color&-any-any} Get the two-color gradient setting. ```python + def get_two_color_gradient(self, color1, color2, gradient_style_type, variant): ... ``` diff --git a/english/aspose.cells/style/get_two_color_gradient_setting/_index.md b/english/aspose.cells/style/get_two_color_gradient_setting/_index.md index 3fc476e15e..d85ef72ab2 100644 --- a/english/aspose.cells/style/get_two_color_gradient_setting/_index.md +++ b/english/aspose.cells/style/get_two_color_gradient_setting/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/get_two_color_gradient_setting/ is_root: false --- -## get_two_color_gradient_setting {#} +## get_two_color_gradient_setting(self) {#} Get the two-color gradient setting. ```python + def get_two_color_gradient_setting(self): ... ``` diff --git a/english/aspose.cells/style/is_modified/_index.md b/english/aspose.cells/style/is_modified/_index.md index 09e97c6699..62e2efc968 100644 --- a/english/aspose.cells/style/is_modified/_index.md +++ b/english/aspose.cells/style/is_modified/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/style/is_modified/ is_root: false --- -## is_modified {#aspose.cells.StyleModifyFlag} +## is_modified(self, modify_flag) {#aspose.cells.StyleModifyFlag} Checks whether the specified properties of the style have been modified. Used for style of ConditionalFormattings to check whether the specified properties of this style should be used when applying the ConditionalFormattings on a cell. @@ -21,6 +21,7 @@ true if the specified properties have been modified ```python + def is_modified(self, modify_flag): ... ``` diff --git a/english/aspose.cells/style/set_border/_index.md b/english/aspose.cells/style/set_border/_index.md index 2b36e88ad4..8127fec874 100644 --- a/english/aspose.cells/style/set_border/_index.md +++ b/english/aspose.cells/style/set_border/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/style/set_border/ is_root: false --- -## set_border {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color} +## set_border(self, border_type, border_style, border_color) {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.pydrawing.Color} Sets the borders of the style. @@ -20,6 +20,7 @@ Whether current border settings have been changed. ```python + def set_border(self, border_type, border_style, border_color): ... ``` @@ -32,7 +33,7 @@ def set_border(self, border_type, border_style, border_color): | border_color | aspose.pydrawing.Color | The color of the border. | -## set_border {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} +## set_border(self, border_type, border_style, border_color) {#aspose.cells.BorderType-aspose.cells.CellBorderType-aspose.cells.CellsColor} Sets the borders of the style. @@ -44,6 +45,7 @@ Whether current border settings have been changed. ```python + def set_border(self, border_type, border_style, border_color): ... ``` diff --git a/english/aspose.cells/style/set_custom/_index.md b/english/aspose.cells/style/set_custom/_index.md index 53b9c5b1fd..1f26b88008 100644 --- a/english/aspose.cells/style/set_custom/_index.md +++ b/english/aspose.cells/style/set_custom/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/style/set_custom/ is_root: false --- -## set_custom {#str-bool} +## set_custom(self, custom, builtin_preference) {#str-bool} Sets the Custom number format string of a cell. -```python +```python + def set_custom(self, custom, builtin_preference): - ... + ... ``` diff --git a/english/aspose.cells/style/set_pattern_color/_index.md b/english/aspose.cells/style/set_pattern_color/_index.md index 7b4f2fc2d7..44b7f4f8a2 100644 --- a/english/aspose.cells/style/set_pattern_color/_index.md +++ b/english/aspose.cells/style/set_pattern_color/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/set_pattern_color/ is_root: false --- -## set_pattern_color {#aspose.cells.BackgroundType-aspose.pydrawing.Color-aspose.pydrawing.Color} +## set_pattern_color(self, pattern, color1, color2) {#aspose.cells.BackgroundType-aspose.pydrawing.Color-aspose.pydrawing.Color} Sets the background color. ```python + def set_pattern_color(self, pattern, color1, color2): ... ``` diff --git a/english/aspose.cells/style/set_two_color_gradient/_index.md b/english/aspose.cells/style/set_two_color_gradient/_index.md index c571dcda1d..a46a7ae329 100644 --- a/english/aspose.cells/style/set_two_color_gradient/_index.md +++ b/english/aspose.cells/style/set_two_color_gradient/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/style/set_two_color_gradient/ is_root: false --- -## set_two_color_gradient {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} +## set_two_color_gradient(self, color1, color2, gradient_style_type, variant) {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} Sets the specified fill to a two-color gradient. ```python + def set_two_color_gradient(self, color1, color2, gradient_style_type, variant): ... ``` diff --git a/english/aspose.cells/style/to_json/_index.md b/english/aspose.cells/style/to_json/_index.md index 51d770faba..ddaf062f7b 100644 --- a/english/aspose.cells/style/to_json/_index.md +++ b/english/aspose.cells/style/to_json/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/style/to_json/ is_root: false --- -## to_json {#} +## to_json(self) {#} Convert [`Style`](/cells/python-net/aspose.cells/style) to JSON struct data. @@ -20,6 +20,7 @@ Convert [`Style`](/cells/python-net/aspose.cells/style) to JSON struct data. ```python + def to_json(self): ... ``` diff --git a/english/aspose.cells/style/update/_index.md b/english/aspose.cells/style/update/_index.md index 7ef7d7075a..c0e4f24fbe 100644 --- a/english/aspose.cells/style/update/_index.md +++ b/english/aspose.cells/style/update/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/style/update/ is_root: false --- -## update {#} +## update(self) {#} Apply the named style to the styles of the cells which use this named style. It works like clicking the "ok" button after you finished modifying the style. @@ -17,6 +17,7 @@ Only applies for named style. ```python + def update(self): ... ``` diff --git a/english/aspose.cells/styleflag/__init__/_index.md b/english/aspose.cells/styleflag/__init__/_index.md index 4ee6289c0e..882d78d11a 100644 --- a/english/aspose.cells/styleflag/__init__/_index.md +++ b/english/aspose.cells/styleflag/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/styleflag/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs an object with all flags as false. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/styleflag/_index.md b/english/aspose.cells/styleflag/_index.md index 75b2bee0af..6921e28381 100644 --- a/english/aspose.cells/styleflag/_index.md +++ b/english/aspose.cells/styleflag/_index.md @@ -3,7 +3,7 @@ title: StyleFlag class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1520 +weight: 1530 url: /aspose.cells/styleflag/ is_root: false --- @@ -19,7 +19,7 @@ The StyleFlag type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/styleflag/__init__/#) | Constructs an object with all flags as false. | +| [`__init__(self)`](/cells/python-net/aspose.cells/styleflag/__init__/#) | Constructs an object with all flags as false. | ### Properties diff --git a/english/aspose.cells/stylemodifyflag/_index.md b/english/aspose.cells/stylemodifyflag/_index.md index 365a0777d2..d9c0bf73d0 100644 --- a/english/aspose.cells/stylemodifyflag/_index.md +++ b/english/aspose.cells/stylemodifyflag/_index.md @@ -3,7 +3,7 @@ title: StyleModifyFlag enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2720 +weight: 2740 url: /aspose.cells/stylemodifyflag/ is_root: false --- @@ -25,9 +25,11 @@ The StyleModifyFlag type exposes the following members: | BOTTOM_BORDER | Indicates whether bottom border has been modified for the style. | | DIAGONAL_DOWN_BORDER | Indicates whether diagonal-down border has been modified for the style. | | DIAGONAL_UP_BORDER | Indicates whether diagonal-up border has been modified for the style. | -| DIAGONAL | Indicates whether one or more diagonal borders([`StyleModifyFlag.DIAGONAL_DOWN_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_DOWN_BORDER),
[`StyleModifyFlag.DIAGONAL_UP_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_UP_BORDER)) have been modified for the style. | | HORIZONTAL_BORDER | Indicates whether horizontal border has been modified for the style.
Only for dynamic style, such as conditional formatting. | | VERTICAL_BORDER | Indicates whether vertical border has been modified for the style.
Only for dynamic style, such as conditional formatting. | +| SIDE_BORDERS | Indicates the four side borders: [`StyleModifyFlag.LEFT_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#LEFT_BORDER),
[`StyleModifyFlag.RIGHT_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#RIGHT_BORDER), [`StyleModifyFlag.TOP_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#TOP_BORDER) and [`StyleModifyFlag.BOTTOM_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#BOTTOM_BORDER). | +| DIAGONAL | Indicates diagonal borders: [`StyleModifyFlag.DIAGONAL_DOWN_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_DOWN_BORDER) and [`StyleModifyFlag.DIAGONAL_UP_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL_UP_BORDER). | +| DYNAMIC_STYLE_BORDERS | Indicates borders of dynamic style: [`StyleModifyFlag.HORIZONTAL_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#HORIZONTAL_BORDER) and [`StyleModifyFlag.VERTICAL_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#VERTICAL_BORDER). | | BORDERS | Indicates whether one or more borders([`StyleModifyFlag.LEFT_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#LEFT_BORDER),
[`StyleModifyFlag.RIGHT_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#RIGHT_BORDER), [`StyleModifyFlag.TOP_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#TOP_BORDER), [`StyleModifyFlag.BOTTOM_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#BOTTOM_BORDER),
[`StyleModifyFlag.DIAGONAL`](/cells/python-net/aspose.cells/stylemodifyflag#DIAGONAL), [`StyleModifyFlag.HORIZONTAL_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#HORIZONTAL_BORDER), [`StyleModifyFlag.VERTICAL_BORDER`](/cells/python-net/aspose.cells/stylemodifyflag#VERTICAL_BORDER))
have been modified for the style. | | NUMBER_FORMAT | Indicates whether numberformat has been modified. | | HORIZONTAL_ALIGNMENT | Indicates whether horizontal alignment has been modified. | @@ -66,9 +68,17 @@ The StyleModifyFlag type exposes the following members: | FONT_CAP | unused. | | FONT_VERTICAL_TEXT | | | FONT | Indicates whether one or more properties have been modified for the font of the style. | -| ALL | Indicates whether one or more properties have been modified for the style. | +| ALL | All properties that can be modified for the style. | +| NONE | No property has been specified. | +### Remarks + + +Combinations of multiple properties are defined for user's convenience. +When checking whether they are modified for one style, the returned value denotes +whether one or more properties in the combination have been modified. + ### See Also * module [`aspose.cells`](..) diff --git a/english/aspose.cells/subtotalsetting/_index.md b/english/aspose.cells/subtotalsetting/_index.md index e86bbee5f8..7b716fd22f 100644 --- a/english/aspose.cells/subtotalsetting/_index.md +++ b/english/aspose.cells/subtotalsetting/_index.md @@ -3,7 +3,7 @@ title: SubtotalSetting class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1530 +weight: 1540 url: /aspose.cells/subtotalsetting/ is_root: false --- diff --git a/english/aspose.cells/svgsaveoptions/__init__/_index.md b/english/aspose.cells/svgsaveoptions/__init__/_index.md index a24ac1456d..aaa54cca75 100644 --- a/english/aspose.cells/svgsaveoptions/__init__/_index.md +++ b/english/aspose.cells/svgsaveoptions/__init__/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/svgsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for saving image file. -```python +```python + def __init__(self): - ... + ... ``` @@ -24,15 +25,16 @@ def __init__(self): The default type is Tiff. -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates the options for saving image file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/svgsaveoptions/_index.md b/english/aspose.cells/svgsaveoptions/_index.md index d4d8972492..6c3c89ba86 100644 --- a/english/aspose.cells/svgsaveoptions/_index.md +++ b/english/aspose.cells/svgsaveoptions/_index.md @@ -3,7 +3,7 @@ title: SvgSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1540 +weight: 1550 url: /aspose.cells/svgsaveoptions/ is_root: false --- @@ -23,8 +23,8 @@ The SvgSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/svgsaveoptions/__init__/#) | Creates the options for saving image file. | -| [__init__](/cells/python-net/aspose.cells/svgsaveoptions/__init__/#aspose.cells.SaveFormat) | Creates the options for saving image file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/svgsaveoptions/__init__/#) | Creates the options for saving image file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/svgsaveoptions/__init__/#aspose.cells.saveformat) | Creates the options for saving image file. | ### Properties diff --git a/english/aspose.cells/systemtimeinterruptmonitor/__init__/_index.md b/english/aspose.cells/systemtimeinterruptmonitor/__init__/_index.md index b80d7d01ce..3ba87b7d73 100644 --- a/english/aspose.cells/systemtimeinterruptmonitor/__init__/_index.md +++ b/english/aspose.cells/systemtimeinterruptmonitor/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/systemtimeinterruptmonitor/__init__/ is_root: false --- -## __init__ {#bool} +## \_\_init\_\_(self, terminate_without_exception) {#bool} Constructs one interruption monitor. ```python + def __init__(self, terminate_without_exception): ... ``` diff --git a/english/aspose.cells/systemtimeinterruptmonitor/_index.md b/english/aspose.cells/systemtimeinterruptmonitor/_index.md index d87e468ed3..08d5f357a9 100644 --- a/english/aspose.cells/systemtimeinterruptmonitor/_index.md +++ b/english/aspose.cells/systemtimeinterruptmonitor/_index.md @@ -3,7 +3,7 @@ title: SystemTimeInterruptMonitor class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1550 +weight: 1560 url: /aspose.cells/systemtimeinterruptmonitor/ is_root: false --- @@ -24,7 +24,7 @@ The SystemTimeInterruptMonitor type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/systemtimeinterruptmonitor/__init__/#bool) | Constructs one interruption monitor. | +| [`__init__(self, terminate_without_exception)`](/cells/python-net/aspose.cells/systemtimeinterruptmonitor/__init__/#bool) | Constructs one interruption monitor. | ### Properties @@ -37,7 +37,7 @@ The SystemTimeInterruptMonitor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [start_monitor](/cells/python-net/aspose.cells/systemtimeinterruptmonitor/start_monitor/#int) | Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called,
so the procedure which needs to be monitored should be started just after this call. | +| [`start_monitor(self, ms_limit)`](/cells/python-net/aspose.cells/systemtimeinterruptmonitor/start_monitor/#int) | Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called,
so the procedure which needs to be monitored should be started just after this call. | diff --git a/english/aspose.cells/systemtimeinterruptmonitor/start_monitor/_index.md b/english/aspose.cells/systemtimeinterruptmonitor/start_monitor/_index.md index 0db4318b73..260bee9f7c 100644 --- a/english/aspose.cells/systemtimeinterruptmonitor/start_monitor/_index.md +++ b/english/aspose.cells/systemtimeinterruptmonitor/start_monitor/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/systemtimeinterruptmonitor/start_monitor/ is_root: false --- -## start_monitor {#int} +## start_monitor(self, ms_limit) {#int} Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called, so the procedure which needs to be monitored should be started just after this call. @@ -16,6 +16,7 @@ so the procedure which needs to be monitored should be started just after this c ```python + def start_monitor(self, ms_limit): ... ``` diff --git a/english/aspose.cells/targetmodetype/_index.md b/english/aspose.cells/targetmodetype/_index.md index 12f5791ed8..2307203620 100644 --- a/english/aspose.cells/targetmodetype/_index.md +++ b/english/aspose.cells/targetmodetype/_index.md @@ -3,7 +3,7 @@ title: TargetModeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2730 +weight: 2750 url: /aspose.cells/targetmodetype/ is_root: false --- diff --git a/english/aspose.cells/textalignmenttype/_index.md b/english/aspose.cells/textalignmenttype/_index.md index 3a7d42a539..a852c2f55d 100644 --- a/english/aspose.cells/textalignmenttype/_index.md +++ b/english/aspose.cells/textalignmenttype/_index.md @@ -3,7 +3,7 @@ title: TextAlignmentType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2740 +weight: 2760 url: /aspose.cells/textalignmenttype/ is_root: false --- diff --git a/english/aspose.cells/textcapstype/_index.md b/english/aspose.cells/textcapstype/_index.md index 24828f3950..361ae30480 100644 --- a/english/aspose.cells/textcapstype/_index.md +++ b/english/aspose.cells/textcapstype/_index.md @@ -3,7 +3,7 @@ title: TextCapsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2750 +weight: 2770 url: /aspose.cells/textcapstype/ is_root: false --- diff --git a/english/aspose.cells/textcrosstype/_index.md b/english/aspose.cells/textcrosstype/_index.md index 51bce905da..2ffaa324b1 100644 --- a/english/aspose.cells/textcrosstype/_index.md +++ b/english/aspose.cells/textcrosstype/_index.md @@ -3,7 +3,7 @@ title: TextCrossType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2760 +weight: 2780 url: /aspose.cells/textcrosstype/ is_root: false --- diff --git a/english/aspose.cells/textdirectiontype/_index.md b/english/aspose.cells/textdirectiontype/_index.md index c76517e6e9..74dd11daff 100644 --- a/english/aspose.cells/textdirectiontype/_index.md +++ b/english/aspose.cells/textdirectiontype/_index.md @@ -3,7 +3,7 @@ title: TextDirectionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2770 +weight: 2790 url: /aspose.cells/textdirectiontype/ is_root: false --- diff --git a/english/aspose.cells/textorientationtype/_index.md b/english/aspose.cells/textorientationtype/_index.md index 5d5639a27d..c1f6f4422c 100644 --- a/english/aspose.cells/textorientationtype/_index.md +++ b/english/aspose.cells/textorientationtype/_index.md @@ -3,7 +3,7 @@ title: TextOrientationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2780 +weight: 2800 url: /aspose.cells/textorientationtype/ is_root: false --- diff --git a/english/aspose.cells/textstriketype/_index.md b/english/aspose.cells/textstriketype/_index.md index d74511dfac..0c407a2a3c 100644 --- a/english/aspose.cells/textstriketype/_index.md +++ b/english/aspose.cells/textstriketype/_index.md @@ -3,7 +3,7 @@ title: TextStrikeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2790 +weight: 2810 url: /aspose.cells/textstriketype/ is_root: false --- diff --git a/english/aspose.cells/themecolor/__init__/_index.md b/english/aspose.cells/themecolor/__init__/_index.md index d4e01433ce..c0232daaf8 100644 --- a/english/aspose.cells/themecolor/__init__/_index.md +++ b/english/aspose.cells/themecolor/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/themecolor/__init__/ is_root: false --- -## __init__ {#aspose.cells.ThemeColorType-float} +## \_\_init\_\_(self, type, tint) {#aspose.cells.ThemeColorType-float} ```python + def __init__(self, type, tint): ... ``` diff --git a/english/aspose.cells/themecolor/_index.md b/english/aspose.cells/themecolor/_index.md index 626c9e45ee..3e57b4b7b1 100644 --- a/english/aspose.cells/themecolor/_index.md +++ b/english/aspose.cells/themecolor/_index.md @@ -3,7 +3,7 @@ title: ThemeColor class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1560 +weight: 1570 url: /aspose.cells/themecolor/ is_root: false --- @@ -19,7 +19,7 @@ The ThemeColor type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/themecolor/__init__/#aspose.cells.ThemeColorType-float) | | +| [`__init__(self, type, tint)`](/cells/python-net/aspose.cells/themecolor/__init__/#aspose.cells.themecolortype-float) | | ### Properties diff --git a/english/aspose.cells/themecolortype/_index.md b/english/aspose.cells/themecolortype/_index.md index 37fb71379f..b96dfb1fb1 100644 --- a/english/aspose.cells/themecolortype/_index.md +++ b/english/aspose.cells/themecolortype/_index.md @@ -3,7 +3,7 @@ title: ThemeColorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2800 +weight: 2820 url: /aspose.cells/themecolortype/ is_root: false --- diff --git a/english/aspose.cells/threadedcomment/_index.md b/english/aspose.cells/threadedcomment/_index.md index 2923dbb9a5..89292cd57d 100644 --- a/english/aspose.cells/threadedcomment/_index.md +++ b/english/aspose.cells/threadedcomment/_index.md @@ -3,7 +3,7 @@ title: ThreadedComment class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1580 +weight: 1590 url: /aspose.cells/threadedcomment/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthor/_index.md b/english/aspose.cells/threadedcommentauthor/_index.md index 4a31e4367b..f67985a7ce 100644 --- a/english/aspose.cells/threadedcommentauthor/_index.md +++ b/english/aspose.cells/threadedcommentauthor/_index.md @@ -3,7 +3,7 @@ title: ThreadedCommentAuthor class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1590 +weight: 1600 url: /aspose.cells/threadedcommentauthor/ is_root: false --- diff --git a/english/aspose.cells/threadedcommentauthorcollection/__init__/_index.md b/english/aspose.cells/threadedcommentauthorcollection/__init__/_index.md index b19db84036..4eb9dc4355 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/__init__/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/threadedcommentauthorcollection/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of ThreadedCommentAuthorCollection ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/threadedcommentauthorcollection/_index.md b/english/aspose.cells/threadedcommentauthorcollection/_index.md index 5bd647b191..1803bd2e8e 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/_index.md @@ -3,7 +3,7 @@ title: ThreadedCommentAuthorCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1600 +weight: 1610 url: /aspose.cells/threadedcommentauthorcollection/ is_root: false --- @@ -19,7 +19,7 @@ The ThreadedCommentAuthorCollection type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/threadedcommentauthorcollection/__init__/#) | Constructs a new instance of ThreadedCommentAuthorCollection | +| [`__init__(self)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/__init__/#) | Constructs a new instance of ThreadedCommentAuthorCollection | ### Properties @@ -32,15 +32,15 @@ The ThreadedCommentAuthorCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/threadedcommentauthorcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/threadedcommentauthorcollection/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. | -| [index_of](/cells/python-net/aspose.cells/threadedcommentauthorcollection/index_of/#aspose.cells.ThreadedCommentAuthor-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. | -| [index_of](/cells/python-net/aspose.cells/threadedcommentauthorcollection/index_of/#aspose.cells.ThreadedCommentAuthor-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.ThreadedCommentAuthor) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.ThreadedCommentAuthor-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](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.ThreadedCommentAuthor-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. | -| [add](/cells/python-net/aspose.cells/threadedcommentauthorcollection/add/#str-str-str) | Adds one thread comment person. | -| [binary_search](/cells/python-net/aspose.cells/threadedcommentauthorcollection/binary_search/#aspose.cells.ThreadedCommentAuthor) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/index_of/#aspose.cells.threadedcommentauthor-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/index_of/#aspose.cells.threadedcommentauthor-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor) | 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/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor-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/threadedcommentauthorcollection/last_index_of/#aspose.cells.threadedcommentauthor-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. | +| [`add(self, name, user_id, provider_id)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/add/#str-str-str) | Adds one thread comment person. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/threadedcommentauthorcollection/binary_search/#aspose.cells.threadedcommentauthor) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/threadedcommentauthorcollection/add/_index.md b/english/aspose.cells/threadedcommentauthorcollection/add/_index.md index e43b118980..eba504f524 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/add/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentauthorcollection/add/ is_root: false --- -## add {#str-str-str} +## add(self, name, user_id, provider_id) {#str-str-str} Adds one thread comment person. @@ -20,6 +20,7 @@ Adds one thread comment person. ```python + def add(self, name, user_id, provider_id): ... ``` diff --git a/english/aspose.cells/threadedcommentauthorcollection/binary_search/_index.md b/english/aspose.cells/threadedcommentauthorcollection/binary_search/_index.md index 7a7ec3ad34..18dc445a55 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/binary_search/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentauthorcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ThreadedCommentAuthor} +## binary_search(self, item) {#aspose.cells.ThreadedCommentAuthor} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/threadedcommentauthorcollection/copy_to/_index.md b/english/aspose.cells/threadedcommentauthorcollection/copy_to/_index.md index 57aada7c15..cec581f9cc 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/copy_to/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/threadedcommentauthorcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md b/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md index 6955f987a2..c09e9fae12 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentauthorcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ThreadedCommentAuthor-int} +## index_of(self, item, index) {#aspose.cells.ThreadedCommentAuthor-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ThreadedCommentAuthor-int-int} +## index_of(self, item, index, count) {#aspose.cells.ThreadedCommentAuthor-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md b/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md index b84e7cf790..cb36b3a71c 100644 --- a/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md +++ b/english/aspose.cells/threadedcommentauthorcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentauthorcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ThreadedCommentAuthor} +## last_index_of(self, item) {#aspose.cells.ThreadedCommentAuthor} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ThreadedCommentAuthor`](/cells/python-net/aspose.cells/threadedcommentauthor) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ThreadedCommentAuthor-int} +## last_index_of(self, item, index) {#aspose.cells.ThreadedCommentAuthor-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ThreadedCommentAuthor-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ThreadedCommentAuthor-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/threadedcommentcollection/_index.md b/english/aspose.cells/threadedcommentcollection/_index.md index dde14ad74f..d9606841f5 100644 --- a/english/aspose.cells/threadedcommentcollection/_index.md +++ b/english/aspose.cells/threadedcommentcollection/_index.md @@ -3,7 +3,7 @@ title: ThreadedCommentCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1610 +weight: 1620 url: /aspose.cells/threadedcommentcollection/ is_root: false --- @@ -25,15 +25,15 @@ The ThreadedCommentCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/threadedcommentcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/threadedcommentcollection/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. | -| [index_of](/cells/python-net/aspose.cells/threadedcommentcollection/index_of/#aspose.cells.ThreadedComment-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. | -| [index_of](/cells/python-net/aspose.cells/threadedcommentcollection/index_of/#aspose.cells.ThreadedComment-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/threadedcommentcollection/last_index_of/#aspose.cells.ThreadedComment) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/threadedcommentcollection/last_index_of/#aspose.cells.ThreadedComment-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](/cells/python-net/aspose.cells/threadedcommentcollection/last_index_of/#aspose.cells.ThreadedComment-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. | -| [add](/cells/python-net/aspose.cells/threadedcommentcollection/add/#str-aspose.cells.ThreadedCommentAuthor) | Adds a threaded comment; | -| [binary_search](/cells/python-net/aspose.cells/threadedcommentcollection/binary_search/#aspose.cells.ThreadedComment) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/threadedcommentcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/threadedcommentcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/threadedcommentcollection/index_of/#aspose.cells.threadedcomment-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/threadedcommentcollection/index_of/#aspose.cells.threadedcomment-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/threadedcommentcollection/last_index_of/#aspose.cells.threadedcomment) | 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/threadedcommentcollection/last_index_of/#aspose.cells.threadedcomment-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/threadedcommentcollection/last_index_of/#aspose.cells.threadedcomment-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. | +| [`add(self, text, author)`](/cells/python-net/aspose.cells/threadedcommentcollection/add/#str-aspose.cells.threadedcommentauthor) | Adds a threaded comment; | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/threadedcommentcollection/binary_search/#aspose.cells.threadedcomment) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/threadedcommentcollection/add/_index.md b/english/aspose.cells/threadedcommentcollection/add/_index.md index 8fcc5d13e5..f4ca73a802 100644 --- a/english/aspose.cells/threadedcommentcollection/add/_index.md +++ b/english/aspose.cells/threadedcommentcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentcollection/add/ is_root: false --- -## add {#str-aspose.cells.ThreadedCommentAuthor} +## add(self, text, author) {#str-aspose.cells.ThreadedCommentAuthor} Adds a threaded comment; @@ -20,6 +20,7 @@ Adds a threaded comment; ```python + def add(self, text, author): ... ``` diff --git a/english/aspose.cells/threadedcommentcollection/binary_search/_index.md b/english/aspose.cells/threadedcommentcollection/binary_search/_index.md index f16141e0d2..f8863c435c 100644 --- a/english/aspose.cells/threadedcommentcollection/binary_search/_index.md +++ b/english/aspose.cells/threadedcommentcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.ThreadedComment} +## binary_search(self, item) {#aspose.cells.ThreadedComment} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/threadedcommentcollection/copy_to/_index.md b/english/aspose.cells/threadedcommentcollection/copy_to/_index.md index e65ffcf39b..b3261d2929 100644 --- a/english/aspose.cells/threadedcommentcollection/copy_to/_index.md +++ b/english/aspose.cells/threadedcommentcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/threadedcommentcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/threadedcommentcollection/index_of/_index.md b/english/aspose.cells/threadedcommentcollection/index_of/_index.md index 9947456c30..e2d9dfc525 100644 --- a/english/aspose.cells/threadedcommentcollection/index_of/_index.md +++ b/english/aspose.cells/threadedcommentcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.ThreadedComment-int} +## index_of(self, item, index) {#aspose.cells.ThreadedComment-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.ThreadedComment-int-int} +## index_of(self, item, index, count) {#aspose.cells.ThreadedComment-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/threadedcommentcollection/last_index_of/_index.md b/english/aspose.cells/threadedcommentcollection/last_index_of/_index.md index 61f7e0b62a..ea24e43534 100644 --- a/english/aspose.cells/threadedcommentcollection/last_index_of/_index.md +++ b/english/aspose.cells/threadedcommentcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadedcommentcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.ThreadedComment} +## last_index_of(self, item) {#aspose.cells.ThreadedComment} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`ThreadedComment`](/cells/python-net/aspose.cells/threadedcomment) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.ThreadedComment-int} +## last_index_of(self, item, index) {#aspose.cells.ThreadedComment-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.ThreadedComment-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.ThreadedComment-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/threadinterruptmonitor/__init__/_index.md b/english/aspose.cells/threadinterruptmonitor/__init__/_index.md index 6e255762dd..46cbe4640b 100644 --- a/english/aspose.cells/threadinterruptmonitor/__init__/_index.md +++ b/english/aspose.cells/threadinterruptmonitor/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/threadinterruptmonitor/__init__/ is_root: false --- -## __init__ {#bool} +## \_\_init\_\_(self, terminate_without_exception) {#bool} Constructs one interruption monitor. ```python + def __init__(self, terminate_without_exception): ... ``` diff --git a/english/aspose.cells/threadinterruptmonitor/_index.md b/english/aspose.cells/threadinterruptmonitor/_index.md index 7712af8dfa..97bce18109 100644 --- a/english/aspose.cells/threadinterruptmonitor/_index.md +++ b/english/aspose.cells/threadinterruptmonitor/_index.md @@ -3,7 +3,7 @@ title: ThreadInterruptMonitor class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1570 +weight: 1580 url: /aspose.cells/threadinterruptmonitor/ is_root: false --- @@ -24,7 +24,7 @@ The ThreadInterruptMonitor type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/threadinterruptmonitor/__init__/#bool) | Constructs one interruption monitor. | +| [`__init__(self, terminate_without_exception)`](/cells/python-net/aspose.cells/threadinterruptmonitor/__init__/#bool) | Constructs one interruption monitor. | ### Properties @@ -37,8 +37,8 @@ The ThreadInterruptMonitor type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [start_monitor](/cells/python-net/aspose.cells/threadinterruptmonitor/start_monitor/#int) | Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called,
so the procedure which needs to be monitored should be started just after this call. | -| [finish_monitor](/cells/python-net/aspose.cells/threadinterruptmonitor/finish_monitor/#) | Finishes the monitor for one procedure. | +| [`start_monitor(self, ms_limit)`](/cells/python-net/aspose.cells/threadinterruptmonitor/start_monitor/#int) | Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called,
so the procedure which needs to be monitored should be started just after this call. | +| [`finish_monitor(self)`](/cells/python-net/aspose.cells/threadinterruptmonitor/finish_monitor/#) | Finishes the monitor for one procedure. | diff --git a/english/aspose.cells/threadinterruptmonitor/finish_monitor/_index.md b/english/aspose.cells/threadinterruptmonitor/finish_monitor/_index.md index 2f0d0afd7a..51032ed868 100644 --- a/english/aspose.cells/threadinterruptmonitor/finish_monitor/_index.md +++ b/english/aspose.cells/threadinterruptmonitor/finish_monitor/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/threadinterruptmonitor/finish_monitor/ is_root: false --- -## finish_monitor {#} +## finish_monitor(self) {#} Finishes the monitor for one procedure. ```python + def finish_monitor(self): ... ``` diff --git a/english/aspose.cells/threadinterruptmonitor/start_monitor/_index.md b/english/aspose.cells/threadinterruptmonitor/start_monitor/_index.md index 98a6aeaab0..0a6f937ba0 100644 --- a/english/aspose.cells/threadinterruptmonitor/start_monitor/_index.md +++ b/english/aspose.cells/threadinterruptmonitor/start_monitor/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/threadinterruptmonitor/start_monitor/ is_root: false --- -## start_monitor {#int} +## start_monitor(self, ms_limit) {#int} Starts the monitor with the specified time limit. The start time to calculate time cost is just when this method is called, so the procedure which needs to be monitored should be started just after this call. @@ -16,6 +16,7 @@ so the procedure which needs to be monitored should be started just after this c ```python + def start_monitor(self, ms_limit): ... ``` diff --git a/english/aspose.cells/timeperiodtype/_index.md b/english/aspose.cells/timeperiodtype/_index.md index c74d08a939..78100246f2 100644 --- a/english/aspose.cells/timeperiodtype/_index.md +++ b/english/aspose.cells/timeperiodtype/_index.md @@ -3,7 +3,7 @@ title: TimePeriodType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2810 +weight: 2830 url: /aspose.cells/timeperiodtype/ is_root: false --- diff --git a/english/aspose.cells/top10/__init__/_index.md b/english/aspose.cells/top10/__init__/_index.md index 74d815f332..2332206271 100644 --- a/english/aspose.cells/top10/__init__/_index.md +++ b/english/aspose.cells/top10/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/top10/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of Top10 ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/top10/_index.md b/english/aspose.cells/top10/_index.md index 8f5cf03ed4..b4dbb259db 100644 --- a/english/aspose.cells/top10/_index.md +++ b/english/aspose.cells/top10/_index.md @@ -3,7 +3,7 @@ title: Top10 class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1620 +weight: 1630 url: /aspose.cells/top10/ is_root: false --- @@ -21,7 +21,7 @@ The Top10 type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/top10/__init__/#) | Constructs a new instance of Top10 | +| [`__init__(self)`](/cells/python-net/aspose.cells/top10/__init__/#) | Constructs a new instance of Top10 | ### Properties diff --git a/english/aspose.cells/top10filter/_index.md b/english/aspose.cells/top10filter/_index.md index 5de01d7d6b..f9201d5e92 100644 --- a/english/aspose.cells/top10filter/_index.md +++ b/english/aspose.cells/top10filter/_index.md @@ -3,7 +3,7 @@ title: Top10Filter class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1630 +weight: 1640 url: /aspose.cells/top10filter/ is_root: false --- diff --git a/english/aspose.cells/twocolorgradient/__init__/_index.md b/english/aspose.cells/twocolorgradient/__init__/_index.md index 36d5243afe..49ab7ed34c 100644 --- a/english/aspose.cells/twocolorgradient/__init__/_index.md +++ b/english/aspose.cells/twocolorgradient/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/twocolorgradient/__init__/ is_root: false --- -## __init__ {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} +## \_\_init\_\_(self, color1, color2, gradient_style_type, variant) {#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int} ```python + def __init__(self, color1, color2, gradient_style_type, variant): ... ``` diff --git a/english/aspose.cells/twocolorgradient/_index.md b/english/aspose.cells/twocolorgradient/_index.md index d50414f5be..5957e148a5 100644 --- a/english/aspose.cells/twocolorgradient/_index.md +++ b/english/aspose.cells/twocolorgradient/_index.md @@ -3,7 +3,7 @@ title: TwoColorGradient class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1640 +weight: 1650 url: /aspose.cells/twocolorgradient/ is_root: false --- @@ -19,7 +19,7 @@ The TwoColorGradient type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/twocolorgradient/__init__/#aspose.pydrawing.Color-aspose.pydrawing.Color-aspose.cells.drawing.GradientStyleType-int) | | +| [`__init__(self, color1, color2, gradient_style_type, variant)`](/cells/python-net/aspose.cells/twocolorgradient/__init__/#aspose.pydrawing.color-aspose.pydrawing.color-aspose.cells.drawing.gradientstyletype-int) | | ### Properties diff --git a/english/aspose.cells/txtloadoptions/__init__/_index.md b/english/aspose.cells/txtloadoptions/__init__/_index.md index 2bd5119baa..d33140b031 100644 --- a/english/aspose.cells/txtloadoptions/__init__/_index.md +++ b/english/aspose.cells/txtloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/txtloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates the options for loading text file. ```python + def __init__(self): ... ``` @@ -24,13 +25,14 @@ def __init__(self): The default load file type is CSV . -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, load_format) {#aspose.cells.LoadFormat} Creates the options for loading text file. ```python + def __init__(self, load_format): ... ``` diff --git a/english/aspose.cells/txtloadoptions/_index.md b/english/aspose.cells/txtloadoptions/_index.md index 3488169944..765b7dd552 100644 --- a/english/aspose.cells/txtloadoptions/_index.md +++ b/english/aspose.cells/txtloadoptions/_index.md @@ -3,7 +3,7 @@ title: TxtLoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1650 +weight: 1660 url: /aspose.cells/txtloadoptions/ is_root: false --- @@ -25,8 +25,8 @@ The TxtLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/txtloadoptions/__init__/#) | Creates the options for loading text file. | -| [__init__](/cells/python-net/aspose.cells/txtloadoptions/__init__/#aspose.cells.LoadFormat) | Creates the options for loading text file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/txtloadoptions/__init__/#) | Creates the options for loading text file. | +| [`__init__(self, load_format)`](/cells/python-net/aspose.cells/txtloadoptions/__init__/#aspose.cells.loadformat) | Creates the options for loading text file. | ### Properties @@ -79,7 +79,7 @@ The TxtLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/txtloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/txtloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/txtloadoptions/set_paper_size/_index.md b/english/aspose.cells/txtloadoptions/set_paper_size/_index.md index 57b2ed9c85..7c06986ef8 100644 --- a/english/aspose.cells/txtloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/txtloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/txtloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/txtloadstylestrategy/_index.md b/english/aspose.cells/txtloadstylestrategy/_index.md index eb6dc0c1be..78edcc5688 100644 --- a/english/aspose.cells/txtloadstylestrategy/_index.md +++ b/english/aspose.cells/txtloadstylestrategy/_index.md @@ -3,7 +3,7 @@ title: TxtLoadStyleStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2820 +weight: 2840 url: /aspose.cells/txtloadstylestrategy/ is_root: false --- diff --git a/english/aspose.cells/txtsaveoptions/__init__/_index.md b/english/aspose.cells/txtsaveoptions/__init__/_index.md index 84ea676503..c5c6eff7de 100644 --- a/english/aspose.cells/txtsaveoptions/__init__/_index.md +++ b/english/aspose.cells/txtsaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/txtsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates text file save options. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates text file save options. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/txtsaveoptions/_index.md b/english/aspose.cells/txtsaveoptions/_index.md index e808936972..4d1f2f1371 100644 --- a/english/aspose.cells/txtsaveoptions/_index.md +++ b/english/aspose.cells/txtsaveoptions/_index.md @@ -3,7 +3,7 @@ title: TxtSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1660 +weight: 1670 url: /aspose.cells/txtsaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The TxtSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/txtsaveoptions/__init__/#) | Creates text file save options. | -| [__init__](/cells/python-net/aspose.cells/txtsaveoptions/__init__/#aspose.cells.SaveFormat) | Creates text file save options. | +| [`__init__(self)`](/cells/python-net/aspose.cells/txtsaveoptions/__init__/#) | Creates text file save options. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/txtsaveoptions/__init__/#aspose.cells.saveformat) | Creates text file save options. | ### Properties diff --git a/english/aspose.cells/txtvaluequotetype/_index.md b/english/aspose.cells/txtvaluequotetype/_index.md index 6513a75c7c..43f8b14e71 100644 --- a/english/aspose.cells/txtvaluequotetype/_index.md +++ b/english/aspose.cells/txtvaluequotetype/_index.md @@ -3,7 +3,7 @@ title: TxtValueQuoteType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2830 +weight: 2850 url: /aspose.cells/txtvaluequotetype/ is_root: false --- diff --git a/english/aspose.cells/unionrange/_index.md b/english/aspose.cells/unionrange/_index.md index d20e804f43..2ae15fd553 100644 --- a/english/aspose.cells/unionrange/_index.md +++ b/english/aspose.cells/unionrange/_index.md @@ -3,7 +3,7 @@ title: UnionRange class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1670 +weight: 1680 url: /aspose.cells/unionrange/ is_root: false --- @@ -36,21 +36,21 @@ The UnionRange type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_outline_borders](/cells/python-net/aspose.cells/unionrange/set_outline_borders/#list-aspose.pydrawing.Color[]) | Sets out line borders around a range of cells. | -| [set_outline_borders](/cells/python-net/aspose.cells/unionrange/set_outline_borders/#aspose.cells.CellBorderType-aspose.pydrawing.Color) | Sets the outline borders around a range of cells with same border style and color. | -| [intersect](/cells/python-net/aspose.cells/unionrange/intersect/#str) | Intersects another range. | -| [intersect](/cells/python-net/aspose.cells/unionrange/intersect/#aspose.cells.UnionRange) | Intersects another range. | -| [intersect](/cells/python-net/aspose.cells/unionrange/intersect/#list) | Intersects another range. | -| [union](/cells/python-net/aspose.cells/unionrange/union/#str) | Union another range. | -| [union](/cells/python-net/aspose.cells/unionrange/union/#aspose.cells.UnionRange) | Union another range. | -| [union](/cells/python-net/aspose.cells/unionrange/union/#list) | Union the ranges. | -| [merge](/cells/python-net/aspose.cells/unionrange/merge/#) | Combines a range of cells into a single cell. | -| [un_merge](/cells/python-net/aspose.cells/unionrange/un_merge/#) | Unmerges merged cells of this range. | -| [put_value](/cells/python-net/aspose.cells/unionrange/put_value/#str-bool-bool) | Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. | -| [set_style](/cells/python-net/aspose.cells/unionrange/set_style/#aspose.cells.Style) | Sets the style of the range. | -| [apply_style](/cells/python-net/aspose.cells/unionrange/apply_style/#aspose.cells.Style-aspose.cells.StyleFlag) | Applies formats for a whole range. | -| [copy](/cells/python-net/aspose.cells/unionrange/copy/#aspose.cells.UnionRange-aspose.cells.PasteOptions) | Copying the range with paste special options. | -| [get_enumerator](/cells/python-net/aspose.cells/unionrange/get_enumerator/#) | Gets the enumerator for cells in this Range. | +| [`set_outline_borders(self, border_styles, border_colors)`](/cells/python-net/aspose.cells/unionrange/set_outline_borders/#list-aspose.pydrawing.color[]) | Sets out line borders around a range of cells. | +| [`set_outline_borders(self, border_style, border_color)`](/cells/python-net/aspose.cells/unionrange/set_outline_borders/#aspose.cells.cellbordertype-aspose.pydrawing.color) | Sets the outline borders around a range of cells with same border style and color. | +| [`intersect(self, range)`](/cells/python-net/aspose.cells/unionrange/intersect/#str) | Intersects another range. | +| [`intersect(self, union_range)`](/cells/python-net/aspose.cells/unionrange/intersect/#aspose.cells.unionrange) | Intersects another range. | +| [`intersect(self, ranges)`](/cells/python-net/aspose.cells/unionrange/intersect/#list) | Intersects another range. | +| [`union(self, range)`](/cells/python-net/aspose.cells/unionrange/union/#str) | Union another range. | +| [`union(self, union_range)`](/cells/python-net/aspose.cells/unionrange/union/#aspose.cells.unionrange) | Union another range. | +| [`union(self, ranges)`](/cells/python-net/aspose.cells/unionrange/union/#list) | Union the ranges. | +| [`merge(self)`](/cells/python-net/aspose.cells/unionrange/merge/#) | Combines a range of cells into a single cell. | +| [`un_merge(self)`](/cells/python-net/aspose.cells/unionrange/un_merge/#) | Unmerges merged cells of this range. | +| [`put_value(self, string_value, is_converted, set_style)`](/cells/python-net/aspose.cells/unionrange/put_value/#str-bool-bool) | Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. | +| [`set_style(self, style)`](/cells/python-net/aspose.cells/unionrange/set_style/#aspose.cells.style) | Sets the style of the range. | +| [`apply_style(self, style, flag)`](/cells/python-net/aspose.cells/unionrange/apply_style/#aspose.cells.style-aspose.cells.styleflag) | Applies formats for a whole range. | +| [`copy(self, range, options)`](/cells/python-net/aspose.cells/unionrange/copy/#aspose.cells.unionrange-aspose.cells.pasteoptions) | Copying the range with paste special options. | +| [`get_enumerator(self)`](/cells/python-net/aspose.cells/unionrange/get_enumerator/#) | Gets the enumerator for cells in this Range. | diff --git a/english/aspose.cells/unionrange/apply_style/_index.md b/english/aspose.cells/unionrange/apply_style/_index.md index 7506c56df9..c414827bf0 100644 --- a/english/aspose.cells/unionrange/apply_style/_index.md +++ b/english/aspose.cells/unionrange/apply_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/apply_style/ is_root: false --- -## apply_style {#aspose.cells.Style-aspose.cells.StyleFlag} +## apply_style(self, style, flag) {#aspose.cells.Style-aspose.cells.StyleFlag} Applies formats for a whole range. ```python + def apply_style(self, style, flag): ... ``` diff --git a/english/aspose.cells/unionrange/copy/_index.md b/english/aspose.cells/unionrange/copy/_index.md index 73e04e928a..5a8bb5221a 100644 --- a/english/aspose.cells/unionrange/copy/_index.md +++ b/english/aspose.cells/unionrange/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/copy/ is_root: false --- -## copy {#aspose.cells.UnionRange-aspose.cells.PasteOptions} +## copy(self, range, options) {#aspose.cells.UnionRange-aspose.cells.PasteOptions} Copying the range with paste special options. ```python + def copy(self, range, options): ... ``` diff --git a/english/aspose.cells/unionrange/get_enumerator/_index.md b/english/aspose.cells/unionrange/get_enumerator/_index.md index 173af1a10f..8bd1131f5a 100644 --- a/english/aspose.cells/unionrange/get_enumerator/_index.md +++ b/english/aspose.cells/unionrange/get_enumerator/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/unionrange/get_enumerator/ is_root: false --- -## get_enumerator {#} +## get_enumerator(self) {#} Gets the enumerator for cells in this Range. @@ -20,6 +20,7 @@ The cells enumerator ```python + def get_enumerator(self): ... ``` diff --git a/english/aspose.cells/unionrange/intersect/_index.md b/english/aspose.cells/unionrange/intersect/_index.md index d8f506678a..4414b4d19f 100644 --- a/english/aspose.cells/unionrange/intersect/_index.md +++ b/english/aspose.cells/unionrange/intersect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/intersect/ is_root: false --- -## intersect {#str} +## intersect(self, range) {#str} Intersects another range. ```python + def intersect(self, range): ... ``` @@ -27,13 +28,14 @@ def intersect(self, range): If the two union ranges are not intersected, returns null. -## intersect {#aspose.cells.UnionRange} +## intersect(self, union_range) {#aspose.cells.UnionRange} Intersects another range. ```python + def intersect(self, union_range): ... ``` @@ -46,13 +48,14 @@ def intersect(self, union_range): If the two union ranges are not intersected, returns null. -## intersect {#list} +## intersect(self, ranges) {#list} Intersects another range. ```python + def intersect(self, ranges): ... ``` diff --git a/english/aspose.cells/unionrange/merge/_index.md b/english/aspose.cells/unionrange/merge/_index.md index 96816d2e3d..8097795964 100644 --- a/english/aspose.cells/unionrange/merge/_index.md +++ b/english/aspose.cells/unionrange/merge/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/merge/ is_root: false --- -## merge {#} +## merge(self) {#} Combines a range of cells into a single cell. ```python + def merge(self): ... ``` diff --git a/english/aspose.cells/unionrange/put_value/_index.md b/english/aspose.cells/unionrange/put_value/_index.md index 957597358c..ce7b0fa333 100644 --- a/english/aspose.cells/unionrange/put_value/_index.md +++ b/english/aspose.cells/unionrange/put_value/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/put_value/ is_root: false --- -## put_value {#str-bool-bool} +## put_value(self, string_value, is_converted, set_style) {#str-bool-bool} Puts a value into the range, if appropriate the value will be converted to other data type and cell's number format will be reset. ```python + def put_value(self, string_value, is_converted, set_style): ... ``` diff --git a/english/aspose.cells/unionrange/set_outline_borders/_index.md b/english/aspose.cells/unionrange/set_outline_borders/_index.md index 6919c54c77..05f5f281b2 100644 --- a/english/aspose.cells/unionrange/set_outline_borders/_index.md +++ b/english/aspose.cells/unionrange/set_outline_borders/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/set_outline_borders/ is_root: false --- -## set_outline_borders {#list-aspose.pydrawing.Color[]} +## set_outline_borders(self, border_styles, border_colors) {#list-aspose.pydrawing.Color[]} Sets out line borders around a range of cells. ```python + def set_outline_borders(self, border_styles, border_colors): ... ``` @@ -29,13 +30,14 @@ def set_outline_borders(self, border_styles, border_colors): Both the length of borderStyles and borderStyles must be 4. The order of borderStyles and borderStyles must be top,bottom,left,right -## set_outline_borders {#aspose.cells.CellBorderType-aspose.pydrawing.Color} +## set_outline_borders(self, border_style, border_color) {#aspose.cells.CellBorderType-aspose.pydrawing.Color} Sets the outline borders around a range of cells with same border style and color. ```python + def set_outline_borders(self, border_style, border_color): ... ``` diff --git a/english/aspose.cells/unionrange/set_style/_index.md b/english/aspose.cells/unionrange/set_style/_index.md index e7c3a5c561..269a4dc9bf 100644 --- a/english/aspose.cells/unionrange/set_style/_index.md +++ b/english/aspose.cells/unionrange/set_style/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/set_style/ is_root: false --- -## set_style {#aspose.cells.Style} +## set_style(self, style) {#aspose.cells.Style} Sets the style of the range. ```python + def set_style(self, style): ... ``` diff --git a/english/aspose.cells/unionrange/un_merge/_index.md b/english/aspose.cells/unionrange/un_merge/_index.md index 2b5592f832..84fd95eb0d 100644 --- a/english/aspose.cells/unionrange/un_merge/_index.md +++ b/english/aspose.cells/unionrange/un_merge/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/unionrange/un_merge/ is_root: false --- -## un_merge {#} +## un_merge(self) {#} Unmerges merged cells of this range. ```python + def un_merge(self): ... ``` diff --git a/english/aspose.cells/unionrange/union/_index.md b/english/aspose.cells/unionrange/union/_index.md index c1aa996c56..1ca1631b18 100644 --- a/english/aspose.cells/unionrange/union/_index.md +++ b/english/aspose.cells/unionrange/union/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/unionrange/union/ is_root: false --- -## union {#str} +## union(self, range) {#str} Union another range. @@ -20,6 +20,7 @@ Union another range. ```python + def union(self, range): ... ``` @@ -30,7 +31,7 @@ def union(self, range): | range | str | The range. | -## union {#aspose.cells.UnionRange} +## union(self, union_range) {#aspose.cells.UnionRange} Union another range. @@ -42,6 +43,7 @@ Union another range. ```python + def union(self, union_range): ... ``` @@ -52,7 +54,7 @@ def union(self, union_range): | union_range | [`UnionRange`](/cells/python-net/aspose.cells/unionrange) | The range. | -## union {#list} +## union(self, ranges) {#list} Union the ranges. @@ -64,6 +66,7 @@ Union the ranges. ```python + def union(self, ranges): ... ``` diff --git a/english/aspose.cells/updatelinkstype/_index.md b/english/aspose.cells/updatelinkstype/_index.md index 4556425b5f..fa9032faa1 100644 --- a/english/aspose.cells/updatelinkstype/_index.md +++ b/english/aspose.cells/updatelinkstype/_index.md @@ -3,7 +3,7 @@ title: UpdateLinksType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2840 +weight: 2860 url: /aspose.cells/updatelinkstype/ is_root: false --- diff --git a/english/aspose.cells/validation/_index.md b/english/aspose.cells/validation/_index.md index 17e92204ff..47235ec0b6 100644 --- a/english/aspose.cells/validation/_index.md +++ b/english/aspose.cells/validation/_index.md @@ -3,7 +3,7 @@ title: Validation class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1680 +weight: 1690 url: /aspose.cells/validation/ is_root: false --- @@ -40,21 +40,21 @@ The Validation type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_formula1](/cells/python-net/aspose.cells/validation/get_formula1/#bool-bool) | Gets the value or expression associated with this validation. | -| [get_formula1](/cells/python-net/aspose.cells/validation/get_formula1/#bool-bool-int-int) | Gets the value or expression associated with this validation for specific cell. | -| [get_formula2](/cells/python-net/aspose.cells/validation/get_formula2/#bool-bool) | Gets the value or expression associated with this validation. | -| [get_formula2](/cells/python-net/aspose.cells/validation/get_formula2/#bool-bool-int-int) | Gets the value or expression associated with this validation for specific cell. | -| [add_area](/cells/python-net/aspose.cells/validation/add_area/#aspose.cells.CellArea) | Applies the validation to the area. | -| [add_area](/cells/python-net/aspose.cells/validation/add_area/#aspose.cells.CellArea-bool-bool) | Applies the validation to the area. | -| [set_formula1](/cells/python-net/aspose.cells/validation/set_formula1/#str-bool-bool) | Sets the value or expression associated with this validation. | -| [set_formula2](/cells/python-net/aspose.cells/validation/set_formula2/#str-bool-bool) | Sets the value or expression associated with this validation. | -| [get_list_value](/cells/python-net/aspose.cells/validation/get_list_value/#int-int) | Get the value for list of the validation for the specified cell. | -| [get_value](/cells/python-net/aspose.cells/validation/get_value/#int-int-bool) | Get the value of validation on the specific cell. | -| [add_areas](/cells/python-net/aspose.cells/validation/add_areas/#list-bool-bool) | Applies the validation to given areas. | -| [remove_area](/cells/python-net/aspose.cells/validation/remove_area/#aspose.cells.CellArea) | Remove the validation settings in the range. | -| [remove_areas](/cells/python-net/aspose.cells/validation/remove_areas/#list) | Removes this validation from given areas. | -| [remove_a_cell](/cells/python-net/aspose.cells/validation/remove_a_cell/#int-int) | Remove the validation settings in the cell. | -| [copy](/cells/python-net/aspose.cells/validation/copy/#aspose.cells.Validation-aspose.cells.CopyOptions) | Copy validation. | +| [`get_formula1(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/validation/get_formula1/#bool-bool) | Gets the value or expression associated with this validation. | +| [`get_formula1(self, is_r1c1, is_local, row, column)`](/cells/python-net/aspose.cells/validation/get_formula1/#bool-bool-int-int) | Gets the value or expression associated with this validation for specific cell. | +| [`get_formula2(self, is_r1c1, is_local)`](/cells/python-net/aspose.cells/validation/get_formula2/#bool-bool) | Gets the value or expression associated with this validation. | +| [`get_formula2(self, is_r1c1, is_local, row, column)`](/cells/python-net/aspose.cells/validation/get_formula2/#bool-bool-int-int) | Gets the value or expression associated with this validation for specific cell. | +| [`add_area(self, cell_area)`](/cells/python-net/aspose.cells/validation/add_area/#aspose.cells.cellarea) | Applies the validation to the area. | +| [`add_area(self, cell_area, check_intersection, check_edge)`](/cells/python-net/aspose.cells/validation/add_area/#aspose.cells.cellarea-bool-bool) | Applies the validation to the area. | +| [`set_formula1(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells/validation/set_formula1/#str-bool-bool) | Sets the value or expression associated with this validation. | +| [`set_formula2(self, formula, is_r1c1, is_local)`](/cells/python-net/aspose.cells/validation/set_formula2/#str-bool-bool) | Sets the value or expression associated with this validation. | +| [`get_list_value(self, row, column)`](/cells/python-net/aspose.cells/validation/get_list_value/#int-int) | Get the value for list of the validation for the specified cell. | +| [`get_value(self, row, column, is_value1)`](/cells/python-net/aspose.cells/validation/get_value/#int-int-bool) | Get the value of validation on the specific cell. | +| [`add_areas(self, areas, check_intersection, check_edge)`](/cells/python-net/aspose.cells/validation/add_areas/#list-bool-bool) | Applies the validation to given areas. | +| [`remove_area(self, cell_area)`](/cells/python-net/aspose.cells/validation/remove_area/#aspose.cells.cellarea) | Remove the validation settings in the range. | +| [`remove_areas(self, areas)`](/cells/python-net/aspose.cells/validation/remove_areas/#list) | Removes this validation from given areas. | +| [`remove_a_cell(self, row, column)`](/cells/python-net/aspose.cells/validation/remove_a_cell/#int-int) | Remove the validation settings in the cell. | +| [`copy(self, source, copy_option)`](/cells/python-net/aspose.cells/validation/copy/#aspose.cells.validation-aspose.cells.copyoptions) | Copy validation. | diff --git a/english/aspose.cells/validation/add_area/_index.md b/english/aspose.cells/validation/add_area/_index.md index 6f68c7139b..454f62cc31 100644 --- a/english/aspose.cells/validation/add_area/_index.md +++ b/english/aspose.cells/validation/add_area/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/validation/add_area/ is_root: false --- -## add_area {#aspose.cells.CellArea} +## add_area(self, cell_area) {#aspose.cells.CellArea} Applies the validation to the area. -```python +```python + def add_area(self, cell_area): - ... + ... ``` @@ -28,15 +29,16 @@ def add_area(self, cell_area): It is equivalent to use [`Validation.add_area`](/cells/python-net/aspose.cells/validation/add_area) with checking intersection and edge. -## add_area {#aspose.cells.CellArea-bool-bool} +## add_area(self, cell_area, check_intersection, check_edge) {#aspose.cells.CellArea-bool-bool} Applies the validation to the area. -```python +```python + def add_area(self, cell_area, check_intersection, check_edge): - ... + ... ``` diff --git a/english/aspose.cells/validation/add_areas/_index.md b/english/aspose.cells/validation/add_areas/_index.md index dc3b3985f8..f6fae78a7b 100644 --- a/english/aspose.cells/validation/add_areas/_index.md +++ b/english/aspose.cells/validation/add_areas/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/validation/add_areas/ is_root: false --- -## add_areas {#list-bool-bool} +## add_areas(self, areas, check_intersection, check_edge) {#list-bool-bool} Applies the validation to given areas. -```python +```python + def add_areas(self, areas, check_intersection, check_edge): - ... + ... ``` diff --git a/english/aspose.cells/validation/copy/_index.md b/english/aspose.cells/validation/copy/_index.md index dbd2555e4c..8efc39366b 100644 --- a/english/aspose.cells/validation/copy/_index.md +++ b/english/aspose.cells/validation/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/copy/ is_root: false --- -## copy {#aspose.cells.Validation-aspose.cells.CopyOptions} +## copy(self, source, copy_option) {#aspose.cells.Validation-aspose.cells.CopyOptions} Copy validation. ```python + def copy(self, source, copy_option): ... ``` diff --git a/english/aspose.cells/validation/get_formula1/_index.md b/english/aspose.cells/validation/get_formula1/_index.md index 1042437c76..d153df206e 100644 --- a/english/aspose.cells/validation/get_formula1/_index.md +++ b/english/aspose.cells/validation/get_formula1/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validation/get_formula1/ is_root: false --- -## get_formula1 {#bool-bool} +## get_formula1(self, is_r1c1, is_local) {#bool-bool} Gets the value or expression associated with this validation. @@ -20,6 +20,7 @@ The value or expression associated with this validation. ```python + def get_formula1(self, is_r1c1, is_local): ... ``` @@ -31,7 +32,7 @@ def get_formula1(self, is_r1c1, is_local): | is_local | bool | Whether the formula needs to be formatted by locale. | -## get_formula1 {#bool-bool-int-int} +## get_formula1(self, is_r1c1, is_local, row, column) {#bool-bool-int-int} Gets the value or expression associated with this validation for specific cell. @@ -43,6 +44,7 @@ The value or expression associated with this validation. ```python + def get_formula1(self, is_r1c1, is_local, row, column): ... ``` diff --git a/english/aspose.cells/validation/get_formula2/_index.md b/english/aspose.cells/validation/get_formula2/_index.md index c5819a6215..e78c7b0ea6 100644 --- a/english/aspose.cells/validation/get_formula2/_index.md +++ b/english/aspose.cells/validation/get_formula2/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validation/get_formula2/ is_root: false --- -## get_formula2 {#bool-bool} +## get_formula2(self, is_r1c1, is_local) {#bool-bool} Gets the value or expression associated with this validation. @@ -20,6 +20,7 @@ The value or expression associated with this validation. ```python + def get_formula2(self, is_r1c1, is_local): ... ``` @@ -31,7 +32,7 @@ def get_formula2(self, is_r1c1, is_local): | is_local | bool | Whether the formula needs to be formatted by locale. | -## get_formula2 {#bool-bool-int-int} +## get_formula2(self, is_r1c1, is_local, row, column) {#bool-bool-int-int} Gets the value or expression associated with this validation for specific cell. @@ -43,6 +44,7 @@ The value or expression associated with this validation. ```python + def get_formula2(self, is_r1c1, is_local, row, column): ... ``` diff --git a/english/aspose.cells/validation/get_list_value/_index.md b/english/aspose.cells/validation/get_list_value/_index.md index a7b32487cc..4b89509e98 100644 --- a/english/aspose.cells/validation/get_list_value/_index.md +++ b/english/aspose.cells/validation/get_list_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validation/get_list_value/ is_root: false --- -## get_list_value {#int-int} +## get_list_value(self, row, column) {#int-int} Get the value for list of the validation for the specified cell. @@ -22,6 +22,7 @@ Otherwise the returned value may be null, object[], or simple object. ```python + def get_list_value(self, row, column): ... ``` diff --git a/english/aspose.cells/validation/get_value/_index.md b/english/aspose.cells/validation/get_value/_index.md index 0153253701..96be081d5a 100644 --- a/english/aspose.cells/validation/get_value/_index.md +++ b/english/aspose.cells/validation/get_value/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validation/get_value/ is_root: false --- -## get_value {#int-int-bool} +## get_value(self, row, column, is_value1) {#int-int-bool} Get the value of validation on the specific cell. @@ -20,6 +20,7 @@ Get the value of validation on the specific cell. ```python + def get_value(self, row, column, is_value1): ... ``` diff --git a/english/aspose.cells/validation/remove_a_cell/_index.md b/english/aspose.cells/validation/remove_a_cell/_index.md index 140695beb7..2d0699b672 100644 --- a/english/aspose.cells/validation/remove_a_cell/_index.md +++ b/english/aspose.cells/validation/remove_a_cell/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/remove_a_cell/ is_root: false --- -## remove_a_cell {#int-int} +## remove_a_cell(self, row, column) {#int-int} Remove the validation settings in the cell. ```python + def remove_a_cell(self, row, column): ... ``` diff --git a/english/aspose.cells/validation/remove_area/_index.md b/english/aspose.cells/validation/remove_area/_index.md index 8cba45bcbc..6938eb4480 100644 --- a/english/aspose.cells/validation/remove_area/_index.md +++ b/english/aspose.cells/validation/remove_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/remove_area/ is_root: false --- -## remove_area {#aspose.cells.CellArea} +## remove_area(self, cell_area) {#aspose.cells.CellArea} Remove the validation settings in the range. ```python + def remove_area(self, cell_area): ... ``` diff --git a/english/aspose.cells/validation/remove_areas/_index.md b/english/aspose.cells/validation/remove_areas/_index.md index 04cd0d607b..2874217ce5 100644 --- a/english/aspose.cells/validation/remove_areas/_index.md +++ b/english/aspose.cells/validation/remove_areas/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/remove_areas/ is_root: false --- -## remove_areas {#list} +## remove_areas(self, areas) {#list} Removes this validation from given areas. ```python + def remove_areas(self, areas): ... ``` diff --git a/english/aspose.cells/validation/set_formula1/_index.md b/english/aspose.cells/validation/set_formula1/_index.md index a9965051d7..a7957ee21e 100644 --- a/english/aspose.cells/validation/set_formula1/_index.md +++ b/english/aspose.cells/validation/set_formula1/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/set_formula1/ is_root: false --- -## set_formula1 {#str-bool-bool} +## set_formula1(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the value or expression associated with this validation. ```python + def set_formula1(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells/validation/set_formula2/_index.md b/english/aspose.cells/validation/set_formula2/_index.md index 1f70b431fb..982b2e4ead 100644 --- a/english/aspose.cells/validation/set_formula2/_index.md +++ b/english/aspose.cells/validation/set_formula2/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validation/set_formula2/ is_root: false --- -## set_formula2 {#str-bool-bool} +## set_formula2(self, formula, is_r1c1, is_local) {#str-bool-bool} Sets the value or expression associated with this validation. ```python + def set_formula2(self, formula, is_r1c1, is_local): ... ``` diff --git a/english/aspose.cells/validationalerttype/_index.md b/english/aspose.cells/validationalerttype/_index.md index db1482d547..c625362b70 100644 --- a/english/aspose.cells/validationalerttype/_index.md +++ b/english/aspose.cells/validationalerttype/_index.md @@ -3,7 +3,7 @@ title: ValidationAlertType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2850 +weight: 2870 url: /aspose.cells/validationalerttype/ is_root: false --- diff --git a/english/aspose.cells/validationcollection/_index.md b/english/aspose.cells/validationcollection/_index.md index cfd720dc76..0248138c2b 100644 --- a/english/aspose.cells/validationcollection/_index.md +++ b/english/aspose.cells/validationcollection/_index.md @@ -3,7 +3,7 @@ title: ValidationCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1690 +weight: 1700 url: /aspose.cells/validationcollection/ is_root: false --- @@ -25,19 +25,19 @@ The ValidationCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/validationcollection/add/#) | Adds a data validation to the collection. | -| [add](/cells/python-net/aspose.cells/validationcollection/add/#aspose.cells.CellArea) | Adds a data validation to the collection. | -| [copy_to](/cells/python-net/aspose.cells/validationcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/validationcollection/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. | -| [index_of](/cells/python-net/aspose.cells/validationcollection/index_of/#aspose.cells.Validation-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. | -| [index_of](/cells/python-net/aspose.cells/validationcollection/index_of/#aspose.cells.Validation-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/validationcollection/last_index_of/#aspose.cells.Validation) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/validationcollection/last_index_of/#aspose.cells.Validation-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](/cells/python-net/aspose.cells/validationcollection/last_index_of/#aspose.cells.Validation-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. | -| [remove_a_cell](/cells/python-net/aspose.cells/validationcollection/remove_a_cell/#int-int) | Removes all validation setting on the cell. | -| [remove_area](/cells/python-net/aspose.cells/validationcollection/remove_area/#aspose.cells.CellArea) | Removes all validation setting on the range.. | -| [get_validation_in_cell](/cells/python-net/aspose.cells/validationcollection/get_validation_in_cell/#int-int) | Gets the validation applied to given cell. | -| [binary_search](/cells/python-net/aspose.cells/validationcollection/binary_search/#aspose.cells.Validation) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self)`](/cells/python-net/aspose.cells/validationcollection/add/#) | Adds a data validation to the collection. | +| [`add(self, ca)`](/cells/python-net/aspose.cells/validationcollection/add/#aspose.cells.cellarea) | Adds a data validation to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/validationcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/validationcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/validationcollection/index_of/#aspose.cells.validation-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/validationcollection/index_of/#aspose.cells.validation-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/validationcollection/last_index_of/#aspose.cells.validation) | 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/validationcollection/last_index_of/#aspose.cells.validation-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/validationcollection/last_index_of/#aspose.cells.validation-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. | +| [`remove_a_cell(self, row, column)`](/cells/python-net/aspose.cells/validationcollection/remove_a_cell/#int-int) | Removes all validation setting on the cell. | +| [`remove_area(self, ca)`](/cells/python-net/aspose.cells/validationcollection/remove_area/#aspose.cells.cellarea) | Removes all validation setting on the range.. | +| [`get_validation_in_cell(self, row, column)`](/cells/python-net/aspose.cells/validationcollection/get_validation_in_cell/#int-int) | Gets the validation applied to given cell. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/validationcollection/binary_search/#aspose.cells.validation) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/validationcollection/add/_index.md b/english/aspose.cells/validationcollection/add/_index.md index 1b4fef32d6..61f1e69804 100644 --- a/english/aspose.cells/validationcollection/add/_index.md +++ b/english/aspose.cells/validationcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validationcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds a data validation to the collection. @@ -20,6 +20,7 @@ Adds a data validation to the collection. ```python + def add(self): ... ``` @@ -32,7 +33,7 @@ please use ValidationCollection.Add(CellArea) method. This property will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced. -## add {#aspose.cells.CellArea} +## add(self, ca) {#aspose.cells.CellArea} Adds a data validation to the collection. @@ -44,6 +45,7 @@ Adds a data validation to the collection. ```python + def add(self, ca): ... ``` diff --git a/english/aspose.cells/validationcollection/binary_search/_index.md b/english/aspose.cells/validationcollection/binary_search/_index.md index dc39966e23..9aebc45689 100644 --- a/english/aspose.cells/validationcollection/binary_search/_index.md +++ b/english/aspose.cells/validationcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validationcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Validation} +## binary_search(self, item) {#aspose.cells.Validation} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/validationcollection/copy_to/_index.md b/english/aspose.cells/validationcollection/copy_to/_index.md index 113e2eab92..7ff2b9e987 100644 --- a/english/aspose.cells/validationcollection/copy_to/_index.md +++ b/english/aspose.cells/validationcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validationcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/validationcollection/get_validation_in_cell/_index.md b/english/aspose.cells/validationcollection/get_validation_in_cell/_index.md index 70e9a0645d..b5063b7714 100644 --- a/english/aspose.cells/validationcollection/get_validation_in_cell/_index.md +++ b/english/aspose.cells/validationcollection/get_validation_in_cell/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validationcollection/get_validation_in_cell/ is_root: false --- -## get_validation_in_cell {#int-int} +## get_validation_in_cell(self, row, column) {#int-int} Gets the validation applied to given cell. @@ -20,6 +20,7 @@ Returns a [`Validation`](/cells/python-net/aspose.cells/validation) object or nu ```python + def get_validation_in_cell(self, row, column): ... ``` diff --git a/english/aspose.cells/validationcollection/index_of/_index.md b/english/aspose.cells/validationcollection/index_of/_index.md index ae2c6f8fc3..ec945ab510 100644 --- a/english/aspose.cells/validationcollection/index_of/_index.md +++ b/english/aspose.cells/validationcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validationcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Validation-int} +## index_of(self, item, index) {#aspose.cells.Validation-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Validation-int-int} +## index_of(self, item, index, count) {#aspose.cells.Validation-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/validationcollection/last_index_of/_index.md b/english/aspose.cells/validationcollection/last_index_of/_index.md index 1ec4f6713b..4e92264403 100644 --- a/english/aspose.cells/validationcollection/last_index_of/_index.md +++ b/english/aspose.cells/validationcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/validationcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Validation} +## last_index_of(self, item) {#aspose.cells.Validation} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Validation`](/cells/python-net/aspose.cells/validation) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Validation-int} +## last_index_of(self, item, index) {#aspose.cells.Validation-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Validation-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Validation-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/validationcollection/remove_a_cell/_index.md b/english/aspose.cells/validationcollection/remove_a_cell/_index.md index 03d0e2d9af..2e39179f97 100644 --- a/english/aspose.cells/validationcollection/remove_a_cell/_index.md +++ b/english/aspose.cells/validationcollection/remove_a_cell/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validationcollection/remove_a_cell/ is_root: false --- -## remove_a_cell {#int-int} +## remove_a_cell(self, row, column) {#int-int} Removes all validation setting on the cell. ```python + def remove_a_cell(self, row, column): ... ``` diff --git a/english/aspose.cells/validationcollection/remove_area/_index.md b/english/aspose.cells/validationcollection/remove_area/_index.md index f37dad88b5..7011e54e34 100644 --- a/english/aspose.cells/validationcollection/remove_area/_index.md +++ b/english/aspose.cells/validationcollection/remove_area/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/validationcollection/remove_area/ is_root: false --- -## remove_area {#aspose.cells.CellArea} +## remove_area(self, ca) {#aspose.cells.CellArea} Removes all validation setting on the range.. ```python + def remove_area(self, ca): ... ``` diff --git a/english/aspose.cells/validationtype/_index.md b/english/aspose.cells/validationtype/_index.md index 399797651b..409e919284 100644 --- a/english/aspose.cells/validationtype/_index.md +++ b/english/aspose.cells/validationtype/_index.md @@ -3,7 +3,7 @@ title: ValidationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2860 +weight: 2880 url: /aspose.cells/validationtype/ is_root: false --- diff --git a/english/aspose.cells/verticalpagebreak/_index.md b/english/aspose.cells/verticalpagebreak/_index.md index 525ae293ab..2dc84a839e 100644 --- a/english/aspose.cells/verticalpagebreak/_index.md +++ b/english/aspose.cells/verticalpagebreak/_index.md @@ -3,7 +3,7 @@ title: VerticalPageBreak class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1700 +weight: 1710 url: /aspose.cells/verticalpagebreak/ is_root: false --- diff --git a/english/aspose.cells/verticalpagebreakcollection/_index.md b/english/aspose.cells/verticalpagebreakcollection/_index.md index c73d915852..ea05bde886 100644 --- a/english/aspose.cells/verticalpagebreakcollection/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/_index.md @@ -3,7 +3,7 @@ title: VerticalPageBreakCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1710 +weight: 1720 url: /aspose.cells/verticalpagebreakcollection/ is_root: false --- @@ -25,18 +25,18 @@ The VerticalPageBreakCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [add](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int-int-int) | Adds a vertical page break to the collection. | -| [add](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int) | Adds a vertical page break to the collection. | -| [add](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int-int) | Adds a vertical page break to the collection. | -| [add](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#str) | Adds a vertical page break to the collection. | -| [copy_to](/cells/python-net/aspose.cells/verticalpagebreakcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/verticalpagebreakcollection/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. | -| [index_of](/cells/python-net/aspose.cells/verticalpagebreakcollection/index_of/#aspose.cells.VerticalPageBreak-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. | -| [index_of](/cells/python-net/aspose.cells/verticalpagebreakcollection/index_of/#aspose.cells.VerticalPageBreak-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.VerticalPageBreak) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.VerticalPageBreak-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](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.VerticalPageBreak-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. | -| [binary_search](/cells/python-net/aspose.cells/verticalpagebreakcollection/binary_search/#aspose.cells.VerticalPageBreak) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`add(self, start_row, end_row, column)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int-int-int) | Adds a vertical page break to the collection. | +| [`add(self, column)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int) | Adds a vertical page break to the collection. | +| [`add(self, row, column)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#int-int) | Adds a vertical page break to the collection. | +| [`add(self, cell_name)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/add/#str) | Adds a vertical page break to the collection. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/index_of/#aspose.cells.verticalpagebreak-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/index_of/#aspose.cells.verticalpagebreak-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak) | 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/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak-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/verticalpagebreakcollection/last_index_of/#aspose.cells.verticalpagebreak-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. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/verticalpagebreakcollection/binary_search/#aspose.cells.verticalpagebreak) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/verticalpagebreakcollection/add/_index.md b/english/aspose.cells/verticalpagebreakcollection/add/_index.md index 07c939e3d5..50294be96b 100644 --- a/english/aspose.cells/verticalpagebreakcollection/add/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/verticalpagebreakcollection/add/ is_root: false --- -## add {#int} +## add(self, column) {#int} Adds a vertical page break to the collection. @@ -20,6 +20,7 @@ Adds a vertical page break to the collection. ```python + def add(self, column): ... ``` @@ -33,7 +34,7 @@ def add(self, column): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#str} +## add(self, cell_name) {#str} Adds a vertical page break to the collection. @@ -45,6 +46,7 @@ Adds a vertical page break to the collection. ```python + def add(self, cell_name): ... ``` @@ -58,7 +60,7 @@ def add(self, cell_name): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#int-int} +## add(self, row, column) {#int-int} Adds a vertical page break to the collection. @@ -70,6 +72,7 @@ Adds a vertical page break to the collection. ```python + def add(self, row, column): ... ``` @@ -84,7 +87,7 @@ def add(self, row, column): Page break is added in the top left of the cell. Please set a horizontal page break and a vertical page break concurrently. -## add {#int-int-int} +## add(self, start_row, end_row, column) {#int-int-int} Adds a vertical page break to the collection. @@ -96,6 +99,7 @@ Adds a vertical page break to the collection. ```python + def add(self, start_row, end_row, column): ... ``` diff --git a/english/aspose.cells/verticalpagebreakcollection/binary_search/_index.md b/english/aspose.cells/verticalpagebreakcollection/binary_search/_index.md index 26b86922df..557011111d 100644 --- a/english/aspose.cells/verticalpagebreakcollection/binary_search/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/verticalpagebreakcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.VerticalPageBreak} +## binary_search(self, item) {#aspose.cells.VerticalPageBreak} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/verticalpagebreakcollection/copy_to/_index.md b/english/aspose.cells/verticalpagebreakcollection/copy_to/_index.md index 3f84e50e93..46b77d6fc2 100644 --- a/english/aspose.cells/verticalpagebreakcollection/copy_to/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/verticalpagebreakcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md b/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md index 5bca681a0c..886c0a6ad2 100644 --- a/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/verticalpagebreakcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.VerticalPageBreak-int} +## index_of(self, item, index) {#aspose.cells.VerticalPageBreak-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.VerticalPageBreak-int-int} +## index_of(self, item, index, count) {#aspose.cells.VerticalPageBreak-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md b/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md index 91f1a20098..f082d5bfea 100644 --- a/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md +++ b/english/aspose.cells/verticalpagebreakcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/verticalpagebreakcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.VerticalPageBreak} +## last_index_of(self, item) {#aspose.cells.VerticalPageBreak} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`VerticalPageBreak`](/cells/python-net/aspose.cells/verticalpagebreak) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.VerticalPageBreak-int} +## last_index_of(self, item, index) {#aspose.cells.VerticalPageBreak-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.VerticalPageBreak-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.VerticalPageBreak-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/viewtype/_index.md b/english/aspose.cells/viewtype/_index.md index 780ecfe85f..ede574c1b2 100644 --- a/english/aspose.cells/viewtype/_index.md +++ b/english/aspose.cells/viewtype/_index.md @@ -3,7 +3,7 @@ title: ViewType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2870 +weight: 2890 url: /aspose.cells/viewtype/ is_root: false --- diff --git a/english/aspose.cells/visibilitytype/_index.md b/english/aspose.cells/visibilitytype/_index.md index b9d5ff2354..9360a02de3 100644 --- a/english/aspose.cells/visibilitytype/_index.md +++ b/english/aspose.cells/visibilitytype/_index.md @@ -3,7 +3,7 @@ title: VisibilityType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2880 +weight: 2900 url: /aspose.cells/visibilitytype/ is_root: false --- diff --git a/english/aspose.cells/warninginfo/_index.md b/english/aspose.cells/warninginfo/_index.md index 2b28eb2c5b..fc658e8ecb 100644 --- a/english/aspose.cells/warninginfo/_index.md +++ b/english/aspose.cells/warninginfo/_index.md @@ -3,7 +3,7 @@ title: WarningInfo class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1720 +weight: 1730 url: /aspose.cells/warninginfo/ is_root: false --- diff --git a/english/aspose.cells/warningtype/_index.md b/english/aspose.cells/warningtype/_index.md index f85a9bb4a5..4e8313189a 100644 --- a/english/aspose.cells/warningtype/_index.md +++ b/english/aspose.cells/warningtype/_index.md @@ -3,7 +3,7 @@ title: WarningType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2890 +weight: 2910 url: /aspose.cells/warningtype/ is_root: false --- diff --git a/english/aspose.cells/workbook/__init__/_index.md b/english/aspose.cells/workbook/__init__/_index.md index c9db57b8c4..76107dfeb3 100644 --- a/english/aspose.cells/workbook/__init__/_index.md +++ b/english/aspose.cells/workbook/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbook/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. ```python + def __init__(self): ... ``` @@ -36,13 +37,14 @@ workbook = Workbook() ``` -## __init__ {#aspose.cells.FileFormatType} +## \_\_init\_\_(self, file_format_type) {#aspose.cells.FileFormatType} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. ```python + def __init__(self, file_format_type): ... ``` @@ -67,13 +69,14 @@ workbook = Workbook(FileFormatType.XLSX) ``` -## __init__ {#str} +## \_\_init\_\_(self, file) {#str} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. ```python + def __init__(self, file): ... ``` @@ -84,13 +87,14 @@ def __init__(self, file): | file | str | The file name. | -## __init__ {#io.RawIOBase} +## \_\_init\_\_(self, stream) {#io.RawIOBase} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a stream. ```python + def __init__(self, stream): ... ``` @@ -101,13 +105,14 @@ def __init__(self, stream): | stream | io.RawIOBase | The stream. | -## __init__ {#str-aspose.cells.LoadOptions} +## \_\_init\_\_(self, file, load_options) {#str-aspose.cells.LoadOptions} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. ```python + def __init__(self, file, load_options): ... ``` @@ -119,13 +124,14 @@ def __init__(self, file, load_options): | load_options | [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions) | The load options | -## __init__ {#io.RawIOBase-aspose.cells.LoadOptions} +## \_\_init\_\_(self, stream, load_options) {#io.RawIOBase-aspose.cells.LoadOptions} Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open stream. ```python + def __init__(self, stream, load_options): ... ``` diff --git a/english/aspose.cells/workbook/_index.md b/english/aspose.cells/workbook/_index.md index ad56deac75..6fe5aa554b 100644 --- a/english/aspose.cells/workbook/_index.md +++ b/english/aspose.cells/workbook/_index.md @@ -3,7 +3,7 @@ title: Workbook class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1730 +weight: 1740 url: /aspose.cells/workbook/ is_root: false --- @@ -19,12 +19,12 @@ The Workbook type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#aspose.cells.FileFormatType) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#str) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#io.RawIOBase) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a stream. | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#str-aspose.cells.LoadOptions) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. | -| [__init__](/cells/python-net/aspose.cells/workbook/__init__/#io.RawIOBase-aspose.cells.LoadOptions) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open stream. | +| [`__init__(self)`](/cells/python-net/aspose.cells/workbook/__init__/#) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. | +| [`__init__(self, file_format_type)`](/cells/python-net/aspose.cells/workbook/__init__/#aspose.cells.fileformattype) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class. | +| [`__init__(self, file)`](/cells/python-net/aspose.cells/workbook/__init__/#str) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. | +| [`__init__(self, stream)`](/cells/python-net/aspose.cells/workbook/__init__/#io.rawiobase) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a stream. | +| [`__init__(self, file, load_options)`](/cells/python-net/aspose.cells/workbook/__init__/#str-aspose.cells.loadoptions) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open a file. | +| [`__init__(self, stream, load_options)`](/cells/python-net/aspose.cells/workbook/__init__/#io.rawiobase-aspose.cells.loadoptions) | Initializes a new instance of the [`Workbook`](/cells/python-net/aspose.cells/workbook) class and open stream. | ### Properties @@ -61,66 +61,67 @@ The Workbook type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [save](/cells/python-net/aspose.cells/workbook/save/#str-aspose.cells.SaveFormat) | Saves the workbook to the disk. | -| [save](/cells/python-net/aspose.cells/workbook/save/#str) | Save the workbook to the disk. | -| [save](/cells/python-net/aspose.cells/workbook/save/#str-aspose.cells.SaveOptions) | Saves the workbook to the disk. | -| [save](/cells/python-net/aspose.cells/workbook/save/#io.RawIOBase-aspose.cells.SaveFormat) | Saves the workbook to the stream. | -| [save](/cells/python-net/aspose.cells/workbook/save/#io.RawIOBase-aspose.cells.SaveOptions) | Saves the workbook to the stream. | -| [create_style](/cells/python-net/aspose.cells/workbook/create_style/#) | Creates a new style. | -| [create_style](/cells/python-net/aspose.cells/workbook/create_style/#bool) | Creates a new style. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-str) | Replaces a cell's value with a new string. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-int) | Replaces a cell's value with a new integer. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-float) | Replaces a cell's value with a new double. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces a cell's value with a new string array. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces cells' values with an integer array. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces cells' values with a double array. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#bool-any) | Replaces cells' values with new data. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#int-any) | Replaces cells' values with new data. | -| [replace](/cells/python-net/aspose.cells/workbook/replace/#str-str-aspose.cells.ReplaceOptions) | Replaces a cell's value with a new string. | -| [copy](/cells/python-net/aspose.cells/workbook/copy/#aspose.cells.Workbook-aspose.cells.CopyOptions) | Copies another Workbook object. | -| [copy](/cells/python-net/aspose.cells/workbook/copy/#aspose.cells.Workbook) | Copies data from a source Workbook object. | -| [calculate_formula](/cells/python-net/aspose.cells/workbook/calculate_formula/#) | Calculates the result of formulas. | -| [calculate_formula](/cells/python-net/aspose.cells/workbook/calculate_formula/#bool) | Calculates the result of formulas. | -| [calculate_formula](/cells/python-net/aspose.cells/workbook/calculate_formula/#aspose.cells.CalculationOptions) | Calculating formulas in this workbook. | -| [refresh_dynamic_array_formulas](/cells/python-net/aspose.cells/workbook/refresh_dynamic_array_formulas/#bool) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data)
Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. | -| [refresh_dynamic_array_formulas](/cells/python-net/aspose.cells/workbook/refresh_dynamic_array_formulas/#bool-aspose.cells.CalculationOptions) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) | -| [import_xml](/cells/python-net/aspose.cells/workbook/import_xml/#str-str-int-int) | Imports/Updates an XML data file into the workbook. | -| [import_xml](/cells/python-net/aspose.cells/workbook/import_xml/#io.RawIOBase-str-int-int) | Imports/Updates an XML data file into the workbook. | -| [export_xml](/cells/python-net/aspose.cells/workbook/export_xml/#str-str) | Export XML data linked by the specified XML map. | -| [export_xml](/cells/python-net/aspose.cells/workbook/export_xml/#str-io.RawIOBase) | Export XML data. | -| [parse_formulas](/cells/python-net/aspose.cells/workbook/parse_formulas/#bool) | Parses all formulas which have not been parsed when they were loaded from template file or set to a cell. | -| [start_access_cache](/cells/python-net/aspose.cells/workbook/start_access_cache/#aspose.cells.AccessCacheOptions) | Starts the session that uses caches to access data. | -| [close_access_cache](/cells/python-net/aspose.cells/workbook/close_access_cache/#aspose.cells.AccessCacheOptions) | Closes the session that uses caches to access data. | -| [remove_unused_styles](/cells/python-net/aspose.cells/workbook/remove_unused_styles/#) | Remove all unused styles. | -| [create_builtin_style](/cells/python-net/aspose.cells/workbook/create_builtin_style/#aspose.cells.BuiltinStyleType) | Creates built-in style by given type. | -| [create_cells_color](/cells/python-net/aspose.cells/workbook/create_cells_color/#) | Creates a [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) object. | -| [combine](/cells/python-net/aspose.cells/workbook/combine/#aspose.cells.Workbook) | Combines another Workbook object. | -| [get_style_in_pool](/cells/python-net/aspose.cells/workbook/get_style_in_pool/#int) | Gets the style in the style pool.
All styles in the workbook will be gathered into a pool.
There is only a simple reference index in the cells. | -| [get_fonts](/cells/python-net/aspose.cells/workbook/get_fonts/#) | Gets all fonts in the style pool. | -| [get_named_style](/cells/python-net/aspose.cells/workbook/get_named_style/#str) | Gets the named style in the style pool. | -| [change_palette](/cells/python-net/aspose.cells/workbook/change_palette/#aspose.pydrawing.Color-int) | Changes the palette for the spreadsheet in the specified index. | -| [is_color_in_palette](/cells/python-net/aspose.cells/workbook/is_color_in_palette/#aspose.pydrawing.Color) | Checks if a color is in the palette for the spreadsheet. | -| [get_matching_color](/cells/python-net/aspose.cells/workbook/get_matching_color/#aspose.pydrawing.Color) | Find best matching Color in current palette. | -| [set_encryption_options](/cells/python-net/aspose.cells/workbook/set_encryption_options/#aspose.cells.EncryptionType-int) | Set Encryption Options. | -| [protect](/cells/python-net/aspose.cells/workbook/protect/#aspose.cells.ProtectionType-str) | Protects a workbook. | -| [protect_shared_workbook](/cells/python-net/aspose.cells/workbook/protect_shared_workbook/#str) | Protects a shared workbook. | -| [unprotect](/cells/python-net/aspose.cells/workbook/unprotect/#str) | Unprotects a workbook. | -| [unprotect_shared_workbook](/cells/python-net/aspose.cells/workbook/unprotect_shared_workbook/#str) | Unprotects a shared workbook. | -| [remove_macro](/cells/python-net/aspose.cells/workbook/remove_macro/#) | Removes VBA/macro from this spreadsheet. | -| [remove_digital_signature](/cells/python-net/aspose.cells/workbook/remove_digital_signature/#) | Removes digital signature from this spreadsheet. | -| [accept_all_revisions](/cells/python-net/aspose.cells/workbook/accept_all_revisions/#) | Accepts all tracked changes in the workbook. | -| [remove_external_links](/cells/python-net/aspose.cells/workbook/remove_external_links/#) | Removes all external links in the workbook. | -| [get_theme_color](/cells/python-net/aspose.cells/workbook/get_theme_color/#aspose.cells.ThemeColorType) | Gets theme color. | -| [set_theme_color](/cells/python-net/aspose.cells/workbook/set_theme_color/#aspose.cells.ThemeColorType-aspose.pydrawing.Color) | Sets the theme color | -| [custom_theme](/cells/python-net/aspose.cells/workbook/custom_theme/#str-aspose.pydrawing.Color[]) | Customs the theme. | -| [copy_theme](/cells/python-net/aspose.cells/workbook/copy_theme/#aspose.cells.Workbook) | Copies the theme from another workbook. | -| [has_exernal_links](/cells/python-net/aspose.cells/workbook/has_exernal_links/#) | Indicates whether this workbook contains external links to other data sources. | -| [update_custom_function_definition](/cells/python-net/aspose.cells/workbook/update_custom_function_definition/#aspose.cells.CustomFunctionDefinition) | Updates definition of custom functions. | -| [update_linked_data_source](/cells/python-net/aspose.cells/workbook/update_linked_data_source/#list) | If this workbook contains external links to other data source,
Aspose.Cells will attempt to retrieve the latest data from give sources. | -| [set_digital_signature](/cells/python-net/aspose.cells/workbook/set_digital_signature/#aspose.cells.digitalsignatures.DigitalSignatureCollection) | Sets digital signature to an spreadsheet file (Excel2007 and later). | -| [add_digital_signature](/cells/python-net/aspose.cells/workbook/add_digital_signature/#aspose.cells.digitalsignatures.DigitalSignatureCollection) | Adds digital signature to an OOXML spreadsheet file (Excel2007 and later). | -| [get_digital_signature](/cells/python-net/aspose.cells/workbook/get_digital_signature/#) | Gets digital signature from file. | -| [remove_personal_information](/cells/python-net/aspose.cells/workbook/remove_personal_information/#) | Removes personal information. | +| [`save(self, file_name, save_format)`](/cells/python-net/aspose.cells/workbook/save/#str-aspose.cells.saveformat) | Saves the workbook to the disk. | +| [`save(self, file_name)`](/cells/python-net/aspose.cells/workbook/save/#str) | Save the workbook to the disk. | +| [`save(self, file_name, save_options)`](/cells/python-net/aspose.cells/workbook/save/#str-aspose.cells.saveoptions) | Saves the workbook to the disk. | +| [`save(self, stream, save_format)`](/cells/python-net/aspose.cells/workbook/save/#io.rawiobase-aspose.cells.saveformat) | Saves the workbook to the stream. | +| [`save(self, stream, save_options)`](/cells/python-net/aspose.cells/workbook/save/#io.rawiobase-aspose.cells.saveoptions) | Saves the workbook to the stream. | +| [`create_style(self)`](/cells/python-net/aspose.cells/workbook/create_style/#) | Creates a new style. | +| [`create_style(self, clone_default_style)`](/cells/python-net/aspose.cells/workbook/create_style/#bool) | Creates a new style. | +| [`replace(self, place_holder, new_value)`](/cells/python-net/aspose.cells/workbook/replace/#str-str) | Replaces a cell's value with a new string. | +| [`replace(self, place_holder, new_value)`](/cells/python-net/aspose.cells/workbook/replace/#str-int) | Replaces a cell's value with a new integer. | +| [`replace(self, place_holder, new_value)`](/cells/python-net/aspose.cells/workbook/replace/#str-float) | Replaces a cell's value with a new double. | +| [`replace(self, place_holder, new_values, is_vertical)`](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces a cell's value with a new string array. | +| [`replace(self, place_holder, new_values, is_vertical)`](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces cells' values with an integer array. | +| [`replace(self, place_holder, new_values, is_vertical)`](/cells/python-net/aspose.cells/workbook/replace/#str-list-bool) | Replaces cells' values with a double array. | +| [`replace(self, bool_value, new_value)`](/cells/python-net/aspose.cells/workbook/replace/#bool-any) | Replaces cells' values with new data. | +| [`replace(self, int_value, new_value)`](/cells/python-net/aspose.cells/workbook/replace/#int-any) | Replaces cells' values with new data. | +| [`replace(self, place_holder, new_value, options)`](/cells/python-net/aspose.cells/workbook/replace/#str-str-aspose.cells.replaceoptions) | Replaces a cell's value with a new string. | +| [`copy(self, source, copy_options)`](/cells/python-net/aspose.cells/workbook/copy/#aspose.cells.workbook-aspose.cells.copyoptions) | Copies another Workbook object. | +| [`copy(self, source)`](/cells/python-net/aspose.cells/workbook/copy/#aspose.cells.workbook) | Copies data from a source Workbook object. | +| [`calculate_formula(self)`](/cells/python-net/aspose.cells/workbook/calculate_formula/#) | Calculates the result of formulas. | +| [`calculate_formula(self, ignore_error)`](/cells/python-net/aspose.cells/workbook/calculate_formula/#bool) | Calculates the result of formulas. | +| [`calculate_formula(self, options)`](/cells/python-net/aspose.cells/workbook/calculate_formula/#aspose.cells.calculationoptions) | Calculating formulas in this workbook. | +| [`refresh_dynamic_array_formulas(self, calculate)`](/cells/python-net/aspose.cells/workbook/refresh_dynamic_array_formulas/#bool) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data)
Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. | +| [`refresh_dynamic_array_formulas(self, calculate, copts)`](/cells/python-net/aspose.cells/workbook/refresh_dynamic_array_formulas/#bool-aspose.cells.calculationoptions) | Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) | +| [`import_xml(self, url, sheet_name, row, col)`](/cells/python-net/aspose.cells/workbook/import_xml/#str-str-int-int) | Imports/Updates an XML data file into the workbook. | +| [`import_xml(self, stream, sheet_name, row, col)`](/cells/python-net/aspose.cells/workbook/import_xml/#io.rawiobase-str-int-int) | Imports/Updates an XML data file into the workbook. | +| [`export_xml(self, map_name, path)`](/cells/python-net/aspose.cells/workbook/export_xml/#str-str) | Export XML data linked by the specified XML map. | +| [`export_xml(self, map_name, stream)`](/cells/python-net/aspose.cells/workbook/export_xml/#str-io.rawiobase) | Export XML data. | +| [`parse_formulas(self, ignore_error)`](/cells/python-net/aspose.cells/workbook/parse_formulas/#bool) | Parses all formulas which have not been parsed when they were loaded from template file or set to a cell. | +| [`start_access_cache(self, opts)`](/cells/python-net/aspose.cells/workbook/start_access_cache/#aspose.cells.accesscacheoptions) | Starts the session that uses caches to access data. | +| [`close_access_cache(self, opts)`](/cells/python-net/aspose.cells/workbook/close_access_cache/#aspose.cells.accesscacheoptions) | Closes the session that uses caches to access data. | +| [`remove_unused_styles(self)`](/cells/python-net/aspose.cells/workbook/remove_unused_styles/#) | Remove all unused styles. | +| [`create_builtin_style(self, type)`](/cells/python-net/aspose.cells/workbook/create_builtin_style/#aspose.cells.builtinstyletype) | Creates built-in style by given type. | +| [`create_cells_color(self)`](/cells/python-net/aspose.cells/workbook/create_cells_color/#) | Creates a [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) object. | +| [`combine(self, second_workbook)`](/cells/python-net/aspose.cells/workbook/combine/#aspose.cells.workbook) | Combines another Workbook object. | +| [`get_style_in_pool(self, index)`](/cells/python-net/aspose.cells/workbook/get_style_in_pool/#int) | Gets the style in the style pool.
All styles in the workbook will be gathered into a pool.
There is only a simple reference index in the cells. | +| [`get_fonts(self)`](/cells/python-net/aspose.cells/workbook/get_fonts/#) | Gets all fonts in the style pool. | +| [`get_named_style(self, name)`](/cells/python-net/aspose.cells/workbook/get_named_style/#str) | Gets the named style in the style pool. | +| [`change_palette(self, color, index)`](/cells/python-net/aspose.cells/workbook/change_palette/#aspose.pydrawing.color-int) | Changes the palette for the spreadsheet in the specified index. | +| [`is_color_in_palette(self, color)`](/cells/python-net/aspose.cells/workbook/is_color_in_palette/#aspose.pydrawing.color) | Checks if a color is in the palette for the spreadsheet. | +| [`get_matching_color(self, raw_color)`](/cells/python-net/aspose.cells/workbook/get_matching_color/#aspose.pydrawing.color) | Find best matching Color in current palette. | +| [`set_encryption_options(self, encryption_type, key_length)`](/cells/python-net/aspose.cells/workbook/set_encryption_options/#aspose.cells.encryptiontype-int) | Set Encryption Options. | +| [`protect(self, protection_type, password)`](/cells/python-net/aspose.cells/workbook/protect/#aspose.cells.protectiontype-str) | Protects a workbook. | +| [`protect_shared_workbook(self, password)`](/cells/python-net/aspose.cells/workbook/protect_shared_workbook/#str) | Protects a shared workbook. | +| [`unprotect(self, password)`](/cells/python-net/aspose.cells/workbook/unprotect/#str) | Unprotects a workbook. | +| [`unprotect_shared_workbook(self, password)`](/cells/python-net/aspose.cells/workbook/unprotect_shared_workbook/#str) | Unprotects a shared workbook. | +| [`remove_macro(self)`](/cells/python-net/aspose.cells/workbook/remove_macro/#) | Removes VBA/macro from this spreadsheet. | +| [`remove_digital_signature(self)`](/cells/python-net/aspose.cells/workbook/remove_digital_signature/#) | Removes digital signature from this spreadsheet. | +| [`accept_all_revisions(self)`](/cells/python-net/aspose.cells/workbook/accept_all_revisions/#) | Accepts all tracked changes in the workbook. | +| [`remove_external_links(self)`](/cells/python-net/aspose.cells/workbook/remove_external_links/#) | Removes all external links in the workbook. | +| [`get_theme_color(self, type)`](/cells/python-net/aspose.cells/workbook/get_theme_color/#aspose.cells.themecolortype) | Gets theme color. | +| [`set_theme_color(self, type, color)`](/cells/python-net/aspose.cells/workbook/set_theme_color/#aspose.cells.themecolortype-aspose.pydrawing.color) | Sets the theme color | +| [`custom_theme(self, theme_name, colors)`](/cells/python-net/aspose.cells/workbook/custom_theme/#str-aspose.pydrawing.color[]) | Customs the theme. | +| [`copy_theme(self, source)`](/cells/python-net/aspose.cells/workbook/copy_theme/#aspose.cells.workbook) | Copies the theme from another workbook. | +| [`has_exernal_links(self)`](/cells/python-net/aspose.cells/workbook/has_exernal_links/#) | Indicates whether this workbook contains external links to other data sources. | +| [`update_custom_function_definition(self, definition)`](/cells/python-net/aspose.cells/workbook/update_custom_function_definition/#aspose.cells.customfunctiondefinition) | Updates definition of custom functions. | +| [`update_linked_data_source(self, external_workbooks)`](/cells/python-net/aspose.cells/workbook/update_linked_data_source/#list) | If this workbook contains external links to other data source,
Aspose.Cells will attempt to retrieve the latest data from give sources. | +| [`set_digital_signature(self, digital_signature_collection)`](/cells/python-net/aspose.cells/workbook/set_digital_signature/#aspose.cells.digitalsignatures.digitalsignaturecollection) | Sets digital signature to an spreadsheet file (Excel2007 and later). | +| [`add_digital_signature(self, digital_signature_collection)`](/cells/python-net/aspose.cells/workbook/add_digital_signature/#aspose.cells.digitalsignatures.digitalsignaturecollection) | Adds digital signature to an OOXML spreadsheet file (Excel2007 and later). | +| [`get_digital_signature(self)`](/cells/python-net/aspose.cells/workbook/get_digital_signature/#) | Gets digital signature from file. | +| [`remove_personal_information(self)`](/cells/python-net/aspose.cells/workbook/remove_personal_information/#) | Removes personal information. | +| [`close(self)`](/cells/python-net/aspose.cells/workbook/close/#) | Dispose() is Skipped by wrapper since Python protocol | diff --git a/english/aspose.cells/workbook/absolute_path/_index.md b/english/aspose.cells/workbook/absolute_path/_index.md index 4ee7438d34..455ad3eb19 100644 --- a/english/aspose.cells/workbook/absolute_path/_index.md +++ b/english/aspose.cells/workbook/absolute_path/_index.md @@ -3,7 +3,7 @@ title: absolute_path property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 440 +weight: 450 url: /aspose.cells/workbook/absolute_path/ is_root: false --- diff --git a/english/aspose.cells/workbook/accept_all_revisions/_index.md b/english/aspose.cells/workbook/accept_all_revisions/_index.md index 77b8a6055d..88fee2e0ad 100644 --- a/english/aspose.cells/workbook/accept_all_revisions/_index.md +++ b/english/aspose.cells/workbook/accept_all_revisions/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbook/accept_all_revisions/ is_root: false --- -## accept_all_revisions {#} +## accept_all_revisions(self) {#} Accepts all tracked changes in the workbook. ```python + def accept_all_revisions(self): ... ``` diff --git a/english/aspose.cells/workbook/add_digital_signature/_index.md b/english/aspose.cells/workbook/add_digital_signature/_index.md index 8ad443e22b..dcd1ccbf6a 100644 --- a/english/aspose.cells/workbook/add_digital_signature/_index.md +++ b/english/aspose.cells/workbook/add_digital_signature/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbook/add_digital_signature/ is_root: false --- -## add_digital_signature {#aspose.cells.digitalsignatures.DigitalSignatureCollection} +## add_digital_signature(self, digital_signature_collection) {#aspose.cells.digitalsignatures.DigitalSignatureCollection} Adds digital signature to an OOXML spreadsheet file (Excel2007 and later). ```python + def add_digital_signature(self, digital_signature_collection): ... ``` diff --git a/english/aspose.cells/workbook/built_in_document_properties/_index.md b/english/aspose.cells/workbook/built_in_document_properties/_index.md index 4978ea8e99..53dfbfab8b 100644 --- a/english/aspose.cells/workbook/built_in_document_properties/_index.md +++ b/english/aspose.cells/workbook/built_in_document_properties/_index.md @@ -3,7 +3,7 @@ title: built_in_document_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 450 +weight: 460 url: /aspose.cells/workbook/built_in_document_properties/ is_root: false --- @@ -101,6 +101,18 @@ Number of Hidden Slides Number of Multimedia Clips + +### Example + + +```python +from aspose.cells import Workbook + +workbook = Workbook() +doc = workbook.built_in_document_properties.get("Author") +doc.value = "John Smith" + +``` ### Definition: ```python @property diff --git a/english/aspose.cells/workbook/calculate_formula/_index.md b/english/aspose.cells/workbook/calculate_formula/_index.md index 0db8bbd129..e7ce2840c5 100644 --- a/english/aspose.cells/workbook/calculate_formula/_index.md +++ b/english/aspose.cells/workbook/calculate_formula/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbook/calculate_formula/ is_root: false --- -## calculate_formula {#} +## calculate_formula(self) {#} Calculates the result of formulas. ```python + def calculate_formula(self): ... ``` @@ -24,13 +25,14 @@ def calculate_formula(self): For all supported formulas, please see the list at https://docs.aspose.com/display/cellsnet/Supported+Formula+Functions -## calculate_formula {#bool} +## calculate_formula(self, ignore_error) {#bool} Calculates the result of formulas. ```python + def calculate_formula(self, ignore_error): ... ``` @@ -41,13 +43,14 @@ def calculate_formula(self, ignore_error): | ignore_error | bool | Indicates if hide the error in calculating formulas. The error may be unsupported function, external links, etc. | -## calculate_formula {#aspose.cells.CalculationOptions} +## calculate_formula(self, options) {#aspose.cells.CalculationOptions} Calculating formulas in this workbook. ```python + def calculate_formula(self, options): ... ``` diff --git a/english/aspose.cells/workbook/cells_data_table_factory/_index.md b/english/aspose.cells/workbook/cells_data_table_factory/_index.md index 1e180a7b41..9d2af9a5bc 100644 --- a/english/aspose.cells/workbook/cells_data_table_factory/_index.md +++ b/english/aspose.cells/workbook/cells_data_table_factory/_index.md @@ -3,7 +3,7 @@ title: cells_data_table_factory property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 460 +weight: 470 url: /aspose.cells/workbook/cells_data_table_factory/ is_root: false --- diff --git a/english/aspose.cells/workbook/change_palette/_index.md b/english/aspose.cells/workbook/change_palette/_index.md index dab9018459..deeea0f13c 100644 --- a/english/aspose.cells/workbook/change_palette/_index.md +++ b/english/aspose.cells/workbook/change_palette/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbook/change_palette/ is_root: false --- -## change_palette {#aspose.pydrawing.Color-int} +## change_palette(self, color, index) {#aspose.pydrawing.Color-int} Changes the palette for the spreadsheet in the specified index. ```python + def change_palette(self, color, index): ... ``` diff --git a/english/aspose.cells/workbook/close/_index.md b/english/aspose.cells/workbook/close/_index.md new file mode 100644 index 0000000000..888c461eb4 --- /dev/null +++ b/english/aspose.cells/workbook/close/_index.md @@ -0,0 +1,29 @@ +--- +title: close method +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 60 +url: /aspose.cells/workbook/close/ +is_root: false +--- + +## close(self) {#} + +Dispose() is Skipped by wrapper since Python protocol + + + +```python + +def close(self): + ... +``` + + + + + +### See Also +* module [`aspose.cells`](../../) +* class [`Workbook`](/cells/python-net/aspose.cells/workbook) diff --git a/english/aspose.cells/workbook/close_access_cache/_index.md b/english/aspose.cells/workbook/close_access_cache/_index.md index 9978afd914..611b77812b 100644 --- a/english/aspose.cells/workbook/close_access_cache/_index.md +++ b/english/aspose.cells/workbook/close_access_cache/_index.md @@ -3,18 +3,19 @@ title: close_access_cache method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 60 +weight: 70 url: /aspose.cells/workbook/close_access_cache/ is_root: false --- -## close_access_cache {#aspose.cells.AccessCacheOptions} +## close_access_cache(self, opts) {#aspose.cells.AccessCacheOptions} Closes the session that uses caches to access data. ```python + def close_access_cache(self, opts): ... ``` diff --git a/english/aspose.cells/workbook/colors/_index.md b/english/aspose.cells/workbook/colors/_index.md index 02ea3f31b5..a6fd80d979 100644 --- a/english/aspose.cells/workbook/colors/_index.md +++ b/english/aspose.cells/workbook/colors/_index.md @@ -3,7 +3,7 @@ title: colors property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 470 +weight: 480 url: /aspose.cells/workbook/colors/ is_root: false --- diff --git a/english/aspose.cells/workbook/combine/_index.md b/english/aspose.cells/workbook/combine/_index.md index 208695593d..7aac72c149 100644 --- a/english/aspose.cells/workbook/combine/_index.md +++ b/english/aspose.cells/workbook/combine/_index.md @@ -3,18 +3,19 @@ title: combine method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /aspose.cells/workbook/combine/ is_root: false --- -## combine {#aspose.cells.Workbook} +## combine(self, second_workbook) {#aspose.cells.Workbook} Combines another Workbook object. ```python + def combine(self, second_workbook): ... ``` diff --git a/english/aspose.cells/workbook/content_type_properties/_index.md b/english/aspose.cells/workbook/content_type_properties/_index.md index a2e8e8fd83..ebe7ce5d6f 100644 --- a/english/aspose.cells/workbook/content_type_properties/_index.md +++ b/english/aspose.cells/workbook/content_type_properties/_index.md @@ -3,7 +3,7 @@ title: content_type_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 480 +weight: 490 url: /aspose.cells/workbook/content_type_properties/ is_root: false --- diff --git a/english/aspose.cells/workbook/copy/_index.md b/english/aspose.cells/workbook/copy/_index.md index ace9a96ba9..d51e657d3c 100644 --- a/english/aspose.cells/workbook/copy/_index.md +++ b/english/aspose.cells/workbook/copy/_index.md @@ -3,18 +3,19 @@ title: copy method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 80 +weight: 90 url: /aspose.cells/workbook/copy/ is_root: false --- -## copy {#aspose.cells.Workbook} +## copy(self, source) {#aspose.cells.Workbook} Copies data from a source Workbook object. ```python + def copy(self, source): ... ``` @@ -25,13 +26,14 @@ def copy(self, source): | source | [`Workbook`](/cells/python-net/aspose.cells/workbook) | Source Workbook object. | -## copy {#aspose.cells.Workbook-aspose.cells.CopyOptions} +## copy(self, source, copy_options) {#aspose.cells.Workbook-aspose.cells.CopyOptions} Copies another Workbook object. ```python + def copy(self, source, copy_options): ... ``` diff --git a/english/aspose.cells/workbook/copy_theme/_index.md b/english/aspose.cells/workbook/copy_theme/_index.md index e1bd3d66eb..90f82789ff 100644 --- a/english/aspose.cells/workbook/copy_theme/_index.md +++ b/english/aspose.cells/workbook/copy_theme/_index.md @@ -3,18 +3,19 @@ title: copy_theme method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 90 +weight: 100 url: /aspose.cells/workbook/copy_theme/ is_root: false --- -## copy_theme {#aspose.cells.Workbook} +## copy_theme(self, source) {#aspose.cells.Workbook} Copies the theme from another workbook. ```python + def copy_theme(self, source): ... ``` diff --git a/english/aspose.cells/workbook/count_of_styles_in_pool/_index.md b/english/aspose.cells/workbook/count_of_styles_in_pool/_index.md index de5c0257c1..cd70e0c74c 100644 --- a/english/aspose.cells/workbook/count_of_styles_in_pool/_index.md +++ b/english/aspose.cells/workbook/count_of_styles_in_pool/_index.md @@ -3,7 +3,7 @@ title: count_of_styles_in_pool property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 490 +weight: 500 url: /aspose.cells/workbook/count_of_styles_in_pool/ is_root: false --- diff --git a/english/aspose.cells/workbook/create_builtin_style/_index.md b/english/aspose.cells/workbook/create_builtin_style/_index.md index 4b9a4dd7b6..98abd94b0b 100644 --- a/english/aspose.cells/workbook/create_builtin_style/_index.md +++ b/english/aspose.cells/workbook/create_builtin_style/_index.md @@ -3,12 +3,12 @@ title: create_builtin_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 100 +weight: 110 url: /aspose.cells/workbook/create_builtin_style/ is_root: false --- -## create_builtin_style {#aspose.cells.BuiltinStyleType} +## create_builtin_style(self, type) {#aspose.cells.BuiltinStyleType} Creates built-in style by given type. @@ -20,6 +20,7 @@ Creates built-in style by given type. ```python + def create_builtin_style(self, type): ... ``` diff --git a/english/aspose.cells/workbook/create_cells_color/_index.md b/english/aspose.cells/workbook/create_cells_color/_index.md index c57fdc27b3..f017a6838a 100644 --- a/english/aspose.cells/workbook/create_cells_color/_index.md +++ b/english/aspose.cells/workbook/create_cells_color/_index.md @@ -3,12 +3,12 @@ title: create_cells_color method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 110 +weight: 120 url: /aspose.cells/workbook/create_cells_color/ is_root: false --- -## create_cells_color {#} +## create_cells_color(self) {#} Creates a [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) object. @@ -20,6 +20,7 @@ Returns a [`CellsColor`](/cells/python-net/aspose.cells/cellscolor) object. ```python + def create_cells_color(self): ... ``` diff --git a/english/aspose.cells/workbook/create_style/_index.md b/english/aspose.cells/workbook/create_style/_index.md index 2861e35304..c2bdc32747 100644 --- a/english/aspose.cells/workbook/create_style/_index.md +++ b/english/aspose.cells/workbook/create_style/_index.md @@ -3,12 +3,12 @@ title: create_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 120 +weight: 130 url: /aspose.cells/workbook/create_style/ is_root: false --- -## create_style {#} +## create_style(self) {#} Creates a new style. @@ -20,6 +20,7 @@ Returns a style object. ```python + def create_style(self): ... ``` @@ -27,7 +28,7 @@ def create_style(self): -## create_style {#bool} +## create_style(self, clone_default_style) {#bool} Creates a new style. @@ -39,6 +40,7 @@ Returns a style object. ```python + def create_style(self, clone_default_style): ... ``` diff --git a/english/aspose.cells/workbook/custom_document_properties/_index.md b/english/aspose.cells/workbook/custom_document_properties/_index.md index 6837740b70..c49c72e034 100644 --- a/english/aspose.cells/workbook/custom_document_properties/_index.md +++ b/english/aspose.cells/workbook/custom_document_properties/_index.md @@ -3,7 +3,7 @@ title: custom_document_properties property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 500 +weight: 510 url: /aspose.cells/workbook/custom_document_properties/ is_root: false --- diff --git a/english/aspose.cells/workbook/custom_theme/_index.md b/english/aspose.cells/workbook/custom_theme/_index.md index 115239e798..e122112632 100644 --- a/english/aspose.cells/workbook/custom_theme/_index.md +++ b/english/aspose.cells/workbook/custom_theme/_index.md @@ -3,18 +3,19 @@ title: custom_theme method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells/workbook/custom_theme/ is_root: false --- -## custom_theme {#str-aspose.pydrawing.Color[]} +## custom_theme(self, theme_name, colors) {#str-aspose.pydrawing.Color[]} Customs the theme. ```python + def custom_theme(self, theme_name, colors): ... ``` diff --git a/english/aspose.cells/workbook/custom_xml_parts/_index.md b/english/aspose.cells/workbook/custom_xml_parts/_index.md index 151c2b97e4..7d9b6ce1de 100644 --- a/english/aspose.cells/workbook/custom_xml_parts/_index.md +++ b/english/aspose.cells/workbook/custom_xml_parts/_index.md @@ -3,7 +3,7 @@ title: custom_xml_parts property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 510 +weight: 520 url: /aspose.cells/workbook/custom_xml_parts/ is_root: false --- diff --git a/english/aspose.cells/workbook/data_connections/_index.md b/english/aspose.cells/workbook/data_connections/_index.md index f5eef1072a..da33e25c79 100644 --- a/english/aspose.cells/workbook/data_connections/_index.md +++ b/english/aspose.cells/workbook/data_connections/_index.md @@ -3,7 +3,7 @@ title: data_connections property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 520 +weight: 530 url: /aspose.cells/workbook/data_connections/ is_root: false --- diff --git a/english/aspose.cells/workbook/data_mashup/_index.md b/english/aspose.cells/workbook/data_mashup/_index.md index fdc06752ce..232194620b 100644 --- a/english/aspose.cells/workbook/data_mashup/_index.md +++ b/english/aspose.cells/workbook/data_mashup/_index.md @@ -3,7 +3,7 @@ title: data_mashup property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells/workbook/data_mashup/ is_root: false --- diff --git a/english/aspose.cells/workbook/data_model/_index.md b/english/aspose.cells/workbook/data_model/_index.md index 45011aeed8..260fd4f943 100644 --- a/english/aspose.cells/workbook/data_model/_index.md +++ b/english/aspose.cells/workbook/data_model/_index.md @@ -3,7 +3,7 @@ title: data_model property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells/workbook/data_model/ is_root: false --- diff --git a/english/aspose.cells/workbook/data_sorter/_index.md b/english/aspose.cells/workbook/data_sorter/_index.md index 03e28a74aa..6d21e8e0fb 100644 --- a/english/aspose.cells/workbook/data_sorter/_index.md +++ b/english/aspose.cells/workbook/data_sorter/_index.md @@ -3,7 +3,7 @@ title: data_sorter property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells/workbook/data_sorter/ is_root: false --- diff --git a/english/aspose.cells/workbook/default_style/_index.md b/english/aspose.cells/workbook/default_style/_index.md index 5739a40a99..6e35de783a 100644 --- a/english/aspose.cells/workbook/default_style/_index.md +++ b/english/aspose.cells/workbook/default_style/_index.md @@ -3,7 +3,7 @@ title: default_style property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells/workbook/default_style/ is_root: false --- diff --git a/english/aspose.cells/workbook/export_xml/_index.md b/english/aspose.cells/workbook/export_xml/_index.md index 89d122c4db..c2461a253d 100644 --- a/english/aspose.cells/workbook/export_xml/_index.md +++ b/english/aspose.cells/workbook/export_xml/_index.md @@ -3,18 +3,19 @@ title: export_xml method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells/workbook/export_xml/ is_root: false --- -## export_xml {#str-str} +## export_xml(self, map_name, path) {#str-str} Export XML data linked by the specified XML map. ```python + def export_xml(self, map_name, path): ... ``` @@ -41,13 +42,14 @@ wb.export_xml(xmlMap.name, "output.xml") ``` -## export_xml {#str-io.RawIOBase} +## export_xml(self, map_name, stream) {#str-io.RawIOBase} Export XML data. ```python + def export_xml(self, map_name, stream): ... ``` diff --git a/english/aspose.cells/workbook/file_format/_index.md b/english/aspose.cells/workbook/file_format/_index.md index 82a5aa4413..67ef666c53 100644 --- a/english/aspose.cells/workbook/file_format/_index.md +++ b/english/aspose.cells/workbook/file_format/_index.md @@ -3,7 +3,7 @@ title: file_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells/workbook/file_format/ is_root: false --- diff --git a/english/aspose.cells/workbook/file_name/_index.md b/english/aspose.cells/workbook/file_name/_index.md index 06f73257c5..1a34ed3dab 100644 --- a/english/aspose.cells/workbook/file_name/_index.md +++ b/english/aspose.cells/workbook/file_name/_index.md @@ -3,7 +3,7 @@ title: file_name property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells/workbook/file_name/ is_root: false --- diff --git a/english/aspose.cells/workbook/get_digital_signature/_index.md b/english/aspose.cells/workbook/get_digital_signature/_index.md index f1338c3e4a..1fdc1f956a 100644 --- a/english/aspose.cells/workbook/get_digital_signature/_index.md +++ b/english/aspose.cells/workbook/get_digital_signature/_index.md @@ -3,18 +3,19 @@ title: get_digital_signature method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 150 +weight: 160 url: /aspose.cells/workbook/get_digital_signature/ is_root: false --- -## get_digital_signature {#} +## get_digital_signature(self) {#} Gets digital signature from file. ```python + def get_digital_signature(self): ... ``` diff --git a/english/aspose.cells/workbook/get_fonts/_index.md b/english/aspose.cells/workbook/get_fonts/_index.md index 5aa0a40e54..bc1c86cafe 100644 --- a/english/aspose.cells/workbook/get_fonts/_index.md +++ b/english/aspose.cells/workbook/get_fonts/_index.md @@ -3,18 +3,19 @@ title: get_fonts method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 160 +weight: 170 url: /aspose.cells/workbook/get_fonts/ is_root: false --- -## get_fonts {#} +## get_fonts(self) {#} Gets all fonts in the style pool. ```python + def get_fonts(self): ... ``` diff --git a/english/aspose.cells/workbook/get_matching_color/_index.md b/english/aspose.cells/workbook/get_matching_color/_index.md index e336066f40..cf936abccd 100644 --- a/english/aspose.cells/workbook/get_matching_color/_index.md +++ b/english/aspose.cells/workbook/get_matching_color/_index.md @@ -3,12 +3,12 @@ title: get_matching_color method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 170 +weight: 180 url: /aspose.cells/workbook/get_matching_color/ is_root: false --- -## get_matching_color {#aspose.pydrawing.Color} +## get_matching_color(self, raw_color) {#aspose.pydrawing.Color} Find best matching Color in current palette. @@ -20,6 +20,7 @@ Best matching color. ```python + def get_matching_color(self, raw_color): ... ``` diff --git a/english/aspose.cells/workbook/get_named_style/_index.md b/english/aspose.cells/workbook/get_named_style/_index.md index e993411f52..483097cec4 100644 --- a/english/aspose.cells/workbook/get_named_style/_index.md +++ b/english/aspose.cells/workbook/get_named_style/_index.md @@ -3,12 +3,12 @@ title: get_named_style method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 180 +weight: 190 url: /aspose.cells/workbook/get_named_style/ is_root: false --- -## get_named_style {#str} +## get_named_style(self, name) {#str} Gets the named style in the style pool. @@ -20,6 +20,7 @@ named style, maybe null. ```python + def get_named_style(self, name): ... ``` diff --git a/english/aspose.cells/workbook/get_style_in_pool/_index.md b/english/aspose.cells/workbook/get_style_in_pool/_index.md index f4a657b93e..2298ba901b 100644 --- a/english/aspose.cells/workbook/get_style_in_pool/_index.md +++ b/english/aspose.cells/workbook/get_style_in_pool/_index.md @@ -3,12 +3,12 @@ title: get_style_in_pool method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 190 +weight: 200 url: /aspose.cells/workbook/get_style_in_pool/ is_root: false --- -## get_style_in_pool {#int} +## get_style_in_pool(self, index) {#int} Gets the style in the style pool. All styles in the workbook will be gathered into a pool. @@ -22,6 +22,7 @@ The style in the pool corresponds to given index, may be null. ```python + def get_style_in_pool(self, index): ... ``` diff --git a/english/aspose.cells/workbook/get_theme_color/_index.md b/english/aspose.cells/workbook/get_theme_color/_index.md index c065f3fc5b..11c45f3c03 100644 --- a/english/aspose.cells/workbook/get_theme_color/_index.md +++ b/english/aspose.cells/workbook/get_theme_color/_index.md @@ -3,12 +3,12 @@ title: get_theme_color method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 200 +weight: 210 url: /aspose.cells/workbook/get_theme_color/ is_root: false --- -## get_theme_color {#aspose.cells.ThemeColorType} +## get_theme_color(self, type) {#aspose.cells.ThemeColorType} Gets theme color. @@ -20,6 +20,7 @@ The theme color. ```python + def get_theme_color(self, type): ... ``` diff --git a/english/aspose.cells/workbook/has_exernal_links/_index.md b/english/aspose.cells/workbook/has_exernal_links/_index.md index d38ca7783c..8fbe172f8a 100644 --- a/english/aspose.cells/workbook/has_exernal_links/_index.md +++ b/english/aspose.cells/workbook/has_exernal_links/_index.md @@ -3,12 +3,12 @@ title: has_exernal_links method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 210 +weight: 220 url: /aspose.cells/workbook/has_exernal_links/ is_root: false --- -## has_exernal_links {#} +## has_exernal_links(self) {#} Indicates whether this workbook contains external links to other data sources. @@ -20,6 +20,7 @@ Whether this workbook contains external links to other data sources. ```python + def has_exernal_links(self): ... ``` diff --git a/english/aspose.cells/workbook/has_macro/_index.md b/english/aspose.cells/workbook/has_macro/_index.md index 4181020026..7879c6986c 100644 --- a/english/aspose.cells/workbook/has_macro/_index.md +++ b/english/aspose.cells/workbook/has_macro/_index.md @@ -3,7 +3,7 @@ title: has_macro property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells/workbook/has_macro/ is_root: false --- diff --git a/english/aspose.cells/workbook/has_revisions/_index.md b/english/aspose.cells/workbook/has_revisions/_index.md index a9c9875a6d..aef1b89258 100644 --- a/english/aspose.cells/workbook/has_revisions/_index.md +++ b/english/aspose.cells/workbook/has_revisions/_index.md @@ -3,7 +3,7 @@ title: has_revisions property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells/workbook/has_revisions/ is_root: false --- diff --git a/english/aspose.cells/workbook/import_xml/_index.md b/english/aspose.cells/workbook/import_xml/_index.md index bad63eabca..ba76acc36a 100644 --- a/english/aspose.cells/workbook/import_xml/_index.md +++ b/english/aspose.cells/workbook/import_xml/_index.md @@ -3,18 +3,19 @@ title: import_xml method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 220 +weight: 230 url: /aspose.cells/workbook/import_xml/ is_root: false --- -## import_xml {#str-str-int-int} +## import_xml(self, url, sheet_name, row, col) {#str-str-int-int} Imports/Updates an XML data file into the workbook. ```python + def import_xml(self, url, sheet_name, row, col): ... ``` @@ -42,13 +43,14 @@ wb.save("output.xlsx") ``` -## import_xml {#io.RawIOBase-str-int-int} +## import_xml(self, stream, sheet_name, row, col) {#io.RawIOBase-str-int-int} Imports/Updates an XML data file into the workbook. ```python + def import_xml(self, stream, sheet_name, row, col): ... ``` diff --git a/english/aspose.cells/workbook/interrupt_monitor/_index.md b/english/aspose.cells/workbook/interrupt_monitor/_index.md index ded54a9244..9f3fbace1e 100644 --- a/english/aspose.cells/workbook/interrupt_monitor/_index.md +++ b/english/aspose.cells/workbook/interrupt_monitor/_index.md @@ -3,7 +3,7 @@ title: interrupt_monitor property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells/workbook/interrupt_monitor/ is_root: false --- diff --git a/english/aspose.cells/workbook/is_color_in_palette/_index.md b/english/aspose.cells/workbook/is_color_in_palette/_index.md index fadfde9e94..407028b184 100644 --- a/english/aspose.cells/workbook/is_color_in_palette/_index.md +++ b/english/aspose.cells/workbook/is_color_in_palette/_index.md @@ -3,12 +3,12 @@ title: is_color_in_palette method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 230 +weight: 240 url: /aspose.cells/workbook/is_color_in_palette/ is_root: false --- -## is_color_in_palette {#aspose.pydrawing.Color} +## is_color_in_palette(self, color) {#aspose.pydrawing.Color} Checks if a color is in the palette for the spreadsheet. @@ -20,6 +20,7 @@ Returns true if this color is in the palette. Otherwise, returns false ```python + def is_color_in_palette(self, color): ... ``` diff --git a/english/aspose.cells/workbook/is_digitally_signed/_index.md b/english/aspose.cells/workbook/is_digitally_signed/_index.md index eaf8e2cec9..ba2f5485ef 100644 --- a/english/aspose.cells/workbook/is_digitally_signed/_index.md +++ b/english/aspose.cells/workbook/is_digitally_signed/_index.md @@ -3,7 +3,7 @@ title: is_digitally_signed property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells/workbook/is_digitally_signed/ is_root: false --- diff --git a/english/aspose.cells/workbook/is_licensed/_index.md b/english/aspose.cells/workbook/is_licensed/_index.md index ee51ae1a83..acb924a58c 100644 --- a/english/aspose.cells/workbook/is_licensed/_index.md +++ b/english/aspose.cells/workbook/is_licensed/_index.md @@ -3,7 +3,7 @@ title: is_licensed property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells/workbook/is_licensed/ is_root: false --- diff --git a/english/aspose.cells/workbook/is_workbook_protected_with_password/_index.md b/english/aspose.cells/workbook/is_workbook_protected_with_password/_index.md index 77389f22f3..13e617f59e 100644 --- a/english/aspose.cells/workbook/is_workbook_protected_with_password/_index.md +++ b/english/aspose.cells/workbook/is_workbook_protected_with_password/_index.md @@ -3,7 +3,7 @@ title: is_workbook_protected_with_password property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells/workbook/is_workbook_protected_with_password/ is_root: false --- diff --git a/english/aspose.cells/workbook/parse_formulas/_index.md b/english/aspose.cells/workbook/parse_formulas/_index.md index ee232cae62..c7a058b15d 100644 --- a/english/aspose.cells/workbook/parse_formulas/_index.md +++ b/english/aspose.cells/workbook/parse_formulas/_index.md @@ -3,20 +3,21 @@ title: parse_formulas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 240 +weight: 250 url: /aspose.cells/workbook/parse_formulas/ is_root: false --- -## parse_formulas {#bool} +## parse_formulas(self, ignore_error) {#bool} Parses all formulas which have not been parsed when they were loaded from template file or set to a cell. -```python +```python + def parse_formulas(self, ignore_error): - ... + ... ``` diff --git a/english/aspose.cells/workbook/protect/_index.md b/english/aspose.cells/workbook/protect/_index.md index 6278532e38..5cd592faf9 100644 --- a/english/aspose.cells/workbook/protect/_index.md +++ b/english/aspose.cells/workbook/protect/_index.md @@ -3,18 +3,19 @@ title: protect method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 250 +weight: 260 url: /aspose.cells/workbook/protect/ is_root: false --- -## protect {#aspose.cells.ProtectionType-str} +## protect(self, protection_type, password) {#aspose.cells.ProtectionType-str} Protects a workbook. ```python + def protect(self, protection_type, password): ... ``` diff --git a/english/aspose.cells/workbook/protect_shared_workbook/_index.md b/english/aspose.cells/workbook/protect_shared_workbook/_index.md index adc6b83e37..62588e4952 100644 --- a/english/aspose.cells/workbook/protect_shared_workbook/_index.md +++ b/english/aspose.cells/workbook/protect_shared_workbook/_index.md @@ -3,18 +3,19 @@ title: protect_shared_workbook method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 260 +weight: 270 url: /aspose.cells/workbook/protect_shared_workbook/ is_root: false --- -## protect_shared_workbook {#str} +## protect_shared_workbook(self, password) {#str} Protects a shared workbook. ```python + def protect_shared_workbook(self, password): ... ``` diff --git a/english/aspose.cells/workbook/refresh_dynamic_array_formulas/_index.md b/english/aspose.cells/workbook/refresh_dynamic_array_formulas/_index.md index 76e948b944..64d88ee306 100644 --- a/english/aspose.cells/workbook/refresh_dynamic_array_formulas/_index.md +++ b/english/aspose.cells/workbook/refresh_dynamic_array_formulas/_index.md @@ -3,12 +3,12 @@ title: refresh_dynamic_array_formulas method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 270 +weight: 280 url: /aspose.cells/workbook/refresh_dynamic_array_formulas/ is_root: false --- -## refresh_dynamic_array_formulas {#bool} +## refresh_dynamic_array_formulas(self, calculate) {#bool} Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) Other formulas in the workbook will not be calculated recursively even if they were used by dynamic array formulas. @@ -16,6 +16,7 @@ Other formulas in the workbook will not be calculated recursively even if they w ```python + def refresh_dynamic_array_formulas(self, calculate): ... ``` @@ -26,13 +27,14 @@ def refresh_dynamic_array_formulas(self, calculate): | calculate | bool | Whether calculates and updates cell values for those dynamic array formulas | -## refresh_dynamic_array_formulas {#bool-aspose.cells.CalculationOptions} +## refresh_dynamic_array_formulas(self, calculate, copts) {#bool-aspose.cells.CalculationOptions} Refreshes dynamic array formulas(spill into new range of neighboring cells according to current data) ```python + def refresh_dynamic_array_formulas(self, calculate, copts): ... ``` diff --git a/english/aspose.cells/workbook/remove_digital_signature/_index.md b/english/aspose.cells/workbook/remove_digital_signature/_index.md index 559d1db32c..84687065b7 100644 --- a/english/aspose.cells/workbook/remove_digital_signature/_index.md +++ b/english/aspose.cells/workbook/remove_digital_signature/_index.md @@ -3,18 +3,19 @@ title: remove_digital_signature method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 280 +weight: 290 url: /aspose.cells/workbook/remove_digital_signature/ is_root: false --- -## remove_digital_signature {#} +## remove_digital_signature(self) {#} Removes digital signature from this spreadsheet. ```python + def remove_digital_signature(self): ... ``` diff --git a/english/aspose.cells/workbook/remove_external_links/_index.md b/english/aspose.cells/workbook/remove_external_links/_index.md index 0350ee038d..69b65a871a 100644 --- a/english/aspose.cells/workbook/remove_external_links/_index.md +++ b/english/aspose.cells/workbook/remove_external_links/_index.md @@ -3,18 +3,19 @@ title: remove_external_links method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /aspose.cells/workbook/remove_external_links/ is_root: false --- -## remove_external_links {#} +## remove_external_links(self) {#} Removes all external links in the workbook. ```python + def remove_external_links(self): ... ``` diff --git a/english/aspose.cells/workbook/remove_macro/_index.md b/english/aspose.cells/workbook/remove_macro/_index.md index 31d6ab0ec9..7b081a7d7a 100644 --- a/english/aspose.cells/workbook/remove_macro/_index.md +++ b/english/aspose.cells/workbook/remove_macro/_index.md @@ -3,18 +3,19 @@ title: remove_macro method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /aspose.cells/workbook/remove_macro/ is_root: false --- -## remove_macro {#} +## remove_macro(self) {#} Removes VBA/macro from this spreadsheet. ```python + def remove_macro(self): ... ``` diff --git a/english/aspose.cells/workbook/remove_personal_information/_index.md b/english/aspose.cells/workbook/remove_personal_information/_index.md index b5e6e3e54c..cf1f18c193 100644 --- a/english/aspose.cells/workbook/remove_personal_information/_index.md +++ b/english/aspose.cells/workbook/remove_personal_information/_index.md @@ -3,18 +3,19 @@ title: remove_personal_information method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 310 +weight: 320 url: /aspose.cells/workbook/remove_personal_information/ is_root: false --- -## remove_personal_information {#} +## remove_personal_information(self) {#} Removes personal information. ```python + def remove_personal_information(self): ... ``` diff --git a/english/aspose.cells/workbook/remove_unused_styles/_index.md b/english/aspose.cells/workbook/remove_unused_styles/_index.md index 188beff1bc..b64e9d4adc 100644 --- a/english/aspose.cells/workbook/remove_unused_styles/_index.md +++ b/english/aspose.cells/workbook/remove_unused_styles/_index.md @@ -3,18 +3,19 @@ title: remove_unused_styles method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 320 +weight: 330 url: /aspose.cells/workbook/remove_unused_styles/ is_root: false --- -## remove_unused_styles {#} +## remove_unused_styles(self) {#} Remove all unused styles. ```python + def remove_unused_styles(self): ... ``` diff --git a/english/aspose.cells/workbook/replace/_index.md b/english/aspose.cells/workbook/replace/_index.md index 697ccbe187..e5866f3f15 100644 --- a/english/aspose.cells/workbook/replace/_index.md +++ b/english/aspose.cells/workbook/replace/_index.md @@ -3,18 +3,19 @@ title: replace method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 330 +weight: 340 url: /aspose.cells/workbook/replace/ is_root: false --- -## replace {#str-str} +## replace(self, place_holder, new_value) {#str-str} Replaces a cell's value with a new string. ```python + def replace(self, place_holder, new_value): ... ``` @@ -38,13 +39,14 @@ workbook.replace("AnOldValue", "NewValue") ``` -## replace {#str-int} +## replace(self, place_holder, new_value) {#str-int} Replaces a cell's value with a new integer. ```python + def replace(self, place_holder, new_value): ... ``` @@ -69,13 +71,14 @@ workbook.replace("AnOldValue", newValue) ``` -## replace {#str-float} +## replace(self, place_holder, new_value) {#str-float} Replaces a cell's value with a new double. ```python + def replace(self, place_holder, new_value): ... ``` @@ -100,13 +103,14 @@ workbook.replace("AnOldValue", newValue) ``` -## replace {#bool-any} +## replace(self, bool_value, new_value) {#bool-any} Replaces cells' values with new data. ```python + def replace(self, bool_value, new_value): ... ``` @@ -118,13 +122,14 @@ def replace(self, bool_value, new_value): | new_value | any | New value. Can be string, integer, double or DateTime value. | -## replace {#int-any} +## replace(self, int_value, new_value) {#int-any} Replaces cells' values with new data. ```python + def replace(self, int_value, new_value): ... ``` @@ -136,13 +141,14 @@ def replace(self, int_value, new_value): | new_value | any | New value. Can be string, integer, double or DateTime value. | -## replace {#str-list-bool} +## replace(self, place_holder, new_values, is_vertical) {#str-list-bool} Replaces a cell's value with a new string array. ```python + def replace(self, place_holder, new_values, is_vertical): ... ``` @@ -168,13 +174,14 @@ workbook.replace("AnOldValue", newValues, True) ``` -## replace {#str-list-bool} +## replace(self, place_holder, new_values, is_vertical) {#str-list-bool} Replaces cells' values with an integer array. ```python + def replace(self, place_holder, new_values, is_vertical): ... ``` @@ -200,13 +207,14 @@ workbook.replace("AnOldValue", newValues, True) ``` -## replace {#str-list-bool} +## replace(self, place_holder, new_values, is_vertical) {#str-list-bool} Replaces cells' values with a double array. ```python + def replace(self, place_holder, new_values, is_vertical): ... ``` @@ -232,13 +240,14 @@ workbook.replace("AnOldValue", newValues, True) ``` -## replace {#str-str-aspose.cells.ReplaceOptions} +## replace(self, place_holder, new_value, options) {#str-str-aspose.cells.ReplaceOptions} Replaces a cell's value with a new string. ```python + def replace(self, place_holder, new_value, options): ... ``` diff --git a/english/aspose.cells/workbook/ribbon_xml/_index.md b/english/aspose.cells/workbook/ribbon_xml/_index.md index ea1185424f..1922131687 100644 --- a/english/aspose.cells/workbook/ribbon_xml/_index.md +++ b/english/aspose.cells/workbook/ribbon_xml/_index.md @@ -3,7 +3,7 @@ title: ribbon_xml property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells/workbook/ribbon_xml/ is_root: false --- diff --git a/english/aspose.cells/workbook/save/_index.md b/english/aspose.cells/workbook/save/_index.md index 36b5b0091d..1ca188b0dd 100644 --- a/english/aspose.cells/workbook/save/_index.md +++ b/english/aspose.cells/workbook/save/_index.md @@ -3,18 +3,19 @@ title: save method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 340 +weight: 350 url: /aspose.cells/workbook/save/ is_root: false --- -## save {#str} +## save(self, file_name) {#str} Save the workbook to the disk. ```python + def save(self, file_name): ... ``` @@ -25,13 +26,14 @@ def save(self, file_name): | file_name | str | | -## save {#str-aspose.cells.SaveFormat} +## save(self, file_name, save_format) {#str-aspose.cells.SaveFormat} Saves the workbook to the disk. ```python + def save(self, file_name, save_format): ... ``` @@ -43,13 +45,14 @@ def save(self, file_name, save_format): | save_format | [`SaveFormat`](/cells/python-net/aspose.cells/saveformat) | The save format type. | -## save {#str-aspose.cells.SaveOptions} +## save(self, file_name, save_options) {#str-aspose.cells.SaveOptions} Saves the workbook to the disk. ```python + def save(self, file_name, save_options): ... ``` @@ -61,13 +64,14 @@ def save(self, file_name, save_options): | save_options | [`SaveOptions`](/cells/python-net/aspose.cells/saveoptions) | The save options. | -## save {#io.RawIOBase-aspose.cells.SaveFormat} +## save(self, stream, save_format) {#io.RawIOBase-aspose.cells.SaveFormat} Saves the workbook to the stream. ```python + def save(self, stream, save_format): ... ``` @@ -79,13 +83,14 @@ def save(self, stream, save_format): | save_format | [`SaveFormat`](/cells/python-net/aspose.cells/saveformat) | The save file format type. | -## save {#io.RawIOBase-aspose.cells.SaveOptions} +## save(self, stream, save_options) {#io.RawIOBase-aspose.cells.SaveOptions} Saves the workbook to the stream. ```python + def save(self, stream, save_options): ... ``` diff --git a/english/aspose.cells/workbook/set_digital_signature/_index.md b/english/aspose.cells/workbook/set_digital_signature/_index.md index 35b9786248..9566ffab62 100644 --- a/english/aspose.cells/workbook/set_digital_signature/_index.md +++ b/english/aspose.cells/workbook/set_digital_signature/_index.md @@ -3,18 +3,19 @@ title: set_digital_signature method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 350 +weight: 360 url: /aspose.cells/workbook/set_digital_signature/ is_root: false --- -## set_digital_signature {#aspose.cells.digitalsignatures.DigitalSignatureCollection} +## set_digital_signature(self, digital_signature_collection) {#aspose.cells.digitalsignatures.DigitalSignatureCollection} Sets digital signature to an spreadsheet file (Excel2007 and later). ```python + def set_digital_signature(self, digital_signature_collection): ... ``` diff --git a/english/aspose.cells/workbook/set_encryption_options/_index.md b/english/aspose.cells/workbook/set_encryption_options/_index.md index f653b29ca7..e8670c7e23 100644 --- a/english/aspose.cells/workbook/set_encryption_options/_index.md +++ b/english/aspose.cells/workbook/set_encryption_options/_index.md @@ -3,18 +3,19 @@ title: set_encryption_options method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 360 +weight: 370 url: /aspose.cells/workbook/set_encryption_options/ is_root: false --- -## set_encryption_options {#aspose.cells.EncryptionType-int} +## set_encryption_options(self, encryption_type, key_length) {#aspose.cells.EncryptionType-int} Set Encryption Options. ```python + def set_encryption_options(self, encryption_type, key_length): ... ``` diff --git a/english/aspose.cells/workbook/set_theme_color/_index.md b/english/aspose.cells/workbook/set_theme_color/_index.md index 9146647a35..64119aab74 100644 --- a/english/aspose.cells/workbook/set_theme_color/_index.md +++ b/english/aspose.cells/workbook/set_theme_color/_index.md @@ -3,18 +3,19 @@ title: set_theme_color method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 370 +weight: 380 url: /aspose.cells/workbook/set_theme_color/ is_root: false --- -## set_theme_color {#aspose.cells.ThemeColorType-aspose.pydrawing.Color} +## set_theme_color(self, type, color) {#aspose.cells.ThemeColorType-aspose.pydrawing.Color} Sets the theme color ```python + def set_theme_color(self, type, color): ... ``` diff --git a/english/aspose.cells/workbook/settings/_index.md b/english/aspose.cells/workbook/settings/_index.md index 7f6d0f2c71..9ce6ee127e 100644 --- a/english/aspose.cells/workbook/settings/_index.md +++ b/english/aspose.cells/workbook/settings/_index.md @@ -3,7 +3,7 @@ title: settings property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells/workbook/settings/ is_root: false --- diff --git a/english/aspose.cells/workbook/start_access_cache/_index.md b/english/aspose.cells/workbook/start_access_cache/_index.md index 8a9e1e41cd..4a924fa226 100644 --- a/english/aspose.cells/workbook/start_access_cache/_index.md +++ b/english/aspose.cells/workbook/start_access_cache/_index.md @@ -3,18 +3,19 @@ title: start_access_cache method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 380 +weight: 390 url: /aspose.cells/workbook/start_access_cache/ is_root: false --- -## start_access_cache {#aspose.cells.AccessCacheOptions} +## start_access_cache(self, opts) {#aspose.cells.AccessCacheOptions} Starts the session that uses caches to access data. ```python + def start_access_cache(self, opts): ... ``` diff --git a/english/aspose.cells/workbook/theme/_index.md b/english/aspose.cells/workbook/theme/_index.md index 0a501d576a..5f9ae39f09 100644 --- a/english/aspose.cells/workbook/theme/_index.md +++ b/english/aspose.cells/workbook/theme/_index.md @@ -3,7 +3,7 @@ title: theme property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells/workbook/theme/ is_root: false --- diff --git a/english/aspose.cells/workbook/unprotect/_index.md b/english/aspose.cells/workbook/unprotect/_index.md index 910ef66be7..56b65ffb85 100644 --- a/english/aspose.cells/workbook/unprotect/_index.md +++ b/english/aspose.cells/workbook/unprotect/_index.md @@ -3,18 +3,19 @@ title: unprotect method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 390 +weight: 400 url: /aspose.cells/workbook/unprotect/ is_root: false --- -## unprotect {#str} +## unprotect(self, password) {#str} Unprotects a workbook. ```python + def unprotect(self, password): ... ``` diff --git a/english/aspose.cells/workbook/unprotect_shared_workbook/_index.md b/english/aspose.cells/workbook/unprotect_shared_workbook/_index.md index 4017c8c345..0cf3733387 100644 --- a/english/aspose.cells/workbook/unprotect_shared_workbook/_index.md +++ b/english/aspose.cells/workbook/unprotect_shared_workbook/_index.md @@ -3,18 +3,19 @@ title: unprotect_shared_workbook method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 400 +weight: 410 url: /aspose.cells/workbook/unprotect_shared_workbook/ is_root: false --- -## unprotect_shared_workbook {#str} +## unprotect_shared_workbook(self, password) {#str} Unprotects a shared workbook. ```python + def unprotect_shared_workbook(self, password): ... ``` diff --git a/english/aspose.cells/workbook/update_custom_function_definition/_index.md b/english/aspose.cells/workbook/update_custom_function_definition/_index.md index 626ddc3646..28d302d1a4 100644 --- a/english/aspose.cells/workbook/update_custom_function_definition/_index.md +++ b/english/aspose.cells/workbook/update_custom_function_definition/_index.md @@ -3,18 +3,19 @@ title: update_custom_function_definition method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 410 +weight: 420 url: /aspose.cells/workbook/update_custom_function_definition/ is_root: false --- -## update_custom_function_definition {#aspose.cells.CustomFunctionDefinition} +## update_custom_function_definition(self, definition) {#aspose.cells.CustomFunctionDefinition} Updates definition of custom functions. ```python + def update_custom_function_definition(self, definition): ... ``` diff --git a/english/aspose.cells/workbook/update_linked_data_source/_index.md b/english/aspose.cells/workbook/update_linked_data_source/_index.md index 8f63a2a202..9bef3e9201 100644 --- a/english/aspose.cells/workbook/update_linked_data_source/_index.md +++ b/english/aspose.cells/workbook/update_linked_data_source/_index.md @@ -3,21 +3,22 @@ title: update_linked_data_source method second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 420 +weight: 430 url: /aspose.cells/workbook/update_linked_data_source/ is_root: false --- -## update_linked_data_source {#list} +## update_linked_data_source(self, external_workbooks) {#list} If this workbook contains external links to other data source, Aspose.Cells will attempt to retrieve the latest data from give sources. -```python +```python + def update_linked_data_source(self, external_workbooks): - ... + ... ``` diff --git a/english/aspose.cells/workbook/vba_project/_index.md b/english/aspose.cells/workbook/vba_project/_index.md index 9a18482cfb..0d617036b6 100644 --- a/english/aspose.cells/workbook/vba_project/_index.md +++ b/english/aspose.cells/workbook/vba_project/_index.md @@ -3,7 +3,7 @@ title: vba_project property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells/workbook/vba_project/ is_root: false --- diff --git a/english/aspose.cells/workbook/worksheets/_index.md b/english/aspose.cells/workbook/worksheets/_index.md index 0b9b9fcc71..606b6c61c8 100644 --- a/english/aspose.cells/workbook/worksheets/_index.md +++ b/english/aspose.cells/workbook/worksheets/_index.md @@ -3,7 +3,7 @@ title: worksheets property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells/workbook/worksheets/ is_root: false --- diff --git a/english/aspose.cells/workbookdesigner/__init__/_index.md b/english/aspose.cells/workbookdesigner/__init__/_index.md index cb8e37b597..17bd9fb2f1 100644 --- a/english/aspose.cells/workbookdesigner/__init__/_index.md +++ b/english/aspose.cells/workbookdesigner/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbookdesigner/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.Workbook} +## \_\_init\_\_(self, workbook) {#aspose.cells.Workbook} Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. ```python + def __init__(self, workbook): ... ``` diff --git a/english/aspose.cells/workbookdesigner/_index.md b/english/aspose.cells/workbookdesigner/_index.md index dd6a103e8d..5405e14f57 100644 --- a/english/aspose.cells/workbookdesigner/_index.md +++ b/english/aspose.cells/workbookdesigner/_index.md @@ -3,7 +3,7 @@ title: WorkbookDesigner class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1740 +weight: 1750 url: /aspose.cells/workbookdesigner/ is_root: false --- @@ -19,8 +19,8 @@ The WorkbookDesigner type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/workbookdesigner/__init__/#) | Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. | -| [__init__](/cells/python-net/aspose.cells/workbookdesigner/__init__/#aspose.cells.Workbook) | Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. | +| [`__init__(self)`](/cells/python-net/aspose.cells/workbookdesigner/__init__/#) | Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. | +| [`__init__(self, workbook)`](/cells/python-net/aspose.cells/workbookdesigner/__init__/#aspose.cells.workbook) | Initializes a new instance of the [`WorkbookDesigner`](/cells/python-net/aspose.cells/workbookdesigner) class. | ### Properties @@ -38,14 +38,15 @@ The WorkbookDesigner type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_data_source](/cells/python-net/aspose.cells/workbookdesigner/set_data_source/#str-aspose.cells.ICellsDataTable) | Sets data source of a [`ICellsDataTable`](/cells/python-net/aspose.cells/icellsdatatable) object. | -| [set_data_source](/cells/python-net/aspose.cells/workbookdesigner/set_data_source/#str-any) | Sets data binding to a variable. | -| [process](/cells/python-net/aspose.cells/workbookdesigner/process/#) | Processes the smart markers and populates the data source values. | -| [process](/cells/python-net/aspose.cells/workbookdesigner/process/#bool) | Processes the smart markers and populates the data source values. | -| [process](/cells/python-net/aspose.cells/workbookdesigner/process/#int-bool) | Processes the smart markers and populates the data source values. | -| [clear_data_source](/cells/python-net/aspose.cells/workbookdesigner/clear_data_source/#) | Clears all data sources. | -| [set_json_data_source](/cells/python-net/aspose.cells/workbookdesigner/set_json_data_source/#str-str) | | -| [get_smart_markers](/cells/python-net/aspose.cells/workbookdesigner/get_smart_markers/#) | Returns a collection of smart markers in a spreadsheet. | +| [`set_data_source(self, data_source, cells_data_table)`](/cells/python-net/aspose.cells/workbookdesigner/set_data_source/#str-aspose.cells.icellsdatatable) | Sets data source of a [`ICellsDataTable`](/cells/python-net/aspose.cells/icellsdatatable) object. | +| [`set_data_source(self, variable, data)`](/cells/python-net/aspose.cells/workbookdesigner/set_data_source/#str-any) | Sets data binding to a variable. | +| [`process(self, range, is_preserved)`](/cells/python-net/aspose.cells/workbookdesigner/process/#aspose.cells.range-bool) | Processes the smart markers and populates the data source values. | +| [`process(self)`](/cells/python-net/aspose.cells/workbookdesigner/process/#) | Processes the smart markers and populates the data source values. | +| [`process(self, is_preserved)`](/cells/python-net/aspose.cells/workbookdesigner/process/#bool) | Processes the smart markers and populates the data source values. | +| [`process(self, sheet_index, is_preserved)`](/cells/python-net/aspose.cells/workbookdesigner/process/#int-bool) | Processes the smart markers and populates the data source values. | +| [`clear_data_source(self)`](/cells/python-net/aspose.cells/workbookdesigner/clear_data_source/#) | Clears all data sources. | +| [`set_json_data_source(self, variable, data)`](/cells/python-net/aspose.cells/workbookdesigner/set_json_data_source/#str-str) | | +| [`get_smart_markers(self)`](/cells/python-net/aspose.cells/workbookdesigner/get_smart_markers/#) | Returns a collection of smart markers in a spreadsheet. | diff --git a/english/aspose.cells/workbookdesigner/clear_data_source/_index.md b/english/aspose.cells/workbookdesigner/clear_data_source/_index.md index a5025c8cc2..5a49984c8c 100644 --- a/english/aspose.cells/workbookdesigner/clear_data_source/_index.md +++ b/english/aspose.cells/workbookdesigner/clear_data_source/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbookdesigner/clear_data_source/ is_root: false --- -## clear_data_source {#} +## clear_data_source(self) {#} Clears all data sources. ```python + def clear_data_source(self): ... ``` diff --git a/english/aspose.cells/workbookdesigner/get_smart_markers/_index.md b/english/aspose.cells/workbookdesigner/get_smart_markers/_index.md index ecf1880793..3d4179053c 100644 --- a/english/aspose.cells/workbookdesigner/get_smart_markers/_index.md +++ b/english/aspose.cells/workbookdesigner/get_smart_markers/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/workbookdesigner/get_smart_markers/ is_root: false --- -## get_smart_markers {#} +## get_smart_markers(self) {#} Returns a collection of smart markers in a spreadsheet. @@ -20,6 +20,7 @@ A collection of smart markers ```python + def get_smart_markers(self): ... ``` diff --git a/english/aspose.cells/workbookdesigner/process/_index.md b/english/aspose.cells/workbookdesigner/process/_index.md index 0abee04934..84a9422b74 100644 --- a/english/aspose.cells/workbookdesigner/process/_index.md +++ b/english/aspose.cells/workbookdesigner/process/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbookdesigner/process/ is_root: false --- -## process {#} +## process(self) {#} Processes the smart markers and populates the data source values. ```python + def process(self): ... ``` @@ -22,13 +23,14 @@ def process(self): -## process {#bool} +## process(self, is_preserved) {#bool} Processes the smart markers and populates the data source values. ```python + def process(self, is_preserved): ... ``` @@ -39,13 +41,33 @@ def process(self, is_preserved): | is_preserved | bool | True if the unrecognized smart marker is preserved. | -## process {#int-bool} +## process(self, range, is_preserved) {#aspose.cells.Range-bool} Processes the smart markers and populates the data source values. ```python + +def process(self, range, is_preserved): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| range | [`Range`](/cells/python-net/aspose.cells/range) | The range to be processed | +| is_preserved | bool | True if the unrecognized smart marker is preserved. | + + +## process(self, sheet_index, is_preserved) {#int-bool} + +Processes the smart markers and populates the data source values. + + + +```python + def process(self, sheet_index, is_preserved): ... ``` diff --git a/english/aspose.cells/workbookdesigner/set_data_source/_index.md b/english/aspose.cells/workbookdesigner/set_data_source/_index.md index be8c648304..bcb211653b 100644 --- a/english/aspose.cells/workbookdesigner/set_data_source/_index.md +++ b/english/aspose.cells/workbookdesigner/set_data_source/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbookdesigner/set_data_source/ is_root: false --- -## set_data_source {#str-aspose.cells.ICellsDataTable} +## set_data_source(self, data_source, cells_data_table) {#str-aspose.cells.ICellsDataTable} Sets data source of a [`ICellsDataTable`](/cells/python-net/aspose.cells/icellsdatatable) object. ```python + def set_data_source(self, data_source, cells_data_table): ... ``` @@ -26,13 +27,14 @@ def set_data_source(self, data_source, cells_data_table): | cells_data_table | [`ICellsDataTable`](/cells/python-net/aspose.cells/icellsdatatable) | data table. | -## set_data_source {#str-any} +## set_data_source(self, variable, data) {#str-any} Sets data binding to a variable. ```python + def set_data_source(self, variable, data): ... ``` diff --git a/english/aspose.cells/workbookdesigner/set_json_data_source/_index.md b/english/aspose.cells/workbookdesigner/set_json_data_source/_index.md index 4d9818ff6b..3d1a3a5010 100644 --- a/english/aspose.cells/workbookdesigner/set_json_data_source/_index.md +++ b/english/aspose.cells/workbookdesigner/set_json_data_source/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbookdesigner/set_json_data_source/ is_root: false --- -## set_json_data_source {#str-str} +## set_json_data_source(self, variable, data) {#str-str} ```python + def set_json_data_source(self, variable, data): ... ``` diff --git a/english/aspose.cells/workbooksettings/_index.md b/english/aspose.cells/workbooksettings/_index.md index 3543444698..1ac82d441a 100644 --- a/english/aspose.cells/workbooksettings/_index.md +++ b/english/aspose.cells/workbooksettings/_index.md @@ -3,7 +3,7 @@ title: WorkbookSettings class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1750 +weight: 1760 url: /aspose.cells/workbooksettings/ is_root: false --- @@ -88,8 +88,8 @@ The WorkbookSettings type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get_theme_font](/cells/python-net/aspose.cells/workbooksettings/get_theme_font/#aspose.cells.FontSchemeType) | Gets the default theme font name. | -| [set_page_orientation_type](/cells/python-net/aspose.cells/workbooksettings/set_page_orientation_type/#aspose.cells.PageOrientationType) | Set the type of print orientation for the whole workbook. | +| [`get_theme_font(self, type)`](/cells/python-net/aspose.cells/workbooksettings/get_theme_font/#aspose.cells.fontschemetype) | Gets the default theme font name. | +| [`set_page_orientation_type(self, page_orientation_type)`](/cells/python-net/aspose.cells/workbooksettings/set_page_orientation_type/#aspose.cells.pageorientationtype) | Set the type of print orientation for the whole workbook. | diff --git a/english/aspose.cells/workbooksettings/get_theme_font/_index.md b/english/aspose.cells/workbooksettings/get_theme_font/_index.md index 6bbc974a94..3568ecaaec 100644 --- a/english/aspose.cells/workbooksettings/get_theme_font/_index.md +++ b/english/aspose.cells/workbooksettings/get_theme_font/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/workbooksettings/get_theme_font/ is_root: false --- -## get_theme_font {#aspose.cells.FontSchemeType} +## get_theme_font(self, type) {#aspose.cells.FontSchemeType} Gets the default theme font name. @@ -20,6 +20,7 @@ Gets the default theme font name. ```python + def get_theme_font(self, type): ... ``` diff --git a/english/aspose.cells/workbooksettings/set_page_orientation_type/_index.md b/english/aspose.cells/workbooksettings/set_page_orientation_type/_index.md index 2f3eec2850..7f4eb52533 100644 --- a/english/aspose.cells/workbooksettings/set_page_orientation_type/_index.md +++ b/english/aspose.cells/workbooksettings/set_page_orientation_type/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/workbooksettings/set_page_orientation_type/ is_root: false --- -## set_page_orientation_type {#aspose.cells.PageOrientationType} +## set_page_orientation_type(self, page_orientation_type) {#aspose.cells.PageOrientationType} Set the type of print orientation for the whole workbook. ```python + def set_page_orientation_type(self, page_orientation_type): ... ``` diff --git a/english/aspose.cells/worksheet/_index.md b/english/aspose.cells/worksheet/_index.md index 3afaad45ad..31f063634b 100644 --- a/english/aspose.cells/worksheet/_index.md +++ b/english/aspose.cells/worksheet/_index.md @@ -3,7 +3,7 @@ title: Worksheet class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1760 +weight: 1770 url: /aspose.cells/worksheet/ is_root: false --- @@ -83,62 +83,62 @@ The Worksheet type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [freeze_panes](/cells/python-net/aspose.cells/worksheet/freeze_panes/#int-int-int-int) | Freezes panes at the specified cell in the worksheet. | -| [freeze_panes](/cells/python-net/aspose.cells/worksheet/freeze_panes/#str-int-int) | Freezes panes at the specified cell in the worksheet. | -| [copy](/cells/python-net/aspose.cells/worksheet/copy/#aspose.cells.Worksheet) | Copies contents and formats from another worksheet. | -| [copy](/cells/python-net/aspose.cells/worksheet/copy/#aspose.cells.Worksheet-aspose.cells.CopyOptions) | Copies contents and formats from another worksheet. | -| [auto_fit_column](/cells/python-net/aspose.cells/worksheet/auto_fit_column/#int-int-int) | Autofits the column width. | -| [auto_fit_column](/cells/python-net/aspose.cells/worksheet/auto_fit_column/#int) | Autofits the column width. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#) | Autofits all columns in this worksheet. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#aspose.cells.AutoFitterOptions) | Autofits all columns in this worksheet. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int) | Autofits the columns width. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-aspose.cells.AutoFitterOptions) | Autofits the columns width. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-int-int) | Autofits the columns width. | -| [auto_fit_columns](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-int-int-aspose.cells.AutoFitterOptions) | Autofits the columns width. | -| [auto_fit_row](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int) | Autofits the row height. | -| [auto_fit_row](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int-aspose.cells.AutoFitterOptions) | Autofits the row height. | -| [auto_fit_row](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int-int) | Autofits row height in a rectangle range. | -| [auto_fit_row](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int) | Autofits the row height. | -| [auto_fit_rows](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#) | Autofits all rows in this worksheet. | -| [auto_fit_rows](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#bool) | Autofits all rows in this worksheet. | -| [auto_fit_rows](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#aspose.cells.AutoFitterOptions) | Autofits all rows in this worksheet. | -| [auto_fit_rows](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#int-int) | Autofits row height in a range. | -| [auto_fit_rows](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#int-int-aspose.cells.AutoFitterOptions) | Autofits row height in a range. | -| [protect](/cells/python-net/aspose.cells/worksheet/protect/#aspose.cells.ProtectionType) | Protects worksheet. | -| [protect](/cells/python-net/aspose.cells/worksheet/protect/#aspose.cells.ProtectionType-str-str) | Protects worksheet. | -| [unprotect](/cells/python-net/aspose.cells/worksheet/unprotect/#) | Unprotects worksheet. | -| [unprotect](/cells/python-net/aspose.cells/worksheet/unprotect/#str) | Unprotects worksheet. | -| [calculate_formula](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str) | Calculates a formula. | -| [calculate_formula](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str-aspose.cells.CalculationOptions) | Calculates a formula expression directly. | -| [calculate_formula](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-aspose.cells.CalculationData) | Calculates a formula expression directly. | -| [calculate_formula](/cells/python-net/aspose.cells/worksheet/calculate_formula/#aspose.cells.CalculationOptions-bool) | Calculates all formulas in this worksheet. | -| [calculate_array_formula](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.CalculationOptions) | Calculates a formula as array formula. | -| [calculate_array_formula](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.CalculationOptions-int-int) | Calculates a formula as array formula. | -| [calculate_array_formula](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-int-int-aspose.cells.CalculationData) | Calculates a formula as array formula. | -| [refresh_pivot_tables](/cells/python-net/aspose.cells/worksheet/refresh_pivot_tables/#) | Refreshes all the PivotTables in this Worksheet. | -| [refresh_pivot_tables](/cells/python-net/aspose.cells/worksheet/refresh_pivot_tables/#aspose.cells.pivot.PivotTableRefreshOption) | Refreshes all the PivotTables in this Worksheet. | -| [get_panes](/cells/python-net/aspose.cells/worksheet/get_panes/#) | Gets the window panes. | -| [get_freezed_panes](/cells/python-net/aspose.cells/worksheet/get_freezed_panes/#any-any-any-any) | Gets the freeze panes. | -| [split](/cells/python-net/aspose.cells/worksheet/split/#) | Splits window. | -| [un_freeze_panes](/cells/python-net/aspose.cells/worksheet/un_freeze_panes/#) | Unfreezes panes in the worksheet. | -| [remove_split](/cells/python-net/aspose.cells/worksheet/remove_split/#) | Removes split window. | -| [add_page_breaks](/cells/python-net/aspose.cells/worksheet/add_page_breaks/#str) | Adds page break. | -| [get_advanced_filter](/cells/python-net/aspose.cells/worksheet/get_advanced_filter/#) | Gets the settings of advanced filter. | -| [advanced_filter](/cells/python-net/aspose.cells/worksheet/advanced_filter/#bool-str-str-str-bool) | Filters data using complex criteria. | -| [remove_auto_filter](/cells/python-net/aspose.cells/worksheet/remove_auto_filter/#) | Removes the auto filter of the worksheet. | -| [set_visible](/cells/python-net/aspose.cells/worksheet/set_visible/#bool-bool) | Sets the visible options. | -| [select_range](/cells/python-net/aspose.cells/worksheet/select_range/#int-int-int-int-bool) | Selects a range. | -| [remove](/cells/python-net/aspose.cells/worksheet/remove/#) | Remove current sheet (CELLSPYTHONNET-192,User requests to add this API) | -| [remove_all_drawing_objects](/cells/python-net/aspose.cells/worksheet/remove_all_drawing_objects/#) | Removes all drawing objects in this worksheet. | -| [clear_comments](/cells/python-net/aspose.cells/worksheet/clear_comments/#) | Clears all comments in designer spreadsheet. | -| [move_to](/cells/python-net/aspose.cells/worksheet/move_to/#int) | Moves the sheet to another location in the spreadsheet. | -| [replace](/cells/python-net/aspose.cells/worksheet/replace/#str-str) | Replaces all cells' text with a new string. | -| [get_selected_ranges](/cells/python-net/aspose.cells/worksheet/get_selected_ranges/#) | Gets selected ranges of cells in the designer spreadsheet. | -| [get_printing_page_breaks](/cells/python-net/aspose.cells/worksheet/get_printing_page_breaks/#aspose.cells.rendering.ImageOrPrintOptions) | Gets automatic page breaks. | -| [start_access_cache](/cells/python-net/aspose.cells/worksheet/start_access_cache/#aspose.cells.AccessCacheOptions) | Starts the session that uses caches to access the data in this worksheet. | -| [close_access_cache](/cells/python-net/aspose.cells/worksheet/close_access_cache/#aspose.cells.AccessCacheOptions) | Closes the session that uses caches to access the data in this worksheet. | -| [convert_formula_reference_style](/cells/python-net/aspose.cells/worksheet/convert_formula_reference_style/#str-bool-int-int) | Converts the formula reference style. | -| [xml_map_query](/cells/python-net/aspose.cells/worksheet/xml_map_query/#str-aspose.cells.XmlMap) | Query cell areas that mapped/linked to the specific path of xml map. | +| [`freeze_panes(self, row, column, freezed_rows, freezed_columns)`](/cells/python-net/aspose.cells/worksheet/freeze_panes/#int-int-int-int) | Freezes panes at the specified cell in the worksheet. | +| [`freeze_panes(self, cell_name, freezed_rows, freezed_columns)`](/cells/python-net/aspose.cells/worksheet/freeze_panes/#str-int-int) | Freezes panes at the specified cell in the worksheet. | +| [`copy(self, source_sheet)`](/cells/python-net/aspose.cells/worksheet/copy/#aspose.cells.worksheet) | Copies contents and formats from another worksheet. | +| [`copy(self, source_sheet, copy_options)`](/cells/python-net/aspose.cells/worksheet/copy/#aspose.cells.worksheet-aspose.cells.copyoptions) | Copies contents and formats from another worksheet. | +| [`auto_fit_column(self, column_index, first_row, last_row)`](/cells/python-net/aspose.cells/worksheet/auto_fit_column/#int-int-int) | Autofits the column width. | +| [`auto_fit_column(self, column_index)`](/cells/python-net/aspose.cells/worksheet/auto_fit_column/#int) | Autofits the column width. | +| [`auto_fit_columns(self)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#) | Autofits all columns in this worksheet. | +| [`auto_fit_columns(self, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#aspose.cells.autofitteroptions) | Autofits all columns in this worksheet. | +| [`auto_fit_columns(self, first_column, last_column)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int) | Autofits the columns width. | +| [`auto_fit_columns(self, first_column, last_column, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-aspose.cells.autofitteroptions) | Autofits the columns width. | +| [`auto_fit_columns(self, first_row, first_column, last_row, last_column)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-int-int) | Autofits the columns width. | +| [`auto_fit_columns(self, first_row, first_column, last_row, last_column, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_columns/#int-int-int-int-aspose.cells.autofitteroptions) | Autofits the columns width. | +| [`auto_fit_row(self, row_index, first_column, last_column)`](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int) | Autofits the row height. | +| [`auto_fit_row(self, row_index, first_column, last_column, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int-aspose.cells.autofitteroptions) | Autofits the row height. | +| [`auto_fit_row(self, start_row, end_row, start_column, end_column)`](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int-int-int-int) | Autofits row height in a rectangle range. | +| [`auto_fit_row(self, row_index)`](/cells/python-net/aspose.cells/worksheet/auto_fit_row/#int) | Autofits the row height. | +| [`auto_fit_rows(self)`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#) | Autofits all rows in this worksheet. | +| [`auto_fit_rows(self, only_auto)`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#bool) | Autofits all rows in this worksheet. | +| [`auto_fit_rows(self, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#aspose.cells.autofitteroptions) | Autofits all rows in this worksheet. | +| [`auto_fit_rows(self, start_row, end_row)`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#int-int) | Autofits row height in a range. | +| [`auto_fit_rows(self, start_row, end_row, options)`](/cells/python-net/aspose.cells/worksheet/auto_fit_rows/#int-int-aspose.cells.autofitteroptions) | Autofits row height in a range. | +| [`protect(self, type)`](/cells/python-net/aspose.cells/worksheet/protect/#aspose.cells.protectiontype) | Protects worksheet. | +| [`protect(self, type, password, old_password)`](/cells/python-net/aspose.cells/worksheet/protect/#aspose.cells.protectiontype-str-str) | Protects worksheet. | +| [`unprotect(self)`](/cells/python-net/aspose.cells/worksheet/unprotect/#) | Unprotects worksheet. | +| [`unprotect(self, password)`](/cells/python-net/aspose.cells/worksheet/unprotect/#str) | Unprotects worksheet. | +| [`calculate_formula(self, formula)`](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str) | Calculates a formula. | +| [`calculate_formula(self, formula, opts)`](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str-aspose.cells.calculationoptions) | Calculates a formula expression directly. | +| [`calculate_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, calculation_data)`](/cells/python-net/aspose.cells/worksheet/calculate_formula/#str-aspose.cells.formulaparseoptions-aspose.cells.calculationoptions-int-int-aspose.cells.calculationdata) | Calculates a formula expression directly. | +| [`calculate_formula(self, options, recursive)`](/cells/python-net/aspose.cells/worksheet/calculate_formula/#aspose.cells.calculationoptions-bool) | Calculates all formulas in this worksheet. | +| [`calculate_array_formula(self, formula, opts)`](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.calculationoptions) | Calculates a formula as array formula. | +| [`calculate_array_formula(self, formula, opts, max_row_count, max_column_count)`](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.calculationoptions-int-int) | Calculates a formula as array formula. | +| [`calculate_array_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, max_row_count, max_column_count, calculation_data)`](/cells/python-net/aspose.cells/worksheet/calculate_array_formula/#str-aspose.cells.formulaparseoptions-aspose.cells.calculationoptions-int-int-int-int-aspose.cells.calculationdata) | Calculates a formula as array formula. | +| [`refresh_pivot_tables(self)`](/cells/python-net/aspose.cells/worksheet/refresh_pivot_tables/#) | Refreshes all the PivotTables in this Worksheet. | +| [`refresh_pivot_tables(self, option)`](/cells/python-net/aspose.cells/worksheet/refresh_pivot_tables/#aspose.cells.pivot.pivottablerefreshoption) | Refreshes all the PivotTables in this Worksheet. | +| [`get_panes(self)`](/cells/python-net/aspose.cells/worksheet/get_panes/#) | Gets the window panes. | +| [`get_freezed_panes(self, row, column, freezed_rows, freezed_columns)`](/cells/python-net/aspose.cells/worksheet/get_freezed_panes/#any-any-any-any) | Gets the freeze panes. | +| [`split(self)`](/cells/python-net/aspose.cells/worksheet/split/#) | Splits window. | +| [`un_freeze_panes(self)`](/cells/python-net/aspose.cells/worksheet/un_freeze_panes/#) | Unfreezes panes in the worksheet. | +| [`remove_split(self)`](/cells/python-net/aspose.cells/worksheet/remove_split/#) | Removes split window. | +| [`add_page_breaks(self, cell_name)`](/cells/python-net/aspose.cells/worksheet/add_page_breaks/#str) | Adds page break. | +| [`get_advanced_filter(self)`](/cells/python-net/aspose.cells/worksheet/get_advanced_filter/#) | Gets the settings of advanced filter. | +| [`advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only)`](/cells/python-net/aspose.cells/worksheet/advanced_filter/#bool-str-str-str-bool) | Filters data using complex criteria. | +| [`remove_auto_filter(self)`](/cells/python-net/aspose.cells/worksheet/remove_auto_filter/#) | Removes the auto filter of the worksheet. | +| [`set_visible(self, is_visible, ignore_error)`](/cells/python-net/aspose.cells/worksheet/set_visible/#bool-bool) | Sets the visible options. | +| [`select_range(self, start_row, start_column, total_rows, total_columns, remove_others)`](/cells/python-net/aspose.cells/worksheet/select_range/#int-int-int-int-bool) | Selects a range. | +| [`remove(self)`](/cells/python-net/aspose.cells/worksheet/remove/#) | Remove current sheet (CELLSPYTHONNET-192,User requests to add this API) | +| [`remove_all_drawing_objects(self)`](/cells/python-net/aspose.cells/worksheet/remove_all_drawing_objects/#) | Removes all drawing objects in this worksheet. | +| [`clear_comments(self)`](/cells/python-net/aspose.cells/worksheet/clear_comments/#) | Clears all comments in designer spreadsheet. | +| [`move_to(self, index)`](/cells/python-net/aspose.cells/worksheet/move_to/#int) | Moves the sheet to another location in the spreadsheet. | +| [`replace(self, old_string, new_string)`](/cells/python-net/aspose.cells/worksheet/replace/#str-str) | Replaces all cells' text with a new string. | +| [`get_selected_ranges(self)`](/cells/python-net/aspose.cells/worksheet/get_selected_ranges/#) | Gets selected ranges of cells in the designer spreadsheet. | +| [`get_printing_page_breaks(self, options)`](/cells/python-net/aspose.cells/worksheet/get_printing_page_breaks/#aspose.cells.rendering.imageorprintoptions) | Gets automatic page breaks. | +| [`start_access_cache(self, opts)`](/cells/python-net/aspose.cells/worksheet/start_access_cache/#aspose.cells.accesscacheoptions) | Starts the session that uses caches to access the data in this worksheet. | +| [`close_access_cache(self, opts)`](/cells/python-net/aspose.cells/worksheet/close_access_cache/#aspose.cells.accesscacheoptions) | Closes the session that uses caches to access the data in this worksheet. | +| [`convert_formula_reference_style(self, formula, to_r1c1, base_cell_row, base_cell_column)`](/cells/python-net/aspose.cells/worksheet/convert_formula_reference_style/#str-bool-int-int) | Converts the formula reference style. | +| [`xml_map_query(self, path, xml_map)`](/cells/python-net/aspose.cells/worksheet/xml_map_query/#str-aspose.cells.xmlmap) | Query cell areas that mapped/linked to the specific path of xml map. | diff --git a/english/aspose.cells/worksheet/add_page_breaks/_index.md b/english/aspose.cells/worksheet/add_page_breaks/_index.md index 8a40f33885..0de8f36da5 100644 --- a/english/aspose.cells/worksheet/add_page_breaks/_index.md +++ b/english/aspose.cells/worksheet/add_page_breaks/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/add_page_breaks/ is_root: false --- -## add_page_breaks {#str} +## add_page_breaks(self, cell_name) {#str} Adds page break. ```python + def add_page_breaks(self, cell_name): ... ``` diff --git a/english/aspose.cells/worksheet/advanced_filter/_index.md b/english/aspose.cells/worksheet/advanced_filter/_index.md index a4144270bb..1b954277e2 100644 --- a/english/aspose.cells/worksheet/advanced_filter/_index.md +++ b/english/aspose.cells/worksheet/advanced_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/advanced_filter/ is_root: false --- -## advanced_filter {#bool-str-str-str-bool} +## advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only) {#bool-str-str-str-bool} Filters data using complex criteria. ```python + def advanced_filter(self, is_filter, list_range, criteria_range, copy_to, unique_record_only): ... ``` diff --git a/english/aspose.cells/worksheet/auto_fit_column/_index.md b/english/aspose.cells/worksheet/auto_fit_column/_index.md index 977cdefcd6..166dcd16b5 100644 --- a/english/aspose.cells/worksheet/auto_fit_column/_index.md +++ b/english/aspose.cells/worksheet/auto_fit_column/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/auto_fit_column/ is_root: false --- -## auto_fit_column {#int} +## auto_fit_column(self, column_index) {#int} Autofits the column width. ```python + def auto_fit_column(self, column_index): ... ``` @@ -27,13 +28,14 @@ def auto_fit_column(self, column_index): AutoFitColumn is an imprecise function. -## auto_fit_column {#int-int-int} +## auto_fit_column(self, column_index, first_row, last_row) {#int-int-int} Autofits the column width. ```python + def auto_fit_column(self, column_index, first_row, last_row): ... ``` diff --git a/english/aspose.cells/worksheet/auto_fit_columns/_index.md b/english/aspose.cells/worksheet/auto_fit_columns/_index.md index e5dd6445cd..cc0543a164 100644 --- a/english/aspose.cells/worksheet/auto_fit_columns/_index.md +++ b/english/aspose.cells/worksheet/auto_fit_columns/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/auto_fit_columns/ is_root: false --- -## auto_fit_columns {#} +## auto_fit_columns(self) {#} Autofits all columns in this worksheet. ```python + def auto_fit_columns(self): ... ``` @@ -22,13 +23,14 @@ def auto_fit_columns(self): -## auto_fit_columns {#aspose.cells.AutoFitterOptions} +## auto_fit_columns(self, options) {#aspose.cells.AutoFitterOptions} Autofits all columns in this worksheet. ```python + def auto_fit_columns(self, options): ... ``` @@ -39,13 +41,14 @@ def auto_fit_columns(self, options): | options | [`AutoFitterOptions`](/cells/python-net/aspose.cells/autofitteroptions) | The auto fitting options | -## auto_fit_columns {#int-int} +## auto_fit_columns(self, first_column, last_column) {#int-int} Autofits the columns width. ```python + def auto_fit_columns(self, first_column, last_column): ... ``` @@ -59,13 +62,14 @@ def auto_fit_columns(self, first_column, last_column): AutoFitColumn is an imprecise function. -## auto_fit_columns {#int-int-aspose.cells.AutoFitterOptions} +## auto_fit_columns(self, first_column, last_column, options) {#int-int-aspose.cells.AutoFitterOptions} Autofits the columns width. ```python + def auto_fit_columns(self, first_column, last_column, options): ... ``` @@ -80,13 +84,14 @@ def auto_fit_columns(self, first_column, last_column, options): AutoFitColumn is an imprecise function. -## auto_fit_columns {#int-int-int-int} +## auto_fit_columns(self, first_row, first_column, last_row, last_column) {#int-int-int-int} Autofits the columns width. ```python + def auto_fit_columns(self, first_row, first_column, last_row, last_column): ... ``` @@ -102,13 +107,14 @@ def auto_fit_columns(self, first_row, first_column, last_row, last_column): AutoFitColumn is an imprecise function. -## auto_fit_columns {#int-int-int-int-aspose.cells.AutoFitterOptions} +## auto_fit_columns(self, first_row, first_column, last_row, last_column, options) {#int-int-int-int-aspose.cells.AutoFitterOptions} Autofits the columns width. ```python + def auto_fit_columns(self, first_row, first_column, last_row, last_column, options): ... ``` diff --git a/english/aspose.cells/worksheet/auto_fit_row/_index.md b/english/aspose.cells/worksheet/auto_fit_row/_index.md index 8ede9eb9bd..d617c54e8a 100644 --- a/english/aspose.cells/worksheet/auto_fit_row/_index.md +++ b/english/aspose.cells/worksheet/auto_fit_row/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/auto_fit_row/ is_root: false --- -## auto_fit_row {#int} +## auto_fit_row(self, row_index) {#int} Autofits the row height. ```python + def auto_fit_row(self, row_index): ... ``` @@ -27,13 +28,14 @@ def auto_fit_row(self, row_index): AutoFitRow is an imprecise function. -## auto_fit_row {#int-int-int} +## auto_fit_row(self, row_index, first_column, last_column) {#int-int-int} Autofits the row height. ```python + def auto_fit_row(self, row_index, first_column, last_column): ... ``` @@ -48,13 +50,14 @@ def auto_fit_row(self, row_index, first_column, last_column): This method autofits a row based on content in a range of cells within the row. -## auto_fit_row {#int-int-int-aspose.cells.AutoFitterOptions} +## auto_fit_row(self, row_index, first_column, last_column, options) {#int-int-int-aspose.cells.AutoFitterOptions} Autofits the row height. ```python + def auto_fit_row(self, row_index, first_column, last_column, options): ... ``` @@ -70,13 +73,14 @@ def auto_fit_row(self, row_index, first_column, last_column, options): This method autofits a row based on content in a range of cells within the row. -## auto_fit_row {#int-int-int-int} +## auto_fit_row(self, start_row, end_row, start_column, end_column) {#int-int-int-int} Autofits row height in a rectangle range. ```python + def auto_fit_row(self, start_row, end_row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/worksheet/auto_fit_rows/_index.md b/english/aspose.cells/worksheet/auto_fit_rows/_index.md index fb0f75f11d..4788f070c6 100644 --- a/english/aspose.cells/worksheet/auto_fit_rows/_index.md +++ b/english/aspose.cells/worksheet/auto_fit_rows/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/auto_fit_rows/ is_root: false --- -## auto_fit_rows {#} +## auto_fit_rows(self) {#} Autofits all rows in this worksheet. ```python + def auto_fit_rows(self): ... ``` @@ -22,13 +23,14 @@ def auto_fit_rows(self): -## auto_fit_rows {#bool} +## auto_fit_rows(self, only_auto) {#bool} Autofits all rows in this worksheet. ```python + def auto_fit_rows(self, only_auto): ... ``` @@ -39,13 +41,14 @@ def auto_fit_rows(self, only_auto): | only_auto | bool | True,only autofits the row height when row height is not customed. | -## auto_fit_rows {#aspose.cells.AutoFitterOptions} +## auto_fit_rows(self, options) {#aspose.cells.AutoFitterOptions} Autofits all rows in this worksheet. ```python + def auto_fit_rows(self, options): ... ``` @@ -56,13 +59,14 @@ def auto_fit_rows(self, options): | options | [`AutoFitterOptions`](/cells/python-net/aspose.cells/autofitteroptions) | The auto fitter options | -## auto_fit_rows {#int-int} +## auto_fit_rows(self, start_row, end_row) {#int-int} Autofits row height in a range. ```python + def auto_fit_rows(self, start_row, end_row): ... ``` @@ -74,13 +78,14 @@ def auto_fit_rows(self, start_row, end_row): | end_row | int | End row index. | -## auto_fit_rows {#int-int-aspose.cells.AutoFitterOptions} +## auto_fit_rows(self, start_row, end_row, options) {#int-int-aspose.cells.AutoFitterOptions} Autofits row height in a range. ```python + def auto_fit_rows(self, start_row, end_row, options): ... ``` diff --git a/english/aspose.cells/worksheet/calculate_array_formula/_index.md b/english/aspose.cells/worksheet/calculate_array_formula/_index.md index c16259275b..293b0f0cbf 100644 --- a/english/aspose.cells/worksheet/calculate_array_formula/_index.md +++ b/english/aspose.cells/worksheet/calculate_array_formula/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/worksheet/calculate_array_formula/ is_root: false --- -## calculate_array_formula {#str-aspose.cells.CalculationOptions} +## calculate_array_formula(self, formula, opts) {#str-aspose.cells.CalculationOptions} Calculates a formula as array formula. -```python +```python + def calculate_array_formula(self, formula, opts): - ... + ... ``` @@ -26,7 +27,7 @@ def calculate_array_formula(self, formula, opts): | opts | [`CalculationOptions`](/cells/python-net/aspose.cells/calculationoptions) | Options for calculating formula | -## calculate_array_formula {#str-aspose.cells.CalculationOptions-int-int} +## calculate_array_formula(self, formula, opts, max_row_count, max_column_count) {#str-aspose.cells.CalculationOptions-int-int} Calculates a formula as array formula. @@ -37,9 +38,10 @@ Calculates a formula as array formula. Calculated formula result. -```python +```python + def calculate_array_formula(self, formula, opts, max_row_count, max_column_count): - ... + ... ``` @@ -56,7 +58,7 @@ User specified maximum dimension is used for cases that the calculated result is (for example, the calculated result may correspond to a whole row or column data) but user does not need so large an array according to business requirement or for performance consideration. -## calculate_array_formula {#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-int-int-aspose.cells.CalculationData} +## calculate_array_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, max_row_count, max_column_count, calculation_data) {#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-int-int-aspose.cells.CalculationData} Calculates a formula as array formula. @@ -67,9 +69,10 @@ Calculates a formula as array formula. Calculated formula result. -```python +```python + def calculate_array_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, max_row_count, max_column_count, calculation_data): - ... + ... ``` diff --git a/english/aspose.cells/worksheet/calculate_formula/_index.md b/english/aspose.cells/worksheet/calculate_formula/_index.md index 63b8bf5e36..bde5f053bd 100644 --- a/english/aspose.cells/worksheet/calculate_formula/_index.md +++ b/english/aspose.cells/worksheet/calculate_formula/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/calculate_formula/ is_root: false --- -## calculate_formula {#str} +## calculate_formula(self, formula) {#str} Calculates a formula. @@ -19,9 +19,10 @@ Calculates a formula. Calculated formula result. -```python +```python + def calculate_formula(self, formula): - ... + ... ``` @@ -30,7 +31,7 @@ def calculate_formula(self, formula): | formula | str | Formula to be calculated. | -## calculate_formula {#str-aspose.cells.CalculationOptions} +## calculate_formula(self, formula, opts) {#str-aspose.cells.CalculationOptions} Calculates a formula expression directly. @@ -42,9 +43,10 @@ Calculated result of given formula. The returned object may be of possible types of [`Cell.value`](/cells/python-net/aspose.cells/cell#value), or ReferredArea. -```python +```python + def calculate_formula(self, formula, opts): - ... + ... ``` @@ -59,15 +61,16 @@ And the formula will be taken as normal formula. If you need the formula be calculated as an array formula and to get an array for the calculated result, please use [`Worksheet.calculate_array_formula`](/cells/python-net/aspose.cells/worksheet/calculate_array_formula) instead. -## calculate_formula {#aspose.cells.CalculationOptions-bool} +## calculate_formula(self, options, recursive) {#aspose.cells.CalculationOptions-bool} Calculates all formulas in this worksheet. -```python +```python + def calculate_formula(self, options, recursive): - ... + ... ``` @@ -77,7 +80,7 @@ def calculate_formula(self, options, recursive): | recursive | bool | True means if the worksheet' cells depend on the cells of other worksheets,
the dependent cells in other worksheets will be calculated too.
False means all the formulas in the worksheet have been calculated and the values are right. | -## calculate_formula {#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-aspose.cells.CalculationData} +## calculate_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, calculation_data) {#str-aspose.cells.FormulaParseOptions-aspose.cells.CalculationOptions-int-int-aspose.cells.CalculationData} Calculates a formula expression directly. @@ -89,9 +92,10 @@ Calculated result of given formula. The returned object may be of possible types of [`Cell.value`](/cells/python-net/aspose.cells/cell#value), or ReferredArea. -```python +```python + def calculate_formula(self, formula, p_opts, c_opts, base_cell_row, base_cell_column, calculation_data): - ... + ... ``` diff --git a/english/aspose.cells/worksheet/clear_comments/_index.md b/english/aspose.cells/worksheet/clear_comments/_index.md index 857df285f4..1557508e8d 100644 --- a/english/aspose.cells/worksheet/clear_comments/_index.md +++ b/english/aspose.cells/worksheet/clear_comments/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/clear_comments/ is_root: false --- -## clear_comments {#} +## clear_comments(self) {#} Clears all comments in designer spreadsheet. ```python + def clear_comments(self): ... ``` diff --git a/english/aspose.cells/worksheet/close_access_cache/_index.md b/english/aspose.cells/worksheet/close_access_cache/_index.md index 687b5bc8ef..c5a5082ed5 100644 --- a/english/aspose.cells/worksheet/close_access_cache/_index.md +++ b/english/aspose.cells/worksheet/close_access_cache/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/close_access_cache/ is_root: false --- -## close_access_cache {#aspose.cells.AccessCacheOptions} +## close_access_cache(self, opts) {#aspose.cells.AccessCacheOptions} Closes the session that uses caches to access the data in this worksheet. ```python + def close_access_cache(self, opts): ... ``` diff --git a/english/aspose.cells/worksheet/convert_formula_reference_style/_index.md b/english/aspose.cells/worksheet/convert_formula_reference_style/_index.md index 89ec9f7c02..6b49d317fd 100644 --- a/english/aspose.cells/worksheet/convert_formula_reference_style/_index.md +++ b/english/aspose.cells/worksheet/convert_formula_reference_style/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/convert_formula_reference_style/ is_root: false --- -## convert_formula_reference_style {#str-bool-int-int} +## convert_formula_reference_style(self, formula, to_r1c1, base_cell_row, base_cell_column) {#str-bool-int-int} Converts the formula reference style. @@ -19,9 +19,10 @@ Converts the formula reference style. The converted formula. -```python +```python + def convert_formula_reference_style(self, formula, to_r1c1, base_cell_row, base_cell_column): - ... + ... ``` diff --git a/english/aspose.cells/worksheet/copy/_index.md b/english/aspose.cells/worksheet/copy/_index.md index ac79746fdc..62baf1a056 100644 --- a/english/aspose.cells/worksheet/copy/_index.md +++ b/english/aspose.cells/worksheet/copy/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/copy/ is_root: false --- -## copy {#aspose.cells.Worksheet} +## copy(self, source_sheet) {#aspose.cells.Worksheet} Copies contents and formats from another worksheet. ```python + def copy(self, source_sheet): ... ``` @@ -25,13 +26,14 @@ def copy(self, source_sheet): | source_sheet | [`Worksheet`](/cells/python-net/aspose.cells/worksheet) | Source worksheet. | -## copy {#aspose.cells.Worksheet-aspose.cells.CopyOptions} +## copy(self, source_sheet, copy_options) {#aspose.cells.Worksheet-aspose.cells.CopyOptions} Copies contents and formats from another worksheet. ```python + def copy(self, source_sheet, copy_options): ... ``` diff --git a/english/aspose.cells/worksheet/freeze_panes/_index.md b/english/aspose.cells/worksheet/freeze_panes/_index.md index 4033bbdb63..3150a3d813 100644 --- a/english/aspose.cells/worksheet/freeze_panes/_index.md +++ b/english/aspose.cells/worksheet/freeze_panes/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/freeze_panes/ is_root: false --- -## freeze_panes {#str-int-int} +## freeze_panes(self, cell_name, freezed_rows, freezed_columns) {#str-int-int} Freezes panes at the specified cell in the worksheet. ```python + def freeze_panes(self, cell_name, freezed_rows, freezed_columns): ... ``` @@ -30,13 +31,14 @@ def freeze_panes(self, cell_name, freezed_rows, freezed_columns): Row index and column index cannot all be zero. Number of rows and number of columns also cannot all be zero. -## freeze_panes {#int-int-int-int} +## freeze_panes(self, row, column, freezed_rows, freezed_columns) {#int-int-int-int} Freezes panes at the specified cell in the worksheet. ```python + def freeze_panes(self, row, column, freezed_rows, freezed_columns): ... ``` diff --git a/english/aspose.cells/worksheet/get_advanced_filter/_index.md b/english/aspose.cells/worksheet/get_advanced_filter/_index.md index a4ed2cda1e..b308f15961 100644 --- a/english/aspose.cells/worksheet/get_advanced_filter/_index.md +++ b/english/aspose.cells/worksheet/get_advanced_filter/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/get_advanced_filter/ is_root: false --- -## get_advanced_filter {#} +## get_advanced_filter(self) {#} Gets the settings of advanced filter. @@ -20,6 +20,7 @@ Gets the settings of advanced filter. ```python + def get_advanced_filter(self): ... ``` diff --git a/english/aspose.cells/worksheet/get_freezed_panes/_index.md b/english/aspose.cells/worksheet/get_freezed_panes/_index.md index 7626dd8f42..0bfa1b7bff 100644 --- a/english/aspose.cells/worksheet/get_freezed_panes/_index.md +++ b/english/aspose.cells/worksheet/get_freezed_panes/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/get_freezed_panes/ is_root: false --- -## get_freezed_panes {#any-any-any-any} +## get_freezed_panes(self, row, column, freezed_rows, freezed_columns) {#any-any-any-any} Gets the freeze panes. @@ -20,6 +20,7 @@ Return whether the worksheet is frozen ```python + def get_freezed_panes(self, row, column, freezed_rows, freezed_columns): ... ``` diff --git a/english/aspose.cells/worksheet/get_panes/_index.md b/english/aspose.cells/worksheet/get_panes/_index.md index 00b2c0c341..fe729b30d4 100644 --- a/english/aspose.cells/worksheet/get_panes/_index.md +++ b/english/aspose.cells/worksheet/get_panes/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/get_panes/ is_root: false --- -## get_panes {#} +## get_panes(self) {#} Gets the window panes. ```python + def get_panes(self): ... ``` diff --git a/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md b/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md index 0bee9395e0..ed75c1ffbd 100644 --- a/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md +++ b/english/aspose.cells/worksheet/get_printing_page_breaks/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/get_printing_page_breaks/ is_root: false --- -## get_printing_page_breaks {#aspose.cells.rendering.ImageOrPrintOptions} +## get_printing_page_breaks(self, options) {#aspose.cells.rendering.ImageOrPrintOptions} Gets automatic page breaks. @@ -20,6 +20,7 @@ The automatic page breaks areas. ```python + def get_printing_page_breaks(self, options): ... ``` diff --git a/english/aspose.cells/worksheet/get_selected_ranges/_index.md b/english/aspose.cells/worksheet/get_selected_ranges/_index.md index 4dc62a2cfc..5c326f4f6f 100644 --- a/english/aspose.cells/worksheet/get_selected_ranges/_index.md +++ b/english/aspose.cells/worksheet/get_selected_ranges/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/get_selected_ranges/ is_root: false --- -## get_selected_ranges {#} +## get_selected_ranges(self) {#} Gets selected ranges of cells in the designer spreadsheet. @@ -20,6 +20,7 @@ An ArrayList which contains selected ranges. ```python + def get_selected_ranges(self): ... ``` diff --git a/english/aspose.cells/worksheet/move_to/_index.md b/english/aspose.cells/worksheet/move_to/_index.md index 9f1f4bf85a..1d6d9aafd2 100644 --- a/english/aspose.cells/worksheet/move_to/_index.md +++ b/english/aspose.cells/worksheet/move_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/move_to/ is_root: false --- -## move_to {#int} +## move_to(self, index) {#int} Moves the sheet to another location in the spreadsheet. ```python + def move_to(self, index): ... ``` diff --git a/english/aspose.cells/worksheet/protect/_index.md b/english/aspose.cells/worksheet/protect/_index.md index 005de519fd..2a3b8acd53 100644 --- a/english/aspose.cells/worksheet/protect/_index.md +++ b/english/aspose.cells/worksheet/protect/_index.md @@ -8,15 +8,16 @@ url: /aspose.cells/worksheet/protect/ is_root: false --- -## protect {#aspose.cells.ProtectionType} +## protect(self, type) {#aspose.cells.ProtectionType} Protects worksheet. -```python +```python + def protect(self, type): - ... + ... ``` @@ -27,15 +28,16 @@ def protect(self, type): This method protects worksheet without password. It can protect worksheet in all versions of Excel file. -## protect {#aspose.cells.ProtectionType-str-str} +## protect(self, type, password, old_password) {#aspose.cells.ProtectionType-str-str} Protects worksheet. -```python +```python + def protect(self, type, password, old_password): - ... + ... ``` diff --git a/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md b/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md index 5e6640ae01..dc83b73d22 100644 --- a/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md +++ b/english/aspose.cells/worksheet/refresh_pivot_tables/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/refresh_pivot_tables/ is_root: false --- -## refresh_pivot_tables {#} +## refresh_pivot_tables(self) {#} Refreshes all the PivotTables in this Worksheet. ```python + def refresh_pivot_tables(self): ... ``` @@ -22,13 +23,14 @@ def refresh_pivot_tables(self): -## refresh_pivot_tables {#aspose.cells.pivot.PivotTableRefreshOption} +## refresh_pivot_tables(self, option) {#aspose.cells.pivot.PivotTableRefreshOption} Refreshes all the PivotTables in this Worksheet. ```python + def refresh_pivot_tables(self, option): ... ``` diff --git a/english/aspose.cells/worksheet/remove/_index.md b/english/aspose.cells/worksheet/remove/_index.md index 0090be78f2..a51f22f16d 100644 --- a/english/aspose.cells/worksheet/remove/_index.md +++ b/english/aspose.cells/worksheet/remove/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/remove/ is_root: false --- -## remove {#} +## remove(self) {#} Remove current sheet (CELLSPYTHONNET-192,User requests to add this API) ```python + def remove(self): ... ``` diff --git a/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md b/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md index 9c2a4c1f23..12cff11171 100644 --- a/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md +++ b/english/aspose.cells/worksheet/remove_all_drawing_objects/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/remove_all_drawing_objects/ is_root: false --- -## remove_all_drawing_objects {#} +## remove_all_drawing_objects(self) {#} Removes all drawing objects in this worksheet. ```python + def remove_all_drawing_objects(self): ... ``` diff --git a/english/aspose.cells/worksheet/remove_auto_filter/_index.md b/english/aspose.cells/worksheet/remove_auto_filter/_index.md index eb4180c6a1..4eb7c47401 100644 --- a/english/aspose.cells/worksheet/remove_auto_filter/_index.md +++ b/english/aspose.cells/worksheet/remove_auto_filter/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/remove_auto_filter/ is_root: false --- -## remove_auto_filter {#} +## remove_auto_filter(self) {#} Removes the auto filter of the worksheet. ```python + def remove_auto_filter(self): ... ``` diff --git a/english/aspose.cells/worksheet/remove_split/_index.md b/english/aspose.cells/worksheet/remove_split/_index.md index 3c76c3615c..0387e4dfa1 100644 --- a/english/aspose.cells/worksheet/remove_split/_index.md +++ b/english/aspose.cells/worksheet/remove_split/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/remove_split/ is_root: false --- -## remove_split {#} +## remove_split(self) {#} Removes split window. ```python + def remove_split(self): ... ``` diff --git a/english/aspose.cells/worksheet/replace/_index.md b/english/aspose.cells/worksheet/replace/_index.md index 84cbc1de4f..267a075182 100644 --- a/english/aspose.cells/worksheet/replace/_index.md +++ b/english/aspose.cells/worksheet/replace/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/replace/ is_root: false --- -## replace {#str-str} +## replace(self, old_string, new_string) {#str-str} Replaces all cells' text with a new string. ```python + def replace(self, old_string, new_string): ... ``` diff --git a/english/aspose.cells/worksheet/select_range/_index.md b/english/aspose.cells/worksheet/select_range/_index.md index 357d7676d0..e8c28348fd 100644 --- a/english/aspose.cells/worksheet/select_range/_index.md +++ b/english/aspose.cells/worksheet/select_range/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/select_range/ is_root: false --- -## select_range {#int-int-int-int-bool} +## select_range(self, start_row, start_column, total_rows, total_columns, remove_others) {#int-int-int-int-bool} Selects a range. ```python + def select_range(self, start_row, start_column, total_rows, total_columns, remove_others): ... ``` diff --git a/english/aspose.cells/worksheet/set_visible/_index.md b/english/aspose.cells/worksheet/set_visible/_index.md index 3311e521db..4e72c829c0 100644 --- a/english/aspose.cells/worksheet/set_visible/_index.md +++ b/english/aspose.cells/worksheet/set_visible/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/set_visible/ is_root: false --- -## set_visible {#bool-bool} +## set_visible(self, is_visible, ignore_error) {#bool-bool} Sets the visible options. ```python + def set_visible(self, is_visible, ignore_error): ... ``` diff --git a/english/aspose.cells/worksheet/split/_index.md b/english/aspose.cells/worksheet/split/_index.md index 6868e1ee16..272eced317 100644 --- a/english/aspose.cells/worksheet/split/_index.md +++ b/english/aspose.cells/worksheet/split/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/split/ is_root: false --- -## split {#} +## split(self) {#} Splits window. ```python + def split(self): ... ``` diff --git a/english/aspose.cells/worksheet/start_access_cache/_index.md b/english/aspose.cells/worksheet/start_access_cache/_index.md index abb00422ae..e1d2155c92 100644 --- a/english/aspose.cells/worksheet/start_access_cache/_index.md +++ b/english/aspose.cells/worksheet/start_access_cache/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/start_access_cache/ is_root: false --- -## start_access_cache {#aspose.cells.AccessCacheOptions} +## start_access_cache(self, opts) {#aspose.cells.AccessCacheOptions} Starts the session that uses caches to access the data in this worksheet. ```python + def start_access_cache(self, opts): ... ``` diff --git a/english/aspose.cells/worksheet/un_freeze_panes/_index.md b/english/aspose.cells/worksheet/un_freeze_panes/_index.md index 8fc4b3842c..4e9507a473 100644 --- a/english/aspose.cells/worksheet/un_freeze_panes/_index.md +++ b/english/aspose.cells/worksheet/un_freeze_panes/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/un_freeze_panes/ is_root: false --- -## un_freeze_panes {#} +## un_freeze_panes(self) {#} Unfreezes panes in the worksheet. ```python + def un_freeze_panes(self): ... ``` diff --git a/english/aspose.cells/worksheet/unprotect/_index.md b/english/aspose.cells/worksheet/unprotect/_index.md index 4205b451d7..08409a1c5a 100644 --- a/english/aspose.cells/worksheet/unprotect/_index.md +++ b/english/aspose.cells/worksheet/unprotect/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheet/unprotect/ is_root: false --- -## unprotect {#} +## unprotect(self) {#} Unprotects worksheet. ```python + def unprotect(self): ... ``` @@ -24,13 +25,14 @@ def unprotect(self): This method unprotects worksheet which is protected without password. -## unprotect {#str} +## unprotect(self, password) {#str} Unprotects worksheet. ```python + def unprotect(self, password): ... ``` diff --git a/english/aspose.cells/worksheet/xml_map_query/_index.md b/english/aspose.cells/worksheet/xml_map_query/_index.md index 2d4a71adfe..7ec4fbc4b7 100644 --- a/english/aspose.cells/worksheet/xml_map_query/_index.md +++ b/english/aspose.cells/worksheet/xml_map_query/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheet/xml_map_query/ is_root: false --- -## xml_map_query {#str-aspose.cells.XmlMap} +## xml_map_query(self, path, xml_map) {#str-aspose.cells.XmlMap} Query cell areas that mapped/linked to the specific path of xml map. @@ -20,6 +20,7 @@ Query cell areas that mapped/linked to the specific path of xml map. ```python + def xml_map_query(self, path, xml_map): ... ``` diff --git a/english/aspose.cells/worksheetcollection/_index.md b/english/aspose.cells/worksheetcollection/_index.md index 366229cebe..bd5cdd55e9 100644 --- a/english/aspose.cells/worksheetcollection/_index.md +++ b/english/aspose.cells/worksheetcollection/_index.md @@ -3,7 +3,7 @@ title: WorksheetCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1770 +weight: 1780 url: /aspose.cells/worksheetcollection/ is_root: false --- @@ -40,41 +40,41 @@ The WorksheetCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [get](/cells/python-net/aspose.cells/worksheetcollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | -| [get](/cells/python-net/aspose.cells/worksheetcollection/get/#str) | Add API for Python Via .Net.since this[string sheetName] is unsupported | -| [add](/cells/python-net/aspose.cells/worksheetcollection/add/#aspose.cells.SheetType) | Adds a worksheet to the collection. | -| [add](/cells/python-net/aspose.cells/worksheetcollection/add/#) | Adds a worksheet to the collection. | -| [add](/cells/python-net/aspose.cells/worksheetcollection/add/#str) | Adds a worksheet to the collection. | -| [register_add_in_function](/cells/python-net/aspose.cells/worksheetcollection/register_add_in_function/#str-str-bool) | Adds addin function into the workbook | -| [register_add_in_function](/cells/python-net/aspose.cells/worksheetcollection/register_add_in_function/#int-str) | Adds addin function into the workbook | -| [add_copy](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#str) | Adds a worksheet to the collection and copies data from an existed worksheet. | -| [add_copy](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#int) | Adds a worksheet to the collection and copies data from an existed worksheet. | -| [add_copy](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#list-list) | Copy a group of worksheets. | -| [get_range_by_name](/cells/python-net/aspose.cells/worksheetcollection/get_range_by_name/#str) | Gets Range object by pre-defined name. | -| [get_range_by_name](/cells/python-net/aspose.cells/worksheetcollection/get_range_by_name/#str-int-bool) | Gets [`Range`](/cells/python-net/aspose.cells/range) by pre-defined name or table's name | -| [refresh_pivot_tables](/cells/python-net/aspose.cells/worksheetcollection/refresh_pivot_tables/#) | Refreshes all the PivotTables in the Excel file. | -| [refresh_pivot_tables](/cells/python-net/aspose.cells/worksheetcollection/refresh_pivot_tables/#aspose.cells.pivot.PivotTableRefreshOption) | Refreshes all the PivotTables in the Excel file. | -| [copy_to](/cells/python-net/aspose.cells/worksheetcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/worksheetcollection/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. | -| [index_of](/cells/python-net/aspose.cells/worksheetcollection/index_of/#aspose.cells.Worksheet-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. | -| [index_of](/cells/python-net/aspose.cells/worksheetcollection/index_of/#aspose.cells.Worksheet-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/worksheetcollection/last_index_of/#aspose.cells.Worksheet) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/worksheetcollection/last_index_of/#aspose.cells.Worksheet-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](/cells/python-net/aspose.cells/worksheetcollection/last_index_of/#aspose.cells.Worksheet-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. | -| [create_range](/cells/python-net/aspose.cells/worksheetcollection/create_range/#str-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | -| [create_union_range](/cells/python-net/aspose.cells/worksheetcollection/create_union_range/#str-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | -| [get_sheet_by_code_name](/cells/python-net/aspose.cells/worksheetcollection/get_sheet_by_code_name/#str) | Gets the worksheet by the code name. | -| [sort_names](/cells/python-net/aspose.cells/worksheetcollection/sort_names/#) | Sorts the defined names. | -| [swap_sheet](/cells/python-net/aspose.cells/worksheetcollection/swap_sheet/#int-int) | Swaps the two sheets. | -| [remove_by_name](/cells/python-net/aspose.cells/worksheetcollection/remove_by_name/#str) | Remove a sheet by sheet name.(CELLSPYTHONNET-192) | -| [remove_by_index](/cells/python-net/aspose.cells/worksheetcollection/remove_by_index/#int) | Remove a sheet by sheet index | -| [remove_at](/cells/python-net/aspose.cells/worksheetcollection/remove_at/#str) | Removes the element at a specified name. | -| [get_named_ranges](/cells/python-net/aspose.cells/worksheetcollection/get_named_ranges/#) | Gets all pre-defined named ranges in the spreadsheet. | -| [get_named_ranges_and_tables](/cells/python-net/aspose.cells/worksheetcollection/get_named_ranges_and_tables/#) | Gets all pre-defined named ranges in the spreadsheet. | -| [set_ole_size](/cells/python-net/aspose.cells/worksheetcollection/set_ole_size/#int-int-int-int) | Sets displayed size when Workbook file is used as an Ole object. | -| [clear_pivottables](/cells/python-net/aspose.cells/worksheetcollection/clear_pivottables/#) | Clears pivot tables from the spreadsheet. | -| [refresh_all](/cells/python-net/aspose.cells/worksheetcollection/refresh_all/#) | Refresh all pivot tables and charts with pivot source. | -| [binary_search](/cells/python-net/aspose.cells/worksheetcollection/binary_search/#aspose.cells.Worksheet) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`get(self, index)`](/cells/python-net/aspose.cells/worksheetcollection/get/#int) | Add API for Python Via .Net.since this[int index] is unsupported | +| [`get(self, sheet_name)`](/cells/python-net/aspose.cells/worksheetcollection/get/#str) | Add API for Python Via .Net.since this[string sheetName] is unsupported | +| [`add(self, type)`](/cells/python-net/aspose.cells/worksheetcollection/add/#aspose.cells.sheettype) | Adds a worksheet to the collection. | +| [`add(self)`](/cells/python-net/aspose.cells/worksheetcollection/add/#) | Adds a worksheet to the collection. | +| [`add(self, sheet_name)`](/cells/python-net/aspose.cells/worksheetcollection/add/#str) | Adds a worksheet to the collection. | +| [`register_add_in_function(self, add_in_file, function_name, lib)`](/cells/python-net/aspose.cells/worksheetcollection/register_add_in_function/#str-str-bool) | Adds addin function into the workbook | +| [`register_add_in_function(self, id, function_name)`](/cells/python-net/aspose.cells/worksheetcollection/register_add_in_function/#int-str) | Adds addin function into the workbook | +| [`add_copy(self, sheet_name)`](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#str) | Adds a worksheet to the collection and copies data from an existed worksheet. | +| [`add_copy(self, sheet_index)`](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#int) | Adds a worksheet to the collection and copies data from an existed worksheet. | +| [`add_copy(self, source, dest_sheet_names)`](/cells/python-net/aspose.cells/worksheetcollection/add_copy/#list-list) | Copy a group of worksheets. | +| [`get_range_by_name(self, range_name)`](/cells/python-net/aspose.cells/worksheetcollection/get_range_by_name/#str) | Gets Range object by pre-defined name. | +| [`get_range_by_name(self, range_name, current_sheet_index, include_table)`](/cells/python-net/aspose.cells/worksheetcollection/get_range_by_name/#str-int-bool) | Gets [`Range`](/cells/python-net/aspose.cells/range) by pre-defined name or table's name | +| [`refresh_pivot_tables(self)`](/cells/python-net/aspose.cells/worksheetcollection/refresh_pivot_tables/#) | Refreshes all the PivotTables in the Excel file. | +| [`refresh_pivot_tables(self, option)`](/cells/python-net/aspose.cells/worksheetcollection/refresh_pivot_tables/#aspose.cells.pivot.pivottablerefreshoption) | Refreshes all the PivotTables in the Excel file. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/worksheetcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/worksheetcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/worksheetcollection/index_of/#aspose.cells.worksheet-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/worksheetcollection/index_of/#aspose.cells.worksheet-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/worksheetcollection/last_index_of/#aspose.cells.worksheet) | 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/worksheetcollection/last_index_of/#aspose.cells.worksheet-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/worksheetcollection/last_index_of/#aspose.cells.worksheet-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. | +| [`create_range(self, address, sheet_index)`](/cells/python-net/aspose.cells/worksheetcollection/create_range/#str-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | +| [`create_union_range(self, address, sheet_index)`](/cells/python-net/aspose.cells/worksheetcollection/create_union_range/#str-int) | Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. | +| [`get_sheet_by_code_name(self, code_name)`](/cells/python-net/aspose.cells/worksheetcollection/get_sheet_by_code_name/#str) | Gets the worksheet by the code name. | +| [`sort_names(self)`](/cells/python-net/aspose.cells/worksheetcollection/sort_names/#) | Sorts the defined names. | +| [`swap_sheet(self, sheet_index1, sheet_index2)`](/cells/python-net/aspose.cells/worksheetcollection/swap_sheet/#int-int) | Swaps the two sheets. | +| [`remove_by_name(self, name)`](/cells/python-net/aspose.cells/worksheetcollection/remove_by_name/#str) | Remove a sheet by sheet name.(CELLSPYTHONNET-192) | +| [`remove_by_index(self, index)`](/cells/python-net/aspose.cells/worksheetcollection/remove_by_index/#int) | Remove a sheet by sheet index | +| [`remove_at(self, name)`](/cells/python-net/aspose.cells/worksheetcollection/remove_at/#str) | Removes the element at a specified name. | +| [`get_named_ranges(self)`](/cells/python-net/aspose.cells/worksheetcollection/get_named_ranges/#) | Gets all pre-defined named ranges in the spreadsheet. | +| [`get_named_ranges_and_tables(self)`](/cells/python-net/aspose.cells/worksheetcollection/get_named_ranges_and_tables/#) | Gets all pre-defined named ranges in the spreadsheet. | +| [`set_ole_size(self, start_row, end_row, start_column, end_column)`](/cells/python-net/aspose.cells/worksheetcollection/set_ole_size/#int-int-int-int) | Sets displayed size when Workbook file is used as an Ole object. | +| [`clear_pivottables(self)`](/cells/python-net/aspose.cells/worksheetcollection/clear_pivottables/#) | Clears pivot tables from the spreadsheet. | +| [`refresh_all(self)`](/cells/python-net/aspose.cells/worksheetcollection/refresh_all/#) | Refresh all pivot tables and charts with pivot source. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/worksheetcollection/binary_search/#aspose.cells.worksheet) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/worksheetcollection/add/_index.md b/english/aspose.cells/worksheetcollection/add/_index.md index 0e381a189e..6b491d8f2d 100644 --- a/english/aspose.cells/worksheetcollection/add/_index.md +++ b/english/aspose.cells/worksheetcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/add/ is_root: false --- -## add {#} +## add(self) {#} Adds a worksheet to the collection. @@ -20,6 +20,7 @@ Adds a worksheet to the collection. ```python + def add(self): ... ``` @@ -27,7 +28,7 @@ def add(self): -## add {#aspose.cells.SheetType} +## add(self, type) {#aspose.cells.SheetType} Adds a worksheet to the collection. @@ -39,6 +40,7 @@ Adds a worksheet to the collection. ```python + def add(self, type): ... ``` @@ -71,7 +73,7 @@ chart.n_series.add("Sheet1!C2:C6", True) ``` -## add {#str} +## add(self, sheet_name) {#str} Adds a worksheet to the collection. @@ -83,6 +85,7 @@ Adds a worksheet to the collection. ```python + def add(self, sheet_name): ... ``` diff --git a/english/aspose.cells/worksheetcollection/add_copy/_index.md b/english/aspose.cells/worksheetcollection/add_copy/_index.md index 0d3830eb7d..fd307e7c9e 100644 --- a/english/aspose.cells/worksheetcollection/add_copy/_index.md +++ b/english/aspose.cells/worksheetcollection/add_copy/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/add_copy/ is_root: false --- -## add_copy {#str} +## add_copy(self, sheet_name) {#str} Adds a worksheet to the collection and copies data from an existed worksheet. @@ -20,6 +20,7 @@ Adds a worksheet to the collection and copies data from an existed worksheet. ```python + def add_copy(self, sheet_name): ... ``` @@ -36,7 +37,7 @@ def add_copy(self, sheet_name): -## add_copy {#int} +## add_copy(self, sheet_index) {#int} Adds a worksheet to the collection and copies data from an existed worksheet. @@ -48,6 +49,7 @@ Adds a worksheet to the collection and copies data from an existed worksheet. ```python + def add_copy(self, sheet_index): ... ``` @@ -58,13 +60,14 @@ def add_copy(self, sheet_index): | sheet_index | int | Index of source worksheet. | -## add_copy {#list-list} +## add_copy(self, source, dest_sheet_names) {#list-list} Copy a group of worksheets. ```python + def add_copy(self, source, dest_sheet_names): ... ``` diff --git a/english/aspose.cells/worksheetcollection/binary_search/_index.md b/english/aspose.cells/worksheetcollection/binary_search/_index.md index 8d9cd8db29..d225564d99 100644 --- a/english/aspose.cells/worksheetcollection/binary_search/_index.md +++ b/english/aspose.cells/worksheetcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.Worksheet} +## binary_search(self, item) {#aspose.cells.Worksheet} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/worksheetcollection/built_in_document_properties/_index.md b/english/aspose.cells/worksheetcollection/built_in_document_properties/_index.md index 5d580ec3f9..7dff7a131d 100644 --- a/english/aspose.cells/worksheetcollection/built_in_document_properties/_index.md +++ b/english/aspose.cells/worksheetcollection/built_in_document_properties/_index.md @@ -101,6 +101,18 @@ Number of Hidden Slides Number of Multimedia Clips + +### Example + + +```python +from aspose.cells import Workbook + +workbook = Workbook() +doc = workbook.worksheets.built_in_document_properties.get("Author") +doc.value = "John Smith" + +``` ### Definition: ```python @property diff --git a/english/aspose.cells/worksheetcollection/clear_pivottables/_index.md b/english/aspose.cells/worksheetcollection/clear_pivottables/_index.md index 0e2a8fdb9b..692b721e88 100644 --- a/english/aspose.cells/worksheetcollection/clear_pivottables/_index.md +++ b/english/aspose.cells/worksheetcollection/clear_pivottables/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/clear_pivottables/ is_root: false --- -## clear_pivottables {#} +## clear_pivottables(self) {#} Clears pivot tables from the spreadsheet. ```python + def clear_pivottables(self): ... ``` diff --git a/english/aspose.cells/worksheetcollection/copy_to/_index.md b/english/aspose.cells/worksheetcollection/copy_to/_index.md index 5f3861855d..56cccc8f97 100644 --- a/english/aspose.cells/worksheetcollection/copy_to/_index.md +++ b/english/aspose.cells/worksheetcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/worksheetcollection/create_range/_index.md b/english/aspose.cells/worksheetcollection/create_range/_index.md index 8a8271c943..c3ebd6957e 100644 --- a/english/aspose.cells/worksheetcollection/create_range/_index.md +++ b/english/aspose.cells/worksheetcollection/create_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/create_range/ is_root: false --- -## create_range {#str-int} +## create_range(self, address, sheet_index) {#str-int} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. @@ -20,6 +20,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object ```python + def create_range(self, address, sheet_index): ... ``` diff --git a/english/aspose.cells/worksheetcollection/create_union_range/_index.md b/english/aspose.cells/worksheetcollection/create_union_range/_index.md index 32866bd7dd..b4e694ed92 100644 --- a/english/aspose.cells/worksheetcollection/create_union_range/_index.md +++ b/english/aspose.cells/worksheetcollection/create_union_range/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/create_union_range/ is_root: false --- -## create_union_range {#str-int} +## create_union_range(self, address, sheet_index) {#str-int} Creates a [`Range`](/cells/python-net/aspose.cells/range) object from an address of the range. @@ -20,6 +20,7 @@ A [`Range`](/cells/python-net/aspose.cells/range) object ```python + def create_union_range(self, address, sheet_index): ... ``` diff --git a/english/aspose.cells/worksheetcollection/get/_index.md b/english/aspose.cells/worksheetcollection/get/_index.md index fb470aadd9..2223298599 100644 --- a/english/aspose.cells/worksheetcollection/get/_index.md +++ b/english/aspose.cells/worksheetcollection/get/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/get/ is_root: false --- -## get {#int} +## get(self, index) {#int} Add API for Python Via .Net.since this[int index] is unsupported @@ -20,6 +20,7 @@ Add API for Python Via .Net.since this[int index] is unsupported ```python + def get(self, index): ... ``` @@ -30,7 +31,7 @@ def get(self, index): | index | int | The zero based index of the element. | -## get {#str} +## get(self, sheet_name) {#str} Add API for Python Via .Net.since this[string sheetName] is unsupported @@ -42,6 +43,7 @@ Add API for Python Via .Net.since this[string sheetName] is unsupported ```python + def get(self, sheet_name): ... ``` diff --git a/english/aspose.cells/worksheetcollection/get_named_ranges/_index.md b/english/aspose.cells/worksheetcollection/get_named_ranges/_index.md index 5ac40d8bf7..6d8779b3a4 100644 --- a/english/aspose.cells/worksheetcollection/get_named_ranges/_index.md +++ b/english/aspose.cells/worksheetcollection/get_named_ranges/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/get_named_ranges/ is_root: false --- -## get_named_ranges {#} +## get_named_ranges(self) {#} Gets all pre-defined named ranges in the spreadsheet. @@ -25,6 +25,7 @@ Returns null if the named range does not exist. ```python + def get_named_ranges(self): ... ``` diff --git a/english/aspose.cells/worksheetcollection/get_named_ranges_and_tables/_index.md b/english/aspose.cells/worksheetcollection/get_named_ranges_and_tables/_index.md index e6fc7ec4ce..a1a0db3183 100644 --- a/english/aspose.cells/worksheetcollection/get_named_ranges_and_tables/_index.md +++ b/english/aspose.cells/worksheetcollection/get_named_ranges_and_tables/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/get_named_ranges_and_tables/ is_root: false --- -## get_named_ranges_and_tables {#} +## get_named_ranges_and_tables(self) {#} Gets all pre-defined named ranges in the spreadsheet. @@ -23,6 +23,7 @@ Returns null if the named range does not exist. ```python + def get_named_ranges_and_tables(self): ... ``` diff --git a/english/aspose.cells/worksheetcollection/get_range_by_name/_index.md b/english/aspose.cells/worksheetcollection/get_range_by_name/_index.md index c2ec8b7455..4e077bed81 100644 --- a/english/aspose.cells/worksheetcollection/get_range_by_name/_index.md +++ b/english/aspose.cells/worksheetcollection/get_range_by_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/get_range_by_name/ is_root: false --- -## get_range_by_name {#str} +## get_range_by_name(self, range_name) {#str} Gets Range object by pre-defined name. @@ -23,6 +23,7 @@ Returns null if the named range does not exist. ```python + def get_range_by_name(self, range_name): ... ``` @@ -33,7 +34,7 @@ def get_range_by_name(self, range_name): | range_name | str | Name of range. | -## get_range_by_name {#str-int-bool} +## get_range_by_name(self, range_name, current_sheet_index, include_table) {#str-int-bool} Gets [`Range`](/cells/python-net/aspose.cells/range) by pre-defined name or table's name @@ -45,6 +46,7 @@ Gets [`Range`](/cells/python-net/aspose.cells/range) by pre-defined name or tabl ```python + def get_range_by_name(self, range_name, current_sheet_index, include_table): ... ``` diff --git a/english/aspose.cells/worksheetcollection/get_sheet_by_code_name/_index.md b/english/aspose.cells/worksheetcollection/get_sheet_by_code_name/_index.md index 4cf1c0efcf..af64de97af 100644 --- a/english/aspose.cells/worksheetcollection/get_sheet_by_code_name/_index.md +++ b/english/aspose.cells/worksheetcollection/get_sheet_by_code_name/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/get_sheet_by_code_name/ is_root: false --- -## get_sheet_by_code_name {#str} +## get_sheet_by_code_name(self, code_name) {#str} Gets the worksheet by the code name. @@ -20,6 +20,7 @@ The element with the specified code name. ```python + def get_sheet_by_code_name(self, code_name): ... ``` diff --git a/english/aspose.cells/worksheetcollection/index_of/_index.md b/english/aspose.cells/worksheetcollection/index_of/_index.md index 9851699210..c252e71fba 100644 --- a/english/aspose.cells/worksheetcollection/index_of/_index.md +++ b/english/aspose.cells/worksheetcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.Worksheet-int} +## index_of(self, item, index) {#aspose.cells.Worksheet-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.Worksheet-int-int} +## index_of(self, item, index, count) {#aspose.cells.Worksheet-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/worksheetcollection/last_index_of/_index.md b/english/aspose.cells/worksheetcollection/last_index_of/_index.md index 1bcb9c56bf..9a9dbc9f16 100644 --- a/english/aspose.cells/worksheetcollection/last_index_of/_index.md +++ b/english/aspose.cells/worksheetcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.Worksheet} +## last_index_of(self, item) {#aspose.cells.Worksheet} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`Worksheet`](/cells/python-net/aspose.cells/worksheet) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.Worksheet-int} +## last_index_of(self, item, index) {#aspose.cells.Worksheet-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.Worksheet-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.Worksheet-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/worksheetcollection/refresh_all/_index.md b/english/aspose.cells/worksheetcollection/refresh_all/_index.md index 132ea2fbc1..905fde58f5 100644 --- a/english/aspose.cells/worksheetcollection/refresh_all/_index.md +++ b/english/aspose.cells/worksheetcollection/refresh_all/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/refresh_all/ is_root: false --- -## refresh_all {#} +## refresh_all(self) {#} Refresh all pivot tables and charts with pivot source. ```python + def refresh_all(self): ... ``` diff --git a/english/aspose.cells/worksheetcollection/refresh_pivot_tables/_index.md b/english/aspose.cells/worksheetcollection/refresh_pivot_tables/_index.md index 5025083b62..7918a8142e 100644 --- a/english/aspose.cells/worksheetcollection/refresh_pivot_tables/_index.md +++ b/english/aspose.cells/worksheetcollection/refresh_pivot_tables/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/refresh_pivot_tables/ is_root: false --- -## refresh_pivot_tables {#} +## refresh_pivot_tables(self) {#} Refreshes all the PivotTables in the Excel file. ```python + def refresh_pivot_tables(self): ... ``` @@ -22,13 +23,14 @@ def refresh_pivot_tables(self): -## refresh_pivot_tables {#aspose.cells.pivot.PivotTableRefreshOption} +## refresh_pivot_tables(self, option) {#aspose.cells.pivot.PivotTableRefreshOption} Refreshes all the PivotTables in the Excel file. ```python + def refresh_pivot_tables(self, option): ... ``` diff --git a/english/aspose.cells/worksheetcollection/register_add_in_function/_index.md b/english/aspose.cells/worksheetcollection/register_add_in_function/_index.md index 26fc2f27f2..f087b1fdf5 100644 --- a/english/aspose.cells/worksheetcollection/register_add_in_function/_index.md +++ b/english/aspose.cells/worksheetcollection/register_add_in_function/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/worksheetcollection/register_add_in_function/ is_root: false --- -## register_add_in_function {#int-str} +## register_add_in_function(self, id, function_name) {#int-str} Adds addin function into the workbook @@ -19,9 +19,10 @@ Adds addin function into the workbook URL of the addin file which contains addin functions -```python +```python + def register_add_in_function(self, id, function_name): - ... + ... ``` @@ -31,7 +32,7 @@ def register_add_in_function(self, id, function_name): | function_name | str | the addin function name | -## register_add_in_function {#str-str-bool} +## register_add_in_function(self, add_in_file, function_name, lib) {#str-str-bool} Adds addin function into the workbook @@ -42,9 +43,10 @@ Adds addin function into the workbook ID of the data which contains given addin function -```python +```python + def register_add_in_function(self, add_in_file, function_name, lib): - ... + ... ``` diff --git a/english/aspose.cells/worksheetcollection/remove_at/_index.md b/english/aspose.cells/worksheetcollection/remove_at/_index.md index 706d3d9d4a..657ee0e190 100644 --- a/english/aspose.cells/worksheetcollection/remove_at/_index.md +++ b/english/aspose.cells/worksheetcollection/remove_at/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/remove_at/ is_root: false --- -## remove_at {#str} +## remove_at(self, name) {#str} Removes the element at a specified name. ```python + def remove_at(self, name): ... ``` diff --git a/english/aspose.cells/worksheetcollection/remove_by_index/_index.md b/english/aspose.cells/worksheetcollection/remove_by_index/_index.md index 12e6e61426..d747e46396 100644 --- a/english/aspose.cells/worksheetcollection/remove_by_index/_index.md +++ b/english/aspose.cells/worksheetcollection/remove_by_index/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/remove_by_index/ is_root: false --- -## remove_by_index {#int} +## remove_by_index(self, index) {#int} Remove a sheet by sheet index ```python + def remove_by_index(self, index): ... ``` diff --git a/english/aspose.cells/worksheetcollection/remove_by_name/_index.md b/english/aspose.cells/worksheetcollection/remove_by_name/_index.md index dea2568da6..93d9ea568b 100644 --- a/english/aspose.cells/worksheetcollection/remove_by_name/_index.md +++ b/english/aspose.cells/worksheetcollection/remove_by_name/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/remove_by_name/ is_root: false --- -## remove_by_name {#str} +## remove_by_name(self, name) {#str} Remove a sheet by sheet name.(CELLSPYTHONNET-192) ```python + def remove_by_name(self, name): ... ``` diff --git a/english/aspose.cells/worksheetcollection/set_ole_size/_index.md b/english/aspose.cells/worksheetcollection/set_ole_size/_index.md index dac8ca9d07..90bc810c05 100644 --- a/english/aspose.cells/worksheetcollection/set_ole_size/_index.md +++ b/english/aspose.cells/worksheetcollection/set_ole_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/set_ole_size/ is_root: false --- -## set_ole_size {#int-int-int-int} +## set_ole_size(self, start_row, end_row, start_column, end_column) {#int-int-int-int} Sets displayed size when Workbook file is used as an Ole object. ```python + def set_ole_size(self, start_row, end_row, start_column, end_column): ... ``` diff --git a/english/aspose.cells/worksheetcollection/sort_names/_index.md b/english/aspose.cells/worksheetcollection/sort_names/_index.md index e25dcbafdf..107bbf93c8 100644 --- a/english/aspose.cells/worksheetcollection/sort_names/_index.md +++ b/english/aspose.cells/worksheetcollection/sort_names/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/sort_names/ is_root: false --- -## sort_names {#} +## sort_names(self) {#} Sorts the defined names. ```python + def sort_names(self): ... ``` diff --git a/english/aspose.cells/worksheetcollection/swap_sheet/_index.md b/english/aspose.cells/worksheetcollection/swap_sheet/_index.md index 3086a4f213..58eee88e87 100644 --- a/english/aspose.cells/worksheetcollection/swap_sheet/_index.md +++ b/english/aspose.cells/worksheetcollection/swap_sheet/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/worksheetcollection/swap_sheet/ is_root: false --- -## swap_sheet {#int-int} +## swap_sheet(self, sheet_index1, sheet_index2) {#int-int} Swaps the two sheets. ```python + def swap_sheet(self, sheet_index1, sheet_index2): ... ``` diff --git a/english/aspose.cells/writeprotection/_index.md b/english/aspose.cells/writeprotection/_index.md index ece53d4b72..cb8bb616e0 100644 --- a/english/aspose.cells/writeprotection/_index.md +++ b/english/aspose.cells/writeprotection/_index.md @@ -3,7 +3,7 @@ title: WriteProtection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1780 +weight: 1790 url: /aspose.cells/writeprotection/ is_root: false --- @@ -28,7 +28,7 @@ The WriteProtection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [validate_password](/cells/python-net/aspose.cells/writeprotection/validate_password/#str) | Returns true if the specified password is the same as the write-protection password the file was protected with. | +| [`validate_password(self, password)`](/cells/python-net/aspose.cells/writeprotection/validate_password/#str) | Returns true if the specified password is the same as the write-protection password the file was protected with. | diff --git a/english/aspose.cells/writeprotection/validate_password/_index.md b/english/aspose.cells/writeprotection/validate_password/_index.md index 8569583f6c..f57afbf799 100644 --- a/english/aspose.cells/writeprotection/validate_password/_index.md +++ b/english/aspose.cells/writeprotection/validate_password/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/writeprotection/validate_password/ is_root: false --- -## validate_password {#str} +## validate_password(self, password) {#str} Returns true if the specified password is the same as the write-protection password the file was protected with. @@ -20,6 +20,7 @@ Returns true if the specified password is the same as the write-protection passw ```python + def validate_password(self, password): ... ``` diff --git a/english/aspose.cells/xlsbsaveoptions/__init__/_index.md b/english/aspose.cells/xlsbsaveoptions/__init__/_index.md index fad91fea37..7323869ea3 100644 --- a/english/aspose.cells/xlsbsaveoptions/__init__/_index.md +++ b/english/aspose.cells/xlsbsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xlsbsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates xlsb file save options. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates xlsb file save options. ```python + def __init__(self, save_format): ... ``` diff --git a/english/aspose.cells/xlsbsaveoptions/_index.md b/english/aspose.cells/xlsbsaveoptions/_index.md index 54bc0df725..f075237ee6 100644 --- a/english/aspose.cells/xlsbsaveoptions/_index.md +++ b/english/aspose.cells/xlsbsaveoptions/_index.md @@ -3,7 +3,7 @@ title: XlsbSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1800 +weight: 1810 url: /aspose.cells/xlsbsaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The XlsbSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xlsbsaveoptions/__init__/#) | Creates xlsb file save options. | -| [__init__](/cells/python-net/aspose.cells/xlsbsaveoptions/__init__/#aspose.cells.SaveFormat) | Creates xlsb file save options. | +| [`__init__(self)`](/cells/python-net/aspose.cells/xlsbsaveoptions/__init__/#) | Creates xlsb file save options. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/xlsbsaveoptions/__init__/#aspose.cells.saveformat) | Creates xlsb file save options. | ### Properties diff --git a/english/aspose.cells/xlssaveoptions/__init__/_index.md b/english/aspose.cells/xlssaveoptions/__init__/_index.md index 27e04c513f..cf88efddeb 100644 --- a/english/aspose.cells/xlssaveoptions/__init__/_index.md +++ b/english/aspose.cells/xlssaveoptions/__init__/_index.md @@ -8,29 +8,31 @@ url: /aspose.cells/xlssaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving Excel 97-2003 xls file. -```python +```python + def __init__(self): - ... + ... ``` -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates options for saving Excel 97-2003 xls/xlt file. -```python +```python + def __init__(self, save_format): - ... + ... ``` diff --git a/english/aspose.cells/xlssaveoptions/_index.md b/english/aspose.cells/xlssaveoptions/_index.md index ced15617b9..b300a47f33 100644 --- a/english/aspose.cells/xlssaveoptions/_index.md +++ b/english/aspose.cells/xlssaveoptions/_index.md @@ -3,7 +3,7 @@ title: XlsSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1790 +weight: 1800 url: /aspose.cells/xlssaveoptions/ is_root: false --- @@ -24,8 +24,8 @@ The XlsSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xlssaveoptions/__init__/#) | Creates options for saving Excel 97-2003 xls file. | -| [__init__](/cells/python-net/aspose.cells/xlssaveoptions/__init__/#aspose.cells.SaveFormat) | Creates options for saving Excel 97-2003 xls/xlt file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/xlssaveoptions/__init__/#) | Creates options for saving Excel 97-2003 xls file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/xlssaveoptions/__init__/#aspose.cells.saveformat) | Creates options for saving Excel 97-2003 xls/xlt file. | ### Properties diff --git a/english/aspose.cells/xmlcolumnproperty/__init__/_index.md b/english/aspose.cells/xmlcolumnproperty/__init__/_index.md index 10467e037e..33c2c33e1f 100644 --- a/english/aspose.cells/xmlcolumnproperty/__init__/_index.md +++ b/english/aspose.cells/xmlcolumnproperty/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xmlcolumnproperty/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Constructs a new instance of XmlColumnProperty ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/xmlcolumnproperty/_index.md b/english/aspose.cells/xmlcolumnproperty/_index.md index 0dd45bc00d..be7e2d46d8 100644 --- a/english/aspose.cells/xmlcolumnproperty/_index.md +++ b/english/aspose.cells/xmlcolumnproperty/_index.md @@ -3,7 +3,7 @@ title: XmlColumnProperty class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1810 +weight: 1820 url: /aspose.cells/xmlcolumnproperty/ is_root: false --- @@ -19,7 +19,7 @@ The XmlColumnProperty type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xmlcolumnproperty/__init__/#) | Constructs a new instance of XmlColumnProperty | +| [`__init__(self)`](/cells/python-net/aspose.cells/xmlcolumnproperty/__init__/#) | Constructs a new instance of XmlColumnProperty | diff --git a/english/aspose.cells/xmldatabinding/_index.md b/english/aspose.cells/xmldatabinding/_index.md index b731d65d38..2b6f8cba1c 100644 --- a/english/aspose.cells/xmldatabinding/_index.md +++ b/english/aspose.cells/xmldatabinding/_index.md @@ -3,7 +3,7 @@ title: XmlDataBinding class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1820 +weight: 1830 url: /aspose.cells/xmldatabinding/ is_root: false --- diff --git a/english/aspose.cells/xmlloadoptions/__init__/_index.md b/english/aspose.cells/xmlloadoptions/__init__/_index.md index 72963f0608..0c526a989f 100644 --- a/english/aspose.cells/xmlloadoptions/__init__/_index.md +++ b/english/aspose.cells/xmlloadoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xmlloadoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Represents the options of loading xml file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.LoadFormat} +## \_\_init\_\_(self, type) {#aspose.cells.LoadFormat} Represents the options of loading xml file. ```python + def __init__(self, type): ... ``` diff --git a/english/aspose.cells/xmlloadoptions/_index.md b/english/aspose.cells/xmlloadoptions/_index.md index 9661c9925c..7743474890 100644 --- a/english/aspose.cells/xmlloadoptions/_index.md +++ b/english/aspose.cells/xmlloadoptions/_index.md @@ -3,7 +3,7 @@ title: XmlLoadOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1830 +weight: 1840 url: /aspose.cells/xmlloadoptions/ is_root: false --- @@ -24,8 +24,8 @@ The XmlLoadOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xmlloadoptions/__init__/#) | Represents the options of loading xml file. | -| [__init__](/cells/python-net/aspose.cells/xmlloadoptions/__init__/#aspose.cells.LoadFormat) | Represents the options of loading xml file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/xmlloadoptions/__init__/#) | Represents the options of loading xml file. | +| [`__init__(self, type)`](/cells/python-net/aspose.cells/xmlloadoptions/__init__/#aspose.cells.loadformat) | Represents the options of loading xml file. | ### Properties @@ -66,7 +66,7 @@ The XmlLoadOptions type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [set_paper_size](/cells/python-net/aspose.cells/xmlloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. | +| [`set_paper_size(self, type)`](/cells/python-net/aspose.cells/xmlloadoptions/set_paper_size/#aspose.cells.papersizetype) | Sets the default print paper size from default printer's setting. | diff --git a/english/aspose.cells/xmlloadoptions/set_paper_size/_index.md b/english/aspose.cells/xmlloadoptions/set_paper_size/_index.md index ca72cb01dc..dc9b7d527a 100644 --- a/english/aspose.cells/xmlloadoptions/set_paper_size/_index.md +++ b/english/aspose.cells/xmlloadoptions/set_paper_size/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xmlloadoptions/set_paper_size/ is_root: false --- -## set_paper_size {#aspose.cells.PaperSizeType} +## set_paper_size(self, type) {#aspose.cells.PaperSizeType} Sets the default print paper size from default printer's setting. ```python + def set_paper_size(self, type): ... ``` diff --git a/english/aspose.cells/xmlmap/_index.md b/english/aspose.cells/xmlmap/_index.md index 52aecbba9a..e44d3da53b 100644 --- a/english/aspose.cells/xmlmap/_index.md +++ b/english/aspose.cells/xmlmap/_index.md @@ -3,7 +3,7 @@ title: XmlMap class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1840 +weight: 1850 url: /aspose.cells/xmlmap/ is_root: false --- diff --git a/english/aspose.cells/xmlmapcollection/_index.md b/english/aspose.cells/xmlmapcollection/_index.md index d62031e9ca..12ceeed087 100644 --- a/english/aspose.cells/xmlmapcollection/_index.md +++ b/english/aspose.cells/xmlmapcollection/_index.md @@ -3,7 +3,7 @@ title: XmlMapCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1850 +weight: 1860 url: /aspose.cells/xmlmapcollection/ is_root: false --- @@ -25,15 +25,15 @@ The XmlMapCollection type exposes the following members: ### Methods | Method | Description | | :- | :- | -| [copy_to](/cells/python-net/aspose.cells/xmlmapcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | -| [copy_to](/cells/python-net/aspose.cells/xmlmapcollection/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. | -| [index_of](/cells/python-net/aspose.cells/xmlmapcollection/index_of/#aspose.cells.XmlMap-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. | -| [index_of](/cells/python-net/aspose.cells/xmlmapcollection/index_of/#aspose.cells.XmlMap-int-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 starts at the specified index and contains the specified number of elements. | -| [last_index_of](/cells/python-net/aspose.cells/xmlmapcollection/last_index_of/#aspose.cells.XmlMap) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. | -| [last_index_of](/cells/python-net/aspose.cells/xmlmapcollection/last_index_of/#aspose.cells.XmlMap-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](/cells/python-net/aspose.cells/xmlmapcollection/last_index_of/#aspose.cells.XmlMap-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. | -| [add](/cells/python-net/aspose.cells/xmlmapcollection/add/#str) | Add a [`XmlMap`](/cells/python-net/aspose.cells/xmlmap) by the url/path of a xml/xsd file. | -| [binary_search](/cells/python-net/aspose.cells/xmlmapcollection/binary_search/#aspose.cells.XmlMap) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | +| [`copy_to(self, array)`](/cells/python-net/aspose.cells/xmlmapcollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. | +| [`copy_to(self, index, array, array_index, count)`](/cells/python-net/aspose.cells/xmlmapcollection/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. | +| [`index_of(self, item, index)`](/cells/python-net/aspose.cells/xmlmapcollection/index_of/#aspose.cells.xmlmap-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. | +| [`index_of(self, item, index, count)`](/cells/python-net/aspose.cells/xmlmapcollection/index_of/#aspose.cells.xmlmap-int-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 starts at the specified index and contains the specified number of elements. | +| [`last_index_of(self, item)`](/cells/python-net/aspose.cells/xmlmapcollection/last_index_of/#aspose.cells.xmlmap) | 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/xmlmapcollection/last_index_of/#aspose.cells.xmlmap-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/xmlmapcollection/last_index_of/#aspose.cells.xmlmap-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. | +| [`add(self, url)`](/cells/python-net/aspose.cells/xmlmapcollection/add/#str) | Add a [`XmlMap`](/cells/python-net/aspose.cells/xmlmap) by the url/path of a xml/xsd file. | +| [`binary_search(self, item)`](/cells/python-net/aspose.cells/xmlmapcollection/binary_search/#aspose.cells.xmlmap) | Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. | diff --git a/english/aspose.cells/xmlmapcollection/add/_index.md b/english/aspose.cells/xmlmapcollection/add/_index.md index 0ae85a5172..1600bce9be 100644 --- a/english/aspose.cells/xmlmapcollection/add/_index.md +++ b/english/aspose.cells/xmlmapcollection/add/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/xmlmapcollection/add/ is_root: false --- -## add {#str} +## add(self, url) {#str} Add a [`XmlMap`](/cells/python-net/aspose.cells/xmlmap) by the url/path of a xml/xsd file. @@ -20,6 +20,7 @@ Add a [`XmlMap`](/cells/python-net/aspose.cells/xmlmap) by the url/path of a xml ```python + def add(self, url): ... ``` diff --git a/english/aspose.cells/xmlmapcollection/binary_search/_index.md b/english/aspose.cells/xmlmapcollection/binary_search/_index.md index fff05e6b57..775cb530ba 100644 --- a/english/aspose.cells/xmlmapcollection/binary_search/_index.md +++ b/english/aspose.cells/xmlmapcollection/binary_search/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/xmlmapcollection/binary_search/ is_root: false --- -## binary_search {#aspose.cells.XmlMap} +## binary_search(self, item) {#aspose.cells.XmlMap} Searches the entire sorted array list for an element using the default comparer and returns the zero-based index of the element. @@ -20,6 +20,7 @@ The zero-based index of value in the sorted array list, if item is found; otherw ```python + def binary_search(self, item): ... ``` diff --git a/english/aspose.cells/xmlmapcollection/copy_to/_index.md b/english/aspose.cells/xmlmapcollection/copy_to/_index.md index 05a548a8b5..d12e95a516 100644 --- a/english/aspose.cells/xmlmapcollection/copy_to/_index.md +++ b/english/aspose.cells/xmlmapcollection/copy_to/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xmlmapcollection/copy_to/ is_root: false --- -## copy_to {#list} +## copy_to(self, array) {#list} Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. ```python + def copy_to(self, array): ... ``` @@ -25,13 +26,14 @@ def copy_to(self, array): | array | list | The one-dimensional array list that is the destination of the elements copied array list. The array list must have zero-based indexing. | -## copy_to {#int-list-int-int} +## copy_to(self, index, array, array_index, count) {#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. ```python + def copy_to(self, index, array, array_index, count): ... ``` diff --git a/english/aspose.cells/xmlmapcollection/index_of/_index.md b/english/aspose.cells/xmlmapcollection/index_of/_index.md index 52a1527e1d..46d920eaac 100644 --- a/english/aspose.cells/xmlmapcollection/index_of/_index.md +++ b/english/aspose.cells/xmlmapcollection/index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/xmlmapcollection/index_of/ is_root: false --- -## index_of {#aspose.cells.XmlMap-int} +## index_of(self, item, index) {#aspose.cells.XmlMap-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. @@ -20,6 +20,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index): ... ``` @@ -31,7 +32,7 @@ def index_of(self, item, index): | index | int | The zero-based starting index of the search. 0 (zero) is valid in an empty list. | -## index_of {#aspose.cells.XmlMap-int-int} +## index_of(self, item, index, count) {#aspose.cells.XmlMap-int-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 starts at the specified index and contains the specified number of elements. @@ -43,6 +44,7 @@ The zero-based index of the first occurrence of value within the range of elemen ```python + def index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/xmlmapcollection/last_index_of/_index.md b/english/aspose.cells/xmlmapcollection/last_index_of/_index.md index 39d9e622f4..a77aa58c57 100644 --- a/english/aspose.cells/xmlmapcollection/last_index_of/_index.md +++ b/english/aspose.cells/xmlmapcollection/last_index_of/_index.md @@ -8,7 +8,7 @@ url: /aspose.cells/xmlmapcollection/last_index_of/ is_root: false --- -## last_index_of {#aspose.cells.XmlMap} +## last_index_of(self, item) {#aspose.cells.XmlMap} Searches for the specified object and returns the zero-based index of the last occurrence within the entire array list. @@ -20,6 +20,7 @@ The zero-based index of the last occurrence of value within the entire the array ```python + def last_index_of(self, item): ... ``` @@ -30,7 +31,7 @@ def last_index_of(self, item): | item | [`XmlMap`](/cells/python-net/aspose.cells/xmlmap) | The object to locate in the array list. The value can be null. | -## last_index_of {#aspose.cells.XmlMap-int} +## last_index_of(self, item, index) {#aspose.cells.XmlMap-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. @@ -42,6 +43,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index): ... ``` @@ -53,7 +55,7 @@ def last_index_of(self, item, index): | index | int | The zero-based starting index of the backward search. | -## last_index_of {#aspose.cells.XmlMap-int-int} +## last_index_of(self, item, index, count) {#aspose.cells.XmlMap-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. @@ -65,6 +67,7 @@ The zero-based index of the last occurrence of value within the range of element ```python + def last_index_of(self, item, index, count): ... ``` diff --git a/english/aspose.cells/xmlsaveoptions/__init__/_index.md b/english/aspose.cells/xmlsaveoptions/__init__/_index.md index d85c53bcfb..9dbce6116e 100644 --- a/english/aspose.cells/xmlsaveoptions/__init__/_index.md +++ b/english/aspose.cells/xmlsaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xmlsaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving xml file. ```python + def __init__(self): ... ``` diff --git a/english/aspose.cells/xmlsaveoptions/_index.md b/english/aspose.cells/xmlsaveoptions/_index.md index 88b32bf2fd..2505d04d28 100644 --- a/english/aspose.cells/xmlsaveoptions/_index.md +++ b/english/aspose.cells/xmlsaveoptions/_index.md @@ -3,7 +3,7 @@ title: XmlSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1860 +weight: 1870 url: /aspose.cells/xmlsaveoptions/ is_root: false --- @@ -24,7 +24,7 @@ The XmlSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xmlsaveoptions/__init__/#) | Creates options for saving xml file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/xmlsaveoptions/__init__/#) | Creates options for saving xml file. | ### Properties diff --git a/english/aspose.cells/xpssaveoptions/__init__/_index.md b/english/aspose.cells/xpssaveoptions/__init__/_index.md index 6c23d35e0d..22a70ab26b 100644 --- a/english/aspose.cells/xpssaveoptions/__init__/_index.md +++ b/english/aspose.cells/xpssaveoptions/__init__/_index.md @@ -8,13 +8,14 @@ url: /aspose.cells/xpssaveoptions/__init__/ is_root: false --- -## __init__ {#} +## \_\_init\_\_(self) {#} Creates options for saving xps file. ```python + def __init__(self): ... ``` @@ -22,13 +23,14 @@ def __init__(self): -## __init__ {#aspose.cells.SaveFormat} +## \_\_init\_\_(self, save_format) {#aspose.cells.SaveFormat} Creates options for saving xps file. ```python + def __init__(self, save_format): ... ``` diff --git a/english/aspose.cells/xpssaveoptions/_index.md b/english/aspose.cells/xpssaveoptions/_index.md index bd13f29376..7f6a32839b 100644 --- a/english/aspose.cells/xpssaveoptions/_index.md +++ b/english/aspose.cells/xpssaveoptions/_index.md @@ -3,7 +3,7 @@ title: XpsSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 1870 +weight: 1880 url: /aspose.cells/xpssaveoptions/ is_root: false --- @@ -25,8 +25,8 @@ The XpsSaveOptions type exposes the following members: ### Constructors | Constructor | Description | | :- | :- | -| [__init__](/cells/python-net/aspose.cells/xpssaveoptions/__init__/#) | Creates options for saving xps file. | -| [__init__](/cells/python-net/aspose.cells/xpssaveoptions/__init__/#aspose.cells.SaveFormat) | Creates options for saving xps file. | +| [`__init__(self)`](/cells/python-net/aspose.cells/xpssaveoptions/__init__/#) | Creates options for saving xps file. | +| [`__init__(self, save_format)`](/cells/python-net/aspose.cells/xpssaveoptions/__init__/#aspose.cells.saveformat) | Creates options for saving xps file. | ### Properties