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

0 commit comments

Comments
 (0)