Class HtmlImporter
Class HtmlImporter
名称: Aspose.Note.Importing 集合: Aspose.Note.dll (25.4.0)
该类提供API来从HTML格式文档中进口内容。API 允许从 HTML 文档中进口,无论是在文件中还是在流中,使用指定的选项。进口选项通过使用 Aspose.Note.Importing.HtmlIMportOptions。
public static class HtmlImporter
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
Import(字符串,HtmlImportOptions)
从特定文件中导入 HTML 文档的内容。
public static List<page> Import(string file, HtmlImportOptions options = null)
Parameters
file
string
HTML 文件。
options
HtmlImportOptions
选项的。
Returns
以 WL31_.Importing.HtmlImporter。
Import(流量,HtmlImportOptions)
从提供的流中导入HTML文档的内容。
public static List<page> Import(Stream stream, HtmlImportOptions options = null)
Parameters
stream
Stream
流的。
options
HtmlImportOptions
选项的。
Returns
以 WL31_.Importing.HtmlImporter。