Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,809 for

list

(0.44 sec)
  1. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....extensions list Extend supported extensions list Leave feedback...

    docs.groupdocs.com/redaction/net/extend-support...
  2. Bulleted List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted List format. Report must be generated in the HTML Document....Working with List Reports - Bulleted / Bulleted List in HTML Document...Document Bulleted List in HTML Document Leave feedback Note In...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  3. 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. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing 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:”. 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 List in Email Document Multicolored Numbered List in Email...

    docs.groupdocs.com/assembly/java/multicolored-n...
  4. Numbered List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”....Working with List Reports - Numbered / Numbered List in Word Processing...Processing Document Numbered List in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/numbered-list-...
  5. Working with Image Reports - Common List | Grou...

    Articles in this section...Common List Working with Image Reports - Common List Leave feedback...Common List Image in Word Processing Document Common List Image...

    docs.groupdocs.com/assembly/java/working-with-i...
  6. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet List at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:...Working with List Reports - Bulleted / Bulleted List in Word Processing...Processing Document Bulleted List in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  7. 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 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 PowerPoint Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013....Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered / Multicolored Numbered List in Presentation Document Multicolored...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  8. 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. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Excel 2013. Add a new Workbook. In one cell, write a sentence like “We provide support for the following clients:”. Select the cell, and assign a color by pressing “Cell Styles” in Styles group....Advanced Usage / Working with List Reports - Multicolored Numbered...Numbered / Multicolored Numbered List in Spreadsheet Document Multicolored...

    docs.groupdocs.com/assembly/java/multicolored-n...
  9. 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...
  10. Generate email report with common list. | Group...

    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...