Forum


Replies: 7   Views: 1793
How do i add a black dot
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 Knutsford  · 18-01-2020 - 13:35

array(
            'value' => '●',
            'backgroundColor' => 'FFFFFF',
            'width' => 2150,
            'borderColor'=> '0000000',
            'cellMargin' => 100,
        ),

 

 

Is coming out in the Word Doument as ●

 

I thought you said it would come out as a black circle?

 

I am trying to add black circles as a table entry

 

Thanks