Skip to content

Commit 6dc38f6

Browse files
Aspose.Slides for Python via .NET 24.9 API Reference
1 parent 839cccf commit 6dc38f6

File tree

20 files changed

+23
-23
lines changed

20 files changed

+23
-23
lines changed

content/python-net/english/aspose.slides.animation/ipoint/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The IPoint type exposes the following members:
1919
| :- | :- |
2020
| [`time`](/slides/python-net/aspose.slides.animation/ipoint/time/) | Represents time value.<br/> Read/write **float**. |
2121
| [`value`](/slides/python-net/aspose.slides.animation/ipoint/value/) | Represents point value.<br/> Only: bool, ColorFormat, float, int, string.<br/> Read/write **any**. |
22-
| [`formula`](/slides/python-net/aspose.slides.animation/ipoint/formula/) | Formulas within values, from, to, by attributes can be made up of these:<br/> Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)<br/> Constants: ‘pi’ ‘e’<br/> Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)<br/> Comparison operators: '==', '>=', '', '!=', '!'<br/> Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’<br/> Natural logarithm ‘ln()’<br/> Property references (host supported properties)<br/> <br/> for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"<br/> Read/write **str**. |
22+
| [`formula`](/slides/python-net/aspose.slides.animation/ipoint/formula/) | Formulas within values, from, to, by attributes can be made up of these:<br/> Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)<br/> Constants: ‘pi’ ‘e’<br/> Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)<br/> Comparison operators: '==', '\>=', '', '!=', '!'<br/> Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’<br/> Natural logarithm ‘ln()’<br/> Property references (host supported properties)<br/> <br/> for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"<br/> Read/write **str**. |
2323

2424

2525
### See Also

content/python-net/english/aspose.slides.animation/ipoint/formula/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Formulas within values, from, to, by attributes can be made up of these:
1313
Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)
1414
Constants: ‘pi’ ‘e’
1515
Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)
16-
Comparison operators: '==', '>=', '', '!=', '!'
16+
Comparison operators: '==', '\>=', '', '!=', '!'
1717
Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’
1818
Natural logarithm ‘ln()’
1919
Property references (host supported properties)

content/python-net/english/aspose.slides.animation/point/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Point type exposes the following members:
2626
| :- | :- |
2727
| [`time`](/slides/python-net/aspose.slides.animation/point/time/) | Represents time value.<br/> Read/write **float**. |
2828
| [`value`](/slides/python-net/aspose.slides.animation/point/value/) | Represents point value.<br/> Only: bool, ColorFormat, float, int, string.<br/> Read/write **any**. |
29-
| [`formula`](/slides/python-net/aspose.slides.animation/point/formula/) | Formulas within values, from, to, by attributes can be made up of these:<br/> Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)<br/> Constants: ‘pi’ ‘e’<br/> Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)<br/> Comparison operators: '==', '>=', '', '!=', '!'<br/> Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’<br/> Natural logarithm ‘ln()’<br/> Property references (host supported properties)<br/> <br/> for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"<br/> Read/write **str**. |
29+
| [`formula`](/slides/python-net/aspose.slides.animation/point/formula/) | Formulas within values, from, to, by attributes can be made up of these:<br/> Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)<br/> Constants: ‘pi’ ‘e’<br/> Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)<br/> Comparison operators: '==', '\>=', '', '!=', '!'<br/> Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’<br/> Natural logarithm ‘ln()’<br/> Property references (host supported properties)<br/> <br/> for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"<br/> Read/write **str**. |
3030

3131

3232
### See Also

content/python-net/english/aspose.slides.animation/point/formula/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Formulas within values, from, to, by attributes can be made up of these:
1313
Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)
1414
Constants: ‘pi’ ‘e’
1515
Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)
16-
Comparison operators: '==', '>=', '', '!=', '!'
16+
Comparison operators: '==', '\>=', '', '!=', '!'
1717
Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’
1818
Natural logarithm ‘ln()’
1919
Property references (host supported properties)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble
1919

2020
For points in ChartDataPointCollection this property is read-only.
2121
In this case for changing value of this property you can use one of the
22-
ChartDataPointCollection.DataSourceTypeFor<...> properties.
22+
ChartDataPointCollection.DataSourceTypeFor\<...\> properties.
2323

2424
### Definition:
2525
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble
1919

2020
For points in ChartDataPointCollection this property is read-only.
2121
In this case for changing value of this property you can use one of the
22-
ChartDataPointCollection.DataSourceTypeFor<...> properties.
22+
ChartDataPointCollection.DataSourceTypeFor\<...\> properties.
2323

2424
### Definition:
2525
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The IBaseChartValue type exposes the following members:
1717

1818
| Property | Description |
1919
| :- | :- |
20-
| [`data_source_type`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data_source_type/) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property <br/> is actual. In other words it specifies the type of value of the Data property.<br/> This property is read-only. For changing value of this property you can use<br/> one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.<br/> Read/write [`IBaseChartValue.data_source_type`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data_source_type). |
20+
| [`data_source_type`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data_source_type/) | Specifies whether AsCell or AsLiteralString or AsLiteralDouble property <br/> is actual. In other words it specifies the type of value of the Data property.<br/> This property is read-only. For changing value of this property you can use<br/> one of the ChartDataPointCollection.DataSourceTypeFor\<...\> properties.<br/> Read/write [`IBaseChartValue.data_source_type`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data_source_type). |
2121
| [`data`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data/) | Read/write **any**. |
2222

2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 20
1212
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
1313
is actual. In other words it specifies the type of value of the Data property.
1414
This property is read-only. For changing value of this property you can use
15-
one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
15+
one of the ChartDataPointCollection.DataSourceTypeFor\<...\> properties.
1616
Read/write [`IBaseChartValue.data_source_type`](/slides/python-net/aspose.slides.charts/ibasechartvalue/data_source_type).
1717

1818
### Definition:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble
1919

2020
For points in ChartDataPointCollection this property is read-only.
2121
In this case for changing value of this property you can use one of the
22-
ChartDataPointCollection.DataSourceTypeFor<...> properties.
22+
ChartDataPointCollection.DataSourceTypeFor\<...\> properties.
2323

2424
### Definition:
2525
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble
1919

2020
For points in ChartDataPointCollection this property is read-only.
2121
In this case for changing value of this property you can use one of the
22-
ChartDataPointCollection.DataSourceTypeFor<...> properties.
22+
ChartDataPointCollection.DataSourceTypeFor\<...\> properties.
2323

2424
### Definition:
2525
```python

0 commit comments

Comments
 (0)