Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 46,562 for

(c )

(0.16 sec)
  1. 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...
  2. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API.... Merger ( "c:/sample.one" ) as merger : remove_options...remove_options ) merger . save ( "c:/result.one" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/remove-pages/
  3. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-document-p...
  4. 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/
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  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. 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...