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

(c )

(0.07 sec)
  1. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... GroupBy ( c => c . OrderDate . Month )]>> Chart...Order Price<<x [Key]>><<y [Sum(c => c.Price )]>> 0.7 2.7 1.8 3.2...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  2. how to change the orientation of one page in wo...

    how to change the orientation of one page in word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to change the orientation of one page in word on......& Java Developers C#でWord文書のページの向きを変更する C#を使用して、Word DOC/DOC...

    blog.groupdocs.com/ja/tag/how-to-change-the-ori...
  3. How to merge WAV files using Java | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.wav" )) { // Add another...file to merge merger . join ( "c:\sample2.wav" ); // Merge WAV...

    docs.groupdocs.com/merger/java/getting-started/...
  4. 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...
  5. Fuzzy Search in Multiple Files on GroupDocs Blo...

    Fuzzy Search in Multiple Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fuzzy Search in Multiple Files on GroupDocs Blog | Document Automation ...... C# を使用したドキュメント内のあいまい検索 C# のプログラムによるあいまい検索の力を解き放ちましょう...

    blog.groupdocs.com/ja/tag/fuzzy-search-in-multi...
  6. Find Text in PDF on GroupDocs Blog | Document A...

    Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java De...... C#を使用してPDF内のテキストを検索して置換する C#を使用して、大文字と小文字を区別...

    blog.groupdocs.com/ja/tag/find-text-in-pdf/inde...
  7. Watermark Word Documents on GroupDocs Blog | Do...

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

    blog.groupdocs.com/ja/tag/watermark-word-docume...
  8. 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/
  9. 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...
  10. 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...