Class HtmlImporter
Il nome: Aspose.Note.Importing Assemblea: Aspose.Note.dll (25.4.0)
La classe fornisce API per importare contenuti da documenti in formato HTML.L’API consente di importare dal documento HTML situato sia in un file che in una flusso utilizzando le opzioni specificate.Le opzioni di importazione vengono passate utilizzando Aspose.Note.Importing.HtmlImporteOptions.
public static class HtmlImporter
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Import(String, HtmlImportOptions)
Importare il contenuto del documento HTML da un file specifico.
public static List<page> Import(string file, HtmlImportOptions options = null)
Parameters
file
string
Il file HTML.
options
HtmlImportOptions
Le opzioni .
Returns
Il Aspose.Note.Importare.HtmlImporter.
Import(Strumento, HtmlImportOptions)
Importare il contenuto del documento HTML da un flusso fornito.
public static List<page> Import(Stream stream, HtmlImportOptions options = null)
Parameters
stream
Stream
Il flusso .
options
HtmlImportOptions
Le opzioni .
Returns
Il Aspose.Note.Importare.HtmlImporter.