Class HTMLSaveOptions
Class HTMLSaveOptions
Der Name: Aspose.Html.Saving Sammlung: Aspose.HTML.dll (25.4.0)
HTML speichert Optionen.
[ComVisible(true)]
public class HTMLSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← HTMLSaveOptions
Vererbte Mitglieder
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HTMLSaveOptionen()
public HTMLSaveOptions()
Fields
AUTO
Der Ausgangsdokument wird automatisch ausgewählt.
public const byte AUTO = 0
Feldwert
HTML
Das Dokument wird als HTML gespeichert.
public const byte HTML = 1
Feldwert
XHTML
Das Dokument wird als XHTML gespeichert.
public const byte XHTML = 2
Feldwert
Properties
DocumentType
Erhalten oder festlegen Sie die Ausgangsdokumenttyp.
public byte DocumentType { get; set; }
Eigentumswert
SerializeInputValue
Diese Option kontrolliert, ob Sie den Wert des Aspose.Html.HTMLInputElements oder der Aspose.Html.HTMLTextAreaElements “Wert” Eigenschaft in das “Wert” Attribute serialisieren.
public bool SerializeInputValue { get; set; }