Class LocalHyperlink

Represents local hyperlink object.

public sealed class LocalHyperlink : Hyperlink

Constructors

NameDescription
LocalHyperlink()Initializes a new instance of the LocalHyperlink class.
LocalHyperlink(BaseParagraph)Initializes a new instance of the LocalHyperlink class.

Properties

NameDescription
Target { get; set; }Gets or sets the target paragraph.
TargetPageNumber { get; set; }Gets or sets the target page number.

See Also