Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 12,143 for

replacement

(0.09 sec)
  1. Python을(를) 사용하여 PPTX 프레젠테이션 파일 수정 | products.as...

    PPTX Presentation에서 텍스트를 찾고 교체하기 위한 Python 소스 코드.... find_and_replace_text(pres, True , "PowerPoint"...Slides" , None ) pres . save( "replaced.pptx" , slides . export ....

    products.aspose.com/slides/ko/python-net/redact...
  2. Lưu trữ

    Lưu trữ... Gọi IWorkbook-> Replace (intrusiveptr Aspose::Cells::Systems::String...Thay thế văn bản workbook->Replace(new String("Text to find")...

    blog.aspose.com/vi/cells/find-and-replace-text-...
  3. 搜索

    搜索... 調用 IWorkbook->Replace(intrusiveptr Aspose::Cells::Systems::String...false); // 替換文字 workbook->Replace(new String("Text to find")...

    blog.aspose.com/zh-hant/cells/find-and-replace-...
  4. How to Remove All Page Breaks in Word using C#

    This article guides on how to remove all page breaks in Word using C#. It has information about the IDE settings, a list of steps, and a runnable program to eliminate page breaks in Word using C#....runs in each paragraph and replace all the page breaks with an...places that can be removed by replacing it with an empty string. Code...

    kb.aspose.com/words/net/how-to-remove-all-page-...
  5. Low Code|Aspose.Words за Java

    Опростете задачите за обработка на документи като сравняване, конвертиране, разделяне, обединяване, намиране и заместване и други, използващи Low Code API. Aspose.Words LowCode API с чист синтаксис, бързи резултати и минимални усилия за кодиране....документи-клас Merger Search and replaceReplacer клас Digital signing...

    docs.aspose.com/words/bg/java/low-code/
  6. Table not found in World Doc - Free Support For...

    Hello Team , We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working , Can you please help on prio…...has two part Replace tag in World Doc 2.Replace tag in Table...we fix this by Replace Tag in table then replace tag in World doc...

    forum.aspose.com/t/table-not-found-in-world-doc...
  7. 아카이브

    아카이브...replace(":", " ") + ".msg"); // 이 메시지를...getSubject().replace(":", " ").replace("\\", " ").replace("?", " ")...

    blog.aspose.com/ko/email/read-ms-outlook-pst-fi...
  8. 通过 C++ 获取带有 JavaScript 的页眉或页脚|Documentation

    本文介绍如何通过 C++ API 使用 JavaScript 程序化获取 Excel 或 OpenOffice 文件中的页眉和页脚。... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/zh/javascript-cpp/get-hea...
  9. Erhalte Kopf und Fußzeilen mit JavaScript via C...

    Dieser Artikel erklärt, wie man programmgesteuert Kopf und Fußzeilen aus Excel oder OpenOffice Dateien mit der JavaScript über C++ API abruft.... replace ( /&/g , '&amp;' ) . replace ( /</g , '&lt;'...'&lt;' ) . replace ( />/g , '&gt;' ) . replace ( /"/g , '&quot;'...

    docs.aspose.com/cells/de/javascript-cpp/get-hea...
  10. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …... This allows you to replace missing fonts with alternative...Save(output); } } } In this example, replace "Arial" with any other font...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...