PHPWord目录

时间:2018-09-03 00:43:21

标签: php phpword

  1. 生成目录时,页码的字体大小与我设置的标题不同。也无法将数字设置为显示在最右边。
  2. 使用“仅更新页码”打开文档时,字体布局与“更新整个表”不同。第一个选项是我设置的字体:14pt,然后第二个选项将其更改为10pt,数字右对齐,更靠近页边距。

示例代码:

$fontStyle14 = array('spaceAfter' => 10, 'size' => 14, 'marginRight' => 300); //this is for the TOC

$phpWord->getSettings()->setUpdateFields(true);

$textrun->addText('Table of Contents ', $fontStyleNameLeft18);

$toc = $section->addTOC($fontStyle14);

0 个答案:

没有答案
相关问题