<< Click to display table of contents >> TRVHTMLSaveProperties.ExtraStyles |
Specifies additional CSS styles for writing to HTML.
property ExtraStyles: TRVUnicodeString;
(introduced in version 21)
This string is inserted inside <style> tag of saved HTML files.
If TRichView saves CSS style sheet itself (it happens if HTMLSavingType = rvhtmlstNormal, and CSSSavingType = rvcssstStyleSheet, and ExternalCSSFileName = ''), ExtraStyles are written after TRichView style sheet (so ExtraStyles have higher priority).
ExtraStyles are always saved, even if HTMLSavingType = rvhtmlstSimplified.
Default value:
'' (empty string)