AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.387" />

.NET API 955,904 bytes

 WordBreak

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