import * as docxml from "https://deno.land/x/docxml@4.0.7/src/components.ts";
Classes
The end of a range associated with a comment. | |
The start of a range associated with a comment. | |
A component that represents a line break, page break or section break in a DOCX document. Place
this in one of the | |
c Cell | A component that represents a table cell. |
The start of a range associated with a comment. | |
The end of a range associated with a comment. | |
The start of a range associated with a comment. | |
A component that represents a hyperlink to another part of the same document. | |
A component that represents an image in your DOCX document. You can create a new image by
passing any promise to an | |
A component that represents a paragraph in your DOCX document, which is one of the most widely used components and the most likely to contain a style rule or other. | |
c Row | A component that represents a table row. |
A component that represents a change-tracked table row that was inserted. Works the same way as a normal row, but requires some props describing the change. | |
A component that represents a change-tracked table row that was deleted. Works the same way as a normal row, but requires some props describing the change. | |
A component that represents a DOCX section, which could have its own page sizing options and so on. | |
A component that represents a table. | |
c Text | A component that represents text. All inline formatting options, such as bold/italic/underline,
are in fact different props or styles on the |
A component that represents a change-tracked text that was inserted. | |
A component that represents a change-tracked text that was deleted. |
Interfaces
The interface to which a class definition of an XML component must adhere -- ie.
it must have a |
Type Aliases
A type describing the components accepted as children of Break. | |
A type describing the props accepted by Break. | |
A type describing the components accepted as children of Cell. | |
A type describing the props accepted by Cell. | |
Utility type to retrieve the children types of an Component | |
A custom function which which native components can be composed into something more easily reusable. | |
Utility type to retrieve the prop types of an Component | |
A type describing the components accepted as children of Hyperlink. | |
A type describing the props accepted by Hyperlink. | |
A type describing the components accepted as children of Image. | |
A type describing the props accepted by Image. | |
A type describing the components accepted as children of Paragraph. | |
A type describing the props accepted by Paragraph. | |
A type describing the components accepted as children of RowAddition. | |
A type describing the props accepted by RowAddition. | |
A type describing the components accepted as children of Row. | |
A type describing the components accepted as children of RowDeletion. | |
A type describing the props accepted by RowDeletion. | |
A type describing the props accepted by Row. | |
A type describing the components accepted as children of Section. | |
A type describing the props accepted by Section. | |
A type describing the components accepted as children of Table. | |
A type describing the props accepted by Table. | |
A type describing the components accepted as children of TextAddition. | |
A type describing the props accepted by TextAddition. | |
A type describing the components accepted as children of Text. | |
A type describing the components accepted as children of TextDeletion. | |
A type describing the props accepted by TextDeletion. | |
A type describing the props accepted by Text. |