OoxmlRelationship

OoxmlRelationship

Overview

OoxmlRelationship is a interface in Aspose.PDF FOSS for TypeScript.

One entry of a .rels file.

Properties: external, id, source, target, type.

Properties

NameTypeAccessDescription
source: stringReadThe part whose relationships file this belongs in; ’’ for the package root.
id: stringReadRelationship id, unique within its source, e.g.
type: stringReadThe ECMA-376 relationship type URI.
target: stringReadRelative to the SOURCE part’s directory, or an absolute URI when external.
external: booleanReadA hyperlink rather than a part in this package.