Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 987 for

replacement

(0.06 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. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....expressions according to their roles Replace the corresponding tags with...

    docs.groupdocs.com/assembly/net/working-with-gr...
  5. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming.... Within the code, you’ll replace the placeholder “Watermark...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Jak přidat náhradní anotaci do PDF pomocí C#

    Tento tutoriál nabízí návod, jak přidat náhradní anotaci do PDF pomocí C#. Obsahuje také kód a kroky pro vložení náhradní anotace do PDF v C#....v tomto tématu je C# add replacement annotation snadný úkol. Po...

    kb.groupdocs.com/cs/annotation/net/how-to-add-r...
  7. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Add Image Water......Blackout Text in PDF Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/th/tags/index.xml
  8. Hur man lägger till ersättningsanteckning i PDF...

    Denna handledning ger vägledning om hur du lägger till ersättningsanteckningar i PDF med C#. Den innehåller också kod och steg för att infoga ersättningsanteckningar till PDF i C#....nämns i detta ämne är C# add replacement annotation en enkel uppgift...

    kb.groupdocs.com/sv/annotation/net/how-to-add-r...
  9. 編輯 XML 檔案 |線上編輯和程序化方法

    探索編輯 XML 檔案的有效方法。可以在線上編輯 XML 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。...Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/zh-hant/editor/edit-xml-files/
  10. 140+ Dosya Biçimi için ASP.NET Core MVC'de Belg...

    Çevrimiçi belge görüntüleyiciler, özellikle içerik yönetim sistemlerinde dijital belgelerin artan kullanımından sonra popüler hale geldi. Bu popülerliğin arkasındaki sebep, özel yazılım programları satın almadan veya kurmadan çeşitli belge formatlarını görüntüleyebilmenizdir. Belge görüntüleyicilerin önemini göz önünde bulundurarak, ASP.NET MVC’de evrensel bir belge görüntüleyicinin nasıl oluşturulacağı hakkında bir makale yazmayı düşündüm. [.NET Çekirdeği](https://en.wikipedia. org/wiki/.NETCore) çerçevesi. Arka uçta belge işleme için, PDF dahil 140’tan fazla belge türünü destekleyen güçlü bir belge görüntüleyici API’si olan GroupDocs....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/tr/viewer/document-viewer-in...