|
Top Previous Next |
|
TrvActionParaBorder is the action for "Paragraph Border and Background" command. Unit RichViewActions; Syntax TrvActionParaBorder = class(TrvActionParaStyles) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description If UserInterface=False, the action applies its properties to the selected paragraphs. The list of properties to apply is specified in ValidProperties. If UserInterface=True, the action displays a dialog (initialized with properties of the selected paragraphs), assigns the changes to the action's properties, and then applies these properties to the selected paragraph. This action allows changing attributes of paragraph border and background. For changing other paragraph attributes, see TrvActionParagraph. |