Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Justification types for a paragraph.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Justification types for a paragraph.{excerpt}
{signature:C#}
 public sealed class Justification : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Justification
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Paragraph is centered.

...

Paragraph is left-aligned.

...

Paragraph is justified.

...

{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.|