Properties

Defines the properties for the DocumentLink class.

Destination

The Destination property represents the href value for a text link or the src value for an image link.

Kind

The Kind property distinguishes what sort of link the instance represents: wether it’s a reference definition or a link and, if it’s a link, whether it’s text or image and inline, self-referential, or uses a reference.

Markdown

The Markdown property represents the raw Markdown syntax of the link in the document it was parsed from.

Position

The Position property represents where in the Markdown the link was parsed from.

ReferenceID

A ReferenceID is the document-unique ID for a reference definition. For links whose Kind is like *UsingReference, it represents the ID of the reference definition that they are associated with.

Text

The Text property represents the displayed text for a text link and the alt text for an image link.

Title

The Title property represents the title attribute for a link, if specified.