HTMLSaveOptions class

HTMLSaveOptions class

Represents HTML save options.

Inheritance: HTMLSaveOptionsSaveOptions

The HTMLSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the SaveOptions class.

Properties

PropertyDescription
resource_handling_optionsGets a ResourceHandlingOptions object which is used for configuration of resources handling.
serialize_input_valueThis option controls whether to serialize the value of the HTMLInputElement’s or the HTMLTextAreaElement’s “value” property into the “value” attribute.
document_typeGets or sets the output document type.
AUTOThe output document type will be selected automatically.
HTMLThe document will be saved as HTML.
XHTMLThe document will be saved as XHTML.

See Also