rename toXml -> prepForXml
This commit is contained in:
@ -2,6 +2,6 @@ import { BaseXmlComponent } from "../docx/xml-components";
|
||||
|
||||
export class Formatter {
|
||||
public format(input: BaseXmlComponent): any {
|
||||
return input.toXml();
|
||||
return input.prepForXml();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user