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

How to adjust the Word page margins in PHPWord version 1.3.0? #2706

Open
2 tasks
ICALLYOU opened this issue Nov 28, 2024 · 1 comment
Open
2 tasks

How to adjust the Word page margins in PHPWord version 1.3.0? #2706

ICALLYOU opened this issue Nov 28, 2024 · 1 comment
Labels
Bug Report Status: Waiting for feedback Question has been asked, waiting for response from PR author

Comments

@ICALLYOU
Copy link

Describe the bug and add attachments

How to adjust the Word page margins in PHPWord version 1.3.0?

Expected behavior

How to adjust the Word page margins in PHPWord version 1.3.0?

Steps to reproduce

$section->setPageMargins(Converter::inchToTwip(0.1), Converter::inchToTwip(0.1), Converter::inchToTwip(0.1), Converter::inchToTwip(0.1));

the phpword version1.3.0 can t find Method 'setPageMargins',so,how to do this

PHPWord version(s) where the bug happened

1.3.0

PHP version(s) where the bug happened

7.2

Priority

  • I want to crowdfund the bug fix (with @algora-io) and fund a community developer.
  • I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)
@Progi1984
Copy link
Member

@ICALLYOU Which version do you use ? I don't remember about setPageMargins method in Section class.

@Progi1984 Progi1984 added the Status: Waiting for feedback Question has been asked, waiting for response from PR author label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Status: Waiting for feedback Question has been asked, waiting for response from PR author
Development

No branches or pull requests

2 participants