Skip to content

Commit 342d07e

Browse files
Aspose.Slides for Python via .NET 25.2 API Reference
1 parent 8927ee5 commit 342d07e

File tree

182 files changed

+780
-152
lines changed

Some content is hidden

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

182 files changed

+780
-152
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The HtmlOptions type exposes the following members:
3434
| [`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) |
3535
| [`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`. |
3636
| [`html_formatter`](/slides/python-net/aspose.slides.export/htmloptions/html_formatter/) | Returns or sets HTML template.<br/> Read/write [`IHtmlFormatter`](/slides/python-net/aspose.slides.export/ihtmlformatter). |
37+
| [`disable_font_ligatures`](/slides/python-net/aspose.slides.export/htmloptions/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`. |
3738
| [`slide_image_format`](/slides/python-net/aspose.slides.export/htmloptions/slide_image_format/) | Returns or sets slide image format options.<br/> Read/write [`ISlideImageFormat`](/slides/python-net/aspose.slides.export/islideimageformat). |
3839
| [`jpeg_quality`](/slides/python-net/aspose.slides.export/htmloptions/jpeg_quality/) | Returns or sets a value determining the quality of the JPEG images inside PDF document.<br/> Read/write **int**. |
3940
| [`pictures_compression`](/slides/python-net/aspose.slides.export/htmloptions/pictures_compression/) | Represents the pictures compression level |
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/htmloptions/disable_font_ligatures/
7+
weight: 50
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 [`HtmlOptions`](/slides/python-net/aspose.slides.export/htmloptions)
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/htmloptions/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/htmloptions/gradient_style/
7-
weight: 50
7+
weight: 60
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/html_formatter/_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/html_formatter/
7-
weight: 60
7+
weight: 70
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/ink_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/ink_options/
7-
weight: 70
7+
weight: 80
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/jpeg_quality/_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/jpeg_quality/
7-
weight: 80
7+
weight: 90
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/pictures_compression/_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/pictures_compression/
7-
weight: 90
7+
weight: 100
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/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/htmloptions/progress_callback/
7-
weight: 100
7+
weight: 110
88
---
99

1010

content/python-net/english/aspose.slides.export/htmloptions/show_hidden_slides/_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/show_hidden_slides/
7-
weight: 110
7+
weight: 120
88
---
99

1010

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: 120
7+
weight: 130
88
---
99

1010

0 commit comments

Comments
 (0)