ReferenceRelationship Class

Definition

Defines a reference relationship. A reference relationship can be internal or external.

public abstract class ReferenceRelationship
type ReferenceRelationship = class
Public MustInherit Class ReferenceRelationship
Inheritance
ReferenceRelationship
Derived

Constructors

ReferenceRelationship(PackageRelationship)

Initializes a new instance of the ReferenceRelationship.

ReferenceRelationship(Uri, Boolean, String, String)

Initializes a new instance of the ReferenceRelationship.

Properties

Container

Gets the owner OpenXmlPartContainer that holds the ReferenceRelationship.

Id

Gets the relationship ID.

IsExternal

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

RelationshipType

Gets the relationship type.

Uri

Gets the target URI of the relationship.

Applies to