Class HtmlImporter
HtmlImporter class
The class providing api to import content from documents in HTML format. The api allows to import from HTML document located either in a file or in a stream using specified options. The import options are passed using HtmlImportOptions
.
public static class HtmlImporter
Methods
Name | Description |
---|---|
static Import(Stream, HtmlImportOptions) | Imports content of HTML document from a provided stream. |
static Import(string, HtmlImportOptions) | Imports content of HTML document from a specified file. |
See Also
- namespace Aspose.Note.Importing
- assembly Aspose.Note