AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 HorizontalAlignment

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

The inline contents are centered within the line box. This is the default value for table headers.

Justify = 3

The text is justified. Text should line up their left and right edges to the left and right content edges of the paragraph.

Left = 0

The inline contents are aligned to the left edge of the line box. This is the default value for table data.

Right = 2

The inline contents are aligned to the right edge of the line box.