Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 3,153 for

replacement

(0.09 sec)
  1. Cara Mengedit File XML di Java | Java API untuk...

    Edit atau perbarui data XML dalam aplikasi Java Anda. Ubah file XML dan simpan perubahan dalam berbagai format menggunakan Editing Java API ....replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/id/editor/edit-xml-files-in-...
  2. GroupDocs.Viewer for .NET | Documentation

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Drawing-free, it was replaced by the Aspose.Drawing.Common...

    docs.groupdocs.com/viewer/net/
  3. GroupDocs.Viewer for .NET 21.2 Release Notes

    GroupDocs.Viewer for .NET 21.2 Release Notes – the latest updates and fixes....of text Bug VIEWERNET-3058 Replacing the default font doesn’t work...rendering Bug VIEWERNET-3055 Replacing the default font doesn’t work...

    releases.groupdocs.com/viewer/net/release-notes...
  4. 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...
  5. HTMLInputElement - Web APIs | MDN

    Learn about the HTMLInputElement interface, including its properties and methods, specifications and browser compatibility....the user can subsequently replace all of its content. setCustomValidity()...not validate. setRangeText() Replaces a range of text in the input...

    developer.mozilla.org/en-US/docs/Web/API/HTMLIn...
  6. 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...
  7. Development Notes · adam-p/markdown-here Wiki ·...

    Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. - Development Notes · adam-p/markdown-here Wiki...Markdown into HTML, and then replaces the content of the rich-edit...selection? Can it delete or replace the selection? (Some simple...

    github.com/adam-p/markdown-here/wiki/Developmen...
  8. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... // {0} is replaced with the tile number in the...if in the example above we replace the onto the , then the GroupDocs...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  9. Saving EditableDocument to Stream | Documentation

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....times, the resource name will replace the placeholder in the HTML...via Java. Note: Be sure to replace the paths in the code examples...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  10. 140以上のファイル形式のASP.NETCoreMVCでドキュメントビューアを作成する

    オンラインドキュメントビューアは、特にコンテンツ管理システムでデジタルドキュメントの使用が拡大した後、人気が高まっています。この人気の背後にある理由は、専用のソフトウェアプログラムを購入またはインストールしなくても、さまざまなドキュメント形式を表示できることです。ドキュメントビューアの重要性を考慮して、ASP.NETMVCでユニバーサルドキュメントビューアを作成する方法についての記事を書くことを考えました。 .NETCore を対象とする ASP.NET MVCドキュメントビューアアプリケーションを作成します。 フレームワーク。バックエンドでのドキュメントのレンダリングには、GroupDocs.Viewer for .NETAPIを使用します。これは強力な ドキュメントビューアー APIです。これは、PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook、およびOutlookを含む140を超えるドキュメントタイプをサポートします。他の多くの一般的な形式。 なぜ.NETCoreなのか? .NET Coreは、Microsoftによる.NETエコシステムへの貴重な追加です。これにより、開発者が追加の作業を行うことなく、クロスプラットフォームアプリケーションを開発できます。これが、ターゲットフレームワークとして.NETCoreを選択した理由です。 ASP.NETCoreでドキュメントビューアを作成する手順 **1.**VisualStudioを開き、新しいプロジェクトを開始します。 2.プロジェクトタイプから。NETCoreを選択し、テンプレートから** ASP.NET Core WebApplication**を選択します。 3. **Webアプリケーション(Model-View-Controller) **を選択し、[OK]ボタンをクリックします。 4. NuGetからGroupDocs.Viewerをインストールします。 5. Views/Home/Index.cshtmlファイルを開き、その内容を次のように置き換えます。 @{ ViewData["Title"] = "Home Page"; }