[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.WrapMode

WrapMode Enum

Specifies how text lines are broken to avoid text overflowing the layout box.

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public enum WrapMode
Public Enum WrapMode

Fields

Name Description
CharWrap

Text lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).

NoWrap

Text lines can not be broken.

WordWrap

Text lines are broken in accordance with the Unicode line breaking algorithm (see Unicode Standard Annex #14).