Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 46,689 for

(c )

(0.05 sec)
  1. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...AliasDictionary . ExportDictionary ( @"C:\Aliases.dat" ); // Import aliases...

    docs.groupdocs.com/search/net/alias-dictionary/
  2. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface.... C# public class SimpleWordFormsProvi...presented below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/word-forms-provider/
  3. Convert Files Within Document Containers | Docu...

    Learn how to convert files within document containers, such as compressed files, into various formats using GroupDocs.Conversion for Python via .NET....A["Document Container"] B["Extraction"] C["Conversion"] D["Converted File...between nodes A --> B --> C --> D C --> E C --> F The Extraction and...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in .... GroupBy ( c => c . OrderDate . Month )]>><<...X-Values Total Order Price<<y [sum(c => c.Price)]>><<size[Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  5. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....cells foreach ( WorksheetCell c in cells ) { // Print the cell...$"Row: {c.RowIndex} Column: {c.ColumnIndex} RowSpan: {c.RowSpan}...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  6. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/numeric-range-sea...
  7. How to merge JPG images using Java | Documentation

    Learn how to merge JPG image files, combine JPG 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/getting-started/...
  8. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API... Ex: @"C:\Docs\spreadsheet.xlsx" using...path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" using...

    docs.groupdocs.com/watermark/net/working-with-w...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Save Document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....a file const inputHtmlPath = 'C:\\input\\document.html' ; const...new groupdocsEditor . Editor ( 'C:\\path\\original.docx' ); // Save...

    docs.groupdocs.com/editor/nodejs-java/save-docu...