Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
I'm trying to insert some tables in a Word document with no text-wrap around it.
In Word application, the setting I need to apply is: Table properties->Table->Text wrapping->None. But I can't find any property/option to do this in PHPdocx. Is it possible to set this option when using the addTable method?
I'm using version 4.6.
Hello,
If you use WordFragments you can set the addText wordWrap property as false or create a custom paragraph style and use it in the table.
Regards.