Skip to content

Commit e1c069f

Browse files
Aspose.Slides for Python via .NET 25.3 API Reference
1 parent 71927d2 commit e1c069f

File tree

349 files changed

+4703
-193
lines changed

Some content is hidden

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

349 files changed

+4703
-193
lines changed

content/python-net/english/aspose.slides.export.xaml/ixamloptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The IXamlOptions type exposes the following members:
2323
| [`progress_callback`](/slides/python-net/aspose.slides.export.xaml/ixamloptions/progress_callback/) | |
2424
| [`default_regular_font`](/slides/python-net/aspose.slides.export.xaml/ixamloptions/default_regular_font/) | |
2525
| [`gradient_style`](/slides/python-net/aspose.slides.export.xaml/ixamloptions/gradient_style/) | |
26+
| [`skip_java_script_links`](/slides/python-net/aspose.slides.export.xaml/ixamloptions/skip_java_script_links/) | |
2627

2728

2829
### See Also
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: skip_java_script_links property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export.xaml/ixamloptions/skip_java_script_links/
7+
weight: 70
8+
---
9+
10+
11+
## skip_java_script_links property
12+
### Definition:
13+
```python
14+
@property
15+
def skip_java_script_links(self):
16+
...
17+
18+
@skip_java_script_links.setter
19+
def skip_java_script_links(self, value):
20+
...
21+
```
22+
23+
24+
### See Also
25+
* class [`IXamlOptions`](/slides/python-net/aspose.slides.export.xaml/ixamloptions)
26+
* module [`aspose.slides.export.xaml`](/slides/python-net/aspose.slides.export.xaml)
27+
* library [`Aspose.Slides`](/slides/python-net)
28+

content/python-net/english/aspose.slides.export.xaml/ixamloptions/warning_callback/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export.xaml/ixamloptions/warning_callback/
7-
weight: 70
7+
weight: 80
88
---
99

1010

content/python-net/english/aspose.slides.export.xaml/xamloptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The XamlOptions type exposes the following members:
2929
| [`progress_callback`](/slides/python-net/aspose.slides.export.xaml/xamloptions/progress_callback/) | Represents a callback object for saving progress updates in percentage.<br/> See [`IProgressCallback`](/slides/python-net/aspose.slides/iprogresscallback). |
3030
| [`default_regular_font`](/slides/python-net/aspose.slides.export.xaml/xamloptions/default_regular_font/) | Returns or sets font used in case source font is not found.<br/> Read-write **str**. |
3131
| [`gradient_style`](/slides/python-net/aspose.slides.export.xaml/xamloptions/gradient_style/) | Returns or sets the visual style of the gradient.<br/> Read/write [`GradientStyle`](/slides/python-net/aspose.slides/gradientstyle). |
32+
| [`skip_java_script_links`](/slides/python-net/aspose.slides.export.xaml/xamloptions/skip_java_script_links/) | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. <br/> Read/write **bool**. The default value is **false** . |
3233
| [`export_hidden_slides`](/slides/python-net/aspose.slides.export.xaml/xamloptions/export_hidden_slides/) | Determines whether hidden slides will be exported. |
3334
| [`output_saver`](/slides/python-net/aspose.slides.export.xaml/xamloptions/output_saver/) | Represents an implementation of IOutputSaver interface. |
3435

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: skip_java_script_links property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export.xaml/xamloptions/skip_java_script_links/
7+
weight: 80
8+
---
9+
10+
11+
## skip_java_script_links property
12+
Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation.
13+
Read/write **bool**. The default value is **false** .
14+
15+
16+
### Remarks
17+
18+
When this property is set to **true** , hyperlinks with JavaScript calls will be ignored while saving.
19+
20+
21+
When this property is set to **false** , all hyperlinks will be saved.
22+
23+
### Definition:
24+
```python
25+
@property
26+
def skip_java_script_links(self):
27+
...
28+
29+
@skip_java_script_links.setter
30+
def skip_java_script_links(self, value):
31+
...
32+
```
33+
34+
35+
### See Also
36+
* class [`XamlOptions`](/slides/python-net/aspose.slides.export.xaml/xamloptions)
37+
* module [`aspose.slides.export.xaml`](/slides/python-net/aspose.slides.export.xaml)
38+
* library [`Aspose.Slides`](/slides/python-net)
39+

