Method Add3
Add3(string, string, string, string, string)
Add a new document using the specified Calc Item, input variables and pre-calculated RTF
Declaration
ITeddsDocument Add3(string documentName, string libraryFileName, string libraryItemName, string VariablesXml, string outputRtf)
Parameters
| Type | Name | Description |
|---|---|---|
| string | documentName | Name for the new document |
| string | libraryFileName | Name of the Calc Library file in which the Calc Item exists |
| string | libraryItemName | Short name of the Calc Item which is used to start the calculation |
| string | VariablesXml | Input variables for the document which have been created using an existing document or via the Tedds Calculator API . |
| string | outputRtf | Output in RTF format which has been retrieved from an existing document or via the Tedds Calculator API. |
Returns
| Type | Description |
|---|---|
| ITeddsDocument | The new document |
Remarks
The input variables XML and the output RTF can be directly retrieved by using the Tedds Calculator API.