added #SubScript and #SuperScript methods to ParagraphStyle

This commit is contained in:
felipe
2017-03-12 17:52:03 +01:00
parent 8c6cd012e7
commit 7f4d1bf3e7
3 changed files with 41 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { Attributes, XmlComponent } from "../xml-components";
export { Underline } from "./underline";
export { SubScript, SuperScript } from "./script";
export class Bold extends XmlComponent {