HyperlinkRelationship Class

Definition

Represents a hyperlink relationship.

public class HyperlinkRelationship : DocumentFormat.OpenXml.Packaging.ReferenceRelationship
type HyperlinkRelationship = class
    inherit ReferenceRelationship
Public Class HyperlinkRelationship
Inherits ReferenceRelationship
Inheritance
HyperlinkRelationship

Constructors

HyperlinkRelationship(Uri, Boolean, String)

Initializes a new instance of the HyperlinkRelationship.

Properties

Container

Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship.

(Inherited from ReferenceRelationship)
Id

Gets the relationship ID.

(Inherited from ReferenceRelationship)
IsExternal

Gets a value indicating whether the target of the relationship is Internal or External to the OpenXmlPackage.

(Inherited from ReferenceRelationship)
RelationshipType

Gets the relationship type.

Uri

Gets the target URI of the relationship.

(Inherited from ReferenceRelationship)

Applies to