<< Click to display table of contents >> TRVDefaultLoadProperties.DefaultProperties |
Default text attributes for Markdown import.
type
TRVFormattingType = (
rvftH1, rvftH2, rvftH3, rvftH4, rvftH5,
rvftH6, rvftHyperlink);
TRVFormattingDefaultItem = record
FontSizeDouble: Integer;
FontName: TFontName;
Color: TRVColor;
Style: TFontStyles;
end;
property DefaultProperties[
Index: TRVFormattingType]: TRVFormattingDefaultItem;
if StyleTemplates are not used, or there are no necessary style templates, this property defines attributes of headings and hyperlinks.