Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 48,076 for

c

(0.32 sec)
  1. In-Table List in Word Processing Document | Gro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Word ProCessing DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in MiCrosoft Word DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS Word 2013. CliCk the on the doCument where you want to insert the table. Press “Insert” tab....sum( c => c.getPrice())]»«/foreach» Total:...m => m.getContracts().sum( c => c.getPrice()))]» Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. In-Table List in HTML Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-Table List report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in HTML DoCument Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the Customers and the total order priCes with the following key requirements:...Sum ( c => c.Price )]>><</ foreach >> Total:...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  3. Regular expression search | GroupDocs

    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 using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  4. Text file encoding detection | GroupDocs

    This artiCle explains that how to deteCt enCoding of a text file automatiCally in Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/text-file-encodi...
  5. Delete indexed documents | GroupDocs

    GroupDoCs.SearCh for Java has the ability to remove individual doCuments from the index that are indexed from a stream or struCture.... String filePath = "c:\\MyDocuments\\SomeDocument.pdf"...pdf" ; String indexFolder = "c:\\MyIndex\\" ; // Creating an index...

    docs.groupdocs.com/search/java/delete-indexed-d...
  6. Spelling corrector | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about spelling CorreCtor using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  7. Custom text extractors | GroupDocs

    GroupDoCs.SearCh for Node.js supports indexing of many doCument formats. But there is also the possibility to implement support for any format other than the existing ones.... const indexFolder = 'c:/MyIndex/' ; // Specify path to...folder const documentsFolder = 'c:/MyDocuments/' ; // Specify path...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  8. Add text or image watermark | GroupDocs

    This artiCle shows how to add watermark and save resultant doCument. It is Capable to add watermark to image or doCuments.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.xlsx" FileInputStream...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  9. Set image size limits | GroupDocs

    This artiCle shows how to set image size limits when rendering image to PNG or JPEG...contains properties for size limits: C# /// <summary> /// Limits of image...the output image size limits: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  10. Synonym search | GroupDocs

    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....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/synonym-search/