content/python-net/english/aspose.slides.export.xaml/xamloptions/warning_callback/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export.xaml/xamloptions/warning_callback/
7-
weight: 80
7+
weight: 90
88
---
99

1010

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The GifOptions type exposes the following members:
2929
| [`progress_callback`](/slides/python-net/aspose.slides.export/gifoptions/progress_callback/) | Represents a callback object for saving progress updates in percentage.<br/> See [`IProgressCallback`](/slides/python-net/aspose.slides/iprogresscallback). |
3030
| [`default_regular_font`](/slides/python-net/aspose.slides.export/gifoptions/default_regular_font/) | Returns or sets font used in case source font is not found.<br/> Read-write **str**. |
3131
| [`gradient_style`](/slides/python-net/aspose.slides.export/gifoptions/gradient_style/) | Returns or sets the visual style of the gradient.<br/> Read/write [`GradientStyle`](/slides/python-net/aspose.slides/gradientstyle). |
32+
| [`skip_java_script_links`](/slides/python-net/aspose.slides.export/gifoptions/skip_java_script_links/) | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. <br/> Read/write **bool**. The default value is **false** . |
3233
| [`frame_size`](/slides/python-net/aspose.slides.export/gifoptions/frame_size/) | Gets or sets frame size. |
3334
| [`export_hidden_slides`](/slides/python-net/aspose.slides.export/gifoptions/export_hidden_slides/) | Determines whether hidden slides will be exported.<br/> The default value is false. |
3435
| [`transition_fps`](/slides/python-net/aspose.slides.export/gifoptions/transition_fps/) | Gets or sets transition FPS [frames/sec]<br/> The default value is 25. |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: skip_java_script_links property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export/gifoptions/skip_java_script_links/
7+
weight: 90
8+
---
9+
10+
11+
## skip_java_script_links property
12+
Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation.
13+
Read/write **bool**. The default value is **false** .
14+
15+
16+
### Remarks
17+
18+
When this property is set to **true** , hyperlinks with JavaScript calls will be ignored while saving.
19+
20+
21+
When this property is set to **false** , all hyperlinks will be saved.
22+
23+
### Definition:
24+
```python
25+
@property
26+
def skip_java_script_links(self):
27+
...
28+
29+
@skip_java_script_links.setter
30+
def skip_java_script_links(self, value):
31+
...
32+
```
33+
34+
35+
### See Also
36+
* class [`GifOptions`](/slides/python-net/aspose.slides.export/gifoptions)
37+
* module [`aspose.slides.export`](/slides/python-net/aspose.slides.export)
38+
* library [`Aspose.Slides`](/slides/python-net)
39+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/gifoptions/transition_fps/
7-
weight: 90
7+
weight: 100
88
---
99

1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/gifoptions/warning_callback/
7-
weight: 100
7+
weight: 110
88
---
99

