import * as docxml from "https://deno.land/x/docxml@2.4.1/mod.ts";
Classes
c Cell | |
c Docx | Represents the .docx file, which is essentially a ZIP archive with a bunch of XML files and some naming conventions. |
c Row | |
c Text | Text run |
Functions
f cm | A length in centimeters. Returns an object that converts this unit to any other unit. |
For reuse between Row, RowAddition and RowDeletion | |
f emu | A length in English metric units. Returns an object that converts this unit to any other unit. |
f hpt | A length in half-points. Returns an object that converts this unit to any other unit. |
f inch | A length in inches. Returns an object that converts this unit to any other unit. |
f JSX | |
For reuse between Row, RowAddition and RowDeletion | |
f pt | A length in points. Returns an object that converts this unit to any other unit. |
f twip | A length in twentieth-points. Returns an object that converts this unit to any other unit. |
Type Aliases
A custom function which which native components can be composed into something more easily reusable. | |