| DocumentHost::RunMacroOnIdle
|
Runs the XMAX macro script asynchronously after XMAX has
entered to an idle state. Optional parameters specify additional delay time and
a VARIANT-type parameter that can be passed to the macro.
|
| DocumentHost::RunAfterProcessDone
|
Runs the XMAX macro script asynchronously after a
specific Windows process was terminated and XMAX has entered to an idle state.
Optional parameters specify a VARIANT-type parameter that can be passed to the
macro.
|
| DocumentHost::AddFileChangeMacro
|
Runs the XMAX macro script asynchronously after
predefined file(s) were changed and XMAX has entered to an idle state. Optional
parameters specify the full file path or pattern and a VARIANT-type parameter
that can be passed to the macro. XMetaL provides additional default parameters
containing the full path of the file that triggered the event.
|
| DocumentHost::IsFileChangeMacro
DocumentHost::RemoveFileChangeMacro
DocumentHost::IsProcessRunning
DocumentHost::TerminateProcessEx
|
Additional XMAX APIs allow to maintain a customization
based on an asynchronous event.
|
| DocumentHost::FileToString
|
Returns the contents of the file specified as a string.
|
| DocumentHost::UniqueFileName
|
Returns a filename, starting with the specified prefix,
that is not present in the specified folder.
|
| DocumentHost::FileExists
|
Returns a boolean indicating whether the specified file
exists.
|
| DocumentHost::ReadableFileExists
|
Indicates whether the file specified exists and is
readable.
|
| DocumentHost::WritableFileExists
|
Indicates whether the file specified exists and is
writable.
|
| DocumentHost::WritableDirExists
|
Indicates whether the folder specified exists and is
writable.
|
| DocumentHost::ShowFindDialog
|
Shows Find and Replace dialog.
|
| DocumentHost::ShowSpellChecker
|
Show Spell Checking dialog, if it is installed.
|
| DocumentHost::IsSpellCheckerInstalled
|
Check if the Spell Checker is installed.
|
| DocumentHost::CustomProperties
|
Returns a NameVariantProperties object for the custom
properties of the DocumentHost.
|