Class HtmlImporter
Le nom : Aspose.Note.Importing Assemblée: Aspose.Note.dll (25.4.0)
La classe fournit API pour importer du contenu des documents dans le format HTML.L’API permet d’importer du document HTML situé dans un fichier ou dans une courante en utilisant des options spécifiées.Les options d’importation sont passées à l’aide de Aspose.Note.Importing.HtmlIMportOptions.
public static class HtmlImporter
{
public static void Import(string inputFilePath, string outputFilePath)
{
}
}
Inheritance
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Importation (string, HtmlImportOptions)
Importe le contenu du document HTML d’un fichier spécifié.
public static List<Page> Import(string file, HtmlImportOptions options = null)
{
}
Parameters
file
string
Le fichier HTML.
options
HtmlImportOptions
Le opzioni .
Returns
Le Aspose.Note.Important.HtmlImporter.
Importation (Stream, HtmlImportOptions)
Importe le contenu du document HTML à partir d’un flux fourni.
public static List<Page> Import(Stream stream, HtmlImportOptions options = null)
{
}
Parameters
stream
Stream
Il flusso .
options
HtmlImportOptions
Le opzioni .
Returns
Le Aspose.Note.Important.HtmlImporter.