Page tree
Skip to end of metadata
Go to start of metadata

Description

An AbsolutePositioning.HorizontalOrigin value specifies the vertical origin of a table or paragraph position's y coordinate.

C#
vb.net

Values

Name

Description

Column

The position's x coordinate is relative to the left edge of the current column. If the page does not contain multiple columns, HorizontalOrigin.Column and HorizontalOrigin.Margin are equivalent.

Margin

The position's x coordinate is relative to the left margin of the page.

Page

The position's x coordinate is relative to the left border of the page.

Text

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

  • No labels