Variable HeaderFooterTypeConst

HeaderFooterType: {
    FOOTER: "w:footerReference";
    HEADER: "w:headerReference";
} = ...

Type declaration

  • Readonly FOOTER: "w:footerReference"
  • Readonly HEADER: "w:headerReference"

Generated using TypeDoc