Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,062 for

replacement

(0.06 sec)
  1. Managing dictionaries | Documentation

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....dictionary Alphabet Character replacements Document passwords Homophone...

    docs.groupdocs.com/search/nodejs-java/managing-...
  2. Render Outlook data files as HTML, PDF, and ima...

    Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... # {0} is replaced with the page numbers in the...PST file to JPEG. # {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/python-net/render-out...
  3. Editar hojas de cálculo de Excel | Edición en l...

    Descubra formas eficientes de editar hojas de cálculo de Excel. Edite archivos XLS/XLSX en línea o hágalo mediante programación usando C# y Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/es/editor/edit-excel-spreads...
  4. XML-bestanden bewerken | Online redactie en pro...

    Ontdek efficiënte manieren om XML-bestanden te bewerken. Bewerk XML-bestanden online of doe het programmatisch met C# en Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/nl/editor/edit-xml-files/
  5. Modifica fogli di calcolo Excel | Editing onlin...

    Scopri modi efficienti per modificare i fogli di calcolo Excel. Modifica i file XLS/XLSX online o fallo a livello di codice utilizzando C# e Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/it/editor/edit-excel-spreads...
  6. Word 문서 편집 | 온라인 편집 및 프로그래밍 방식 접근 방식

    Word 문서를 편집하는 효율적인 방법을 알아보세요. DOC/DOCX 파일을 온라인으로 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 수행하십시오....Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/ko/editor/edit-word-documents/
  7. Chỉnh sửa bảng tính Excel | Chỉnh sửa trực tuyế...

    Khám phá những cách hiệu quả để chỉnh sửa bảng tính Excel. Chỉnh sửa tệp XLS/XLSX trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/vi/editor/edit-excel-spreads...
  8. 在 C# 中編輯簡報 | .NET PPT/PPTX 編輯

    透過 C# 範例說明如何編輯 PowerPoint 簡報,以便使用簡報編輯 API 在 .NET 應用程式中編輯 PPT、PPTX、ODP 檔案。...Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...
  9. สร้างโปรแกรมดูเอกสารใน ASP.NET Core MVC สำหรับร...

    โปรแกรมดูเอกสารออนไลน์ได้รับความนิยมหลังจากการใช้งานเอกสารดิจิทัลเพิ่มขึ้น โดยเฉพาะในระบบจัดการเนื้อหา เหตุผลที่อยู่เบื้องหลังความนิยมนี้คือคุณสามารถดูรูปแบบเอกสารต่างๆ ได้โดยไม่ต้องซื้อหรือติดตั้งโปรแกรมซอฟต์แวร์เฉพาะ เมื่อพิจารณาถึงความสำคัญของโปรแกรมดูเอกสาร ฉันคิดว่าจะเขียนบทความเกี่ยวกับวิธีสร้างโปรแกรมดูเอกสารสากลใน ASP.NET MVC เรากำลังจะสร้างแอปพลิเคชันดูเอกสาร ASP.NET MVC ซึ่งจะกำหนดเป้าหมายไปที่ [.NET Core](https://en.wikipedia. org/wiki/.NETCore) เฟรมเวิร์ก สำหรับการแสดงผลเอกสารที่แบ็กเอนด์ เราจะใช้ API ของ GroupDocs.Viewer for .NET ซึ่งเป็น API โปรแกรมดูเอกสารที่มีประสิทธิภาพซึ่งรองรับเอกสารมากกว่า 140 ประเภท รวมถึง PDF , Word, Excel, PowerPoint, Visio, CAD, Outlook และรูปแบบยอดนิยมอื่น ๆ อีกมากมาย ทำไมต้องเป็น .NET Core .NET Core เป็นส่วนเสริมที่มีคุณค่าสำหรับระบบนิเวศ .NET โดย Microsoft ทำให้สามารถพัฒนาแอปพลิเคชันข้ามแพลตฟอร์มได้โดยไม่ต้องใช้ความพยายามเพิ่มเติมใด ๆ จากนักพัฒนา นี่คือเหตุผลที่ฉันเลือก. NET Core เป็นเฟรมเวิร์กเป้าหมาย ขั้นตอนในการสร้างโปรแกรมดูเอกสารใน ASP.NET Core เปิด Visual Studio และเริ่มโครงการใหม่ เลือก .NET Core จากประเภทโครงการและ ASP.NET Core Web Application จากเทมเพลต...replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/th/viewer/document-viewer-in...
  10. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....Replace("document", "edited document");...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/ko/editor/edit-word-document...