Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 9,641 for

replace text

(0.07 sec)
  1. Search TXT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word TXT file using server side .NET library.... Just use Replace function to find and replace. Also possible...Regex as parameter within Replace method Save file. System Requirements...

    products.aspose.com/words/net/search/txt/
  2. Aspose.PDF for .NET 18.7 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2018, version 18.7....Category PDFNET-37868 Remove all text from PDF file New Feature PDFNET-34403...PDFNET-34403 Feature Request to Replace a Table using PdfContentEditor...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-18-7...
  3. Search DOCX document without opening via C++ | ...

    C++ example code to search words with pattern in DOCX file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use get_Range()->Replace method with relevant pattern...Find and replace the text docx->get_Range()->Replace(u "sad" ...

    products.aspose.com/words/cpp/search/docx/
  4. IReplacingCallback - How to ignore the matched ...

    Hi, I have a document in which some Texts are wrapped in Bookmark (say “Bookmark1”) and some Texts are outside bookmark. Now I have to find certain words in the Texts only outside the bookmark and Replace it with somet…...have a document in which some texts are wrapped in Bookmark (say...(say “Bookmark1”) and some texts are outside bookmark. Now I have...

    forum.aspose.com/t/ireplacingcallback-how-to-ig...
  5. ReplacingArgs.MatchNode | Aspose.Words for .NET

    ReplacingArgs MatchNode property. Gets the node that contains the beginning of the match in C#....contents as a replacement of a match in a find-and-replace operation...object to modify the find-and-replace process. FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  6. How to determine if paragraph is a table to ski...

    import aspose.words as aw docToRead = aw.Document("...docx") for paragraph in docToRead.get_child_nodes(aw.NodeType.PARAGRAPH, True) : paragraph = paragraph.as_paragraph() #if paragraph.istable != 0: …...TEXT)) alexey.noskov April 8, 2023...print(paragraph.to_string(aw.SaveFormat.TEXT)) Please see our documentation...

    forum.aspose.com/t/how-to-determine-if-paragrap...
  7. Search ODT document without opening via C++ | p...

    C++ example code to search words with pattern in ODT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use get_Range()->Replace method with relevant pattern...Find and replace the text odt->get_Range()->Replace(u "sad" ...

    products.aspose.com/words/cpp/search/odt/
  8. Search RTF document without opening via C++ | p...

    C++ example code to search words with pattern in RTF file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Use get_Range()->Replace method with relevant pattern...Find and replace the text rtf->get_Range()->Replace(u "sad" ...

    products.aspose.com/words/cpp/search/rtf/
  9. Search DOCX document without opening via Java |...

    Java source code to search words with pattern in Microsoft Word DOCX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....replace method to find and replace Save DOCX file..."sourceFile.docx" ); // Find and replace similar pattern words in the...

    products.aspose.com/words/java/search/docx/
  10. TextReplaceOptions.Scope - Aspose.PDF for Java ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....text com.aspose.pdf Interfaces Document...Scope where replace text operation is applied REPLACE_FIRST by default...

    reference.aspose.com/pdf/java/com.aspose.pdf/Te...