AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.2" />

.NET API 1,223,680 bytes

 OverflowWrap

public enum OverflowWrap
An enumeration with all possible Overflow Wrap options.

Indicates that normally unbreakable words may be broken at arbitrary points if there are no otherwise acceptable break points in the line.

Normal = 0

Indicates that lines may only break at normal word break points.