cleanup
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user