G Guest Mar 4, 2004 #1 how do i make font changes within one line of text (ie using stringbuilder) when writing to a Word document thank
how do i make font changes within one line of text (ie using stringbuilder) when writing to a Word document thank
J Jon Skeet [C# MVP] Mar 4, 2004 #2 subt said: how do i make font changes within one line of text (ie using stringbuilder) when writing to a Word document? Click to expand... 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).
subt said: how do i make font changes within one line of text (ie using stringbuilder) when writing to a Word document? Click to expand... 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).