DocumentGenerationConfigs interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Document generation configuration.
Area you belong to
| Name | Description |
|---|---|
| Document generation | A group of APIs to access document generation. |
Property
| Name | Description |
|---|---|
| OnAfterContentsGeneration | Gets the callback function after the document generation model is generated. |
| OnAfterContentsWrite | Get the callback function after writing each content. |
| OnBeforeContentWrite | Get the callback function before writing for each content. |
| OnDocumentWriteFinish | Gets the callback function after finishing writing the document. |
| OnDocumentWriteStart | Gets the callback function before starting writing the document. |
| OnGenerationFinish | Gets the callback function after document generation finishes. |
| OnGenerationStart | Gets the callback function before starting document generation. |
| Options | Gets the documentation generation options. |
| Priority | Gets or sets the priority. |