Ziv-Barber/officegen

How to assign color property to newline in table cell in word document ?

Opened this issue · 0 comments

I want to assign different color to newline in table cell. Code snippet is as below:

row_array[row][header] = "name" + "\r\n" + required ;

I want to add different text color for "name" and "required"

Is there any way to add different color to string in table cell with line break?