officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-0e5faf5d.md
Lists the value masks available for paragraph properties.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[Flags]
public enum ParagraphPropertiesMask
<Flags>
Public Enum ParagraphPropertiesMask
| Name | Description |
|---|---|
None |
No paragraph properties are specified
|
| Alignment |
ParagraphPropertiesBase.Alignment
|
| LeftIndent |
ParagraphPropertiesBase.LeftIndent
|
| RightIndent |
ParagraphPropertiesBase.RightIndent
|
| SpacingBefore |
ParagraphPropertiesBase.SpacingBefore
|
| SpacingAfter |
ParagraphPropertiesBase.SpacingAfter
|
| LineSpacing |
ParagraphPropertiesBase.LineSpacing
|
| FirstLineIndent |
ParagraphPropertiesBase.FirstLineIndent
|
| SuppressHyphenation |
0x00000080
|
| SuppressLineNumbers |
ParagraphPropertiesBase.SuppressLineNumbers
|
| ContextualSpacing |
ParagraphPropertiesBase.ContextualSpacing
|
| PageBreakBefore |
ParagraphPropertiesBase.PageBreakBefore
|
| KeepWithNext |
ParagraphPropertiesBase.KeepWithNext
|
| KeepLinesTogether |
ParagraphPropertiesBase.KeepLinesTogether
|
| WidowOrphanControl |
ParagraphPropertiesBase.WidowOrphanControl
|
| OutlineLevel |
ParagraphPropertiesBase.OutlineLevel
|
| BackColor |
ParagraphPropertiesBase.BackColor
|
| RightToLeft |
ParagraphPropertiesBase.RightToLeft
|
| All |
Specifies all paragraph properties
|
A ParagraphPropertiesMask enumeration value is returned by the ParagraphPropertiesBase.Reset property.
See Also