TRVHTMLSaveProperties.ExternalCSSFileName

<< Click to display table of contents >>

TRVHTMLSaveProperties.ExternalCSSFileName

Specifies a location of CSS styles for writing to HTML.

property ExternalCSSFileName: TRVUnicodeString;

(introduced in version 21)

This property is used only if HTML is saved using CSS, i.e. HTMLSavingType = rvhtmlstNormal.

It allows saving CSS styles externally, instead of inserting them directly in HTML file.

This string is inserted inside <link rel="stylesheet"> tag of saved HTML files.

If this property is defined (not empty), TRichView does not generate style sheet itself (even if CSSSavingType = rvcssstStyleSheet). In this case, it is assumed that this file is created using TRVStyle.SaveCSS method.