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.