Skip to content
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

Textbox height/width options? #69

Closed
DavidLozzi opened this issue Nov 18, 2020 · 1 comment
Closed

Textbox height/width options? #69

DavidLozzi opened this issue Nov 18, 2020 · 1 comment

Comments

@DavidLozzi
Copy link

I notice textboxes all come in the same size, can I set the height and width as needed? I see the constructor for Textbox has cx and cy but no props to override it?

@DavidLozzi
Copy link
Author

Ah was able to achieve it by just setting those myself

slide.addText({ value: summary, fontSize: 18, x: col1, y: 100, fontFace: 'Arial', cx: 600, cy: 50 })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant