Hello.
I make WORD addin.
my program insert FIELDs into WORD.
but, it is so long-time spend.
currently i try below.
- insert new FIELD to WORD.
- insert text to FIELD.
- while( bold need) { Word.ActiveDocument.select; Word.ActiveDocument.Selection.Font.Bold := True; }
- while( italic need) { Word.ActiveDocument.select; Word.ActiveDocument.Selection.Font.Italic := True; }
- ..... (control for each formats).....
i must more fast processing need.
another program - like ENDNOTE look like just one time insert.
How can i insert formatted text to Field? or... How can i more speed up my work?
Thanks.