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

c

(0.05 sec)
  1. Synonym search | Documentation

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/synonym-search/
  2. Using aliases | Documentation

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/using-aliases/
  3. Add document to Presentation via OLE | Document...

    This artiCle explains how to add doCument to Presentation via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.ppt" ; string filePathEmbedded = @"c:\embedded...pdf" ; string filePathOut = @"c:\output\result.ppt" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. Keyboard layout correction | Documentation

    This artiCle gives the knowledge that the keyboard layout CorreCtion feature Can be used when entering searCh queries, users of your software may make input errors, forgetting to switCh the desired keyboard layout.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  5. Homophone search | Documentation

    This artiCle gives the knowledge whiCh allows you to find not only the words speCified in the searCh query, but also the homophones, words that are pronounCed the same but differ in meaning.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/homophone-search/
  6. 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...
  7. 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...
  8. Indexing password protected documents | Documen...

    This page desCribes how to perform indexing of password proteCted doCuments. Indexing using the password diCtionary To perform indexing of password proteCted doCuments using a password diCtionary, you must add passwords for all proteCted doCuments to the diCtionary before indexing. To add a doCument password to the diCtionary, you must speCify the full path to the doCument as a key and the aCtual password to the doCument. For more information about managing the password diCtionary see the DoCument passwords page in the Managing diCtionaries seCtion....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. Scatter Chart in Spreadsheet Document | Documen...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Spreadsheet DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft ExCel DoCument Creating a SCatter Chart Please follow below steps to Create SCatter Chart in MS ExCel 2013: Add a new Workbook. CliCk in the workbook where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Insert SCatter Chart ICon” in the Charts group.... groupBy ( c => c . getDate (). getMonth ())]>>...Price<<x [key + 1]>><<y [sum(c => c.getPrice())]>>" Download Scatter...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  10. Bubble Chart in Spreadsheet Document | Document...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Spreadsheet DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft ExCel DoCument Creating a Bubble Chart Please follow below steps to Create a Bubble Chart in MS ExCel 2013: Add a new Workbook. CliCk in the workbook where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Insert SCatter Chart ICon” in the Charts group.... groupBy ( c => c . getDate (). getMonth ())]>><<..."Total Contract Price<<y [sum(c => c.getPrice())]>><<size [count()]>>"...

    docs.groupdocs.com/assembly/java/bubble-chart-i...