|
Top Previous Next |
|
TrvActionParagraph is the action for "Paragraph" command. Unit RichViewActions; Syntax TrvActionParagraph = 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 paragraph 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 almost all paragraph attributes, except for border and background (see TrvActionParaBorder). |