GroupDocs.Assembly.Data Namespace |
Class | Description | |
---|---|---|
![]() | CsvDataLoadOptions |
Represents options for parsing CSV data.
|
![]() | CsvDataSource |
Provides access to data of a CSV file or stream to be used while assembling a document.
|
![]() | DocumentTable |
Provides access to data of a single table (or spreadsheet) located in an external document to be used while
assembling a document.
|
![]() | DocumentTableCollection |
Represents a read-only collection of DocumentTable objects of a particular DocumentTableSet
instance.
|
![]() | DocumentTableColumn |
Represents a single column of a particular DocumentTable object.
|
![]() | DocumentTableColumnCollection |
Represents a read-only collection of DocumentTableColumn objects of a particular
DocumentTable instance.
|
![]() | DocumentTableLoadArgs |
Provides data for the Handle(DocumentTableLoadArgs) method.
|
![]() | DocumentTableOptions |
Provides a set of options to control extraction of data from a document table.
|
![]() | DocumentTableRelation |
Represents a parent-child relationship between two DocumentTable objects.
|
![]() | DocumentTableRelationCollection |
Represents the collection of DocumentTableRelation objects of a single DocumentTableSet
instance.
|
![]() | DocumentTableSet |
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.
|
![]() | JsonDataSource |
Provides access to data of a JSON file or stream to be used while assembling a document.
|
![]() | XmlDataSource |
Provides access to data of an XML file or stream to be used while assembling a document.
|
Interface | Description | |
---|---|---|
![]() | IDocumentTableLoadHandler |
Overrides default loading of DocumentTable objects while creating a DocumentTableSet
instance.
|