Class HtmlImporter

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
   {
      public static void Import(string inputFilePath, string outputFilePath)
      {
      }
   }

Inheritance

object HtmlImporter

mirasçı üyeleri

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

Methods

İthalat (string, 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

List &lt için; Page >

Aspose.Note.Importing.Htmlİhracatçı

İthalat (Stream, 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

List &lt için; Page >

Aspose.Note.Importing.Htmlİhracatçı

 Türkçe