Skip to main content
A newer version of this page is available. .

ParagraphPropertiesMask Enum

Lists the value masks available for paragraph properties.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

[Flags]
public enum ParagraphPropertiesMask

Members

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

Remarks

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

See Also