1010

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ The Html5Options type exposes the following members:
2929
| [`progress_callback`](/slides/python-net/aspose.slides.export/html5options/progress_callback/) | Represents a callback object for saving progress updates in percentage.<br/> See [`IProgressCallback`](/slides/python-net/aspose.slides/iprogresscallback). |
3030
| [`default_regular_font`](/slides/python-net/aspose.slides.export/html5options/default_regular_font/) | Returns or sets font used in case source font is not found.<br/> Read-write **str**. |
3131
| [`gradient_style`](/slides/python-net/aspose.slides.export/html5options/gradient_style/) | Returns or sets the visual style of the gradient.<br/> Read/write [`GradientStyle`](/slides/python-net/aspose.slides/gradientstyle). |
32+
| [`skip_java_script_links`](/slides/python-net/aspose.slides.export/html5options/skip_java_script_links/) | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. <br/> Read/write **bool**. The default value is **false** . |
3233
| [`animate_transitions`](/slides/python-net/aspose.slides.export/html5options/animate_transitions/) | Returns or sets transitions animation option.<br/> Read/write **bool**. |
3334
| [`animate_shapes`](/slides/python-net/aspose.slides.export/html5options/animate_shapes/) | Returns or sets shapes animation option.<br/> Read/write **bool**. |
3435
| [`embed_images`](/slides/python-net/aspose.slides.export/html5options/embed_images/) | Returns or sets images embedding option. <br/> Read/write **bool**. |
3536
| [`output_path`](/slides/python-net/aspose.slides.export/html5options/output_path/) | Determines where external resources should be stored. <br/> Read/write **str**. |
3637
| [`notes_comments_layouting`](/slides/python-net/aspose.slides.export/html5options/notes_comments_layouting/) | Provides options that control how notes and comments is placed in exported document.<br/> Read/write [`INotesCommentsLayoutingOptions`](/slides/python-net/aspose.slides.export/inotescommentslayoutingoptions). |
38+
| [`disable_font_ligatures`](/slides/python-net/aspose.slides.export/html5options/disable_font_ligatures/) | Gets or sets a value indicating whether text is rendered without using ligatures.<br/> When set to `true`, ligatures will be disabled in the rendered output. By default, this property is set to `false`. |
3739

3840

3941
### See Also
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: disable_font_ligatures property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export/html5options/disable_font_ligatures/
7+
weight: 60
8+
---
9+
10+
11+
## disable_font_ligatures property
12+
Gets or sets a value indicating whether text is rendered without using ligatures.
13+
When set to `true`, ligatures will be disabled in the rendered output. By default, this property is set to `false`.
14+
15+
### Definition:
16+
```python
17+
@property
18+
def disable_font_ligatures(self):
19+
...
20+
21+
@disable_font_ligatures.setter
22+
def disable_font_ligatures(self, value):
23+
...
24+
```
25+
26+
27+
### See Also
28+
* class [`Html5Options`](/slides/python-net/aspose.slides.export/html5options)
29+
* module [`aspose.slides.export`](/slides/python-net/aspose.slides.export)
30+
* library [`Aspose.Slides`](/slides/python-net)
31+

content/python-net/english/aspose.slides.export/html5options/embed_images/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/embed_images/
7-
weight: 60
7+
weight: 70
88
---
99

1010

content/python-net/english/aspose.slides.export/html5options/gradient_style/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/gradient_style/
7-
weight: 70
7+
weight: 80
88
---
99

1010

content/python-net/english/aspose.slides.export/html5options/notes_comments_layouting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/notes_comments_layouting/
7-
weight: 80
7+
weight: 90
88
---
99

1010

content/python-net/english/aspose.slides.export/html5options/output_path/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/output_path/
7-
weight: 90
7+
weight: 100
88
---
99

1010

content/python-net/english/aspose.slides.export/html5options/progress_callback/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/progress_callback/
7-
weight: 100
7+
weight: 110
88
---
99

1010

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: skip_java_script_links property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export/html5options/skip_java_script_links/
7+
weight: 120
8+
---
9+
10+
11+
## skip_java_script_links property
12+
Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation.
13+
Read/write **bool**. The default value is **false** .
14+
15+
16+
### Remarks
17+
18+
When this property is set to **true** , hyperlinks with JavaScript calls will be ignored while saving.
19+
20+
21+
When this property is set to **false** , all hyperlinks will be saved.
22+
23+
### Definition:
24+
```python
25+
@property
26+
def skip_java_script_links(self):
27+
...
28+
29+
@skip_java_script_links.setter
30+
def skip_java_script_links(self, value):
31+
...
32+
```
33+
34+
35+
### See Also
36+
* class [`Html5Options`](/slides/python-net/aspose.slides.export/html5options)
37+
* module [`aspose.slides.export`](/slides/python-net/aspose.slides.export)
38+
* library [`Aspose.Slides`](/slides/python-net)
39+

