Hello!
How I can create letter-spacing for tabs in phpDocx?
I want to increase spacing between dots.
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello!
How I can create letter-spacing for tabs in phpDocx?
I want to increase spacing between dots.
Hello,
These are the options available when working with tabs (http://officeopenxml.com/WPtab.php):
* 'tabPositions' (array) each entry is an associative array with the following keys and values
* 'type' (string) can be clear, left (default), center, right, decimal, bar and num
* 'leader' (string) can be none (default), dot, hyphen, underscore, heavy and middleDot
* 'position' (int) given in twentieths of a point
There's no option to change the spacing between dots, only its type, leader and position.
Regards.