Page tree

Versions Compared

Key

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

...

Wiki Markup
{description}
{excerpt}An [AutoFormatter.Edge|AutoFormatter.Edge] value specifies the location of a table cell in relation to the outer edge of the table.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class Edge : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Edge
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

The cell is in the bottom row of the table.

...

The cell is in the bottom left corner of the table.

...

The cell is in the bottom right corner of the table.

...

The cell is not within a row or column at the outer edge of the table.

...

The cell is in the left column of the table.

...

The cell is in the right column of the table.

...

The cell is in the top row of the table.

...

The cell is in the top left corner of the table.

...

{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|The cell is in the bottom row of the table.|
|{anchor:BottomLeft}BottomLeft|The cell is in the bottom left corner of the table.|
|{anchor:BottomRight}BottomRight|The cell is in the bottom right corner of the table.|
|{anchor:None}None|The cell is not within a row or column at the outer edge of the table.|
|{anchor:Left}Left|The cell is in the left column of the table.|
|{anchor:Right}Right|The cell is in the right column of the table.|
|{anchor:Top}Top|The cell is in the top row of the table.|
|{anchor:TopLeft}TopLeft|The cell is in the top left corner of the table.|
|{anchor:TopRight}TopRight|The cell is in the top right corner of the table.|