Class HtmlImporter

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

Inheritance

object HtmlImporter

Membrii moștenitori

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

Import(Cuvânt cheie, 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

List < Page >

Cuvânt cheie Aspose.Note.Importing.HtmlImporter.

Import(Cuvânt cheie, 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

List < Page >

Cuvânt cheie Aspose.Note.Importing.HtmlImporter.

 Română