method Header.fromArchiveimport { Header } from "https://deno.land/x/docxml@5.1.0/src/files/wip/Header.ts"; fromArchive(archive: Archive, location: string): Promise<Header>Instantiate this class by looking at the DOCX XML for it. Parametersarchive: Archivelocation: stringReturnsPromise<Header>