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. |
Method
Name | Description |
---|---|
GetOptions<TOption> | Get documentation generation options by type. (Please use by casting to concrete class). |
RegisterAfterContentsGeneration | Register the callback after the document generation model is generated. |
RegisterAfterContentWrite | Register the callback after writing each content. |
RegisterBeforeContentWrite | Register the callback before writing for each content. |
RegisterDocumentWriteFinish | Registers a callback after finishing writing the document. |
RegisterDocumentWriteStart | Registers a callback before starting writing the document. |
RegisterGenerationFinish | Registers a callback after document generation finishes. |
RegisterGenerationStart | Registers a callback before the start of document generation. |