added #SubScript and #SuperScript methods to ParagraphStyle
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { Attributes, XmlComponent } from "../xml-components";
|
||||
export { Underline } from "./underline";
|
||||
export { SubScript, SuperScript } from "./script";
|
||||
|
||||
export class Bold extends XmlComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user