added heading styles

This commit is contained in:
Dolan Miu
2016-05-08 17:01:20 +01:00
parent c6291f57ab
commit a1b4facb40
5 changed files with 79 additions and 11 deletions

View File

@ -1,6 +1,6 @@
import {XmlComponent, Attributes} from "../xml-components";
import {RunProperties} from "./properties";
import {Bold, Italics, Underline} from "../../styles/formatting/run";
import {Bold, Italics, Underline} from "./formatting";
export class Run extends XmlComponent {
private properties: RunProperties;