API Reference

Enum

TargetFrame

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

Defines hyperlink target frames.

Inheritance

  • Enum
  • TargetFrame

Usage

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

Values

public const TargetFrame _top #

opens in the current window

Value: 0
public const TargetFrame _self #

Opens in the current window

Value: 1
public const TargetFrame _parent #

opens in the parent of the current frame

Value: 2
public const TargetFrame _blank #

opens in a new web browser window

Value: 3