AngleSharp by Florian Rappl

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

.NET API 1,206,784 bytes

 TextTransform

public enum TextTransform
An enumeration with all possible text transformations.
namespace AngleSharp.Dom.Css { public enum TextTransform : ushort { None, Capitalize, Uppercase, Lowercase, FullWidth } }