Showing results for December 2022 - Math in Office

Dec 31, 2022
1
5

Using RichEdit for Text Processing

Murray Sargent
Murray Sargent

Suppose you’re writing a program that needs to process rich text. You could write your own functions. Alternatively, you could have RichEdit do the processing. For example, you might want to search for mathematical expressions in an RTF or HTML file or convert text in one math format to another format. Or change the kind of list numbering. Or recog...