@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
21 lines (20 loc) • 780 B
TypeScript
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XNamespace and XName fields for the `xmlns="http://schemas.openxmlformats.org/package/2006/relationships"` namespace.
*/
export declare class Relationships {
/**
* Defines the XML namespace for the package-wide relationships.
*/
static readonly relationships: XNamespace;
/**
* Returns the namespace declaration `XAttribute` for the package-wide relationships.
*/
static get namespaceDeclaration(): XAttribute;
static readonly Relationships: XName;
static readonly Relationship: XName;
static readonly TargetMode: XName;
static readonly Target: XName;
static readonly Type: XName;
static readonly Id: XName;
}