Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 9,657 for

replace text

(0.12 sec)
  1. Search and replace text in XLS document via .NE...

    C# source code to redact sensitive information in XLS file on .NET Framework, .NET Core, Mono or Xamarin Platforms....basic document search and replace text in contents, comments or...ToString(); celltext = celltext.Replace( "KIM" , "^^^^^^^^^ ); cell...

    products.aspose.com/cells/net/redaction/xls/
  2. Replace Text Search String in Word Document wit...

    Hello Awais Hafeez, I am facing same issue, should i send my code or do you have generic code to resolve issue. Thanks & Regards, Manjunath....Replace Text Search String in Word Document with Image | C# ...Regards, Manjunath. Search & Replace Text String in Word DOCX Document...

    forum.aspose.com/t/replace-text-search-string-i...
  3. How to replace unicode characters in paragraph?...

    Hello, Is there a way to Replace unicode characters in a paragraph? Example: :female_sign:...How to replace unicode characters in paragraph? Aspose.Words...1 Hello, Is there a way to replace unicode characters in a paragraph...

    forum.aspose.com/t/how-to-replace-unicode-chara...
  4. Search and replace text in XLSB document via .N...

    C# source code to redact sensitive information in XLSB file on .NET Framework, .NET Core, Mono or Xamarin Platforms....basic document search and replace text in contents, comments or...ToString(); celltext = celltext.Replace( "KIM" , "^^^^^^^^^ ); cell...

    products.aspose.com/cells/net/redaction/xlsb/
  5. How to replace a text with a link - Free Suppor...

    I am getting an exception when running this code: Document pdfDocument = new Document(_dataDir + “test.pdf”); TextFragmentAbsorber TextFragmentAbsorber = new TextFragmentAbsorber(“Test”); TextSearchOptions TextSearchO…...How to replace a text with a link Aspose.PDF Product Family vaclavj...textFragmentCollecti) { textFragment.Text = "REPLACED"; LinkAnnotation link...

    forum.aspose.com/t/how-to-replace-a-text-with-a...
  6. Replace text in pdf document taking too much ti...

    We are using Aspose.Pdf in .NET to Replace sensitive Text in pdf. We want to Replace with ### all the regular expressions found in the all the pages in the pdf. If Pdf file is small and it has few words to find, then ev…...Replace text in pdf document taking too much time and consuming...aspose-pdf-net , find-replace-text , replace-text jcgm2 August 23,...

    forum.aspose.com/t/replace-text-in-pdf-document...
  7. Replace | Aspose.Note for .NET API 参考

    将此实例中出现的所有指定 Unicode 字符替换为另一个指定的 Unicode 字符...Replace 内容 [ 隐藏 ] Replace(char, char) 将此实例中出现的所有指定 Unicode 字符替换为另一个指定的...Unicode 字符。 public RichText Replace ( char oldChar , char newChar...

    reference.aspose.com/note/zh/net/aspose.note/ri...
  8. Search and replace text in PDF document via Pyt...

    Python source code to redact sensitive information in PDF file on any platform with .NET support....basic document search and replace text in contents, comments or...PDF modifier - search and replace sensitive information in PDF...

    products.aspose.com/pdf/python-net/redaction/pdf/
  9. Search and replace text in ODS document via .NE...

    C# source code to redact sensitive information in ODS file on .NET Framework, .NET Core, Mono or Xamarin Platforms....basic document search and replace text in contents, comments or...ToString(); celltext = celltext.Replace( "KIM" , "^^^^^^^^^ ); cell...

    products.aspose.com/cells/net/redaction/ods/
  10. Find and Replace String with Plain Textbox - Fr...

    Using a previous post, I was able to use the find and Replace method to find all strings “X” and change them to a checkbox. When trying to do similar with changing all “___” to plain Textboxes, I keep getting an error th…...Find and Replace String with Plain Textbox Aspose.Words Product...was able to use the find and replace method to find all strings...

    forum.aspose.com/t/find-and-replace-string-with...