Skip to main content

IContentWriteParamsBase interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Base interface for document writing parameters.

Area you belong to

NameDescription
Document generationA group of APIs to access document generation.

Inherit Base

NameDescription
IDocumentGenerationParamsBaseParameters object.

Derived from

NameDescription
IAfterContentWriteParamsParameters after writing the content.
IDocumentWriteFinishParamsParameters to finish writing the document.
It is possible to write to a file using IDocumentWriter.
IBeforeContentWriteParamsParameters before writing content.

Property

NameDescription
DocumentContentDocument content to be written.
WriterWriter object for writing documents.

Method

NameDescription
GetDocumentContent<TContent>Gets the content of a document by type.
GetWriter<TWriter>Obtains a Writer object for writing a document by specifying the type.