GroupDocs.Assembly.Data Namespace

Provides classes for accessing data of external documents to be used while assembling a document.
Classes
  ClassDescription
Public classCsvDataLoadOptions
Represents options for parsing CSV data.
Public classCsvDataSource
Provides access to data of a CSV file or stream to be used while assembling a document.
Public classDocumentTable
Provides access to data of a single table (or spreadsheet) located in an external document to be used while assembling a document.
Public classDocumentTableCollection
Represents a read-only collection of DocumentTable objects of a particular DocumentTableSet instance.
Public classDocumentTableColumn
Represents a single column of a particular DocumentTable object.
Public classDocumentTableColumnCollection
Represents a read-only collection of DocumentTableColumn objects of a particular DocumentTable instance.
Public classDocumentTableLoadArgs
Provides data for the Handle(DocumentTableLoadArgs) method.
Public classDocumentTableOptions
Provides a set of options to control extraction of data from a document table.
Public classDocumentTableRelation
Represents a parent-child relationship between two DocumentTable objects.
Public classDocumentTableRelationCollection
Represents the collection of DocumentTableRelation objects of a single DocumentTableSet instance.
Public classDocumentTableSet
Provides access to data of multiple tables (or spreadsheets) located in an external document to be used while assembling a document. Also, enables to define parent-child relations for the document tables thus simplifying access to related data within template documents.
Public classJsonDataSource
Provides access to data of a JSON file or stream to be used while assembling a document.
Public classXmlDataSource
Provides access to data of an XML file or stream to be used while assembling a document.
Interfaces
  InterfaceDescription
Public interfaceIDocumentTableLoadHandler
Overrides default loading of DocumentTable objects while creating a DocumentTableSet instance.