Skip to content

Commit cac6e14

Browse files
Aspose.Slides for Python via .NET 25.5 API Reference
1 parent cdf4b74 commit cac6e14

File tree

1,089 files changed

+6514
-519
lines changed

Some content is hidden

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

1,089 files changed

+6514
-519
lines changed

content/python-net/english/aspose.slides.charts/chart/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The Chart type exposes the following members:
6868
| [`back_wall`](/slides/python-net/aspose.slides.charts/chart/back_wall/) | Returns an object which allows to change format of the back wall of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
6969
| [`side_wall`](/slides/python-net/aspose.slides.charts/chart/side_wall/) | Returns an object which allows to change format of the side wall of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
7070
| [`floor`](/slides/python-net/aspose.slides.charts/chart/floor/) | Returns an object which allows to change format of the floor of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
71-
| [`text_format`](/slides/python-net/aspose.slides.charts/chart/text_format/) | Returns chart text format.<br/> The property is not applicable for the following types: [`ChartType.TREEMAP`](/slides/python-net/aspose.slides.charts/charttype/TREEMAP), [`ChartType.SUNBURST`](/slides/python-net/aspose.slides.charts/charttype/SUNBURST),<br/> [`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype/WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype/HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype/FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype/BOX_AND_WHISKER).<br/> Read-only [`IChartTextFormat`](/slides/python-net/aspose.slides.charts/icharttextformat). |
71+
| [`text_format`](/slides/python-net/aspose.slides.charts/chart/text_format/) | Returns chart text format.<br/> The property is not applicable for the following types: [`ChartType.TREEMAP`](/slides/python-net/aspose.slides.charts/charttype/TREEMAP), [`ChartType.SUNBURST`](/slides/python-net/aspose.slides.charts/charttype/SUNBURST),<br/>[`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype/WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype/HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype/FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype/BOX_AND_WHISKER).<br/> Read-only [`IChartTextFormat`](/slides/python-net/aspose.slides.charts/icharttextformat). |
7272
| [`theme_manager`](/slides/python-net/aspose.slides.charts/chart/theme_manager/) | Returns theme manager.<br/> Read-only [`IOverrideThemeManager`](/slides/python-net/aspose.slides.theme/ioverridethememanager). |
7373
| [`user_shapes`](/slides/python-net/aspose.slides.charts/chart/user_shapes/) | Specify the shapes drawn on top of the chart.<br/> Read-only [`IGroupShape`](/slides/python-net/aspose.slides/igroupshape). |
7474
| [`axes`](/slides/python-net/aspose.slides.charts/chart/axes/) | Provide access to chart axes.<br/> Read-only [`IAxesManager`](/slides/python-net/aspose.slides.charts/iaxesmanager). |
@@ -88,7 +88,7 @@ The Chart type exposes the following members:
8888
| [`write_as_svg`](/slides/python-net/aspose.slides.charts/chart/write_as_svg/#iorawiobase-asposeslidesexportisvgoptions) | Saves content of Shape as SVG file. |
8989
| [`remove_placeholder`](/slides/python-net/aspose.slides.charts/chart/remove_placeholder/#) | Defines that this shape isn't a placeholder. |
9090
| [`add_placeholder`](/slides/python-net/aspose.slides.charts/chart/add_placeholder/#iplaceholder) | Adds a new placeholder if there is no and sets placeholder properties to a specified one. |
91-
| [`get_base_placeholder`](/slides/python-net/aspose.slides.charts/chart/get_base_placeholder/#) | Returns a basic placeholder shape (shape from the layout and/or master slide that the current shape is inherited from).<br/> A None is returned if the current shape is not inherited. |
91+
| [`get_base_placeholder`](/slides/python-net/aspose.slides.charts/chart/get_base_placeholder/#) | Returns a basic placeholder shape (shape from the layout and/or master slide that the current shape is inherited from).<br/>A None is returned if the current shape is not inherited. |
9292
| [`validate_chart_layout`](/slides/python-net/aspose.slides.charts/chart/validate_chart_layout/#) | Calculates actual values of chart elements. The actual values include position of elements that implement IActualLayout interface <br/> (IActualLayout.ActualX, IActualLayout.ActualY, IActualLayout.ActualWidth, IActualLayout.ActualHeight)<br/> and actual axes values (IAxis.ActualMaxValue, IAxis.ActualMinValue, IAxis.ActualMajorUnit, IAxis.ActualMinorUnit, <br/> IAxis.ActualMajorUnitScale, IAxis.ActualMinorUnitScale) |
9393
| [`create_theme_effective`](/slides/python-net/aspose.slides.charts/chart/create_theme_effective/#) | Returns an effective theme for this chart. |
9494

content/python-net/english/aspose.slides.charts/chart/get_base_placeholder/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 30
1010

1111
## get_base_placeholder {#}
1212
Returns a basic placeholder shape (shape from the layout and/or master slide that the current shape is inherited from).
13-
A None is returned if the current shape is not inherited.
13+
A None is returned if the current shape is not inherited.
1414

1515

1616
```python

content/python-net/english/aspose.slides.charts/chart/text_format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 630
1111
## text_format property
1212
Returns chart text format.
1313
The property is not applicable for the following types: [`ChartType.TREEMAP`](/slides/python-net/aspose.slides.charts/charttype/TREEMAP), [`ChartType.SUNBURST`](/slides/python-net/aspose.slides.charts/charttype/SUNBURST),
14-
[`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype/WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype/HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype/FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype/BOX_AND_WHISKER).
14+
[`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype/WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype/HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype/FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype/BOX_AND_WHISKER).
1515
Read-only [`IChartTextFormat`](/slides/python-net/aspose.slides.charts/icharttextformat).
1616

1717
### Definition:

content/python-net/english/aspose.slides.charts/chartcategorycollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gets the element at the specified index.
3232

3333
| Method | Description |
3434
| :- | :- |
35-
| [`add`](/slides/python-net/aspose.slides.charts/chartcategorycollection/add/#ichartdatacell) | If category exists in collection, return it. Else creates new chart category from <br/> [`IChartDataCell`](/slides/python-net/aspose.slides.charts/ichartdatacell) and adds it to the collection. |
35+
| [`add`](/slides/python-net/aspose.slides.charts/chartcategorycollection/add/#ichartdatacell) | If category exists in collection, return it. Else creates new chart category from <br/>[`IChartDataCell`](/slides/python-net/aspose.slides.charts/ichartdatacell) and adds it to the collection. |
3636
| [`add`](/slides/python-net/aspose.slides.charts/chartcategorycollection/add/#any) | Creates new [`ChartCategory`](/slides/python-net/aspose.slides.charts/chartcategory) from value and adds it to the collection. |
3737
| [`index_of`](/slides/python-net/aspose.slides.charts/chartcategorycollection/index_of/#ichartcategory) | Searches for the specified [`ChartCategory`](/slides/python-net/aspose.slides.charts/chartcategory) and returns the zero-based index of the first occurrence within the entire Collection. |
3838
| [`remove`](/slides/python-net/aspose.slides.charts/chartcategorycollection/remove/#ichartcategory) | Removes the specified value. |

content/python-net/english/aspose.slides.charts/chartcategorycollection/add/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 10
1010

1111
## add {#ichartdatacell}
1212
If category exists in collection, return it. Else creates new chart category from
13-
[`IChartDataCell`](/slides/python-net/aspose.slides.charts/ichartdatacell) and adds it to the collection.
13+
[`IChartDataCell`](/slides/python-net/aspose.slides.charts/ichartdatacell) and adds it to the collection.
1414

1515
### Returns
1616

content/python-net/english/aspose.slides.charts/chartdata/get_range/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ def get_range(self):
2323
```
2424

2525

26+
### Examples
27+
28+
Example C#
29+
2630
### Exceptions
2731

2832
| Exception | Description |

content/python-net/english/aspose.slides.charts/chartdataworkbook/calculate_formulas/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ def calculate_formulas(self):
1818
```
1919

2020

21+
### Examples
22+
23+
Example shows how to assign a formula to the cell and to calculate a value. The value of the "B4" cell is getting set to 5.
24+
2125
### Exceptions
2226

2327
| Exception | Description |

content/python-net/english/aspose.slides.charts/chartdataworksheetcollection/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Returns the worksheet by index.
2222
| [`[index]`](/slides/python-net/aspose.slides.charts/chartdataworksheetcollection/__getitem__/) | Index of the worksheet in the collection. |
2323

2424

25+
### Examples
26+
27+
Example:
28+
29+
2530
### See Also
2631
* module [`aspose.slides.charts`](/slides/python-net/aspose.slides.charts)
2732
* library [`Aspose.Slides`](/slides/python-net)

content/python-net/english/aspose.slides.charts/chartportionformat/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ The ChartPortionFormat type exposes the following members:
3636
| [`strikethrough_type`](/slides/python-net/aspose.slides.charts/chartportionformat/strikethrough_type/) | Returns or sets the strikethrough type of a text. No inheritance applied.<br/> Read/write [`TextStrikethroughType`](/slides/python-net/aspose.slides/textstrikethroughtype). |
3737
| [`is_hard_underline_line`](/slides/python-net/aspose.slides.charts/chartportionformat/is_hard_underline_line/) | Determines whether the underline style has own LineFormat properties or inherits it<br/> from the LineFormat properties of the text.<br/> Read/write [`NullableBool`](/slides/python-net/aspose.slides/nullablebool). |
3838
| [`is_hard_underline_fill`](/slides/python-net/aspose.slides.charts/chartportionformat/is_hard_underline_fill/) | Determines whether the underline style has own FillFormat properties or inherits it<br/> from the FillFormat properties of the text.<br/> Read/write [`NullableBool`](/slides/python-net/aspose.slides/nullablebool). |
39-
| [`font_height`](/slides/python-net/aspose.slides.charts/chartportionformat/font_height/) | Returns or sets the font height of a portion.<br/> **float.NaN** means height is undefined and should be inherited from the Master.<br/> Read/write **float**. |
39+
| [`font_height`](/slides/python-net/aspose.slides.charts/chartportionformat/font_height/) | Returns or sets the font height of a portion.<br/>**float.NaN** means height is undefined and should be inherited from the Master.<br/> Read/write **float**. |
4040
| [`latin_font`](/slides/python-net/aspose.slides.charts/chartportionformat/latin_font/) | Returns or sets the Latin font info.<br/> Null means font is undefined and should be inherited from the Master.<br/> Read/write [`IFontData`](/slides/python-net/aspose.slides/ifontdata). |
4141
| [`east_asian_font`](/slides/python-net/aspose.slides.charts/chartportionformat/east_asian_font/) | Returns or sets the East Asian font info.<br/> Null means font is undefined and should be inherited from the Master.<br/> Read/write [`IFontData`](/slides/python-net/aspose.slides/ifontdata). |
4242
| [`complex_script_font`](/slides/python-net/aspose.slides.charts/chartportionformat/complex_script_font/) | Returns or sets the complex script font info.<br/> Null means font is undefined and should be inherited from the Master.<br/> Read/write [`IFontData`](/slides/python-net/aspose.slides/ifontdata). |
4343
| [`symbol_font`](/slides/python-net/aspose.slides.charts/chartportionformat/symbol_font/) | Returns or sets the symbolic font info.<br/> Null means font is undefined and should be inherited from the Master.<br/> Read/write [`IFontData`](/slides/python-net/aspose.slides/ifontdata). |
44-
| [`escapement`](/slides/python-net/aspose.slides.charts/chartportionformat/escapement/) | Returns or sets the superscript or subscript text.<br/> Value from -100% (subscript) to 100% (superscript).<br/> **float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
45-
| [`kerning_minimal_size`](/slides/python-net/aspose.slides.charts/chartportionformat/kerning_minimal_size/) | Returns or sets the minimal font size, for which kerning should be switched on.<br/> **float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
44+
| [`escapement`](/slides/python-net/aspose.slides.charts/chartportionformat/escapement/) | Returns or sets the superscript or subscript text.<br/> Value from -100% (subscript) to 100% (superscript).<br/>**float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
45+
| [`kerning_minimal_size`](/slides/python-net/aspose.slides.charts/chartportionformat/kerning_minimal_size/) | Returns or sets the minimal font size, for which kerning should be switched on.<br/>**float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
4646
| [`language_id`](/slides/python-net/aspose.slides.charts/chartportionformat/language_id/) | Returns or sets the Id of a proofing language. Used for checking spelling and grammar.<br/> Read/write **str**. |
4747
| [`alternative_language_id`](/slides/python-net/aspose.slides.charts/chartportionformat/alternative_language_id/) | Returns or sets the Id of an alternative language.<br/> Read/write **str**. |
48-
| [`spacing`](/slides/python-net/aspose.slides.charts/chartportionformat/spacing/) | Returns or sets the intercharacter spacing increment.<br/> **float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
48+
| [`spacing`](/slides/python-net/aspose.slides.charts/chartportionformat/spacing/) | Returns or sets the intercharacter spacing increment.<br/>**float.NaN** means value is undefined and should be inherited from the Master.<br/> Read/write **float**. |
4949
| [`slide`](/slides/python-net/aspose.slides.charts/chartportionformat/slide/) | |
5050
| [`presentation`](/slides/python-net/aspose.slides.charts/chartportionformat/presentation/) | |
5151

content/python-net/english/aspose.slides.charts/chartportionformat/escapement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 70
1111
## escapement property
1212
Returns or sets the superscript or subscript text.
1313
Value from -100% (subscript) to 100% (superscript).
14-
**float.NaN** means value is undefined and should be inherited from the Master.
14+
**float.NaN** means value is undefined and should be inherited from the Master.
1515
Read/write **float**.
1616

1717
### Definition:

content/python-net/english/aspose.slides.charts/chartportionformat/font_height/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 100
1010

1111
## font_height property
1212
Returns or sets the font height of a portion.
13-
**float.NaN** means height is undefined and should be inherited from the Master.
13+
**float.NaN** means height is undefined and should be inherited from the Master.
1414
Read/write **float**.
1515

1616
### Definition:

content/python-net/english/aspose.slides.charts/chartportionformat/kerning_minimal_size/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 160
1010

1111
## kerning_minimal_size property
1212
Returns or sets the minimal font size, for which kerning should be switched on.
13-
**float.NaN** means value is undefined and should be inherited from the Master.
13+
**float.NaN** means value is undefined and should be inherited from the Master.
1414
Read/write **float**.
1515

1616
### Definition:

content/python-net/english/aspose.slides.charts/chartportionformat/spacing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 250
1010

1111
## spacing property
1212
Returns or sets the intercharacter spacing increment.
13-
**float.NaN** means value is undefined and should be inherited from the Master.
13+
**float.NaN** means value is undefined and should be inherited from the Master.
1414
Read/write **float**.
1515

1616
### Definition:

content/python-net/english/aspose.slides.charts/chartseries/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The ChartSeries type exposes the following members:
2929
| [`order`](/slides/python-net/aspose.slides.charts/chartseries/order/) | Returns the order of a series.<br/> Read/write **int**. |
3030
| [`labels`](/slides/python-net/aspose.slides.charts/chartseries/labels/) | Returns the Labels of a series.<br/> Read-only [`IDataLabelCollection`](/slides/python-net/aspose.slides.charts/idatalabelcollection). |
3131
| [`trend_lines`](/slides/python-net/aspose.slides.charts/chartseries/trend_lines/) | Collection of series trend lines.<br/> Read-only [`ITrendlineCollection`](/slides/python-net/aspose.slides.charts/itrendlinecollection). |
32-
| [`error_bars_x_format`](/slides/python-net/aspose.slides.charts/chartseries/error_bars_x_format/) | Represents ErrorBars of series with derection X. <br/> <br/> ErrorBars with X direction are avalible for series of type area, bar, scatter and bubble. <br/> For any other types of chart this property returns None (including 3D charts).<br/> In case of custom values use DataPoints collection to specify value<br/> (with [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property).<br/> <br/> Read-only [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat). |
33-
| [`error_bars_y_format`](/slides/python-net/aspose.slides.charts/chartseries/error_bars_y_format/) | Represents ErrorBars of series with derection Y.<br/> <br/> ErrorBars with Y direction are avalible for series of type area, bar, line, scatter and bubble. <br/> For any other types of chart this property returns None (including 3D charts). <br/> In case of custom values use DataPoints collection to specify value<br/> (with [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property).<br/> <br/> Read-only [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat). |
32+
| [`error_bars_x_format`](/slides/python-net/aspose.slides.charts/chartseries/error_bars_x_format/) | Represents ErrorBars of series with derection X. <br/><br/> ErrorBars with X direction are avalible for series of type area, bar, scatter and bubble. <br/> For any other types of chart this property returns None (including 3D charts).<br/> In case of custom values use DataPoints collection to specify value<br/> (with [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property).<br/><br/> Read-only [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat). |
33+
| [`error_bars_y_format`](/slides/python-net/aspose.slides.charts/chartseries/error_bars_y_format/) | Represents ErrorBars of series with derection Y.<br/><br/> ErrorBars with Y direction are avalible for series of type area, bar, line, scatter and bubble. <br/> For any other types of chart this property returns None (including 3D charts). <br/> In case of custom values use DataPoints collection to specify value<br/> (with [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property).<br/><br/> Read-only [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat). |
3434
| [`related_legend_entry`](/slides/python-net/aspose.slides.charts/chartseries/related_legend_entry/) | Represents legend entry related with this series<br/> Read-only [`ILegendEntryProperties`](/slides/python-net/aspose.slides.charts/ilegendentryproperties). |
3535
| [`number_format_of_values`](/slides/python-net/aspose.slides.charts/chartseries/number_format_of_values/) | NumberFormatOfValues.<br/> Read/write **str**. |
3636
| [`number_format_of_x_values`](/slides/python-net/aspose.slides.charts/chartseries/number_format_of_x_values/) | NumberFormatOfXValues.<br/> Read/write **str**. |

0 commit comments

Comments
 (0)