Page tree

Versions Compared

Key

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

Excerpt

Vertical alignments for a table cell.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Vertical alignments for a table cell.{excerpt}
{signature:C#}
 public sealed class VerticalAlignment : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class VerticalAlignment
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Text is aligned from the bottom of the cell

...

Text is aligned from the center of the cell

...

{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|Text is aligned from the bottom of the cell|
|{anchor:Center}Center|Text is aligned from the center of the cell|
|{anchor:Top}Top|Text is aligned from the top of the cell|