HTMLSaveOptions class
HTMLSaveOptions class
Represents HTML save options.
Inheritance: HTMLSaveOptions
→
SaveOptions
The HTMLSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the SaveOptions class. |
Properties
Property | Description |
---|---|
resource_handling_options | Gets a ResourceHandlingOptions object which is used for configuration of resources handling. |
serialize_input_value | This option controls whether to serialize the value of the HTMLInputElement ’s or the HTMLTextAreaElement ’s “value” property into the “value” attribute. |
document_type | Gets or sets the output document type. |
AUTO | The output document type will be selected automatically. |
HTML | The document will be saved as HTML. |
XHTML | The document will be saved as XHTML. |
See Also
- module
aspose.html.saving
- class
HTMLInputElement
- class
HTMLSaveOptions
- class
HTMLTextAreaElement
- class
ResourceHandlingOptions
- class
SaveOptions