TdxRichEditControlTableOfContentsSetParagraphHeading9Level Class
An action object that corresponds to the TableOfContentsSetParagraphHeading9Level command provided by the Rich Edit control.
Declaration
TdxRichEditControlTableOfContentsSetParagraphHeading9Level = class(
TdxRichEditControlAction
)
Remarks
This class does not introduce any new public members. Executing a TdxRichEditControlTableOfContentsSetParagraphHeading9Level
action object applies the Heading 9 style to all selected paragraphs or the paragraph in which the caret (or text selection) is currently located. In order to return the default style to the current (selected) paragraph(s), use the TableOfContentsSetParagraphBodyTextLevel command.
UI elements linked to a TdxRichEditControlTableOfContentsSetParagraphHeading9Level
action object are enabled only if the following conditions are met:
- The Rich Edit control’s ReadOnly property is set to
False
. - The Rich Edit control’s Options.DocumentCapabilities.ParagraphStyle property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlTableOfContentsSetParagraphHeading9Level
See Also