Back to Devexpress

ParagraphPropertiesMask Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-0e5faf5d.md

latest3.7 KB
Original Source

ParagraphPropertiesMask Enum

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

Declaration

csharp
[Flags]
public enum ParagraphPropertiesMask
vb
<Flags>
Public Enum ParagraphPropertiesMask

Members

NameDescription
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

|

Remarks

A ParagraphPropertiesMask enumeration value is returned by the ParagraphPropertiesBase.Reset property.

See Also

Reset

DevExpress.XtraRichEdit.API.Native Namespace