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

c

(0.04 sec)
  1. Bubble Chart in Presentation Document | Documen...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Presentation DoCument. Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft PowerPoint DoCument Creating a Bubble Chart Please follow below steps to Create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, 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...
  2. 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 MiCrosoft PowerPoint DoCument 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 . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  3. Search for different word forms | Documentation

    This artiCle shows that how to allow you to searCh for nouns in the singular or plural, adjeCtives in the degree of Comparison, forms of regular and irregular verbs, etC.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/search-for-differ...
  4. Delete indexed paths | Documentation

    GroupDoCs.SearCh for Node.js supports the ability to remove indexed files and folders from an index. Only files or folders that were expliCitly added to the index Can be deleted....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments/'...'c:/MyDocuments/' ; const documentsFolder2 = 'c:/MyDocuments2/' ; // Creating...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  5. Alphabet | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Alphabets using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating or...getAlphabet (). exportDictionary ( "C:\\Alphabet.dat" ); if ( index...

    docs.groupdocs.com/search/java/alphabet/
  6. Render attachments | Documentation

    Render email attaChments with GroupDoCs.Viewer for .NET in the same way as you would render any other doCuments... C# using System.IO ; using GroupDocs...Attachment ( "attachment-word.doc" , @"C:\Output\attachment-word.doc" );...

    docs.groupdocs.com/viewer/net/how-to-convert-an...
  7. Faceted search | Documentation

    This artiCle gives the knowledge of the Creation of faCeted searCh queries using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/faceted-search/
  8. Getting indexed documents | Documentation

    This artiCle explains how to get a list of indexed doCuments from an index, and how to get the text of indexed doCuments in HTML or plain text format....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/getting-indexed-...
  9. How to Run Examples | Documentation

    Examples to annotate on your doCuments, images or web pages using C#....NET like this: C# // Create list of annotations...annotator = new Annotator ( "C:\output\input.pdf" )) { // Add...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  10. Add document to Spreadsheet via OLE | Documenta...

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

    docs.groupdocs.com/merger/java/add-document-to-...