Skip to content

Commit c6c60c3

Browse files
Aspose.Slides for .NET 25.5 API Reference
1 parent b88aab9 commit c6c60c3

File tree

85 files changed

+642
-394
lines changed

Some content is hidden

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

85 files changed

+642
-394
lines changed

content/net/english/aspose.slides.export/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Contains classes for exporting Microsoft PowerPoint presentations to different f
5959
| [IHtmlOptions](./ihtmloptions) | Represents a HTML exporting options. |
6060
| [IInkOptions](./iinkoptions) | Provides options that control the look of Ink objects in exported document. |
6161
| [ILinkEmbedController](./ilinkembedcontroller) | Callback interface used to determine how object should be processed during saving. |
62-
| [INotesCommentsLayoutingOptions](./inotescommentslayoutingoptions) | Provides options that control the look of layouting of notes and comments in exported document. |
6362
| [IPdfOptions](./ipdfoptions) | Provides options that control how a presentation is saved in Pdf format. |
6463
| [IPptOptions](./ipptoptions) | Provides options that control how a presentation is saved in PPT format. |
6564
| [IPptxOptions](./ipptxoptions) | Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM). |
@@ -90,6 +89,7 @@ Contains classes for exporting Microsoft PowerPoint presentations to different f
9089
| [Conformance](./conformance) | Specifies the conformance class to which the PresentationML document conforms. |
9190
| [EmbedFontCharacters](./embedfontcharacters) | Represents the rule to use for adding new embedding font into [`IPresentation`](../aspose.slides/ipresentation) |
9291
| [Flavor](./flavor) | All markdown specifications used in program. |
92+
| [HandleRepeatedSpaces](./handlerepeatedspaces) | Specifies how repeated regular space characters should be handled during Markdown export. |
9393
| [HandoutType](./handouttype) | Specifies how many slides and in what sequence will be placed on the page. |
9494
| [ImagePixelFormat](./imagepixelformat) | Specifies the pixel format for the generated images. |
9595
| [LinkEmbedDecision](./linkembeddecision) | Determines how object will be processed during saving. |
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: HandleRepeatedSpaces
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Specifies how repeated regular space characters should be handled during Markdown export.
5+
type: docs
6+
weight: 3660
7+
url: /aspose.slides.export/handlerepeatedspaces/
8+
---
9+
10+
## HandleRepeatedSpaces enumeration
11+
12+
Specifies how repeated regular space characters should be handled during Markdown export.
13+
14+
```csharp
15+
public enum HandleRepeatedSpaces
16+
```
17+
18+
### Values
19+
20+
| Name | Value | Description |
21+
| --- | --- | --- |
22+
| None | `0` | All spaces are preserved as regular space characters without any changes. No transformation is applied, and multiple consecutive spaces are exported as-is. |
23+
| AlternateSpacesToNbsp | `1` | |
24+
| MultipleSpacesToNbsp | `2` | |
25+
26+
### See Also
27+
28+
* namespace [Aspose.Slides.Export](../../aspose.slides.export)
29+
* assembly [Aspose.Slides](../../)
30+
31+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.export/handoutlayoutingoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HandoutLayoutingOptions
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents the handout presentation layout mode for export.
55
type: docs
6-
weight: 3660
6+
weight: 3670
77
url: /aspose.slides.export/handoutlayoutingoptions/
88
---
99

content/net/english/aspose.slides.export/handouttype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HandoutType
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Specifies how many slides and in what sequence will be placed on the page.
55
type: docs
6-
weight: 3670
6+
weight: 3680
77
url: /aspose.slides.export/handouttype/
88
---
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Html5Options
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a HTML5 exporting options.
55
type: docs
6-
weight: 3680
6+
weight: 3690
77
url: /aspose.slides.export/html5options/
88
---
99

