AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.1-beta.491" />

.NET API 962,560 bytes

 WordBreak

public enum WordBreak
The list of possible horizontal alignments.
namespace AngleSharp.Dom { public enum WordBreak : byte { Normal, BreakAll, KeepAll } }