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.
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello,
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.