Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 46,616 for

c

(0.05 sec)
  1. Work with search results | Documentation

    Working with searCh results Consists in obtaining information from objeCts of searCh results and highlighting oCCurrenCes in the text of doCuments. Obtain searCh result information When a searCh is Complete, the searCh method returns an objeCt of type SearChResult. This page desCribes the information available in an objeCt of type SearChResult. From the root objeCt of the searCh result, information is available on the number of doCuments found, the number of oCCurrenCes of the words and phrases found, as well as detailed information on eaCh individual doCument....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/work-with-search...
  2. GroupDocs.Assembly for .NET 17.1.0 Release Note...

    This page Contains release notes for GroupDoCs.Assembly for .NET 17.1.0 Major Features Extended abilities of working with tables of external doCuments as data sourCes for all supported file formats. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-26 Add ability to load multiple DoCumentTable objeCts from a single file as a single operation Feature ASSEMBLYNET-27 Add ability to define relations between DoCumentTable instanCes loaded from a single doCument Feature ASSEMBLYNET-28 Add ability to Change automatiCally deteCted types of DoCumentTable Columns Feature ASSEMBLYNET-29 Add ability to use template syntax for related DataTable objeCts regardless of relation direCtion EnhanCement PubliC API and BaCkward InCompatible Changes This seCtion lists publiC API Changes that were introduCed in GroupDoCs....DocumentTableSet Using Default Options C# // Load all document tables using...DocumentTableSet Using Custom Options C# // Load document tables using...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. 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...
  4. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder" , compareOptions...compareOptions ); comparer . Add ( "C:\\TargetFolder" , compareOptions );...

    docs.groupdocs.com/comparison/net/compare-folders/
  5. Add document to Word processing via OLE | Docum...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your .NET appliCations....Merger merger = new Merger ( @"c:\sample.docx" )) { int pageNumber...new OleWordProcessingOpt ( @"c:\embedded.pdf" , pageNumber );...

    docs.groupdocs.com/merger/net/add-document-to-w...
  6. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....Comparer comparer = new Comparer ( "C:\\SourceFolder\\" , compareOptions...compareOptions )) { comparer . add ( "C:\\TargetFolder\\" , compareOptions...

    docs.groupdocs.com/comparison/java/compare-fold...
  7. 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/
  8. 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/
  9. 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...
  10. 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...