Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 phpdocx 修改我现有的 word ( docx ) 文件。如何使用 php docx 在我当前的 word 文件上设置边框?
如果使用“边框”,您的意思是边距只需使用以下功能:
modifyPageLayout ($paperType ,array('marginTop' => '3', 'marginRight' => '2', 'marginBottom' => '3', 'marginLeft' => '2'));
整数给出了二十分之一点的大小!