Table of Contents

Class ZipPackageRelationship

Namespace
OfficeOpenXml.Packaging
Assembly
Magicodes.EPPlus.dll
public class ZipPackageRelationship
Inheritance
ZipPackageRelationship
Inherited Members
Extension Methods

Constructors

ZipPackageRelationship()

public ZipPackageRelationship()

Properties

Id

public string Id { get; }

Property Value

string

RelationshipType

public string RelationshipType { get; }

Property Value

string

SourceUri

public Uri SourceUri { get; }

Property Value

Uri

TargetMode

public TargetMode TargetMode { get; }

Property Value

TargetMode

TargetUri

public Uri TargetUri { get; }

Property Value

Uri