Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}An [AbsolutePositioning.HorizontalOrigin|AbsolutePositioning.HorizontalOrigin] value specifies the vertical origin of a table or paragraph position's y coordinate.

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class HorizontalOrigin : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class HorizontalOrigin
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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.

...

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

...

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

...

{signature}
{values}
||Name||Description||
|{anchor:Column}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.|
|{anchor:Margin}Margin|The position's x coordinate is relative to the left margin of the page.|
|{anchor:Page}Page|The position's x coordinate is relative to the left border of the page.|
|{anchor:Text}Text|The position's x coordinate is relative to the position of the table or paragraph if it were not absolutely positioned.|