Skip to main content
A newer version of this page is available. .

DXRichEditDocumentCapabilitiesOptions.ParagraphFormatting Property

Gets or sets the document’s capability to change paragraph formatting.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DocumentCapability ParagraphFormatting { get; set; }

Property Value

Type Description
DocumentCapability

A DocumentCapability enumeration specifying the document’s capability to handle the paragraph formatting.

Property Paths

You can access this nested property as listed below:

Object Type Path to ParagraphFormatting
RichEditControl
.DocumentCapabilitiesOptions .ParagraphFormatting

Remarks

This property affects the behavior of the following commands:

The DocumentCapability.Default value for the ParagraphFormatting property is equal to DocumentCapability.Enabled, so that the paragraph formatting is available for a document currently loaded in the RichEditControl.

Use the DXRichEditBehaviorOptions.RightToLeftTextDirection option to manage the availability of the ToggleParagraphRightToLeftCommand and ToggleParagraphLeftToRightCommand commands.

The DXRichEditBehaviorOptions.EastAsianTextAlignment property has a priority over the ParagraphFormatting option.

See Also