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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I was browsing around and reviewing all of the documentation I could, but couldn't find any information regarding the following:
When adding a bullet in a table cell, the space between the bullet and text is much larger than the default PowerPoint.
Examples:
Normal Text
Normal Bullet
PptxGenJS Bullet
I can't find any additional information on if there is something coded that can reduce that gap. Any help would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
You can also use the Setter function from #214 so you can control the spacing from your script
Sorry, something went wrong.
Added new bullet option marginPt (Issue #504)
marginPt
fdd8255
Thanks for the issue @Cyan005
Bullet left margin indent can now be controlled with a new option marginPt
slide.addText("Bullets with marginPt:", { x:7.0, y:3.65, w:'40%', h:0.3, margin:0, color:pptx.colors.ACCENT1 }); slide.addText( [ { text: 'bullet marginPt:10', options: { bullet: { marginPt: 10 } } }, { text: 'bullet marginPt:30', options: { bullet: { marginPt: 30 } } } ], { x:7.0, y:3.95, w:5.75, h:0.5, margin:0.1, fontFace:'Arial', fontSize:12 } );
gitbrent
No branches or pull requests
I was browsing around and reviewing all of the documentation I could, but couldn't find any information regarding the following:
When adding a bullet in a table cell, the space between the bullet and text is much larger than the default PowerPoint.
Examples:
Normal Text
Normal Bullet
PptxGenJS Bullet
I can't find any additional information on if there is something coded that can reduce that gap. Any help would be appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: