Received : 2007/10/16 23:00:38
Message : I'm evaulating Aspose.Words for .NET in comparison to the TXTextControl library. My preference is to go with Aspose.Word if I can however, I've encountered two issues that I need help with:
1. I noticed that when I use the simple Range.Replace("", "", False, True) method, that it doesn't work if the text I'm trying to replace has "<" or ">" in it. Please help me get past this.
For example, this doesn't work:
DocTextControl.Range.Replace("", "Hello", False, True)
HOwever, something like this does:
DocTextControl.Range.Replace("_test_", "Hello", False, True)
Note these are not merge fields, just text denoted with angle brackets.
The other issue is that I need to know how to change the BackgroundColor of the whole word doc or just a range.
If you help me with these two issues, I'm confident we will purchase a license.
Regards,
Heath Allen
Vice President of Information Technology
Incorp Services, Inc.
PS. My user name is "heath_inlv" and my email is heath.allen@incorp.com, please get back to me ASAP as we need to make a decision in the next day or two.
This message was posted using Aspose.Live 2 Forum