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

Add column support to text body properties #1320

Open
1 of 4 tasks
awdorrin opened this issue Feb 16, 2024 · 0 comments
Open
1 of 4 tasks

Add column support to text body properties #1320

awdorrin opened this issue Feb 16, 2024 · 0 comments

Comments

@awdorrin
Copy link

Issue Category

  • Enhancement
  • Bug
  • Question
  • Documentation gap/issue

Product Versions

  • Please specify what version of the library you are using......: [ 3.12.0 ]
  • Please specify what version(s) of PowerPoint you are targeting: [ 16 ]
  • Please specify what web browser you are using.................: [ Chrome/FireFox/Edge ]

Desired Behavior

In PowerPoint, with a text box selected, you can choose the number of columns (2, 3 or more)
This sets the bodyPr tag as follows:

                <p:txBody>
                    <a:bodyPr wrap="square" numCol="2" rtlCol="0" anchor="t">
                        <a:normAutofit/>
                    </a:bodyPr>

It would be useful to be able set this, even if only works like fit: "shrink" where a manual edit in the resulting powerpoint is needed to recalculate.

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