We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to have an email link in the middle of a sentence
Adding a hyperlink to the text makes the entire text a link
import PptxGenJS from 'pptxgenjs'; const pptx = new PptxGenJS(); pptx.layout = 'LAYOUT_4x3'; const slide = pptx.addSlide(); slide.addText("Contact [email protected] if you need help.", { x: 0.75, y: 4.25, w: 8.5, h: 0.35, fontSize: 14, hyperlink:{url:'mailto:[email protected]'} }); pptx.writeFile({fileName: 'email-link.pptx'});
There should be a way (if there is, couldn't find it) to specify the hyperlink just on some word(s).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Category
Product Versions
Desired Behavior
I would like to have an email link in the middle of a sentence
Observed Behavior
Adding a hyperlink to the text makes the entire text a link
Steps to Reproduce
There should be a way (if there is, couldn't find it) to specify the hyperlink just on some word(s).
The text was updated successfully, but these errors were encountered: