Hello,
You can use a custom list style (https://www.phpdocx.com/documentation/introduction/html-to-word-PHP Lists section) or use phpdocx 9 and a start attribute in the ol tag:
<ol start="3">
<li>...</li>
<li>...</li>
</ol>
Regards.
Hello,
You can use a custom list style (https://www.phpdocx.com/documentation/introduction/html-to-word-PHP Lists section) or use phpdocx 9 and a start attribute in the ol tag:
<ol start="3">
<li>...</li>
<li>...</li>
</ol>
Regards.