added more styles

This commit is contained in:
Dolan Miu
2016-05-07 20:17:18 +01:00
parent b86d292c64
commit 7cf6006c1c
3 changed files with 16 additions and 2 deletions

View File

@ -11,4 +11,8 @@ export class Style extends XmlComponent {
push(styleSegment: XmlComponent): void {
this.root.push(styleSegment);
}
}
export class ParagraphStyle extends XmlComponent {
}