in our company we´ve recently purchased the PRO-Version, especially for using/working with Tabs, but ít´s not really clear how to handle these.
We need to place multiple tab at a specific position.
But, how can we do this?
We´ve tryed:
[code]
$text[] = array( 'text' => 'test1', 'b' => 'single','tabs'=>'100');
$text[] = array( 'text' => 'test2', 'tabs'=>'200');
$docx->addText($text);
[/code]
It makes a "tab" in front of each text, but we couldn´t place it corretly to a specific position ??
Cheers
Michael