added run
This commit is contained in:
9
ts/docx/run/properties.ts
Normal file
9
ts/docx/run/properties.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import {XmlComponent, Attributes} from "../xml-components";
|
||||
|
||||
export class RunProperties {
|
||||
private rPr: Array<XmlComponent>;
|
||||
|
||||
constructor() {
|
||||
this.rPr = new Array<XmlComponent>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user