Hello
I have a script which generate word report. This report contains a table. The method outFile.TableCellF("Text1: text2", h6, "TableHd"); changes the style of the whole cell text, but I need to change the style of only parts of the text. For example: Text1: text2 Tell me please how can I do this?2 Replies
-
Try just to output a tablecell and then use standard output commandos to enter single texts with different styles...
-