writing to Word (stringbuilder)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i make font changes within one line of text (ie using stringbuilder) when writing to a Word document

thank
 
subt said:
how do i make font changes within one line of text (ie using
stringbuilder) when writing to a Word document?

It's really nothing to do with StringBuilder, which only deals with
sequences of characters and has nothing to do with formatting. You'll
really need to know the Word format, or something it can cope with (eg
RTF).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top