@@ -31,10 +31,10 @@ public class Html5Options : SaveOptions, IHtml5Options
3131
| [DisableFontLigatures](../../aspose.slides.export/html5options/disablefontligatures) { getset; } | Gets or sets a value indicating whether text is rendered without using ligatures. When set to `true`, ligatures will be disabled in the rendered output. By default, this property is set to `false`. |
3232
| [EmbedImages](../../aspose.slides.export/html5options/embedimages) { getset; } | Returns or sets images embedding option. Read/write Boolean. |
3333
| [GradientStyle](../../aspose.slides.export/saveoptions/gradientstyle) { getset; } | Returns or sets the visual style of the gradient. Read/write [`GradientStyle`](../../aspose.slides/gradientstyle). |
34-
| [NotesCommentsLayouting](../../aspose.slides.export/html5options/notescommentslayouting) { getset; } | Provides options that control how notes and comments is placed in exported document. Read/write [`INotesCommentsLayoutingOptions`](../inotescommentslayoutingoptions). |
3534
| [OutputPath](../../aspose.slides.export/html5options/outputpath) { getset; } | Determines where external resources should be stored. Read/write String. |
3635
| [ProgressCallback](../../aspose.slides.export/saveoptions/progresscallback) { getset; } | Represents a callback object for saving progress updates in percentage. See [`IProgressCallback`](../../aspose.slides/iprogresscallback). |
3736
| [SkipJavaScriptLinks](../../aspose.slides.export/saveoptions/skipjavascriptlinks) { getset; } | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write Boolean. The default value is **false**. |
37+
| [SlidesLayoutOptions](../../aspose.slides.export/html5options/slideslayoutoptions) { getset; } | Gets or sets the mode in which slides are placed on the page when exporting a presentation [`ISlidesLayoutOptions`](../islideslayoutoptions). |
3838
| [WarningCallback](../../aspose.slides.export/saveoptions/warningcallback) { getset; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write [`IWarningCallback`](../../aspose.slides.warnings/iwarningcallback). |
3939

4040
### Examples

content/net/english/aspose.slides.export/html5options/notescommentslayouting/_index.md

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

content/net/english/aspose.slides.export/html5options/outputpath/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OutputPath
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Determines where external resources should be stored. Read/write String.
55
type: docs
6-
weight: 70
6+
weight: 60
77
url: /aspose.slides.export/html5options/outputpath/
88
---
99

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: SlidesLayoutOptions
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptionsaspose.slides.export/islideslayoutoptions.
5+
type: docs
6+
weight: 70
7+
url: /aspose.slides.export/html5options/slideslayoutoptions/
8+
---
9+
10+
## Html5Options.SlidesLayoutOptions property
11+
12+
Gets or sets the mode in which slides are placed on the page when exporting a presentation [`ISlidesLayoutOptions`](../../islideslayoutoptions).
13+
14+
```csharp
15+
public ISlidesLayoutOptions SlidesLayoutOptions { get; set; }
16+
```
17+
18+
### Examples
19+
20+
Example:
21+
22+
```csharp
23+
[C#]
24+
using (Presentation pres = new Presentation("pres.pptx"))
25+
{
26+
Html5Options options = new Html5Options
27+
{
28+
SlidesLayoutOptions = new HandoutLayoutingOptions
29+
{
30+
Handout = HandoutType.Handouts4Horizontal
31+
}
32+
};
33+
34+
pres.Save("pres.html", SaveFormat.Html5, options);
35+
}
36+
```
37+
38+
### See Also
39+
40+
* interface [ISlidesLayoutOptions](../../islideslayoutoptions)
41+
* class [Html5Options](../../html5options)
42+
* namespace [Aspose.Slides.Export](../../html5options)
43+
* assembly [Aspose.Slides](../../../)
44+
45+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.export/htmlformatter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HtmlFormatter
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents HTML file template.
55
type: docs
6-
weight: 3690
6+
weight: 3700
77
url: /aspose.slides.export/htmlformatter/
88
---
99

content/net/english/aspose.slides.export/htmlgenerator/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HtmlGenerator
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Html generator.
55
type: docs
6-
weight: 3700
6+
weight: 3710
77
url: /aspose.slides.export/htmlgenerator/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: HtmlOptions
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a HTML exporting options.
55
type: docs
6-
weight: 3710
6+
weight: 3720
77
url: /aspose.slides.export/htmloptions/
88
---
99

content/net/english/aspose.slides.export/iembeddedeotfontshtmlcontroller/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IEmbeddedEotFontsHtmlController
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Embedded Eot fonts HTML controller.
55
type: docs
6-
weight: 3720
6+
weight: 3730
77
url: /aspose.slides.export/iembeddedeotfontshtmlcontroller/
88
---
99

content/net/english/aspose.slides.export/iembeddedwofffontshtmlcontroller/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IEmbeddedWoffFontsHtmlController
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Embedded woff fonts html controller.
55
type: docs
6-
weight: 3730
6+
weight: 3740
77
url: /aspose.slides.export/iembeddedwofffontshtmlcontroller/
88
---
99

content/net/english/aspose.slides.export/igifoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IGifOptions
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents GIF exporting options.
55
type: docs
6-
weight: 3740
6+
weight: 3750
77
url: /aspose.slides.export/igifoptions/
88
---
99

content/net/english/aspose.slides.export/ihtml5options/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IHtml5Options
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a HTML5 exporting options.
55
type: docs
6-
weight: 3750
6+
weight: 3760
77
url: /aspose.slides.export/ihtml5options/
88
---
99

@@ -24,8 +24,8 @@ public interface IHtml5Options : ISaveOptions
2424
| [AsISaveOptions](../../aspose.slides.export/ihtml5options/asisaveoptions) { get; } | Returns ISaveOptions interface. Read-only [`ISaveOptions`](../isaveoptions). |
2525
| [DisableFontLigatures](../../aspose.slides.export/ihtml5options/disablefontligatures) { get; set; } | Gets or sets a value indicating whether text is rendered without using ligatures. When set to `true`, ligatures will be disabled in the rendered output. By default, this property is set to `false`. |
2626
| [EmbedImages](../../aspose.slides.export/ihtml5options/embedimages) { getset; } | Returns or sets images embedding option. Read/write Boolean. |
27-
| [NotesCommentsLayouting](../../aspose.slides.export/ihtml5options/notescommentslayouting) { getset; } | Provides options that control how notes and comments is placed in exported document. Read/write [`INotesCommentsLayoutingOptions`](../inotescommentslayoutingoptions). |
2827
| [OutputPath](../../aspose.slides.export/ihtml5options/outputpath) { getset; } | Determines where external resources should be stored. Read/write String. |
28+
| [SlidesLayoutOptions](../../aspose.slides.export/ihtml5options/slideslayoutoptions) { getset; } | Gets or sets the mode in which slides are placed on the page when exporting a presentation [`ISlidesLayoutOptions`](../islideslayoutoptions). |
2929

3030
### Examples
3131

content/net/english/aspose.slides.export/ihtml5options/notescommentslayouting/_index.md

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

content/net/english/aspose.slides.export/ihtml5options/outputpath/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OutputPath
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Determines where external resources should be stored. Read/write String.
55
type: docs
6-
weight: 70
6+
weight: 60
77
url: /aspose.slides.export/ihtml5options/outputpath/
88
---
99

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: SlidesLayoutOptions
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptionsaspose.slides.export/islideslayoutoptions.
5+
type: docs
6+
weight: 70
7+
url: /aspose.slides.export/ihtml5options/slideslayoutoptions/
8+
---
9+
10+
## IHtml5Options.SlidesLayoutOptions property
11+
12+
Gets or sets the mode in which slides are placed on the page when exporting a presentation [`ISlidesLayoutOptions`](../../islideslayoutoptions).
13+
14+
```csharp
15+
public ISlidesLayoutOptions SlidesLayoutOptions { get; set; }
16+
```
17+
18+
### Examples
19+
20+
Example:
21+
22+
```csharp
23+
[C#]
24+
using (Presentation pres = new Presentation("pres.pptx"))
25+
{
26+
Html5Options options = new Html5Options
27+
{
28+
SlidesLayoutOptions = new HandoutLayoutingOptions
29+
{
30+
Handout = HandoutType.Handouts4Horizontal
31+
}
32+
};
33+
34+
pres.Save("pres.html", SaveFormat.Html5, options);
35+
}
36+
```
37+
38+
### See Also
39+
40+
* interface [ISlidesLayoutOptions](../../islideslayoutoptions)
41+
* interface [IHtml5Options](../../ihtml5options)
42+
* namespace [Aspose.Slides.Export](../../ihtml5options)
43+
* assembly [Aspose.Slides](../../../)
44+
45+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.export/ihtmlformatter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IHtmlFormatter
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents HTML file template.
55
type: docs
6-
weight: 3760
6+
weight: 3770
77
url: /aspose.slides.export/ihtmlformatter/
88
---
99

content/net/english/aspose.slides.export/ihtmlformattingcontroller/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IHtmlFormattingController
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Controls a html file generation.
55
type: docs
6-
weight: 3770
6+
weight: 3780
77
url: /aspose.slides.export/ihtmlformattingcontroller/
88
---
99

content/net/english/aspose.slides.export/ihtmlgenerator/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IHtmlGenerator
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Html generator.
55
type: docs
6-
weight: 3780
6+
weight: 3790
77
url: /aspose.slides.export/ihtmlgenerator/
88
---
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IHtmlOptions
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a HTML exporting options.
55
type: docs
6-
weight: 3790
6+
weight: 3800
77
url: /aspose.slides.export/ihtmloptions/
88
---
99

0 commit comments

Comments
 (0)