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
OutputPathThe output folder or file path.
- For html: Specify the output folder.
- For word/pdf: Specify the output file path.
ScopeSpecify the target scope.
- "all" : Output everything.
- "allchildren" : Output from the selected element to the end.
- "current" : Output only the selected element.