added xmlKeys to xmlcomponent

This commit is contained in:
Dolan Miu
2016-04-03 01:44:18 +01:00
parent a70e82a7d0
commit 69edfcc0c9
24 changed files with 137 additions and 59 deletions

View File

@ -1,8 +1,12 @@
import {XmlComponent, Attributes} from "../../xml-components";
export class SectionProperties {
export class SectionProperties implements XmlComponent {
private sectPr: Array<XmlComponent>;
xmlKeys = {
sectPr: 'sectPr'
}
constructor() {
this.sectPr = new Array<XmlComponent>();
this.sectPr.push(new Attributes({