Forum


Replies: 1   Views: 339
How do i rotate a text box 180 degrees or flip the text vertically so that 6 becomes 9.
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 29-05-2023 - 11:35

Hello,

The current stable version of phpdocx doesn't include an option to set a custom rotation value with addTextBox. It's a work in progress that will be included in a future version of phpdocx.

Regarding the footer question, MS Word doesn't have a last page target when adding a header/footer. MS Word supports first (title), default and odd targets. To accomplish this task you need to create a new page section and add a footer, so it'll appear as the footer content in the last page (section). The addFooterSection method included in phpdocx 14 allows adding footers in specific sections.

Regards.