API Reference

Class

OfficeDocumentLink

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Hyperlink or navigation target emitted by a document read adapter.

Inheritance

  • Object
  • OfficeDocumentLink

Usage

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

Returned or exposed by

Constructors

Properties

public String Id { get; set; } #

Stable link identifier within the read result.

public String Kind { get; set; } #

Normalized link kind, such as uri, destination, named-action, or remote.

public String Uri { get; set; } #

URI target when available.

public String DestinationName { get; set; } #

Internal destination name when available.

public Nullable<Int32> DestinationPageNumber { get; set; } #

Internal destination page number when available.

public String DestinationMode { get; set; } #

Internal destination mode when available.

public Nullable<Double> DestinationTop { get; set; } #

Internal destination top coordinate when available.

public Nullable<Double> DestinationLeft { get; set; } #

Internal destination left coordinate when available.

public Nullable<Double> DestinationBottom { get; set; } #

Internal destination bottom coordinate when available.

public Nullable<Double> DestinationRight { get; set; } #

Internal destination right coordinate when available.

public String NamedAction { get; set; } #

Viewer named action when available.

public String RemoteFile { get; set; } #

Remote file target when available.

public String RemoteDestinationName { get; set; } #

Remote destination name within the remote file when available.

public Nullable<Int32> RemoteDestinationPageNumber { get; set; } #

Remote destination page number within the remote file when available.

public String RemoteDestinationMode { get; set; } #

Remote destination mode when available.

public Nullable<Double> RemoteDestinationTop { get; set; } #

Remote destination top coordinate when available.

public Nullable<Double> RemoteDestinationLeft { get; set; } #

Remote destination left coordinate when available.

public Nullable<Double> RemoteDestinationBottom { get; set; } #

Remote destination bottom coordinate when available.

public Nullable<Double> RemoteDestinationRight { get; set; } #

Remote destination right coordinate when available.

public String Text { get; set; } #

Optional display or annotation text for the link.

public ReaderLocation Location { get; set; } #

Source location for this link.

public OfficeDocumentRegion Region { get; set; } #

Source geometry in points when available.