Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Justification types for a paragraph.

Signature
C#
C#
 public sealed class Justification : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
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.|
Values

Name

Description

Anchor
Center
Center
Center

Paragraph is centered.

Anchor
Left
Left
Left

Paragraph is left-aligned.

Anchor
LeftRight
LeftRight
LeftRight

Paragraph is justified.

Anchor
Right
Right
Right

Paragraph is right-aligned.