Sort Score
Result 10 results
Languages All
Labels All
Results 7,591 - 7,600 of 46,129 for

(c )

(0.04 sec)
  1. Delete indexed paths | Documentation

    GroupDocs.Search for Java 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\\" ; String documentsFolder1 = "c:\\MyDocuments\\"...; String documentsFolder2 = "c:\\MyDocuments2\\" ; // Creating...

    docs.groupdocs.com/search/java/delete-indexed-p...
  2. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getCharacterReplacem (). exportDictionary ( "C:\\CharacterReplacement.dat" );...

    docs.groupdocs.com/search/java/character-replac...
  3. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting.... C# // Implementing custom word splitter...indexFolder = @"c:\MyIndex\" ; string documentsFolder = @"c:\MyDocuments\"...

    docs.groupdocs.com/search/net/custom-text-segme...
  4. 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-...
  5. 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...
  6. books-single-line.xml

    1.0 bk101 Gambardella, Matthewhttps://www.matthewgambardella.com/XML Developer's GuideComputer This is HTML comment44.952000-10-01An in-depth look at creating applications with XML.bk102 Ralls, Kim......at how Visual Basic, Visual C++, C#, and ASP+ are integrated into...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  7. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... Merger ( ' c :/ sample1 . jpg ' ); const imageJoinModeVertica...imageJoinModeVertica ); merger . join ( ' c :/ sample2 . jpg ' , imageJoinOptions...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  8. 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...
  9. 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...
  10. 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/