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
when creating an object the name always defaults to "object n" and allocates n sequentially.
it would be a handy option to be able to override the default name with eg:
slide.addShape( pptx.ShapeType.hexagon, {shape_name:'myHex01', x:0.33, y: 4.51, w: 1.6, h: 1.4, rotate: 270, fill:{ type:'solid', color:'DE1D16' }} )
The text was updated successfully, but these errors were encountered:
Feature added:
slide.addShape( pptx.shapes.RIGHT_TRIANGLE, { x: 0.4, y: 4.3, w: 6.0, h: 3.0, shapeName:'First Right Triangle' } );
Sorry, something went wrong.
Added shapeName to shapes (Issue #724)
shapeName
3e48f55
No branches or pull requests
when creating an object the name always defaults to "object n" and allocates n sequentially.
it would be a handy option to be able to override the default name with eg:
The text was updated successfully, but these errors were encountered: