Skip to main content

DocumentGenerationConfigs interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Document generation configuration.

Area you belong to

NameDescription
Document generationA group of APIs to access document generation.

Property

NameDescription
OnAfterContentsGenerationGets the callback function after the document generation model is generated.
OnAfterContentsWriteGet the callback function after writing each content.
OnBeforeContentWriteGet the callback function before writing for each content.
OnDocumentWriteFinishGets the callback function after finishing writing the document.
OnDocumentWriteStartGets the callback function before starting writing the document.
OnGenerationFinishGets the callback function after document generation finishes.
OnGenerationStartGets the callback function before starting document generation.
OptionsGets the documentation generation options.
PriorityGets or sets the priority.

Method

NameDescription
GetOptions<TOption>Get documentation generation options by type.
(Please use by casting to concrete class).
RegisterAfterContentsGenerationRegister the callback after the document generation model is generated.
RegisterAfterContentWriteRegister the callback after writing each content.
RegisterBeforeContentWriteRegister the callback before writing for each content.
RegisterDocumentWriteFinishRegisters a callback after finishing writing the document.
RegisterDocumentWriteStartRegisters a callback before starting writing the document.
RegisterGenerationFinishRegisters a callback after document generation finishes.
RegisterGenerationStartRegisters a callback before the start of document generation.