docx
    Preparing search index...

    Class ImageRun

    Represents an image in a WordprocessingML document.

    ImageRun embeds an image within a run, supporting various formats including JPG, PNG, GIF, BMP, and SVG.

    Reference: http://officeopenxml.com/drwPicInline.php

    new ImageRun({
    data: fs.readFileSync("./image.png"),
    transformation: {
    width: 100,
    height: 100,
    },
    type: "png",
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods