ardi::frwk
ardi::frwk::addcustompackage args
- Parameters
-
- -directory
- directory that contains Tcl package.
- -packagename
- name of Tcl pacage.
- Returns
- 1 for ok
ardi::frwk::addcustompath args
- Parameters
-
- -directory
- one or a list of paths separated by blank.
- Returns
- 1 for ok
ardi::frwk::appendtemplate args
- Parameters
-
- -file
- filename of report template.
- Returns
- 1 for ok
ardi::frwk::execute args
- Parameters
-
- -id
- id of the items to be executed.
- Returns
- 1 for ok
ardi::frwk::export args
- Parameters
-
- -file
- filename of MS-Office report including extension.
- Returns
- 1 for ok
ardi::frwk::getmasterdocument
- Returns
- the current MS-Office master template file.
ardi::frwk::getreporttype
- Returns
- the current MS-Office report type (Word, ppt).
ardi::frwk::getworkdir
- Returns
- the current work directory.
ardi::frwk::loadtemplate args
- Parameters
-
- -file
- filename of report template.
- -filelist
- Optional. List of filenames as seen on "Report Template" dialog or as passed or as used in the order of running HyperWorks in batch mode. See HyperWorks documentation "barchmode" parameter "-tplParams"
- Returns
- 1 for ok
ardi::frwk::newreport args
- Parameters
-
- -type
- type of report (Word, ppt).
- Returns
- 1 for ok
ardi::frwk::quit
- Parameters
-
- -mode
- values: interactive (interactive with GUI), mute (engine only, no GUI).
- Returns
- 1 for ok
ardi::frwk::registertype
- Parameters
-
- -type
- unique one-word, all lowercase identifier for the new type. This is the identifier you will need to specify in the module's XML file.
- -class
- ITcl class that contains the editor code. Make sure to use proper namespace for your custom editor to avoid naming clashes.
- Returns
- 1 for ok
ardi::frwk::savetemplate args
- Parameters
-
- -file
- filename of report template.
- Returns
- 1 for ok
ardi::frwk::setmasterdocument args
- Parameters
-
- -file
- MS-Office master template file.
- Returns
- 1 for ok
ardi::frwk::setworkdir args
- Parameters
-
- -directory
- path of work directory.
- Returns
- 1 for ok
ardi::frwk::start args
- Parameters
-
- -mode
- values: interactive (interactive with GUI), mute (engine only, no GUI).
- Returns
- 1 for ok
ardi::frwk::templateloadpostcommand args
- Parameters
-
- -command
- command, Tcl procedure or ITcl method to be called.
- Returns
- 1 for ok
ardi::frwk::templateloadprecommand args
- Parameters
-
- -command
- command, Tcl procedure or ITcl method to be called.
- Returns
- 1 for ok