Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 13,356 for

replacement

(0.12 sec)
  1. Baca Lampiran Email Tersemat dari Pesan di Aspo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...., replace with space // because windows...getName().replace(" . eml ", "").replace(" : ", " ").replace(" \\...

    docs.aspose.com/email/id/java/read-embedded-ema...
  2. Odczytaj osadzone załączniki e‑mail z wiadomośc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...., replace with space // because windows...getName().replace(" . eml ", "").replace(" : ", " ").replace(" \\...

    docs.aspose.com/email/pl/java/read-embedded-ema...
  3. Archivo

    Archivo...usando Documento->getRange()->Replace(u"triste", u"malo", System::MakeObject...el texto doc->get_Range()->Replace(u"sad", u"bad", System::Ma...

    blog.aspose.com/es/words/Find-and-Replace-Text-...
  4. Migration from legacy Aspose.Pdf.Kit for Java|A...

    Learn the steps to migrate from the legacy Aspose.PDF Kit for Java to the latest Aspose.PDF for Java version for better functionality....pdf" ); // create replace text strategy com . aspose...set the alignment for text replace strategy . setAlignment ( com...

    docs.aspose.com/pdf/java/migration-from-legacy-...
  5. Archiv

    Archiv...Dictionary<string, string> replacements = new Dictionary<string...Dictionary<string, string>(); replacements.Add("2. Get organized", "New Text Here");...

    blog.aspose.com/de/note/find-replace-text-oneno...
  6. 演示文稿中的查找和替换|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Presentation ( FilePath + "Find and Replace.pptx" ); //Get all text boxes...Portions ) //Find text to be replaced if ( port . Text . Contains...

    docs.aspose.com/slides/zh/net/find-and-replace-...
  7. Substituir texto em PDF com Python|Aspose.PDF f...

    Aprenda a substituir texto em arquivos PDF com Python, incluindo substituição de texto em várias páginas, limitação de alterações a uma região da página, uso de expressões regulares e remoção de texto....ap from os import path def replace_text_on_all_pages ( infile...outfile ): search_phrase = "PDF" replace_phrase = "pdf" with ap . Document...

    docs.aspose.com/pdf/pt/python-net/replace-text-...
  8. 記録

    記録...Dictionary<string, string> replacements = new Dictionary<string...Dictionary<string, string>(); replacements.Add("[[CompanyName]]", "Research Society...

    blog.aspose.com/ja/diagram/find-replace-visio-t...
  9. 档案

    档案...Dictionary<string, string> replacements = new Dictionary<string...Dictionary<string, string>(); replacements.Add("[[CompanyName]]", "Research Society...

    blog.aspose.com/zh/diagram/online-visio-editor/
  10. 在C++中查找和替换|Aspose.Words对于C++

    在文档中查找字符串或正则表达式模式,并使用C++将其替换为所需的文本。... 查找和替换{#ways-to-find-and-replace}的方法 Aspose.Words提供了两种应用查找和替换操作的方法,方法如下:...Words提供了两种应用查找和替换操作的方法,方法如下: Simple string replacement -要查找并用另一个替换特定字符串,您需要指定一个...

    docs.aspose.com/words/zh/cpp/find-and-replace/