question

combachi-7801 avatar image
0 Votes"
combachi-7801 asked lindalu-MSFT answered

How insert formatted-text to FIELD at one time?

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.

office-addins-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

lindalu-MSFT avatar image
0 Votes"
lindalu-MSFT answered

@AbidRahman-1538 Can you help this customer?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.