This commit is contained in:
Dolan Miu
2016-05-19 23:05:28 +01:00
parent b47eaf739e
commit cae37b42a1
3 changed files with 47 additions and 47 deletions

View File

@ -30,30 +30,30 @@ export class DocumentAttributes extends XmlAttributeComponent {
constructor(properties?: DocumentAttributesProperties) {
super({
wpc: 'xmlns:wpc',
mc: 'xmlns:mc',
o: 'xmlns:o',
r: 'xmlns:r',
m: 'xmlns:m',
v: 'xmlns:v',
wp14: 'xmlns:wp14',
wp: 'xmlns:wp',
w10: 'xmlns:w10',
w: 'xmlns:w',
w14: 'xmlns:w14',
w15: 'xmlns:w15',
wpg: 'xmlns:wpg',
wpi: 'xmlns:wpi',
wne: 'xmlns:wne',
wps: 'xmlns:wps',
Ignorable: 'mc:Ignorable',
cp: 'xmlns:cp',
dc: 'xmlns:dc',
dcterms: 'xmlns:dcterms',
dcmitype: 'xmlns:dcmitype',
xsi: 'xmlns:xsi',
type: 'xsi:type'
});
wpc: "xmlns:wpc",
mc: "xmlns:mc",
o: "xmlns:o",
r: "xmlns:r",
m: "xmlns:m",
v: "xmlns:v",
wp14: "xmlns:wp14",
wp: "xmlns:wp",
w10: "xmlns:w10",
w: "xmlns:w",
w14: "xmlns:w14",
w15: "xmlns:w15",
wpg: "xmlns:wpg",
wpi: "xmlns:wpi",
wne: "xmlns:wne",
wps: "xmlns:wps",
Ignorable: "mc:Ignorable",
cp: "xmlns:cp",
dc: "xmlns:dc",
dcterms: "xmlns:dcterms",
dcmitype: "xmlns:dcmitype",
xsi: "xmlns:xsi",
type: "xsi:type"
}, properties);
this.root = properties