| << Click to display table of contents >> Actions | 
Almost all RichViewActions designed for TRichViewEdit can be used with TSRichViewEdit.
However, printing actions (TrvActionPrint, TrvActionQuickPrint, TrvActionPrintPreview, TrvActionPageSetup) cannot be used. Also, it is highly preferred to use ScaleRichView versions of the note actions (do not use TrvActionInsertFootnote, TrvActionInsertEndnote, TrvActionInsertSidenote, TrvActionInsertTextBox, TrvActionEditNote).
Print and preview:
Page setup:
 TsrvActionOrientationPortrait changes page orientation to "portrait".
 TsrvActionOrientationPortrait changes page orientation to "portrait".
 TsrvActionOrientationLandscape changes page orientation to "landscape".
 TsrvActionOrientationLandscape changes page orientation to "landscape".
 TsrvActionPageFormat changes page size.
 TsrvActionPageFormat changes page size.
 TsrvActionLineNumbers shows or hides line numbers.
 TsrvActionLineNumbers shows or hides line numbers.
View:
 TsrvActionThumbnails shows/hides page thumbnails.
 TsrvActionThumbnails shows/hides page thumbnails.
 TsrvActionLayoutDraft switches the editor to a draft layout.
 TsrvActionLayoutDraft switches the editor to a draft layout.
 TsrvActionLayoutWeb switches the editor to a web layout.
 TsrvActionLayoutWeb switches the editor to a web layout.
 TsrvActionLayoutPrint switches the editor to a print layout.
 TsrvActionLayoutPrint switches the editor to a print layout.
 TsrvActionLayoutSideToSide switches the editor to a side-to-side layout.
 TsrvActionLayoutSideToSide switches the editor to a side-to-side layout.
 TsrvActionLayoutRead switches the editor to a read mode layout.
 TsrvActionLayoutRead switches the editor to a read mode layout.
Zoom:
 TsrvActionZoom applies the specified zooming percent to the editor.
 TsrvActionZoom applies the specified zooming percent to the editor.
 TsrvActionZoomPageWidth zooms the editor to fit the page width in the editor width.
 TsrvActionZoomPageWidth zooms the editor to fit the page width in the editor width.
 TsrvActionZoomFullPage zooms the editor to fit the full page in the editor.
 TsrvActionZoomFullPage zooms the editor to fit the full page in the editor.
Header and footer:
 TsrvActionEditHeader starts editing a page header.
 TsrvActionEditHeader starts editing a page header.
 TsrvActionEditFooter starts editing a page footer.
 TsrvActionEditFooter starts editing a page footer.
 TsrvActionEditMain closes a header/footer editor and returns the main document.
 TsrvActionEditMain closes a header/footer editor and returns the main document.
Notes and text boxes:
 TsrvActionInsertFootnote inserts a footnote.
 TsrvActionInsertFootnote inserts a footnote.
 TsrvActionInsertEndnote inserts an endnote.
 TsrvActionInsertEndnote inserts an endnote.
 TsrvActionInsertSidenote inserts a sidenote (a note in a floating box).
 TsrvActionInsertSidenote inserts a sidenote (a note in a floating box).
 TsrvActionInsertTextBox inserts a text box item.
 TsrvActionInsertTextBox inserts a text box item.
 TsrvActionEditNote starts editing a note or a text box.
 TsrvActionEditNote starts editing a note or a text box.
 TsrvActionReturnToNote moves the caret to the parent note.
 TsrvActionReturnToNote moves the caret to the parent note.
See also: