ParagraphPropertiesMask Enum
Lists the value masks available for paragraph properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
No paragraph properties are specified |
Alignment
|
|
Left
|
|
Right
|
|
Spacing
|
|
Spacing
|
|
Line
|
|
First
|
|
Suppress
|
0x00000080 |
Suppress
|
|
Contextual
|
|
Page
|
|
Keep
|
|
Keep
|
|
Widow
|
|
Outline
|
|
Back
|
|
Right
|
|
All
|
Specifies all paragraph properties |
#Remarks
A ParagraphPropertiesMask enumeration value is returned by the ParagraphPropertiesBase.Reset property.