IDocumentWriteStartParams interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Parameters to start writing the document.
Area you belong to
Name | Description |
---|---|
Document generation | A group of APIs to access document generation. |
Inherit Base
Name | Description |
---|---|
IDocumentGenerationParamsBase | Parameters object. |
Property
Name | Description |
---|---|
DocumentContent | Document content to be written. |
ReplaceAllWriteProcess | Completely replaces the document write process. If true, no files will be created and documents will not be written for each content. Please set this to true when developing a custom document output function based on the generated content. The initial value is false. |
Method
Name | Description |
---|---|
GetDocumentContent<TContent> | Gets the content of a document by type. |