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

@ -56,8 +56,11 @@ export class UnhideWhenUsed extends XmlComponent {
}
export class QFormat extends XmlComponent {
export class QuickFormat extends XmlComponent {
constructor() {
super("w:qFormat");
}
}
export class TableProperties extends XmlComponent {