API Reference

Enum

WordVerticalRelativePosition

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

Specifies the vertical anchor used for positioned Word content.

Inheritance

  • Enum
  • WordVerticalRelativePosition

Usage

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

Values

public const WordVerticalRelativePosition Margin #

Anchors relative to the margins.

Value: 0
public const WordVerticalRelativePosition Page #

Anchors relative to the page.

Value: 1
public const WordVerticalRelativePosition Paragraph #

Anchors relative to the paragraph.

Value: 2
public const WordVerticalRelativePosition Line #

Anchors relative to the line.

Value: 3
public const WordVerticalRelativePosition TopMargin #

Anchors relative to the top margin.

Value: 4
public const WordVerticalRelativePosition BottomMargin #

Anchors relative to the bottom margin.

Value: 5
public const WordVerticalRelativePosition InsideMargin #

Anchors relative to the inside margin.

Value: 6
public const WordVerticalRelativePosition OutsideMargin #

Anchors relative to the outside margin.

Value: 7