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, |
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. |