HtmlFormatter
HtmlFormatter class
Represents HTML file template.
public sealed class HtmlFormatter : IHtmlFormatter
Methods
Name | Description |
---|---|
static CreateCustomFormatter(IHtmlFormattingController) | Creates and returns HTML formatter for custom callback-driven html generation. |
static CreateDocumentFormatter(string, bool) | Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another. |
static CreateSlideShowFormatter(string, bool) | Creates and returns HTML formatter for a simple slide show html which shows slides one after another. |
See Also
- interface IHtmlFormatter
- namespace Aspose.Slides.Export
- assembly Aspose.Slides