#613 #439 Even and odd headers

This commit is contained in:
Dolan
2021-03-16 00:57:27 +00:00
parent 8b2aa58198
commit 131183ae19
7 changed files with 143 additions and 11 deletions

View File

@ -0,0 +1,9 @@
// http://officeopenxml.com/WPSectionFooterReference.php
// https://c-rex.net/projects/samples/ooxml/e1/Part4/OOXML_P4_DOCX_evenAndOddHeaders_topic_ID0ET1WU.html
import { XmlComponent } from "file/xml-components";
export class EvenAndOddHeadersAndFooters extends XmlComponent {
constructor() {
super("w:evenAndOddHeaders");
}
}