import { HeaderXml } from "https://deno.land/x/docxml@5.15.3/src/files/HeaderFooterXml.ts";
Constructors
new
HeaderXml(location: string, relationships: RelationshipsXml | null)Static Methods
Instantiate this class by looking at the DOCX XML for it.
fromJsx(location: string, roots: HeaderFooterRoot<HeaderFooterChild | WatermarkText>)
Create a new DOCX with contents composed by this library's components. Needs a single JSX component
as root, for example <Section>
or <Paragragh>
.