Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 46,562 for

(c )

(0.09 sec)
  1. 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... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/indexing-with-sto...
  2. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....indexFolder = "c:\\MyIndex\\" ; String documentsFolder1 = "c:\\MyDocuments1\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/indexing-reports/
  3. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....documents stored at local disk C# using GroupDocs.Comparison ;...documents provided as a stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  4. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Word Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]» «[key.getName()]»...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  6. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announce the release of version 19.3 of GroupDocs.Viewer for .NET. In this release, we have added several new features that target the PDF documents, archives and the source code files of Visual Basic and C#. Along with 2 bug fixes, we have made a couple of improvements for rendering of ZIP archives and vCard documents. For detailed information about the latest release, please have a look at the release notes....code files of Visual Basic and C#. Along with 2 bug fixes, we have...Support of Visual Basic (.vb) and C# (.cs) Files # Using the latest...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  7. Find and Remove Watermarks from Documents in Java

    Java API to find and remove text and image watermarks from documents like PDF, Word, Excel, PowerPoint, and Visio files programmatically....watermarks from documents in C# . Let’s now jump to quickly see...watermarks from documents in C# Add watermarks to images or images...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  8. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET...... C# を使用して Word 文書に透かしを入れる C# を使用して Word 文書にテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/add-watermark-to-word...
  9. How to Run Examples | Documentation

    This article describes how to run .NET search API code examples....NET like this: C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here...

    docs.groupdocs.com/search/net/how-to-run-examples/
  10. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/regular-expressio...