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
| Name | Type | Access | Description |
|---|---|---|---|
source | : string | Read | The part whose relationships file this belongs in; ’’ for the package root. |
id | : string | Read | Relationship id, unique within its source, e.g. |
type | : string | Read | The ECMA-376 relationship type URI. |
target | : string | Read | Relative to the SOURCE part’s directory, or an absolute URI when external. |
external | : boolean | Read | A hyperlink rather than a part in this package. |