Table of Contents

Enum WordBreak

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

The list of possible horizontal alignments.

public enum WordBreak : byte
Extension Methods

Fields

BreakAll = 1

Word breaks may be inserted between any character for non-CJK (Chinese/Japanese/Korean) text.

KeepAll = 2

Don't allow word breaks for CJK text. Non-CJK text behavior is the same as for normal.

Normal = 0

Use the default line break rule.