Skip to content

Commit 9d73c65

Browse files
Aspose.Slides for Python via .NET 25.8 API Reference
1 parent 029a14d commit 9d73c65

File tree

6,714 files changed

+8392
-74140
lines changed

Some content is hidden

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

6,714 files changed

+8392
-74140
lines changed

content/python-net/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ weight: 12
1919
| [`aspose.slides.charts`](/slides/python-net/aspose.slides.charts/) | Contains classes for work with charts in Microsoft PowerPoint presentations. |
2020
| [`aspose.slides.dom.ole`](/slides/python-net/aspose.slides.dom.ole/) | Contains classes for work with OLE objects in Microsoft PowerPoint presentations. |
2121
| [`aspose.slides.effects`](/slides/python-net/aspose.slides.effects/) | Contains classes for work with various effects in Microsoft PowerPoint presentations. |
22+
| [`aspose.slides.excel`](/slides/python-net/aspose.slides.excel/) | Contains classes for work with external Microsoft Excel spreadsheets. |
2223
| [`aspose.slides.export`](/slides/python-net/aspose.slides.export/) | Contains classes for exporting Microsoft PowerPoint presentations to different formats like Html, Pdf, Svg, Xps and others. |
23-
| [`aspose.slides.export.web`](/slides/python-net/aspose.slides.export.web/) | Contains classes for exporting Microsoft PowerPoint presentations to Html with extension projects. |
2424
| [`aspose.slides.export.xaml`](/slides/python-net/aspose.slides.export.xaml/) | Contains classes for exporting Microsoft PowerPoint presentations to XAML. |
2525
| [`aspose.slides.importing`](/slides/python-net/aspose.slides.importing/) | Contains classes importing data into Microsoft PowerPoint presentations. |
2626
| [`aspose.slides.ink`](/slides/python-net/aspose.slides.ink/) | Contains classes for work with Ink. |

content/python-net/english/aspose.slides.ai/iaiwebclient/create_conversation/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def create_conversation(self):
2121

2222

2323
### See Also
24-
* class [`IAIConversation`](/slides/python-net/aspose.slides.ai/iaiconversation)
2524
* class [`IAIWebClient`](/slides/python-net/aspose.slides.ai/iaiwebclient)
2625
* module [`aspose.slides.ai`](/slides/python-net/aspose.slides.ai)
2726
* library [`Aspose.Slides`](/slides/python-net)

content/python-net/english/aspose.slides.ai/slidesaiagent/__init__/_index.md

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

1010

11-
## __init__ {#iaiwebclient}
11+
## __init__ {#asposeslidesaiiaiwebclient}
1212
SlidesAIAgent constructor
1313

1414

content/python-net/english/aspose.slides.ai/slidesaiagent/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ The SlidesAIAgent type exposes the following members:
1717

