'Declaration Public Enum WrapMode Inherits System.Enum
public enum WrapMode : System.Enum
'Declaration Public Enum WrapMode Inherits System.Enum
public enum WrapMode : System.Enum
Member | 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). |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.WrapMode