Skip to content

Commit 6b7d7db

Browse files
Aspose.Slides for Python via .NET 24.12 API Reference
1 parent ad8dfb5 commit 6b7d7db

File tree

67 files changed

+55
-271
lines changed

Some content is hidden

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

67 files changed

+55
-271
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The HtmlOptions type exposes the following members:
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). |
3333
| [`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). |
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) |
35-
| [`notes_comments_layouting`](/slides/python-net/aspose.slides.export/htmloptions/notes_comments_layouting/) | Provides options that control how notes and comments is placed in exported document. |
3635
| [`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`. |
3736
| [`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). |
3837
| [`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). |

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

Lines changed: 0 additions & 26 deletions
This file was deleted.

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: 100
7+
weight: 90
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: 110
7+
weight: 100
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: 120
7+
weight: 110
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: 130
7+
weight: 120
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: 130
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: 140
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: 150
88
---
99

1010

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The IHtmlOptions type exposes the following members:
2424
| [`pictures_compression`](/slides/python-net/aspose.slides.export/ihtmloptions/pictures_compression/) | Represents the pictures compression level<br/> Read/write [`IHtmlOptions.pictures_compression`](/slides/python-net/aspose.slides.export/ihtmloptions/pictures_compression). |
2525
| [`delete_pictures_cropped_areas`](/slides/python-net/aspose.slides.export/ihtmloptions/delete_pictures_cropped_areas/) | A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped <br/> parts will removed, if false they will be serialized in the document (which can possible lead to a <br/> larger file)<br/> Read/write **bool**. |
2626
| [`svg_responsive_layout`](/slides/python-net/aspose.slides.export/ihtmloptions/svg_responsive_layout/) | True to exclude width and height attributes from SVG container - that will make layout responsive. False - otherwise.<br/> Read/write **bool**. |
27-
| [`notes_comments_layouting`](/slides/python-net/aspose.slides.export/ihtmloptions/notes_comments_layouting/) | Provides options that control how notes and comments is placed in exported document. |
2827
| [`slides_layout_options`](/slides/python-net/aspose.slides.export/ihtmloptions/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). |
2928
| [`ink_options`](/slides/python-net/aspose.slides.export/ihtmloptions/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) |
3029
| [`warning_callback`](/slides/python-net/aspose.slides.export/ihtmloptions/warning_callback/) | |

0 commit comments

Comments
 (0)