Add styles to footnote

This commit is contained in:
Dolan
2018-06-28 03:01:25 +01:00
parent 802e461792
commit 5dc82d8176
7 changed files with 101 additions and 4 deletions

View File

@ -44,7 +44,11 @@ export class UiPriority extends XmlComponent {
}
}
export class UnhideWhenUsed extends XmlComponent {}
export class UnhideWhenUsed extends XmlComponent {
constructor() {
super("w:unhideWhenUsed");
}
}
export class QuickFormat extends XmlComponent {
constructor() {
@ -56,4 +60,8 @@ export class TableProperties extends XmlComponent {}
export class RsId extends XmlComponent {}
export class SemiHidden extends XmlComponent {}
export class SemiHidden extends XmlComponent {
constructor() {
super("w:semiHidden");
}
}