Skip to main content

IDocumentWriteStartParams interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Parameters to start writing the document.

Area you belong to

NameDescription
Document generationA group of APIs to access document generation.

Inherit Base

NameDescription
IDocumentGenerationParamsBaseParameters object.

Property

NameDescription
DocumentContentDocument content to be written.
ReplaceAllWriteProcessCompletely 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

NameDescription
GetDocumentContent<TContent>Gets the content of a document by type.