Skip to content

Commit 08ed279

Browse files
Aspose.Slides for Python via .NET 24.7 API Reference
1 parent 1f94920 commit 08ed279

File tree

426 files changed

+1688
-576
lines changed

Some content is hidden

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

426 files changed

+1688
-576
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The Effect type exposes the following members:
2727
| [`target_shape`](/slides/python-net/aspose.slides.animation/effect/target_shape/) | Returns target shape for effect.<br/> Read-only [`IShape`](/slides/python-net/aspose.slides/ishape). |
2828
| [`sound`](/slides/python-net/aspose.slides.animation/effect/sound/) | Defined embedded sound for effect.<br/> Read/write [`IAudio`](/slides/python-net/aspose.slides/iaudio). |
2929
| [`stop_previous_sound`](/slides/python-net/aspose.slides.animation/effect/stop_previous_sound/) | This attribute specifies if the animation effect stops the previous sound.<br/> Read/write **bool**. |
30-
| [`after_animation_type`](/slides/python-net/aspose.slides.animation/effect/after_animation_type/) | Defines an after animation type for effect.<br/> Read/write [`Effect.after_animation_type`](/slides/python-net/aspose.slides.animation/effect#after_animation_type). |
30+
| [`after_animation_type`](/slides/python-net/aspose.slides.animation/effect/after_animation_type/) | Defines an after animation type for effect.<br/> Read/write [`Effect.after_animation_type`](/slides/python-net/aspose.slides.animation/effect/after_animation_type). |
3131
| [`after_animation_color`](/slides/python-net/aspose.slides.animation/effect/after_animation_color/) | Defines an after animation color for effect.<br/> Read/write [`IColorFormat`](/slides/python-net/aspose.slides/icolorformat). |
32-
| [`animate_text_type`](/slides/python-net/aspose.slides.animation/effect/animate_text_type/) | Defines an animate text type for effect. <br/> The shape text can be animated by letter, by word or all at once.<br/> Read/write [`Effect.animate_text_type`](/slides/python-net/aspose.slides.animation/effect#animate_text_type). |
32+
| [`animate_text_type`](/slides/python-net/aspose.slides.animation/effect/animate_text_type/) | Defines an animate text type for effect. <br/> The shape text can be animated by letter, by word or all at once.<br/> Read/write [`Effect.animate_text_type`](/slides/python-net/aspose.slides.animation/effect/animate_text_type). |
3333
| [`delay_between_text_parts`](/slides/python-net/aspose.slides.animation/effect/delay_between_text_parts/) | Defines a delay between animated text parts (words or letters).<br/> A positive value specifies the percentage of effect duration.<br/> A negative value specifies the delay in seconds.<br/> Read/write **float**. |
3434

3535

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

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

1111
## after_animation_type property
1212
Defines an after animation type for effect.
13-
Read/write [`Effect.after_animation_type`](/slides/python-net/aspose.slides.animation/effect#after_animation_type).
13+
Read/write [`Effect.after_animation_type`](/slides/python-net/aspose.slides.animation/effect/after_animation_type).
1414

1515
### Definition:
1616
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 30
1111
## animate_text_type property
1212
Defines an animate text type for effect.
1313
The shape text can be animated by letter, by word or all at once.
14-
Read/write [`Effect.animate_text_type`](/slides/python-net/aspose.slides.animation/effect#animate_text_type).
14+
Read/write [`Effect.animate_text_type`](/slides/python-net/aspose.slides.animation/effect/animate_text_type).
1515

1616
### Definition:
1717
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The IColorEffect type exposes the following members:
2020
| [`from_address`](/slides/python-net/aspose.slides.animation/icoloreffect/from_address/) | This value is used to specify the starting color of behavior.<br/> Read/write [`IColorFormat`](/slides/python-net/aspose.slides/icolorformat). |
2121
| [`to`](/slides/python-net/aspose.slides.animation/icoloreffect/to/) | Describes resulting color for the animation color change.<br/> Read/write [`IColorFormat`](/slides/python-net/aspose.slides/icolorformat). |
2222
| [`by`](/slides/python-net/aspose.slides.animation/icoloreffect/by/) | Describes the relative offset value for the color animation.<br/> Read/write [`IColorOffset`](/slides/python-net/aspose.slides.animation/icoloroffset). |
23-
| [`color_space`](/slides/python-net/aspose.slides.animation/icoloreffect/color_space/) | Represent color space of behavior.<br/> Read/write [`IColorEffect.color_space`](/slides/python-net/aspose.slides.animation/icoloreffect#color_space). |
23+
| [`color_space`](/slides/python-net/aspose.slides.animation/icoloreffect/color_space/) | Represent color space of behavior.<br/> Read/write [`IColorEffect.color_space`](/slides/python-net/aspose.slides.animation/icoloreffect/color_space). |
2424
| [`direction`](/slides/python-net/aspose.slides.animation/icoloreffect/direction/) | Specifies which direction to cycle the hue around the color wheel.<br/> Read/write [`ColorDirection`](/slides/python-net/aspose.slides.animation/colordirection). |
2525
| [`accumulate`](/slides/python-net/aspose.slides.animation/icoloreffect/accumulate/) | |
2626
| [`additive`](/slides/python-net/aspose.slides.animation/icoloreffect/additive/) | |

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

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

1111
## color_space property
1212
Represent color space of behavior.
13-
Read/write [`IColorEffect.color_space`](/slides/python-net/aspose.slides.animation/icoloreffect#color_space).
13+
Read/write [`IColorEffect.color_space`](/slides/python-net/aspose.slides.animation/icoloreffect/color_space).
1414

1515
### Definition:
1616
```python

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The IEffect type exposes the following members:
2727
| [`target_shape`](/slides/python-net/aspose.slides.animation/ieffect/target_shape/) | Returns target shape for effect.<br/> Read-only [`IShape`](/slides/python-net/aspose.slides/ishape). |
2828
| [`sound`](/slides/python-net/aspose.slides.animation/ieffect/sound/) | Defined embedded sound for effect.<br/> Read/write [`IAudio`](/slides/python-net/aspose.slides/iaudio). |
2929
| [`stop_previous_sound`](/slides/python-net/aspose.slides.animation/ieffect/stop_previous_sound/) | This attribute specifies if the animation effect stops the previous sound.<br/> Read/write **bool**. |
30-
| [`after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect/after_animation_type/) | Defined an after animation type for effect.<br/> Read/write [`IEffect.after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect#after_animation_type). |
30+
| [`after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect/after_animation_type/) | Defined an after animation type for effect.<br/> Read/write [`IEffect.after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect/after_animation_type). |
3131
| [`after_animation_color`](/slides/python-net/aspose.slides.animation/ieffect/after_animation_color/) | Defined an after animation color for effect.<br/> Read/write [`IColorFormat`](/slides/python-net/aspose.slides/icolorformat). |
32-
| [`animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect/animate_text_type/) | Defines an animate text type for effect. <br/> The shape text can be animated by letter, by word or all at once.<br/> Read/write [`IEffect.animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect#animate_text_type). |
32+
| [`animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect/animate_text_type/) | Defines an animate text type for effect. <br/> The shape text can be animated by letter, by word or all at once.<br/> Read/write [`IEffect.animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect/animate_text_type). |
3333
| [`delay_between_text_parts`](/slides/python-net/aspose.slides.animation/ieffect/delay_between_text_parts/) | Defines a delay between animated text parts (words or letters).<br/> A positive value specifies the percentage of effect duration.<br/> A negative value specifies the delay in seconds.<br/> Read/write **float**. |
3434

3535

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

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

1111
## after_animation_type property
1212
Defined an after animation type for effect.
13-
Read/write [`IEffect.after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect#after_animation_type).
13+
Read/write [`IEffect.after_animation_type`](/slides/python-net/aspose.slides.animation/ieffect/after_animation_type).
1414

1515
### Definition:
1616
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 30
1111
## animate_text_type property
1212
Defines an animate text type for effect.
1313
The shape text can be animated by letter, by word or all at once.
14-
Read/write [`IEffect.animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect#animate_text_type).
14+
Read/write [`IEffect.animate_text_type`](/slides/python-net/aspose.slides.animation/ieffect/animate_text_type).
1515

1616
### Definition:
1717
```python

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

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

1818
| Property | Description |
1919
| :- | :- |
20-
| [`build_type`](/slides/python-net/aspose.slides.animation/itextanimation/build_type/) | List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.<br/> Read/write [`ITextAnimation.build_type`](/slides/python-net/aspose.slides.animation/itextanimation#build_type). |
20+
| [`build_type`](/slides/python-net/aspose.slides.animation/itextanimation/build_type/) | List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.<br/> Read/write [`ITextAnimation.build_type`](/slides/python-net/aspose.slides.animation/itextanimation/build_type). |
2121
| [`effect_animate_background_shape`](/slides/python-net/aspose.slides.animation/itextanimation/effect_animate_background_shape/) | Linked shape effect with group or not (null)<br/> Read/write [`IEffect`](/slides/python-net/aspose.slides.animation/ieffect). |
2222

2323
## Methods

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

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

1111
## build_type property
1212
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
13-
Read/write [`ITextAnimation.build_type`](/slides/python-net/aspose.slides.animation/itextanimation#build_type).
13+
Read/write [`ITextAnimation.build_type`](/slides/python-net/aspose.slides.animation/itextanimation/build_type).
1414

1515
### Definition:
1616
```python

0 commit comments

Comments
 (0)