move run-fonts to docx/run and add a test

This commit is contained in:
felipe
2017-03-08 19:48:32 +01:00
parent a454ff9643
commit 237be76d33
3 changed files with 26 additions and 4 deletions

View File

@ -1,11 +1,11 @@
import * as _ from "lodash";
import { DocumentAttributes } from "../docx/document/document-attributes";
import { RunFonts } from "../docx/run/run-fonts";
import { MultiPropertyXmlComponent } from "../docx/xml-components";
import { AbstractNumbering } from "./abstract-numbering";
import { Indent } from "./indent";
import { Level } from "./level";
import { Num } from "./num";
import { RunFonts } from "./run-fonts";
export class Numbering extends MultiPropertyXmlComponent {
private nextId: number;