| << Click to display table of contents >> TRVHTMLSaveProperties.HTMLSavingType | 
Specifies how text formatting and object properties are represented in saved HTML.
type // Defined in RVStyle.pas
  TRVHTMLSavingType = 
    (rvhtmlstNormal, rvhtmlstSimplified);
property HTMLSavingType: TRVHTMLSavingType;
(introduced in version 21)
| Value | Meaning | 
|---|---|
| rvhtmlstNormal | Normal HTML: formatting is represented by CSS (Cascading Style Sheets) | 
| rvhtmlstSimplified | Simplified HTML: formatting is represented by deprecated HTML tags (like <font> or <b>). CSS is not used. For non-text items (like images or tables) CSS still can be used, if rvcsssoForceNonTextCSS is included in CSSOptions. | 
Default value:
rvhtmlstNormal