1818
| Constructor | Description |
1919
| :- | :- |
20-
| [`__init__`](/slides/python-net/aspose.slides.ai/slidesaiagent/__init__/#iaiwebclient) | SlidesAIAgent constructor |
20+
| [`__init__`](/slides/python-net/aspose.slides.ai/slidesaiagent/__init__/#asposeslidesaiiaiwebclient) | SlidesAIAgent constructor |
2121

2222
## Methods
2323

2424
| Method | Description |
2525
| :- | :- |
26-
| [`generate_presentation`](/slides/python-net/aspose.slides.ai/slidesaiagent/generate_presentation/#str-presentationcontentamounttype) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
27-
| [`generate_presentation`](/slides/python-net/aspose.slides.ai/slidesaiagent/generate_presentation/#str-presentationcontentamounttype-ipresentation) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
28-
| [`translate`](/slides/python-net/aspose.slides.ai/slidesaiagent/translate/#ipresentation-str) | Translates a presentation to the specified language using AI (synchronous version). |
26+
| [`generate_presentation`](/slides/python-net/aspose.slides.ai/slidesaiagent/generate_presentation/#str-asposeslidesaipresentationcontentamounttype) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
27+
| [`generate_presentation`](/slides/python-net/aspose.slides.ai/slidesaiagent/generate_presentation/#str-asposeslidesaipresentationcontentamounttype-asposeslidesipresentation) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
28+
| [`translate`](/slides/python-net/aspose.slides.ai/slidesaiagent/translate/#asposeslidesipresentation-str) | Translates a presentation to the specified language using AI (synchronous version). |
2929

3030

3131
### See Also

content/python-net/english/aspose.slides.ai/slidesaiagent/generate_presentation/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 20
88
---
99

1010

11-
## generate_presentation {#str-presentationcontentamounttype}
11+
## generate_presentation {#str-asposeslidesaipresentationcontentamounttype}
1212
Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
1313

1414

@@ -30,7 +30,7 @@ def generate_presentation(self, description, presentation_content_amount):
3030
| **RuntimeError(Proxy error(ArgumentException))** | AI chat instruction can't be None or empty. |
3131

3232

33-
## generate_presentation {#str-presentationcontentamounttype-ipresentation}
33+
## generate_presentation {#str-asposeslidesaipresentationcontentamounttype-asposeslidesipresentation}
3434
Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language.
3535

3636

content/python-net/english/aspose.slides.ai/slidesaiagent/translate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 30
88
---
99

1010

11-
## translate {#ipresentation-str}
11+
## translate {#asposeslidesipresentation-str}
1212
Translates a presentation to the specified language using AI (synchronous version).
1313

1414

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ weight: 90
99

1010

1111
## BehaviorCollection indexer
12+
Retirns a behavior at the specified index.
13+
1214
## Indexer
1315

1416
| Name | Description |
1517
| :- | :- |
16-
| index | |
18+
| index | Index of a behavior to return. |
1719

1820

1921
### See Also

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Retirns a behavior at the specified index.
3232

3333
| Method | Description |
3434
| :- | :- |
35-
| [`add`](/slides/python-net/aspose.slides.animation/behaviorcollection/add/#ibehavior) | Add new behavior to a collection. |
36-
| [`index_of`](/slides/python-net/aspose.slides.animation/behaviorcollection/index_of/#ibehavior) | Determines the index of a specific item in the **System.Collections.Generic.IList`1**. |
37-
| [`insert`](/slides/python-net/aspose.slides.animation/behaviorcollection/insert/#int-ibehavior) | Inserts new behavior to a collection at the specified index. |
38-
| [`copy_to`](/slides/python-net/aspose.slides.animation/behaviorcollection/copy_to/#listibehavior-int) | Copies the elements of the **System.Collections.Generic.ICollection`1** to an **System.Array**, starting at a particular **System.Array** index. |
39-
| [`remove`](/slides/python-net/aspose.slides.animation/behaviorcollection/remove/#ibehavior) | Removes specified behavior from a collection. |
35+
| [`add`](/slides/python-net/aspose.slides.animation/behaviorcollection/add/#asposeslidesanimationibehavior) | Add new behavior to a collection. |
36+
| [`index_of`](/slides/python-net/aspose.slides.animation/behaviorcollection/index_of/#asposeslidesanimationibehavior) | Determines the index of a specific item in the **System.Collections.Generic.IList`1**. |
37+
| [`insert`](/slides/python-net/aspose.slides.animation/behaviorcollection/insert/#int-asposeslidesanimationibehavior) | Inserts new behavior to a collection at the specified index. |
38+
| [`copy_to`](/slides/python-net/aspose.slides.animation/behaviorcollection/copy_to/#listasposeslidesanimationibehavior-int) | Copies the elements of the **System.Collections.Generic.ICollection`1** to an **System.Array**, starting at a particular **System.Array** index. |
39+
| [`remove`](/slides/python-net/aspose.slides.animation/behaviorcollection/remove/#asposeslidesanimationibehavior) | Removes specified behavior from a collection. |
4040
| [`remove_at`](/slides/python-net/aspose.slides.animation/behaviorcollection/remove_at/#int) | Removes behavior from a collection at the specified index. |
4141
| [`clear`](/slides/python-net/aspose.slides.animation/behaviorcollection/clear/#) | Removes all behaviors from a collection. |
42-
| [`contains`](/slides/python-net/aspose.slides.animation/behaviorcollection/contains/#ibehavior) | Determines whether the **System.Collections.Generic.ICollection`1** contains a specific value. |
42+
| [`contains`](/slides/python-net/aspose.slides.animation/behaviorcollection/contains/#asposeslidesanimationibehavior) | Determines whether the **System.Collections.Generic.ICollection`1** contains a specific value. |
4343

4444

4545
### See Also

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

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

1010

11-
## add {#ibehavior}
11+
## add {#asposeslidesanimationibehavior}
1212
Add new behavior to a collection.
1313

1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 30
88
---
99

1010

11-
## contains {#ibehavior}
11+
## contains {#asposeslidesanimationibehavior}
1212
Determines whether the **System.Collections.Generic.ICollection`1** contains a specific value.
1313

1414
### Returns

0 commit comments

Comments
 (0)