DocumentOptions interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Document options.
Area you belong to
Name | Description |
---|---|
Document generation | A group of APIs to access document generation. |
Derived from
Name | Description |
---|---|
WordOptions | Word-specific generation options. |
HtmlOptions | HTML-specific generation options. |
Property
Name | Description |
---|---|
TemplateFilePath | You can replace the template used for output. (Only compatible with Word) |
Method
Name | Description |
---|---|
GetProperty | Gets an optional property of the document. |
GetProperty<T> | Gets an optional property of the document. |
SetProperty | Sets an optional property for the document. |