示例代码:
$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);