ParagraphPropertiesMask Enum
Lists the value masks available for paragraph properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.1.Core.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ParagraphPropertiesMask enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.