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

content/python-net/english/aspose.slides.export/gifoptions/frame_size/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets or sets frame size.
1414

1515
### Remarks
1616

17-
If the size is empty then the value will be taken from [`IPresentation.slide_size`](/slides/python-net/aspose.slides/ipresentation/slide_size)>
17+
If the size is empty then the value will be taken from [`IPresentation.slide_size`](/slides/python-net/aspose.slides/ipresentation/slide_size)\>
1818

1919
### Definition:
2020
```python

content/python-net/english/aspose.slides.export/igifoptions/frame_size/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets or sets frame size.
1414

1515
### Remarks
1616

17-
If the size is empty then the value will be taken from [`IPresentation.slide_size`](/slides/python-net/aspose.slides/ipresentation/slide_size)>
17+
If the size is empty then the value will be taken from [`IPresentation.slide_size`](/slides/python-net/aspose.slides/ipresentation/slide_size)\>
1818

1919
### Definition:
2020
```python

content/python-net/english/aspose.slides.mathtext/imathblockcollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gets the item at the specified index.
3434
| :- | :- |
3535
| [`add`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/add/#imathblock) | Adds IMathBlock to the end of collection. |
3636
| [`insert`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/insert/#int-imathblock) | Inserts IMathBlock into the collection at the specified index. |
37-
| [`remove`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/remove/#imathblock) | Removes the first occurrence of a specific object from the collection/>. |
37+
| [`remove`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/remove/#imathblock) | Removes the first occurrence of a specific object from the collection/\>. |
3838
| [`remove_at`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/remove_at/#int) | Removes an item at the specified index of the collection. |
3939
| [`contains`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/contains/#imathblock) | Determines whether the collection contains a specific value. |
4040
| [`index_of`](/slides/python-net/aspose.slides.mathtext/imathblockcollection/index_of/#imathblock) | Determines the index of a specific IMathBlock in collection. |

content/python-net/english/aspose.slides.mathtext/imathblockcollection/remove/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ weight: 60
99

1010

1111
## remove {#imathblock}
12-
Removes the first occurrence of a specific object from the collection/>.
12+
Removes the first occurrence of a specific object from the collection/\>.
1313

1414
### Returns
1515

1616
true if `item` was successfully removed from the collection; otherwise, false.
17-
This method also returns false if `item` is not found in the original collection/>.
17+
This method also returns false if `item` is not found in the original collection/\>.
1818

1919

2020

content/python-net/english/aspose.slides.mathtext/mathparagraph/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Gets the item at the specified index.
4242
| :- | :- |
4343
| [`clear`](/slides/python-net/aspose.slides.mathtext/mathparagraph/clear/#) | Removes all elements from the collection. |
4444
| [`add`](/slides/python-net/aspose.slides.mathtext/mathparagraph/add/#imathblock) | Adds IMathBlock to the end of collection. |
45-
| [`remove`](/slides/python-net/aspose.slides.mathtext/mathparagraph/remove/#imathblock) | Removes the first occurrence of a specific object from the collection/>. |
45+
| [`remove`](/slides/python-net/aspose.slides.mathtext/mathparagraph/remove/#imathblock) | Removes the first occurrence of a specific object from the collection/\>. |
4646
| [`contains`](/slides/python-net/aspose.slides.mathtext/mathparagraph/contains/#imathblock) | Determines whether the collection contains a specific value. |
4747
| [`index_of`](/slides/python-net/aspose.slides.mathtext/mathparagraph/index_of/#imathblock) | Determines the index of a specific IMathBlock in collection. |
4848
| [`insert`](/slides/python-net/aspose.slides.mathtext/mathparagraph/insert/#int-imathblock) | Inserts IMathBlock into the collection at the specified index. |

content/python-net/english/aspose.slides.mathtext/mathparagraph/remove/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ weight: 70
99

1010

1111
## remove {#imathblock}
12-
Removes the first occurrence of a specific object from the collection/>.
12+
Removes the first occurrence of a specific object from the collection/\>.
1313

1414
### Returns
1515

1616
true if `math_block` was successfully removed from the collection; otherwise, false.
17-
This method also returns false if `math_block` is not found in the original collection/>.
17+
This method also returns false if `math_block` is not found in the original collection/\>.
1818

1919

2020

content/python-net/english/aspose.slides.smartart/smartartshapecollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Represents a collection of a SmartArt shapes
1414
The SmartArtShapeCollection type exposes the following members:
1515

1616
Gets the element at the specified index.
17-
Read-only [`SmartArtShape`](/slides/python-net/aspose.slides.smartart/smartartshape).>.
17+
Read-only [`SmartArtShape`](/slides/python-net/aspose.slides.smartart/smartartshape).\>.
1818

1919
## Indexer
2020

content/python-net/english/aspose.slides/ipicturefillformat/compress_image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def compress_image(self, delete_cropped_areas_of_image, resolution):
3030

3131
### Remarks
3232

33-
This method changes the image's size and resolution similar to PowerPoint's "Picture Format -> Compress Pictures" feature.
33+
This method changes the image's size and resolution similar to PowerPoint's "Picture Format -\> Compress Pictures" feature.
3434

3535
### Exceptions
3636

content/python-net/english/aspose.slides/picturefillformat/compress_image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def compress_image(self, delete_cropped_areas_of_image, resolution):
3030

3131
### Remarks
3232

33-
This method changes the image's size and resolution similar to PowerPoint's "Picture Format -> Compress Pictures" feature.
33+
This method changes the image's size and resolution similar to PowerPoint's "Picture Format -\> Compress Pictures" feature.
3434

3535
### Exceptions
3636

content/python-net/english/aspose.slides/tab/compare_to/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Compares the current instance with another object of the same type.
1616
A 32-bit integer that indicates the relative order of the comparands.
1717
The return value has these meanings:
1818

19-
* < 0 - This instance is less than obj.
19+
* \< 0 - This instance is less than obj.
2020

2121
* = 0 - This instance is equal to obj.
2222

23-
* > 0 - This instance is greater than obj.
23+
* \> 0 - This instance is greater than obj.
2424

2525

2626

0 commit comments

Comments
 (0)