content/python-net/english/aspose.slides.export/html5options/warning_callback/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/html5options/warning_callback/
7-
weight: 110
7+
weight: 130
88
---
99

1010

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The HtmlOptions type exposes the following members:
3030
| [`progress_callback`](/slides/python-net/aspose.slides.export/htmloptions/progress_callback/) | Represents a callback object for saving progress updates in percentage.<br/> See [`IProgressCallback`](/slides/python-net/aspose.slides/iprogresscallback). |
3131
| [`default_regular_font`](/slides/python-net/aspose.slides.export/htmloptions/default_regular_font/) | Returns or sets font used in case source font is not found.<br/> Read-write **str**. |
3232
| [`gradient_style`](/slides/python-net/aspose.slides.export/htmloptions/gradient_style/) | Returns or sets the visual style of the gradient.<br/> Read/write [`GradientStyle`](/slides/python-net/aspose.slides/gradientstyle). |
33+
| [`skip_java_script_links`](/slides/python-net/aspose.slides.export/htmloptions/skip_java_script_links/) | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. <br/> Read/write **bool**. The default value is **false** . |
3334
| [`slides_layout_options`](/slides/python-net/aspose.slides.export/htmloptions/slides_layout_options/) | Gets or sets the mode in which slides are placed on the page when exporting a presentation [`ISlidesLayoutOptions`](/slides/python-net/aspose.slides.export/islideslayoutoptions). |
3435
| [`ink_options`](/slides/python-net/aspose.slides.export/htmloptions/ink_options/) | Provides options that control the look of Ink objects in exported document.<br/> Read-only [`IInkOptions`](/slides/python-net/aspose.slides.export/iinkoptions) |
3536
| [`show_hidden_slides`](/slides/python-net/aspose.slides.export/htmloptions/show_hidden_slides/) | Specifies whether the generated document should include hidden slides or not.<br/> Default is `false`. |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: skip_java_script_links property
3+
second_title: Aspose.Slides for Python via .NET API Reference
4+
description:
5+
type: docs
6+
url: /aspose.slides.export/htmloptions/skip_java_script_links/
7+
weight: 130
8+
---
9+
10+
11+
## skip_java_script_links property
12+
Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation.
13+
Read/write **bool**. The default value is **false** .
14+
15+
16+
### Remarks
17+
18+
When this property is set to **true** , hyperlinks with JavaScript calls will be ignored while saving.
19+
20+
21+
When this property is set to **false** , all hyperlinks will be saved.
22+
23+
### Definition:
24+
```python
25+
@property
26+
def skip_java_script_links(self):
27+
...
28+
29+
@skip_java_script_links.setter
30+
def skip_java_script_links(self, value):
31+
...
32+
```
33+
34+
35+
### See Also
36+
* class [`HtmlOptions`](/slides/python-net/aspose.slides.export/htmloptions)
37+
* module [`aspose.slides.export`](/slides/python-net/aspose.slides.export)
38+
* library [`Aspose.Slides`](/slides/python-net)
39+

content/python-net/english/aspose.slides.export/htmloptions/slide_image_format/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/htmloptions/slide_image_format/
7-
weight: 130
7+
weight: 140
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/slides_layout_options/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/htmloptions/slides_layout_options/
7-
weight: 140
7+
weight: 150
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/svg_responsive_layout/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/htmloptions/svg_responsive_layout/
7-
weight: 150
7+
weight: 160
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/warning_callback/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ second_title: Aspose.Slides for Python via .NET API Reference
44
description:
55
type: docs
66
url: /aspose.slides.export/htmloptions/warning_callback/
7-
weight: 160
7+
weight: 170
88
---
99

1010

0 commit comments

Comments
 (0)