HtmlVersion Enum
HtmlVersion Enum
Indicates the version of HTML is used when saving to Html formats.
type HtmlVersion int32
Fields
Field | Description |
---|---|
Default | Save the document in compliance with the MS Excel exporting HTML. |
XHtml | Saves the document in compliance with the XHTML 1.0 Transitional standard. |
Html5 | Saves the document in compliance with the HTML 5 standard. |