Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 2,959 for

note

(0.1 sec)
  1. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.pptx The Code...Presentation Document Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/java/barcode-image-...
  2. Adding NEXT Field into Template Syntax | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Python via .NET 3.3.0 or later releases. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe 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....Template Syntax Leave feedback Note This feature is only compatible...

    docs.groupdocs.com/assembly/python-net/adding-n...
  3. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java...Leave feedback On this page Note Want to try GroupDocs.Merger...

    docs.groupdocs.com/merger/java/showcases/
  4. Adding NEXT Field into Template Syntax | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <><><<[getName()]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code...Template Syntax Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/java/adding-next-fi...
  5. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...DocumentTable Columns Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/java/changing-autom...
  6. Working with Lazy And Recursive Access of Data ...

    Note The code uses some of the objects defined in The Business Layer. Purpose At some point, you may want to or trying to use IDataRecord and IDataReader recursively in your application using GroupDocs.Assembly for .NET. But these Interfaces cannot serve the purpose. However, it is quite possible to accomplish the same goal using custom types. See IDataReader and IDataRecords Implementors here. Creating Template Download Template Get template from here....Access of Data Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/net/working-with-la...
  7. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Syntax Formatting Leave feedback Note The code uses some of the objects...

    docs.groupdocs.com/assembly/java/working-with-t...
  8. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image file formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....Native API to Merge Microsoft Note Documents # GroupDocs.Merger...abilities to merge Microsoft Note and multiple other document...

    blog.groupdocs.com/total/advanced-documents-con...
  9. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted 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. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Presentation Document Leave feedback Note In this article, we will use...Working with a Business Case . Note The code uses some of the objects...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  10. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for .NET API....spreadsheetLoadOptio ); Load Options Please note that not all document formats...inputFilePath , wordLoadOptions ); Note The same approach applies to...

    docs.groupdocs.com/editor/net/load-document/