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 AbsolutePositioning.VerticalOrigin

...

value

...

specifies

...

the

...

vertical

...

origin

...

of

...

a

...

table

...

or

...

paragraph

...

position's

...

y

...

coordinate.

...

Signature
C#
C#
 public sealed class VerticalOrigin : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class VerticalOrigin
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Margin}Margin|The position's y coordinate is relative to the top margin of the page.|
|{anchor:Page}Page|The position's y coordinate is relative to the top border of the page.|
|{anchor:Text}Text|The position's y coordinate is relative to the position of the table or paragraph if it were not absolutely positioned.|
Values

Name

Description

Anchor
Margin
Margin
Margin

The position's y coordinate is relative to the top margin of the page.

Anchor
Page
Page
Page

The position's y coordinate is relative to the top border of the page.

Anchor
Text
Text
Text

The position's y coordinate is relative to the position of the table or paragraph if it were not absolutely positioned.