AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.456" />

.NET API 957,952 bytes

 WordBreak

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