Back to Devexpress

ParagraphPropertiesBase.SuppressHyphenation Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphpropertiesbase-d7e6f49d.md

latest1.6 KB
Original Source

ParagraphPropertiesBase.SuppressHyphenation Property

Gets or sets whether to hyphenate a paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

true , to suppress hyphenation; false , to enable hyphenation or null ( Nothing in Visual Basic) for a mixture of hyphenation styles.

|

Remarks

This property is implemented to preserve the hyphenation option for a paragraph when a document is loaded into the RichEditControl and saved afterwards. Currently the RichEditControl itself does not provide the auto-hyphenation functionality.

See Also

ParagraphPropertiesBase Interface

ParagraphPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace