TdxRichEditControlSetFloatingObjectMiddleLeftAlignment Class
An action object that corresponds to the SetFloatingObjectMiddleLeftAlignment command provided by the Rich Edit control.
Declaration
TdxRichEditControlSetFloatingObjectMiddleLeftAlignment = class(
TdxRichEditControlAction
)
Remarks
This class does not introduce any new public members. Executing a TdxRichEditControlSetFloatingObjectMiddleLeftAlignment
action object positions the selected floating object in the middle left section of the document page:
UI elements linked to a TdxRichEditControlSetFloatingObjectMiddleLeftAlignment
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.FloatingObjects property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
- A floating object is currently selected.
- The selection is not located within a floating object (for instance, the caret or text selection is not located within a text box).
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlSetFloatingObjectMiddleLeftAlignment
See Also