Rename variables

This commit is contained in:
Dolan
2018-09-26 02:17:39 +01:00
parent e08c7cbbfb
commit 2da3ba0262
4 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,8 @@
// http://www.datypic.com/sc/ooxml/e-w_sdtPr-1.html
import { XmlComponent } from "file/xml-components";
import { Alias } from "./alias";
export class SdtProperties extends XmlComponent {
export class StructuredDocumentTagProperties extends XmlComponent {
constructor(alias: string) {
super("w:sdtPr");
this.root.push(new Alias(alias));