How add to documunt tabulation?
I want to use tabulation in table. I can do this by Office Word. Look like this:
https://yadi.sk/i/OEyMbmIjti8Gy
How add to documunt tabulation?
I want to use tabulation in table. I can do this by Office Word. Look like this:
https://yadi.sk/i/OEyMbmIjti8Gy
Hello,
You can add tabs using the addText method (standalone or in WordFragments to be added in tables, lists..). These are the related options:
'tab' (boolean) inserts a tab. Default value is false
* '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
Regards.