Brent Ely
Brent Ely
I believe Pull #1021 would implement this ability.
Are you sure about your setup? Please check the [React Demo](https://github.com/gitbrent/PptxGenJS/tree/master/demos/react-demo) for TypeScript examples, including HAlign
[Ed] Related? Issue #640
Is PptxGenJS loaded, is `pptx` instantiated? Try a test in the console: ```javascript // STEP 1: Create a new Presentation var pptx = new PptxGenJS(); // STEP 2: Add a...
It's a promise-based operation, so you should expect a return of some kind. If you discover some exception that is preventing proper error handling, please provide the details.
STATUS: Confirmed using latest method opts ```typescript let ppt = new PptxGenJS(); let slide = ppt.addSlide(); slide.addTable([ [ { text: "1", options: { colspan: 4, color: "FFFFFF", fill: "000000", border:...
Hi @igorski89 Thanks for the feedback. I think this would be a very useful feature. You're correct in your assessment, we'll just need some new variables to hold the 6...
Hi @chriswalz Thanks for the issue. It appears that using images as placeholders on master slides has never worked. I've dropped a TODO with this issue # in the newest...
I've looked into the functionality some more and there are many underlying pieces of code that are not not yet able to place images into the `slideLayout.xml` file as a...
Needs some work: We cannot just remove `Math.round()`, we'll end up with a regression.