UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

15 lines (14 loc) 314 B
export declare enum HorizontalPositionAlign { CENTER = "center", INSIDE = "inside", LEFT = "left", OUTSIDE = "outside", RIGHT = "right" } export declare enum VerticalPositionAlign { BOTTOM = "bottom", CENTER = "center", INSIDE = "inside", OUTSIDE = "outside", TOP = "top" }