Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,420 for

list

(0.04 sec)
  1. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Excel 2013....Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered / Multicolored Numbered List in Spreadsheet Document Multicolored...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  2. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:...Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered List in HTML Document Multicolored Numbered List in HTML...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  3. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in HTML Document format. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the clients in numbered List. It must highlight the products. Report must be generated in the HTML Document. Adding Syntax to be evaluated by GroupDocs.Assembly Engine We provide support for the following clients:
      <<foreach [in getClients()]>>
    1. <<[getName()]>>
    2. <</foreach>>
    Download Multicolored Numbered List Template Please download the sample template we created in this article:...Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered List in HTML Document Multicolored Numbered List in HTML...

    docs.groupdocs.com/assembly/java/multicolored-n...
  4. In-Table List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager....Reports / In-Table List in Email Document In-Table List in Email Document...In-Table List report in Email Document format. In-Table List in Email...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. In-Paragraph List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Text Document format. In-Paragraph List in Text Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe about the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence....In-Paragraph List in Text Document In-Paragraph List in Text Document...In-Paragraph List report in Text Document format. In-Paragraph List in...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  6. In-Paragraph List in Presentation Document | Do...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....In-Paragraph List in Presentation Document In-Paragraph List in Presentation...Business Layer . In-Paragraph List in Microsoft PowerPoint Document...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  7. In-Paragraph List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in Text Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: A descriptive or informative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....In-Paragraph List in Text Document In-Paragraph List in Text Document...Business Layer . In-Paragraph List in Text Document Reporting Requirement...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”....Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered List in Email Document Multicolored Numbered List in Email...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  9. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation Document format. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered List. Go to the “Design” tab and select color to make it colored List....Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered / Multicolored Numbered List in Presentation Document Multicolored...

    docs.groupdocs.com/assembly/java/multicolored-n...
  10. Generate email report with common list. | Docum...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....with common list. Generate email report with common list. Leave feedback...

    docs.groupdocs.com/assembly/python-net/email-re...