I'm using PRO version 3.1 and everything is done programatically - no templates.
I'm trying to create a paragraph where tabs would be used to create 4 columns. I tried using a table but the size of the table makes the process way too slow. If I just add the text in paragraphs with tab characters backslash-t between the test of each column then it is very fast.
However, I cannot control the width of the tabs (the tab stops).
I was hoping to create a style createStyle with predefined tabs but I can't find a way to do that. But then, even specifying the paragraph style to use is not documented and I browsed php-doc but couldn't find anything.
I found post 66 (http://www.phpdocx.com/help/forum?vasthtmlaction=viewtopic&t=66.0) but it leads no where.
Thank you,
Mike.