Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,158 for

replacement

(0.26 sec)
  1. 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...
  2. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .pptx to PDF using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the file type. See below for the LoadOptions I a…... I just replace the LoadOptions based on the...

    forum.groupdocs.com/t/objectdisposedexception-c...
  3. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  4. 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 GroupDocs.Water......getting fonts list all fonts replace font GroupDocsオンライン PDF透かし...Custom Redaction Find and Replace Text in PDF Find Text in PDF...

    blog.groupdocs.com/ja/tags/index.xml
  5. GroupDocs.Viewer for .NET 25.9 – 最新更新與修復(2025 年...

    探索 GroupDocs.Viewer for .NET 25.9 的新功能。現在已在 NuGet 和 GroupDocs 網站上提供。...document, but are used to replace those original fonts, which...

    blog.groupdocs.com/zh-hant/viewer/groupdocs-vie...
  6. Polyline-annotatie toevoegen met Java

    Maak uzelf vertrouwd met het proces om polyline-annotaties toe te voegen met Java en gebruik eenvoudig API's om een mogelijkheid te ontwikkelen om polyline-annotaties in Java toe te voegen....Distance, Highlight, Link, Replacement, Strikeout en nog veel meer...

    kb.groupdocs.com/nl/annotation/java/how-to-add-...
  7. Cara Menambahkan Anotasi Pengganti di PDF mengg...

    Dalam topik ini, kami akan memandu Anda cara menambahkan anotasi pengganti di PDF menggunakan Java beserta contoh kode untuk memasukkan anotasi pengganti ke PDF di Java....topik ini, proses Java add replacement annotation menjadi tugas...

    kb.groupdocs.com/id/annotation/java/how-to-add-...
  8. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....getOriginalText () + " is replaced with " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....of DocumentAssembler were replaced with new ones. Removed members...of DocumentAssembler were replaced with new ones. Removed members...

    docs.groupdocs.com/assembly/java/migrating-to-g...
  10. 编辑 XML 文件 |在线编辑和程序化方法

    探索编辑 XML 文件的有效方法。可以在线编辑 XML 文件,也可以使用 C# 和 Java 以编程方式进行编辑。...Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/zh/editor/edit-xml-files/