Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,062 for

replacement

(0.09 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 .NET水印库 C#水印代码 ......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/zh/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 حماية المست......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/ar/tags/index.xml
  3. Hur man lägger till polylinjekommentarer med Java

    Bekanta dig med processen för att lägga till polyline-kommentarer med Java och använd enkelt API:er för att utveckla en förmåga att lägga till polyline-annotering i Java....Distance, Highlight, Link, Replacement, Streout, och många fler...

    kb.groupdocs.com/sv/annotation/java/how-to-add-...
  4. Add Text Watermark to JPG using Java

    Discover how to add text watermark to JPG using Java. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in Java programming.... In the code, you’ll replace “Text watermark” with your...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  5. New Features and Extended Support of File Forma...

    Another month, another version. Today we are releasing version 17.8.0 of GroupDocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0. Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....marked as obsolete and has been replaced by IgnorePrefixInResour which...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  6. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....concept of aliases allows you to replace lengthy search queries with...

    kb.groupdocs.com/search/net/search-with-aliases...
  7. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17.... This new setting has replaced obsolete CellsOptions.ShowHiddenSheets...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  8. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs.... Replace the corresponding tags with...

    docs.groupdocs.com/assembly/java/working-with-g...
  9. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....bookmark start and end that replace corresponding opening and closing...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  10. 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...