added body

This commit is contained in:
Dolan Miu
2016-03-31 23:01:20 +01:00
parent 4b90e1800b
commit b1b664bfe3
11 changed files with 137 additions and 14 deletions

View File

@ -8,6 +8,19 @@ interface AttributesProperties {
space?: string;
sz?: string;
type?: string;
rsidR?: string;
rsidRPr?: string;
rsidSect?: string;
w?: string;
h?: string;
top?: string,
right?: string,
bottom?: string,
left?: string,
header?: string,
footer?: string,
gutter?: string,
linePitch?: string
}
export class Attributes implements XmlComponent {