Forum


Replies: 24   Views: 10364
<li> with strictwordstyles = true
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 admin  · 15-12-2015 - 16:57

Hello,

You need to use createListStyle method (http://www.phpdocx.com/api-documentation/layout-and-general/create-Word-custom-list-style-with-PHP) or a DOCX with the needed style and import it using importStyles method (http://www.phpdocx.com/api-documentation/layout-and-general/import-styles-from-a-Word-document-with-PHP).

There isn't a preset style for all kind of lists you can do with Word. If you need a special list style you need to create/import to use it in the DOCX.

The API documentation pages explain how to do that, but we're writing a new sample to explain how to do exactly what you need.

Regards.