Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 47,325 for

c

(0.07 sec)
  1. Indexing reports | GroupDocs

    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/' ; const documentsFolder1 = 'c:/MyDocuments1/'...'c:/MyDocuments1/' ; const documentsFolder2 = 'c:/MyDocuments2/' ; // Creating...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Add document to Word processing via OLE | Group...

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

    docs.groupdocs.com/merger/java/add-document-to-...
  3. Add document to Diagram via OLE | GroupDocs

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

    docs.groupdocs.com/merger/net/add-document-to-d...
  4. Email attachments | GroupDocs

    This artiCle shows how to get the information about the attaChments.... Ex: "C:\\Docs\\message.msg" Watermarker...relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker...

    docs.groupdocs.com/watermark/java/email-attachm...
  5. Scatter Chart in Word Processing Document | Gro...

    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...
  6. Extract cells from Microsoft Office Excel sprea...

    This artiCle explains that how to extraCt Cells from MiCrosoft OffiCe ExCel (.xls, .xlsx) spreadsheets....cells foreach ( WorksheetCell c in cells ) { // Print the cell...$"Row: {c.RowIndex} Column: {c.ColumnIndex} RowSpan: {c.RowSpan}...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  7. How to merge WAV files using Java | GroupDocs

    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/...
  8. Indexing with stop words | GroupDocs

    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...
  9. Indexing reports | GroupDocs

    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/
  10. Generate document page preview | GroupDocs

    The page desCribes how to generate PDF, Word, ExCel, PowerPoint doCuments thumbnails and preview doCument pages using GroupDoCs.Annotation for .NET API....preview format - PNG / JPG / BMP, c. specify page numbers to process;...previews: Get document page previews C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/generate-docu...