How to use the word/numbering.xml function in word

To help you get started, we’ve selected a few word examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zVolodymyr / docxjs / src / DocumentParser.ts View on Github external
parseNumberingAsync(zip){
            var file = zip.files["word/numbering.xml"];
            return file ? file.async("string")
                .then((xml) => this.parseNumberingFile(xml)) : null;
        }
github gitlabhq / gitlabhq / app / assets / javascripts / index.js View on Github external
.then((content) => {
        this.docx.setRelationships(content);
        return this.asyncResult.files['word/numbering.xml'].async('string');
      })
      .then((content) => {

word

Word Processing Document library

Apache-2.0
Latest version published 4 years ago

Package Health Score

70 / 100
Full package analysis