|
<< Click to display table of contents >> TRVWidget.OptionalContent |
Specifies which optional properties can be changed using this widget.
type
TRVWidgetOptionalContentItem = (
ExtraTextStyles, CustomUnderline,
ParaIndents, ParaSpacing,
LineHeight, ParaBorder,
HeadingLevel
);
TRVWidgetOptionalContent =
set of TRVWidgetOptionalContentItem;
property OptionalContent: TRVWidgetOptionalContent;
You can remove some values from this property to hide the corresponding controls from the widget. This makes the widget simpler for the user.
Value |
Properties |
|---|---|
ExtraTextStyles |
overline and all caps |
CustomUnderline |
underline color and style |
ParaIndents |
paragraph indents: left, right, and first line |
ParaSpacing |
spacing before and after the paragraph |
LineHeight |
line height |
ParaBorder |
paragraph border |
HeadingLevel |
heading level |
Default value:
Low(TRVWidgetOptionalContentItem)..High(TRVWidgetOptionalContentItem) (all properties)