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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Contains classes for work with charts in Microsoft PowerPoint presentations.
4949
| [`DataTable`](/slides/python-net/aspose.slides.charts/datatable/) | Represents data table properties. |
5050
| [`DoubleChartValue`](/slides/python-net/aspose.slides.charts/doublechartvalue/) | Represent double value which can be stored in pptx presentation document in two ways:<br/> 1) in cell/cells of workbook related to chart;<br/> 2) as literal value. |
5151
| [`ErrorBarsCustomValues`](/slides/python-net/aspose.slides.charts/errorbarscustomvalues/) | Specifies the errors bar values. It shall be used only when the Error bars value type is Custom. |
52-
| [`ErrorBarsFormat`](/slides/python-net/aspose.slides.charts/errorbarsformat/) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection<br/> (in [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint#error_bars_custom_values) property). |
52+
| [`ErrorBarsFormat`](/slides/python-net/aspose.slides.charts/errorbarsformat/) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection<br/> (in [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property). |
5353
| [`Format`](/slides/python-net/aspose.slides.charts/format/) | Represents chart format properties. |
5454
| [`IActualLayout`](/slides/python-net/aspose.slides.charts/iactuallayout/) | Specifies actual position of a chart element. |
5555
| [`IAxesManager`](/slides/python-net/aspose.slides.charts/iaxesmanager/) | Provides access to chart axes. |
@@ -91,7 +91,7 @@ Contains classes for work with charts in Microsoft PowerPoint presentations.
9191
| [`IDataTable`](/slides/python-net/aspose.slides.charts/idatatable/) | Represents data table properties. |
9292
| [`IDoubleChartValue`](/slides/python-net/aspose.slides.charts/idoublechartvalue/) | Represent double value which can be stored in pptx presentation document in two ways:<br/> 1) in cell/cells of workbook related to chart;<br/> 2) as literal value. |
9393
| [`IErrorBarsCustomValues`](/slides/python-net/aspose.slides.charts/ierrorbarscustomvalues/) | Specifies the errors bar values. It shall be used only when the Error bars value type is Custom. |
94-
| [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat/) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection<br/> (in [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint#error_bars_custom_values) property). |
94+
| [`IErrorBarsFormat`](/slides/python-net/aspose.slides.charts/ierrorbarsformat/) | Represents error bars of chart series. ErrorBars custom values are in IChartDataPointCollection<br/> (in [`IChartDataPoint.error_bars_custom_values`](/slides/python-net/aspose.slides.charts/ichartdatapoint/error_bars_custom_values) property). |
9595
| [`IFormat`](/slides/python-net/aspose.slides.charts/iformat/) | Represents chart format properties. |
9696
| [`IFormattedTextContainer`](/slides/python-net/aspose.slides.charts/iformattedtextcontainer/) | Represents chart text format. |
9797
| [`ILayoutable`](/slides/python-net/aspose.slides.charts/ilayoutable/) | Specifies the exact position of a chart element. |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The Chart type exposes the following members:
4040
| [`width`](/slides/python-net/aspose.slides.charts/chart/width/) | Returns or sets the width of the shape.<br/> Read/write **float**. |
4141
| [`height`](/slides/python-net/aspose.slides.charts/chart/height/) | Returns or sets the height of the shape.<br/> Read/write **float**. |
4242
| [`black_white_mode`](/slides/python-net/aspose.slides.charts/chart/black_white_mode/) | Property specifies how a shape will render in black-and-white display mode..<br/> Read/write [`BlackWhiteMode`](/slides/python-net/aspose.slides/blackwhitemode). |
43-
| [`unique_id`](/slides/python-net/aspose.slides.charts/chart/unique_id/) | Gets unique shape identifier in presentation scope.<br/> Read-only **int**.<br/> See also [`Shape.office_interop_shape_id`](/slides/python-net/aspose.slides/shape#office_interop_shape_id) for getting unique shape identifier in slide scope. |
44-
| [`office_interop_shape_id`](/slides/python-net/aspose.slides.charts/chart/office_interop_shape_id/) | Gets unique shape identifier in slide scope.<br/> Read-only **int**.<br/> See also [`Shape.unique_id`](/slides/python-net/aspose.slides/shape#unique_id) for getting unique shape identifier in presentation scope. |
43+
| [`unique_id`](/slides/python-net/aspose.slides.charts/chart/unique_id/) | Gets unique shape identifier in presentation scope.<br/> Read-only **int**.<br/> See also [`Shape.office_interop_shape_id`](/slides/python-net/aspose.slides/shape/office_interop_shape_id) for getting unique shape identifier in slide scope. |
44+
| [`office_interop_shape_id`](/slides/python-net/aspose.slides.charts/chart/office_interop_shape_id/) | Gets unique shape identifier in slide scope.<br/> Read-only **int**.<br/> See also [`Shape.unique_id`](/slides/python-net/aspose.slides/shape/unique_id) for getting unique shape identifier in presentation scope. |
4545
| [`alternative_text`](/slides/python-net/aspose.slides.charts/chart/alternative_text/) | Returns or sets the alternative text associated with a shape.<br/> Read/write **str**. |
4646
| [`alternative_text_title`](/slides/python-net/aspose.slides.charts/chart/alternative_text_title/) | Returns or sets the title of alternative text associated with a shape.<br/> Read/write **str**. |
4747
| [`name`](/slides/python-net/aspose.slides.charts/chart/name/) | Returns or sets the name of a shape.<br/> Must be not null. Use empty string value if needed.<br/> Read/write **str**. |
@@ -68,7 +68,7 @@ The Chart type exposes the following members:
6868
| [`back_wall`](/slides/python-net/aspose.slides.charts/chart/back_wall/) | Returns an object which allows to change format of the back wall of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
6969
| [`side_wall`](/slides/python-net/aspose.slides.charts/chart/side_wall/) | Returns an object which allows to change format of the side wall of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
7070
| [`floor`](/slides/python-net/aspose.slides.charts/chart/floor/) | Returns an object which allows to change format of the floor of a 3D chart.<br/> Read-only [`IChartWall`](/slides/python-net/aspose.slides.charts/ichartwall). |
71-
| [`text_format`](/slides/python-net/aspose.slides.charts/chart/text_format/) | Returns chart text format.<br/> The property is not applicable for the following types: [`ChartType.TREEMAP`](/slides/python-net/aspose.slides.charts/charttype#TREEMAP), [`ChartType.SUNBURST`](/slides/python-net/aspose.slides.charts/charttype#SUNBURST),<br/> [`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype#WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype#HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype#FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype#BOX_AND_WHISKER).<br/> Read-only [`IChartTextFormat`](/slides/python-net/aspose.slides.charts/icharttextformat). |
71+
| [`text_format`](/slides/python-net/aspose.slides.charts/chart/text_format/) | Returns chart text format.<br/> The property is not applicable for the following types: [`ChartType.TREEMAP`](/slides/python-net/aspose.slides.charts/charttype/TREEMAP), [`ChartType.SUNBURST`](/slides/python-net/aspose.slides.charts/charttype/SUNBURST),<br/> [`ChartType.WATERFALL`](/slides/python-net/aspose.slides.charts/charttype/WATERFALL), [`ChartType.HISTOGRAM`](/slides/python-net/aspose.slides.charts/charttype/HISTOGRAM), [`ChartType.FUNNEL`](/slides/python-net/aspose.slides.charts/charttype/FUNNEL),[`ChartType.BOX_AND_WHISKER`](/slides/python-net/aspose.slides.charts/charttype/BOX_AND_WHISKER).<br/> Read-only [`IChartTextFormat`](/slides/python-net/aspose.slides.charts/icharttextformat). |
7272
| [`theme_manager`](/slides/python-net/aspose.slides.charts/chart/theme_manager/) | Returns theme manager.<br/> Read-only [`IOverrideThemeManager`](/slides/python-net/aspose.slides.theme/ioverridethememanager). |
7373
| [`user_shapes`](/slides/python-net/aspose.slides.charts/chart/user_shapes/) | Specify the shapes drawn on top of the chart.<br/> Read-only [`IGroupShape`](/slides/python-net/aspose.slides/igroupshape). |
7474
| [`axes`](/slides/python-net/aspose.slides.charts/chart/axes/) | Provide access to chart axes.<br/> Read-only [`IAxesManager`](/slides/python-net/aspose.slides.charts/iaxesmanager). |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Adds a new placeholder if there is no and sets placeholder properties to a speci
1313

1414
### Returns
1515

16-
New [`Shape.placeholder`](/slides/python-net/aspose.slides/shape#placeholder).
16+
New [`Shape.placeholder`](/slides/python-net/aspose.slides/shape/placeholder).
1717

1818

1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Determines whether the shape is grouped.
1515

1616
### Remarks
1717

18-
Property [`Shape.parent_group`](/slides/python-net/aspose.slides/shape#parent_group) returns parent GroupShape object if shape is grouped.
18+
Property [`Shape.parent_group`](/slides/python-net/aspose.slides/shape/parent_group) returns parent GroupShape object if shape is grouped.
1919

2020
### Definition:
2121
```python

0 commit comments

Comments
 (0)