How to adjust the Word page margins in PHPWord version 1.3.0? #2706
Labels
Bug Report
Status: Waiting for feedback
Question has been asked, waiting for response from PR author
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
The text was updated successfully, but these errors were encountered: