Skip to content

Commit 0d303ff

Browse files
Aspose.Slides for Python via .NET 25.9 API Reference
1 parent 83c4423 commit 0d303ff

File tree

6,521 files changed

+73615
-6170
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,521 files changed

+73615
-6170
lines changed

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

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

2222

2323
### See Also
24+
* class [`IAIConversation`](/slides/python-net/aspose.slides.ai/iaiconversation)
2425
* class [`IAIWebClient`](/slides/python-net/aspose.slides.ai/iaiwebclient)
2526
* module [`aspose.slides.ai`](/slides/python-net/aspose.slides.ai)
2627
* 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__ {#asposeslidesaiiaiwebclient}
11+
## __init__ {#iaiwebclient}
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__/#asposeslidesaiiaiwebclient) | SlidesAIAgent constructor |
20+
| [`__init__`](/slides/python-net/aspose.slides.ai/slidesaiagent/__init__/#iaiwebclient) | SlidesAIAgent constructor |
2121

2222
## Methods
2323

2424
| Method | Description |
2525
| :- | :- |
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). |
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). |
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-asposeslidesaipresentationcontentamounttype}
11+
## generate_presentation {#str-presentationcontentamounttype}
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-asposeslidesaipresentationcontentamounttype-asposeslidesipresentation}
33+
## generate_presentation {#str-presentationcontentamounttype-ipresentation}
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 {#asposeslidesipresentation-str}
11+
## translate {#ipresentation-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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ weight: 90
99

1010

1111
## BehaviorCollection indexer
12-
Retirns a behavior at the specified index.
13-
1412
## Indexer
1513

1614
| Name | Description |
1715
| :- | :- |
18-
| index | Index of a behavior to return. |
16+
| index | |
1917

2018

2119
### 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/#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. |
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. |
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/#asposeslidesanimationibehavior) | Determines whether the **System.Collections.Generic.ICollection`1** contains a specific value. |
42+
| [`contains`](/slides/python-net/aspose.slides.animation/behaviorcollection/contains/#ibehavior) | 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 {#asposeslidesanimationibehavior}
11+
## add {#ibehavior}
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 {#asposeslidesanimationibehavior}
11+
## contains {#ibehavior}
1212
Determines whether the **System.Collections.Generic.ICollection`1** contains a specific value.
1313

1414
### Returns

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

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

1010

11-
## copy_to {#listasposeslidesanimationibehavior-int}
11+
## copy_to {#listibehavior-int}
1212
Copies the elements of the **System.Collections.Generic.ICollection`1** to an **System.Array**, starting at a particular **System.Array** index.
1313

1414

@@ -20,7 +20,7 @@ def copy_to(self, array, array_index):
2020

2121
| Parameter | Type | Description |
2222
| :- | :- | :- |
23-
| array | **List[aspose.slides.animation.IBehavior]** | The one-dimensional **System.Array** that is the destination of the elements copied from **System.Collections.Generic.ICollection`1**. The **System.Array** must have zero-based indexing. |
23+
| array | **List[IBehavior]** | The one-dimensional **System.Array** that is the destination of the elements copied from **System.Collections.Generic.ICollection`1**. The **System.Array** must have zero-based indexing. |
2424
| array_index | **int** | The zero-based index in `array` at which copying begins. |
2525

2626
### Exceptions

0 commit comments

Comments
 (0)