Class HtmlImporter
İsim alanı : Aspose.Note.Importing Toplama: Aspose.Note.dll (25.4.0)
Sınıf, API’yi HTML biçiminde belgelerden içeriği ithal etmek için sağlar.API, belirli seçenekleri kullanarak bir dosyada veya bir akımda yer alan HTML belgesinden ithal etmenizi sağlar.İhracat seçenekleri Aspose.Note.Importing.HtmlIMportOptions kullanılarak geçer.
public static class HtmlImporter
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Import(Çerçeve, HtmlImportOptions)
Belirli bir dosyadan HTML belgesinin içeriğini ithal eder.
public static List<page> Import(string file, HtmlImportOptions options = null)
Parameters
file
string
HTML dosyası için.
options
HtmlImportOptions
Seçenekler için.
Returns
Aspose.Note.Importing.Htmlİhracatçı
Import(Akış, HtmlImportOptions)
HTML belgesinin içeriğini sağlanan bir akımdan ithal eder.
public static List<page> Import(Stream stream, HtmlImportOptions options = null)
Parameters
stream
Stream
akış için.
options
HtmlImportOptions
Seçenekler için.
Returns
Aspose.Note.Importing.Htmlİhracatçı