Files
docx-js/src/file/paragraph/run/index.ts
Dolan Miu 11bebd42ac #940 - Add positional tab feature
Also add extra run elements as per spec
2022-12-24 19:32:44 +00:00

14 lines
403 B
TypeScript

export * from "./run";
export * from "./properties";
export * from "./text-run";
export * from "./symbol-run";
export * from "./image-run";
export * from "./run-fonts";
export * from "./sequential-identifier";
export * from "./underline";
export * from "./emphasis-mark";
export * from "./simple-field";
export * from "./comment-run";
export * from "./empty-children";
export * from "./positional-tab";