bidi support

This commit is contained in:
amitm02
2018-07-22 17:03:45 +03:00
parent ee048968cc
commit 4dfce582c8
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import { XmlComponent } from "file/xml-components";
export class Bidi extends XmlComponent {
constructor() {
super("w:bidi");
}
}