Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,016 for

replacement

(0.04 sec)
  1. Word 文書を編集する |オンライン編集とプログラムによるアプローチ

    Word 文書を編集する効率的な方法を発見します。 DOC/DOCX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/ja/editor/edit-word-documents/
  2. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... // {0} is replaced with the tile number in the...convert them to HTML. ' {0} is replaced with the tile number in the...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  3. Tạo Trình xem tài liệu trong ASP.NET Core MVC c...

    Trình xem tài liệu trực tuyến đã trở nên phổ biến sau khi việc sử dụng tài liệu kỹ thuật số ngày càng tăng, đặc biệt là trong các hệ thống quản lý nội dung. Lý do đằng sau sự phổ biến này là bạn có thể xem nhiều định dạng tài liệu mà không cần mua hoặc cài đặt các chương trình phần mềm chuyên dụng. Xem xét tầm quan trọng của trình xem tài liệu, tôi nghĩ sẽ viết một bài viết về cách tạo trình xem tài liệu chung trong ASP....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/vi/viewer/document-viewer-in...
  4. C#에서 프레젠테이션 편집 | .NET PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 .NET 응용 프로그램 내에서 PPT, PPTX, ODP 파일을 편집하기 위한 C# 예제와 함께 설명됩니다....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...
  5. Excel 스프레드시트 편집 | 온라인 편집 및 프로그래밍 방식 접근 방식

    Excel 스프레드시트를 편집하는 효율적인 방법을 알아보세요. XLS/XLSX 파일을 온라인으로 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 수행하십시오....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/ko/editor/edit-excel-spreads...
  6. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Change Text Formatting While Replacing Existing Text Watermark Align...

    docs.groupdocs.com/watermark/python-net/feature...
  7. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....stop words used can be easily replaced or supplemented and it is...

    docs.groupdocs.com/search/java/indexing-with-st...
  8. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API.... Now we are going to replace all the occurrences of “Old...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  9. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....should be inserted: should it replace the existing slide, that is...the SlideNumber ) will be replaced onto new one. If property...

    docs.groupdocs.com/editor/java/inserting-edited...
  10. Java로 프레젠테이션 편집 | PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 애플리케이션 내에서 PPT, PPTX, ODP 파일을 편집하는 Java 예제와 함께 설명됩니다....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...