Closed vijayb24 closed 7 months ago
First, you need to apply your desired bullet point format to the first line of pptx text shape.
Then, try this:
// Use EOL or this simple line break
const text = ["first line", "second line"].join(`
`);
// inside slide modification:
// modify.setText(text);
Thanks for the reply, can I also add the bullets as tag value and replaceText with textreplacements instead of shapes?
Interesting question! :) It works, please see replace-tagged-text.test.ts
Thanks. will try it out.
how to add bulleted lists instead of blank texts