Back to Devexpress

ParagraphPropertiesBase.WidowOrphanControl Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphpropertiesbase-7f54a2ed.md

latest1.7 KB
Original Source

ParagraphPropertiesBase.WidowOrphanControl Property

Gets or sets whether to apply control over the widow and orphan lines.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool? WidowOrphanControl { get; set; }
vb
Property WidowOrphanControl As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true to apply widow/orphan control; false or null for a mixture of true and false.

|

Remarks

Use the WidowOrphanControl property to control the last paragraph line printed by itself at the page top (widow line) and a first paragraph line printed by itself at the page bottom (orphan line). Set the WidowOrphanControl property to true to keeps the widow and orphan line together with the paragraph.

See Also

ParagraphPropertiesBase Interface

ParagraphPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace