API Reference

Enum

WordHorizontalRelativePosition

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the horizontal anchor used for positioned Word content.

Inheritance

  • Enum
  • WordHorizontalRelativePosition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordHorizontalRelativePosition Margin #

Anchors relative to the margins.

Value: 0
public const WordHorizontalRelativePosition Page #

Anchors relative to the page.

Value: 1
public const WordHorizontalRelativePosition Column #

Anchors relative to the column.

Value: 2
public const WordHorizontalRelativePosition Character #

Anchors relative to a character.

Value: 3
public const WordHorizontalRelativePosition LeftMargin #

Anchors relative to the left margin.

Value: 4
public const WordHorizontalRelativePosition RightMargin #

Anchors relative to the right margin.

Value: 5
public const WordHorizontalRelativePosition InsideMargin #

Anchors relative to the inside margin.

Value: 6
public const WordHorizontalRelativePosition OutsideMargin #

Anchors relative to the outside margin.

Value: 7