report::settings
Report settings: access/modify report settings.
set settings [::rpti::settings getinterface -name
new_report_session1]
report::settings getapplicationpath
Queries the application path.
- Syntax
$settings getapplicationpath
- Returns
- The application path.
report::settings getdefaultpowerpointmaster
Queries default presentation master path.
- Syntax
$settings getdefaultpowerpointmaster
- Returns
- The default presentation master path.
report::settings getdefaultwordmaster
Queries default document master path.
- Syntax
$settings getdefaultwordmaster
- Returns
- The default document master path.
report::settings getexecutablepath
Queries the export2office home path.
- Syntax
$settings getexecutablepath
- Returns
- The export2office home path.
report::settings getjavapath
Queries java path.
- Syntax
$settings getjavapath
- Returns
- The java path.
report::settings getprojectdir
Queries the project directory.
- Syntax
$settings getprojectdir
- Returns
- The project directory.
report::settings getworkdir
Queries the current work directory.
- Syntax
$settings getworkdir
- Returns
- The current work directory.
report::settings setapplicationpath
Sets application path.
The path should contain a config folder with ardpropui.xml.
- Syntax
$settings setapplicationpath
- Parameters
-
- -directory
- Value: Path of client application
+ config
.
- Returns
- 1 for OK; tcl-error in case of error.
report::settings setdefaultpowerpointmaster
Sets default presentation master document.
- Syntax
$settings setdefaultpowerpointmaster
- Parameters
-
- -file
- Value: File path of presentation master.
- Returns
- 1 for OK; .tcl-error in case of error.
report::settings setdefaultwordmaster
Sets default document master document.
- Syntax
$settings setdefaultwordmaster
- Parameters
-
- -file
- Value: File path of document master.
- Returns
- 1 for OK; .tcl-error in case of error.
report::settings setexecutablepath
Sets executables path to specified path.
For example, hw\bin\export2office
(Path should contain
\win64*reportexecutables), \win64\java*reportjars"
@param -directory : path of export2office home
.
- Syntax
$settings setexecutablepath
- Returns
- 1 for OK; .tcl-error in case of error.
report::settings setjavapath
Sets java runtime path to specified path.
- Syntax
$settings setjavapath
- Parameters
-
- -directory
- Value: Path of java runtime.
- Returns
- 1 for OK; .tcl-error in case of error.
report::settings setprojectdir
Sets the project directory to specified path.
- Syntax
$settings setprojectdir
- Parameters
-
- -directory
- Value: path of project directory.
- Returns
- 1 for OK; .tcl-error in c.ase of error.
report::settings setworkdir
Sets the work directory to specified path.
- Syntax
$settings setworkdir
- Parameters
-
- -directory
- Value: Path of work directory.
- Returns
- 1 for OK; .tcl-error in case of error.