Skip to content

How to set text without link #19

@rohitchandalurivt

Description

@rohitchandalurivt

I am looking to set text without link. I am having a requirement where some variables needs to be links and some text.

Document: Test { test } document

var docx = new DocxGen()
.attachModule(linkModule)
.load(content)
.setData({
test : {
text : "dolor sit",
})
.render();

I am getting variable test filled with "undefined".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions