Trevixal API
    Preparing search index...
    interface DOCXOptions {
        creator?: string;
        fontFamily?: string;
        fontSize?: number;
        rendered?: RenderedDocument;
        theme?: Readonly<Record<string, string>>;
        title?: string;
    }
    Index
    creator?: string

    Author for the core properties.

    fontFamily?: string

    Body font; Calibri by default.

    fontSize?: number

    Body size in points; 11 by default.

    rendered?: RenderedDocument

    What the editor drew that the document does not hold: highlighted code, and the picture a diagram block only describes.

    theme?: Readonly<Record<string, string>>

    The editor's palette, so the document opens in the theme it was written in. Omitted, the writer uses Word's own black-on-white.

    title?: string

    Document title for the core properties.