Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 12,659 for

replacement

(0.42 sec)
  1. FindReplaceOptions.FindWholeWordsOnly | Aspose....

    Discover how the FindWholeWordsOnly property enhances your search with accurate results, ensuring oldValue matches only as a standalone word....standalone word-only find-and-replace operations. Document doc =...object to modify the find-and-replace process. FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  2. FindReplaceOptions.ignoreFootnotes property | A...

    FindReplaceOptions.ignoreFootnotes property. Gets or sets a boolean value indicating either to ignore footnotes...footnotes during a find-and-replace operation. let doc = new aw..."true" to get the find-and-replace // operation to ignore text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 아카이브

    아카이브...Replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/ko/cells/find-and-replace-text-...
  4. Lưu trữ

    Lưu trữ...replace (searchTerm, ReplaceTerm, ReplaceOptions)...Tạo các tùy chọn thay thế replace = ReplaceOptions() # Đặt tùy...

    blog.aspose.com/vi/cells/find-and-replace-text-...
  5. 使用C++的正则表达式替换工作簿内的文本|Documentation

    使用Aspose.Cells在C++中通过正则表达式替换工作簿内的文本。...Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/zh/cpp/replace-text-in-a-...
  6. 記録

    記録...replace(searchTerm, replaceTerm, ReplaceOptions)...Workbook("Workbook.xlsx") # Create replace options replace = ReplaceOptions()...

    blog.aspose.com/ja/cells/find-and-replace-text-...
  7. Çalışma kitabındaki metni Regular Expression ku...

    Aspose.Cells kullanarak C++ ile Çalışma kitabındaki metni Regular Expression kullanarak değiştirin....Create replace options ReplaceOptions replace ; replace . SetCaseSensitive...SetCaseSensitive ( false ); replace . SetMatchEntireCellCo ( false...

    docs.aspose.com/cells/tr/cpp/replace-text-in-a-...
  8. Redact PPTX Presentation Files using C++ | prod...

    C++ source code to find and replace text in PPTX Presentation....your own C++ apps to find and replace text in presentation files...APIs. Learn how to search and replace text in content, comments or...

    products.aspose.com/slides/cpp/redaction/pptx/
  9. Lưu trữ

    Lưu trữ...Replace(String, String, ReplaceOptions)...Workbook("Excel.xlsx"); ReplaceOptions replace = new ReplaceOptions(); //...

    blog.aspose.com/vi/cells/find-and-replace-text-...
  10. IReplacingCallback class | Aspose.Words for Python

    aspose.words.replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....and replace operation. Methods Name Description replacing(args)...method that is called during a replace operation for each match found...

    reference.aspose.com/words/python-net/aspose.wo...