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.
);