{description}
{excerpt}Justification types for a paragraph.{excerpt}
{signature:C#}
 public sealed class Justification : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class Justification
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Center}Center|Paragraph is centered.|
|{anchor:Left}Left|Paragraph is left\-aligned.|
|{anchor:LeftRight}LeftRight|Paragraph is justified.|
|{anchor:Right}Right|Paragraph is right\-aligned.|