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

replacement

(0.04 sec)
  1. Use redaction callback | Documentation

    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...
  2. 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 .NET GroupDocs.......getting fonts list all fonts replace font Add Image Watermark Add...Custom Redaction Find and Replace Text in PDF Find Text in PDF...

    blog.groupdocs.com/tags/index.xml
  3. Show gap lines instead of changes | Documentation

    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 Java....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  4. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...save the redacted document, replacing an original file: Python import...

    docs.groupdocs.com/redaction/python-net/save-ov...
  5. 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/nodejs-java/indexing-...
  6. 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...
  7. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...stop words used can be easily replaced or supplemented and it is...

    docs.groupdocs.com/search/net/indexing-with-sto...
  8. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Change Text Formatting While Replacing Existing Text Watermark Align...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  9. GroupDocs.Assembly for Java 18.12 Release Notes...

    This page contains release notes for GroupDocs.Assembly for Java 18.12. Major Features Supported document assembly of external documents being dynamically inserted for Word Processing and Email formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-94 Support document assembly of external documents being dynamically inserted for Word Processing formats  Feature  ASSEMBLYNET-95  Support document assembly of external documents being dynamically inserted for Email formats  Feature  ASSEMBLYNET-96  An evaluation mark is added to a nested document being inserted dynamically  Bug  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....load a document which content replaces the doc tag then. If an expression...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  10. 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...