AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 TextJustify

public enum TextJustify
An enumeration with all possible text justification options.
namespace AngleSharp.Dom.Css { public enum TextJustify : byte { Auto, InterWord, InterIdeograph, InterCluster, Distribute, DistributeAllLines, DistributeCenterLast, Kashida, Newspaper } }