Class HTMLSaveOptions
Class HTMLSaveOptions
Tên không gian: Aspose.Html.Saving Tổng hợp: Aspose.HTML.dll (25.4.0)
Giới thiệu HTML Save Options.
[ComVisible(true)]
public class HTMLSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← HTMLSaveOptions
Thành viên thừa kế
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HTMLSaveTùy chọn()
public HTMLSaveOptions()
Fields
AUTO
Loại tài liệu xuất khẩu sẽ được tự động chọn.
public const byte AUTO = 0
Giá trị Field
HTML
Tài liệu sẽ được lưu như HTML.
public const byte HTML = 1
Giá trị Field
XHTML
Tài liệu sẽ được lưu như XHTML.
public const byte XHTML = 2
Giá trị Field
Properties
DocumentType
Nhận hoặc đặt loại tài liệu xuất.
public byte DocumentType { get; set; }
Giá trị bất động sản
SerializeInputValue
Tùy chọn này kiểm soát xem giá trị của Aspose.Html.HTMLInputElement hay thuộc tính “giá” của Aspose.Html.HTMLTextAreaElement có thể được phân loại vào thuộc tính “giá”.
public bool SerializeInputValue { get; set; }