Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public sealed class VerticalOrigin : TypesafeEnum
vb.net
Public NotInheritable Class VerticalOrigin
        Inherits TypesafeEnum

Values

Name

Description

Margin

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

Page

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

Text

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

  • No labels