IContentWriteParamsBase interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Base interface for document writing parameters.
Area you belong to
| Name | Description |
|---|---|
| Document generation | A group of APIs to access document generation. |
Inherit Base
| Name | Description |
|---|---|
| IDocumentGenerationParamsBase | Parameters object. |
Derived from
| Name | Description |
|---|---|
| IAfterContentWriteParams | Parameters after writing the content. |
| IDocumentWriteFinishParams | Parameters to finish writing the document. It is possible to write to a file using IDocumentWriter. |
| IBeforeContentWriteParams | Parameters before writing content. |
Property
| Name | Description |
|---|---|
| DocumentContent | Document content to be written. |
| Writer | Writer object for writing documents. |
Method
| Name | Description |
|---|---|
| GetDocumentContent<TContent> | Gets the content of a document by type. |
| GetWriter<TWriter> | Obtains a Writer object for writing a document by specifying the type. |