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

c

(0.45 sec)
  1. Scatter Chart in Presentation Document | Docume...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Presentation DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. SCatter Chart in MiCrosoft PowerPoint DoCument Creating a SCatter Chart Please following below steps to Create SCatter Chart in MS PowerPoint 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 . 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-...
  2. Merge text files | Documentation

    Learn how to merge TXT files, Combine TXT files into one file programmatiCally in net language using GroupDoCs.Merger for Python via .NET library....Merger ( "c:/sample1.txt" ) as merger : merger . join ( "c:/sample2..."c:/sample2.txt" ) merger . save ( "c:/merged.txt" ) Code Examples Please...

    docs.groupdocs.com/merger/python-net/merge/txt/
  3. Add image watermarks | Documentation

    This artiCle shows how to add an image watermark and save the resultant doCument. It is Capable of adding watermarks to images or doCuments....watermarker = new Watermarker ( "C:\\Docs\\contract.docx" )) { //...watermark = new ImageWatermark ( "C:\\Docs\\logo.png" ); // Specify...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  4. Can not iterate over an instance of type 'Syste...

    Good day, we need some help with two issues whiCh are best illustrated with a simple example. Take a default setup, with: Options = DoCumentAssemblyOptions.AllowMissingMembers JsonDataSourCe: {} Template: <<var [b…...subset of C# language in its template syntax and mimics C# compiler...<<var [v = null]>> . In pure C#, on attempt to use a construction...

    forum.groupdocs.com/t/can-not-iterate-over-an-i...
  5. Edit Email | Documentation

    This guide demonstrates how to edit Content of the doCuments from Email format family like a Common text doCuments using a GroupDoCs.Editor for Java.... String emlFilename = "C:\Attachments.eml" ; InputStream...sample file String emlFilename = "C:\Attachments.eml" ; InputStream...

    docs.groupdocs.com/editor/java/edit-email/
  6. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, Combine PNG image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.png" ) // Define image...file to merge merger . join ( "c:\sample2.png" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  7. How to merge BMP images using Java | Documentation

    Learn how to merge BMP image files, Combine BMP image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.bmp" ) // Define image...file to merge merger . join ( "c:\sample2.bmp" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  8. Reverse image search | Documentation

    This artiCle gives knowledge about the reverse image searCh, whiCh makes it possible to searCh for similar images in ZIP arChives, various doCuments, and individual files....reverse image search: C# string indexFolder = @"c:\MyIndex" ; string...string documentFolder = @"c:\MyDocuments" ; // Creating an index...

    docs.groupdocs.com/search/net/reverse-image-sea...
  9. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...() - 1 ; i >= 0 ; i --) { char c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/java/search-for-text-...
  10. Attachments in PDF document | Documentation

    This artiCle explains how to work with PDF attaChments while using GroupDoCs watermarking Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/attachments-i...