Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 12,666 for

replacement

(0.16 sec)
  1. Procurar

    Procurar...dicionário de substituições replacements = { "[[CompanyName]]": "Research...Txt): for key, value in replacements.items(): if key in txt.text:...

    blog.aspose.com/pt/diagram/find-and-replace-in-...
  2. Ricerca di testo ODT online o crea software di ...

    App online gratuita per la ricerca di contenuti nel file ODT. Codice API Python per qualsiasi applicazione di ricerca di testo di file ODT....replace per trovare e sostituire il...FindReplaceOptions. Oppure usa range.replace_regex per l’espressione regolare...

    products.aspose.com/total/it/python-net/search/...
  3. Ricerca di testo DOC online o crea software di ...

    App online gratuita per la ricerca di contenuti nel file DOC. Codice API Python per qualsiasi applicazione di ricerca di testo di file DOC....replace per trovare e sostituire il...FindReplaceOptions. Oppure usa range.replace_regex per l’espressione regolare...

    products.aspose.com/total/it/python-net/search/...
  4. آرشیوها

    آرشیوها...Replace(":", " ") + ".msg"); // این...Subject.Replace(":", " ").Replace("\\", " ").Replace("?", " ")...

    blog.aspose.com/fa/email/read-ms-outlook-pst-fi...
  5. 档案

    档案...Replace(":", " ") + ".msg"); // 将此消息保存到...Subject.Replace(":", " ").Replace("\\", " ").Replace("?", " ")...

    blog.aspose.com/zh/email/read-ms-outlook-pst-fi...
  6. Lưu trữ

    Lưu trữ...Replace(":", " ") + ".msg"); // Lưu...Subject.Replace(":", " ").Replace("\\", " ").Replace("?", " ")...

    blog.aspose.com/vi/email/read-ms-outlook-pst-fi...
  7. Lưu trữ

    Lưu trữ...replace(":", " ") + ".msg"); // Lưu...getSubject().replace(":", " ").replace("\\", " ").replace("?", " ")...

    blog.aspose.com/vi/email/read-ms-outlook-pst-fi...
  8. Getting Headers or Footers with JavaScript via ...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the JavaScript via C++ API.... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/javascript-cpp/get-header...
  9. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... Replace the problematic part with a...group issue. It’s better that replacing the group shape with an image...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...Replace(new Regex(pattern, RegexOptions...title; } public ReplaceAction Replacing(ReplacingArgs e) { // Create...

    forum.aspose.com/t/how-to-create-a-content-cont...