Forum


Replies: 7   Views: 3581
Createliststyle inside a table
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 webdzinez  · 15-10-2013 - 23:03

I am creating a list and adding it as a ml fragment like so:



$myCarsList = $docx->addList($carsList, array('rawWordML' => true, 'val' => 1, 'font' => 'Times New Roman'));



$entityfragments[] = $docx->createWordMLFragment(array($myCarsList));



 



And displaying this fragment in a table. How do I use Createliststyle to provide a custom style to the list I am creating?



 



Thanks