Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 4,977 for

editor

(0.04 sec)
  1. Using Tables of Word Processing Documents as Da...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.docx Template Importing Word Processing Table into Presentation.pptx The Code...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/using-tables-o...
  2. Using Tables of Presentation Documents as Data ...

    Following classes are added in GroupDocs.Assembly.Data namespace: DataTable DataColumn DataColumnCollection The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.pptx Template Using Presentation as Table of Data.pptx The Code...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/using-tables-o...
  3. Working with Image Reports - Single Row | Docum...

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-im...
  4. Working with List Reports - Numbered | Document...

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-li...
  5. Using Documents as Data Source | Documentation

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/using-documents...
  6. Working with Image Reports - Common List | Docu...

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-i...
  7. Basic Usage | Documentation

    Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage/
  8. Working with Chart Reports - Scatter | Document...

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ch...
  9. Working with Chart Series Coloring | Documentation

    Articles in this section...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ch...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-st...