Back to Devexpress

TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel Class

vcl-dxrichedit-dot-actions-c9915140.md

latest2.6 KB
Original Source

TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel Class

An action object that corresponds to the TableOfContentsSetParagraphBodyTextLevel command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel action object applies the default style to all selected paragraphs or the paragraph in which the caret (or selection) is currently located.

UI elements linked to a TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel action object are enabled only if the following conditions are met:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel

See Also

TdxRichEditControlTableOfContentsSetParagraphBodyTextLevel Members

dxRichEdit.Actions Unit