Forum


Replies: 1   Views: 3150
Bad example?
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.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by mightycpa  · 19-04-2013 - 16:09

Hi, you have the following example on this page: http://www.phpdocx.com/api-documentation/word-content/add-paragraph-text-Word-document-with-PHP



 



13. $paragraphoptions= array(



14.'b'=> 'single',   <-- shouldn't this be a 'u', or the value 'on', or 'off'?



15.'font'=> 'Arial'


16.);