Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 9,690 for

replace text

(0.07 sec)
  1. 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/
  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. 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...
  4. 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...
  5. 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...
  6. 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/
  7. 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/
  8. 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/
  9. 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...
  10. Merging templates - Free Support Forum - aspose...

    Hi there I have a main template which has some placeholders (e.g. {Prefix.PlaceholderName}) which I would like to Replace. I’m using the TextFragementAbsorber class to achieve this. As long as the Text to Replace is som…...PlaceholderName}) which I would like to replace. I’m using the TextFragementAbsorbe...achieve this. As long as the text to replace is something simple, this...

    forum.aspose.com/t/merging-templates/278916