added xmlKeys to xmlcomponent
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
import {XmlComponent, Attributes} from "../xml-components";
|
||||
|
||||
export class RunProperties {
|
||||
export class RunProperties implements XmlComponent {
|
||||
private rPr: Array<XmlComponent>;
|
||||
|
||||
xmlKeys = {
|
||||
rPr: 'w:rPr'
|
||||
}
|
||||
|
||||
constructor() {
|
||||
this.rPr = new Array<XmlComponent>();
|
||||
|
Reference in New Issue
Block a user