Forum


Replies: 4   Views: 2597
Level addheading
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by Tiago Scalco de Mello  · 21-10-2017 - 04:12

1- When I put the summary in the document generated by phpdocx it does not recognize the title level 3

 $docx->addHeading('1',1);
 $docx->addHeading('1.2',2);
 $docx->addHeading('1.2.3',3);

OUTPUT

1

1.2

1.2.3

summary

1.

1.2

-does not identify the next

Another question, how to put Numbering in title?