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
}
}