#532 Make hyperlinks work on the Header and Footer
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { IViewWrapper } from "file/document-wrapper";
|
||||
import { BaseXmlComponent, IXmlableObject } from "file/xml-components";
|
||||
import { File } from "../file";
|
||||
|
||||
export class Formatter {
|
||||
public format(input: BaseXmlComponent, file?: File): IXmlableObject {
|
||||
public format(input: BaseXmlComponent, file?: IViewWrapper): IXmlableObject {
|
||||
const output = input.prepForXml(file);
|
||||
|
||||
if (output) {
|
||||
|
Reference in New Issue
Block a user