@yamlresume/core
    Preparing search index...

    Type Alias DocxLayout

    DOCX layout configuration.

    type DocxLayout = {
        advanced?: DocxAdvanced;
        engine: "docx";
        page?: DocxPage;
        sections?: Sections;
        template?: DocxTemplate;
        typography?: DocxTypography;
    }
    Index
    advanced?: DocxAdvanced

    Defines advanced configuration options.

    engine: "docx"
    page?: DocxPage

    Defines page-level settings for document presentation.

    sections?: Sections

    Defines section customization settings.

    template?: DocxTemplate

    The template to use for DOCX output.

    typography?: DocxTypography

    Typography settings for DOCX output.