/** * @class Ext.exporter.file.ooxml.XmlRels * @extend Ext.exporter.file.ooxml.Xml * Extend this class when the new class needs to generate an xml file and .rels files * for all linked relationships * * @private */ /** * @method collectFiles * Collect all files that are part of the final zip file * @param {Object} files Object key is the path to the file and object value is the content */ /** * @method collectContentTypes * Collect all content types that are part of the final zip file * @param {Ext.exporter.file.ooxml.ContentType[]} types */