Class HtmlImporter
Nom dels espais: Aspose.Note.Importing Assemblea: Aspose.Note.dll (25.4.0)
La classe que proporciona API per importar continguts de documents en format HTML.L’API permet importar del document HTML situat en un arxiu o en una sèrie utilitzant opcions especificades.Les opcions d’importació són passades utilitzant Aspose.Note.Importing.HtmlIMportOptions.
public static class HtmlImporter
Inheritance
Membres heretats
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Import(Llistat, HtmlImportOptions)
Importa el contingut del document HTML d’un arxiu especificat.
public static List<page> Import(string file, HtmlImportOptions options = null)
Parameters
file
string
El fitxer HTML.
options
HtmlImportOptions
Les opcions.
Returns
El Aspose.Note.Importació.HtmlImporter.
Import(Flux, HtmlImportOptions)
Importa el contingut del document HTML des d’un flux proporcionat.
public static List<page> Import(Stream stream, HtmlImportOptions options = null)
Parameters
stream
Stream
El corrent.
options
HtmlImportOptions
Les opcions.
Returns
El Aspose.Note.Importació.HtmlImporter.