#532 Make hyperlinks work on the Header and Footer
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { File } from "../file";
|
||||
import { IViewWrapper } from "../document-wrapper";
|
||||
import { IXmlableObject } from "./xmlable-object";
|
||||
|
||||
export abstract class BaseXmlComponent {
|
||||
@ -10,7 +10,7 @@ export abstract class BaseXmlComponent {
|
||||
this.rootKey = rootKey;
|
||||
}
|
||||
|
||||
public abstract prepForXml(file?: File): IXmlableObject | undefined;
|
||||
public abstract prepForXml(file?: IViewWrapper): IXmlableObject | undefined;
|
||||
|
||||
public get IsDeleted(): boolean {
|
||||
return this.deleted;
|
||||
|
Reference in New Issue
Block a user