ParagraphPropertiesMask Enum
Lists the value masks available for paragraph properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
None
|
No paragraph properties are specified |
Alignment
|
|
LeftIndent
|
|
RightIndent
|
|
SpacingBefore
|
|
SpacingAfter
|
|
LineSpacing
|
|
FirstLineIndent
|
|
SuppressHyphenation
|
0x00000080 |
SuppressLineNumbers
|
|
ContextualSpacing
|
|
PageBreakBefore
|
|
KeepWithNext
|
|
KeepLinesTogether
|
|
WidowOrphanControl
|
|
OutlineLevel
|
|
BackColor
|
|
RightToLeft
|
|
All
|
Specifies all paragraph properties |
Remarks
A ParagraphPropertiesMask enumeration value is returned by the ParagraphPropertiesBase.Reset property.
See Also