Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 46,745 for

(c )

(0.08 sec)
  1. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Java programming language....Merger merger = new Merger ( "c:\sample1.xlsx" ) // Add another...file to merge merger . join ( "c:\sample2.xlsx" ); // Merge XLSX...

    docs.groupdocs.com/merger/java/merge/excel/
  2. Spell checking | Documentation

    This article shows that how spell checking works during the search.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/spell-checking/
  3. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....the document has enough pages: C# using ( Redactor redactor = new...the last page from a document: C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/remove-page-re...
  4. Watermarks in word processing document | Docume...

    This article explains how to add watermarks in word processing document.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  5. Bubble Chart in Presentation Document | Documen...

    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. Select “X Y(Scatter)” in the sidebar, you will see a gallery of charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.html" ) // Add another...file to merge merger . join ( "c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/java/merge/html/
  7. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpg" ) // Define image...file to merge merger . join ( "c:\sample2.jpg" , joinOptions );...

    docs.groupdocs.com/merger/java/merge/images/
  8. 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...
  9. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...path = Path . GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if...

    docs.groupdocs.com/search/net/document-passwords/
  10. 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...