Forum


Replies: 12   Views: 3704
Custom list style issues
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-09-2017 - 13:21

Hello,

You can use a list style created with createListStyle, existing in a DOCX template or imported from an external DOCX using importListStyle. Any of these list syles can be used when you create lists to set their styles.

The id option available in the importListStyle method is the list style id to be imported. If you don't the exact id, you can use the parseStyles method to get it.

Regards.