| << Click to display table of contents >> TRVAControlPanel.UserInterface | 
Allows hiding UI options incompatible with some formats.
type
TRVAUserInterface = (rvauiFull, rvauiHTML, rvauiRTF, rvauiText);
property UserInterface: TRVAUserInterface;
| Value | Meaning | 
| rvauiFull | All user interface controls are available. Optimal for RVF documents. | 
| rvauiHTML | All user interface controls providing options incompatible with HTML are hidden. The most noticeable changes: •an alternative HTML-style dialog in TrvActionParaList action; •a hidden "Tabs" page in the TrvActionParagraph action's dialog. | 
| rvauiRTF | All user interface controls providing options incompatible with RTF are hidden. The most noticeable changes: •TrvActionColor, TrvActionVAlign, TrvActionBackground, TrvActionTableCellRotation180 are disabled; •in the table properties dialog, table background is disabled, some options for table borders are not available; •in the image properties dialog, image alignment is not available; •in the paragraph borders dialog, some options are disabled | 
| rvauiText | All user interface controls providing options incompatible with a plain text are hidden or disabled. | 
Default value:
rvauiFull