-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulleted Lists #101
Labels
question
Further information is requested
Comments
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? |
singerla
added a commit
that referenced
this issue
Apr 25, 2024
Interesting question! :) It works, please see replace-tagged-text.test.ts |
Thanks. will try it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to add bulleted lists instead of blank texts
The text was updated successfully, but these errors were encountered: