move indent.ts over to paragraph and add a #indent method

This commit is contained in:
felipe
2017-03-09 09:18:17 +01:00
parent 77255c9d5e
commit 2684f16579
4 changed files with 26 additions and 3 deletions

View File

@ -1,9 +1,9 @@
import * as _ from "lodash";
import { DocumentAttributes } from "../docx/document/document-attributes";
import { Indent } from "../docx/paragraph/indent";
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";