AngleSharp by Florian Rappl

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

.NET API 582,656 bytes

 HorizontalAlignment

public enum HorizontalAlignment
The list of possible horizontal alignments.
Center = 1

Center data/Center-justify text. This is the default value for table headers.

Justify = 3

Double-justify text.

Left = 0

Left-flush data/Left-justify text. This is the default value for table data.

Right = 2

Right-flush data/Right-justify text.