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.