Class HtmlImporter
Numele spaţiului: Aspose.Note.Importing Asamblare: Aspose.Note.dll (25.4.0)
Clasa oferă API pentru a importa conținut din documente în format HTML.API vă permite să importați din documentul HTML situat fie într-un fișier, fie în flux, folosind opțiuni specificate.Opțiunile de import sunt depuse folosind Aspose.Note.Importing.HtmlImporteOptions.
public static class HtmlImporter
{
public static void Import(string inputFilePath, string outputFilePath)
{
}
}
Inheritance
Membrii moștenitori
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Importul (string, HtmlImportOptions)
Importă conținutul unui document HTML dintr-un fișier specificat.
public static List<Page> Import(string file, HtmlImportOptions options = null)
{
}
Parameters
file
string
Fișierul HTML.
options
HtmlImportOptions
ale opţiunilor .
Returns
Cuvânt cheie Aspose.Note.Importing.HtmlImporter.
Importuri (Stream, HtmlImportOptions)
Importă conținutul unui document HTML dintr-un flux furnizat.
public static List<Page> Import(Stream stream, HtmlImportOptions options = null)
{
}
Parameters
stream
Stream
şi fluxul .
options
HtmlImportOptions
ale opţiunilor .
Returns
Cuvânt cheie Aspose.Note.Importing.HtmlImporter.