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

An AutoFormatter.Edge value specifies the location of a table cell in relation to the outer edge of the table.

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

Name

Description

Anchor
Bottom
Bottom
Bottom

The cell is in the bottom row of the table.

Anchor
BottomLeft
BottomLeft
BottomLeft

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

Anchor
BottomRight
BottomRight
BottomRight

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

Anchor
None
None
None

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

Anchor
Left
Left
Left

The cell is in the left column of the table.

Anchor
Right
Right
Right

The cell is in the right column of the table.

Anchor
Top
Top
Top

The cell is in the top row of the table.

Anchor
TopLeft
TopLeft
TopLeft

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

Anchor
TopRight
TopRight
TopRight

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