Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,016 for

replacement

(0.03 sec)
  1. 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 API Change Dete......Custom Redaction Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/th/tags/index.xml
  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 API Change Dete......Custom Redaction Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/pt/tags/index.xml
  3. 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 API Change Dete......Custom Redaction Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/vi/tags/index.xml
  4. 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...
  5. 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-...
  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. 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 Node.js via Java....the output document, which replaces the changed content with empty...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  8. 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...
  9. 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 .NET....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  10. 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-...