Skip to main content

DocumentGenerationOptions Interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Document generation options.

Belonging Area

NameDescription
Document GenerationAPIs to access document generation.

Property

NameDescription
FormatOutput format.
- "word" : Word format
- "pdf" : PDF format
- "html" : HTML format
OpenDocumentSpecifies whether to open the output file.
If true, the output file will be opened in the default application after the document is output.
The default value is true.
OutputPathThe output folder or file path.
- For html: Specify the output folder.
- For word/pdf: Specify the output file path.
ScopeSpecifies the target scope.
- "all" : Outputs everything.
- "allchildren" : Outputs from the selected element to the end.
- "current" : Outputs only the selected element.