DocumentTableSet Class |
Namespace: GroupDocs.Assembly.Data
The DocumentTableSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentTableSet(Stream) |
Creates a new instance of this class loading all tables from a document using default
DocumentTableOptions.
|
![]() | DocumentTableSet(String) |
Creates a new instance of this class loading all tables from a document using default
DocumentTableOptions.
|
![]() | DocumentTableSet(Stream, IDocumentTableLoadHandler) |
Creates a new instance of this class.
|
![]() | DocumentTableSet(String, IDocumentTableLoadHandler) |
Creates a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | Relations |
Gets the collection of parent-child relations defined for document tables of this set.
|
![]() | Tables |
Gets the collection of DocumentTable objects representing tables of this set.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
For documents of Spreadsheet file formats, a DocumentTableSet instance represents a set of sheets. For documents of other file formats, a DocumentTableSet instance represents a set of tables.
To access data of the corresponding tables while assembling a document, pass an instance of this class as a data source to one of DocumentAssembler.AssembleDocument overloads.
In template documents, a DocumentTableSet instance should be treated in the same way as if it was a DataSet instance. See template syntax reference for more information.