Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 994 for

replacement

(0.1 sec)
  1. 編輯Word文檔|線上編輯和程序化方法

    探索編輯 Word 文件的有效方法。可以在線上編輯 DOC/DOCX 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。...Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  2. แก้ไขสเปรดชีต Excel | การแก้ไขแบบออนไลน์และแนวท...

    ค้นพบวิธีที่มีประสิทธิภาพในการแก้ไขสเปรดชีต Excel แก้ไขไฟล์ XLS/XLSX ทางออนไลน์ หรือทำโดยทางโปรแกรมโดยใช้ C# และ Java...Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/th/editor/edit-excel-spreads...
  3. แก้ไขการนำเสนอใน Java | การแก้ไข PPT/PPTX

    การแก้ไขงานนำเสนอ PowerPoint ได้รับการอธิบายด้วยตัวอย่าง Java เพื่อแก้ไขไฟล์ PPT, PPTX, ODP ภายในแอปพลิเคชันของคุณโดยใช้ API การแก้ไขการนำเสนอ...replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/th/editor/edit-ppt-pptx-pres...
  4. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...NSF file to JPG. // {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  5. Modifica documenti Word in C# | Crea il tuo edi...

    La modifica di documenti Word è spiegata con esempi C# per modificare file DOC, DOCX, ODT all'interno dell'applicazione .NET utilizzando l'API di modifica dei documenti....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/it/editor/edit-word-document...
  6. Editar documentos de Word en C# | Cree su propi...

    La edición de documentos de Word se explica con ejemplos de C# para editar archivos DOC, DOCX, ODT dentro de su aplicación .NET utilizando la API de edición de documentos....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/es/editor/edit-word-document...
  7. Editar documentos do Word em C# | Crie seu próp...

    A edição de documentos do Word é explicada com exemplos em C# para editar arquivos DOC, DOCX, ODT em seu aplicativo .NET usando a API de edição de documentos....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/pt/editor/edit-word-document...
  8. Präsentationen in Java bearbeiten | PPT/PPTX-Be...

    Das Bearbeiten von PowerPoint-Präsentationen wird anhand eines Java-Beispiels zum Bearbeiten von PPT-, PPTX- und ODP-Dateien in Ihrer Anwendung mithilfe der Präsentationsbearbeitungs-API erläutert....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/de/editor/edit-ppt-pptx-pres...
  9. Excel-Tabellen bearbeiten | Online-Bearbeitung ...

    Entdecken Sie effiziente Möglichkeiten zum Bearbeiten von Excel-Tabellen. Bearbeiten Sie XLS/XLSX-Dateien entweder online oder programmgesteuert mit C# und Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/de/editor/edit-excel-spreads...
  10. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....load a document which content replaces the doc tag then. By default...

    blog.groupdocs.com/assembly/support-for-dynamic...