TTMSFNCWXDocx.LoadJSONTemplate Method
Loads document settings into
Documentfrom a JSON template string.
API unit family: TMSFNCWXDocx
Declaring type: TTMSFNCWXDocx
Inherited from: TTMSFNCWXCustomDocx
Syntax
procedure LoadJSONTemplate(Const value: string);
Remarks
Replaces the current document settings with those described in the supplied template.
Parameters
| Name | Description |
|---|---|
value |
JSON text describing the document structure to apply to the current model. |