Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 46,744 for

(c )

(0.06 sec)
  1. Character replacement during Indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentFolder = @"c:\MyDocuments\" ; // Enabling character...

    docs.groupdocs.com/search/net/character-replace...
  2. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getStopWordDictionar (). exportDictionary ( "C:\\Words.txt" ); // Import words...

    docs.groupdocs.com/search/java/stop-word-dictio...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email Document format. In-Table List with Filtering, Grouping, and Ordering in Email Document Note This feature is supported by version 17.8.0 or greater 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 Outlook 2013....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Note This feature is supported by version 17.3.0 or greater Reporting Requirement As a report developer, you are required to represent customers’ orders information with the following key requirements: Report must show each customer along with sum of prices of his orders....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  5. compare two word documents and highlight differ...

    compare two word documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents and highlight differen...... 使用 C# 比較 Word 文檔 使用 Comparison API...比較兩個或多個 Word 文檔。即使對於受密碼保護的文檔,也可以在 C# 中突出顯示差異並接受/拒絕更改。 Recent content...

    blog.groupdocs.com/zh-hant/tag/compare-two-word...
  6. compare two word documents and highlight differ...

    compare two word documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents and highlight differen...... 使用 C# 比较 Word 文档 使用 .NET 的比较 API 比较两个或多个...文档。即使是受密码保护的文档,也可以突出显示差异并接受/拒绝 C# 中的更改。 Recent content in compare...

    blog.groupdocs.com/zh/tag/compare-two-word-docu...
  7. Bubble Chart in Word Processing Document | Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create bubble 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 . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  8. Scatter Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Email Document format. Scatter Chart in Email Document Note This feature is supported by version 17.8.0 or greater Creating a Scatter Chart Please following below steps to create Scatter Chart in MS Outlook 2013: Create a new Email. Click in the email 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...
  9. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Merger ( "c:/sample1.ppsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.ppsx" ) merger . save ( "c:/merged.ppsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/powe...
  10. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/storing-text-of-i...