activeTemplate
|
|
Access
|
read-only
|
Returns
|
fTemplate
|
arrays
|
|
Access
|
read-only
|
Returns
|
fArray
|
build
|
|
Access
|
read-only
|
Returns
|
int
|
defaultDocumentPath
|
|
Access
|
read-only
|
Returns
|
fPath
|
domImplementation
|
|
Access
|
read-only
|
Returns
|
fxDOMImplementation
|
environment
|
|
Access
|
read-only
|
Returns
|
fStringArray
|
features
|
|
Access
|
read-only
|
Returns
|
fIntArray
|
fonts
|
|
Access
|
read-only
|
Returns
|
fFont
|
hashes
|
|
Access
|
read-only
|
Returns
|
fArray
|
installPath
|
|
Access
|
read-only
|
Returns
|
fPath
|
isBlackbox
|
|
Access
|
read-only
|
Returns
|
boolean
|
isOCX
|
|
Access
|
read-only
|
Returns
|
boolean
|
isUnicode
|
|
Access
|
read-only
|
Returns
|
boolean
|
jsDebugFlag
|
|
Access
|
read-write
|
Returns
|
int
|
logs
|
|
Access
|
read-only
|
Returns
|
fArray
|
variables
|
|
Access
|
read-only
|
Returns
|
fStringArray
|
version
|
|
Access
|
read-only
|
Returns
|
String
|
versionMajor
|
|
Access
|
read-only
|
Returns
|
int
|
versionMinor
|
|
Access
|
read-only
|
Returns
|
int
|
versionPatch
|
|
Access
|
read-only
|
Returns
|
String
|
alerttext
|
|
Parameters
|
Stringtext
The text string to display.
|
Returns
|
void. None.
|
calculateHashstringlowercase
|
|
Parameters
|
Stringstring
The string to hash.
booleanlowercase
If true, the string will be converted to lower case before hashing.
|
Returns
|
float. The resulting integer hash value.
|
loadJSfilename
|
|
Parameters
|
fPathfilename
The path of the file containing the script.
|
Returns
|
void. None.
|
loadTemplatefilenamerunAutoexecloadPFIstartPage
|
|
Parameters
|
fPathfilename
The path of the template file to load.
booleanrunAutoexec
If true, run any autoexec script present in the template.
booleanloadPFI
If true, load any saved page format information present in the template.
intstartPage
The page number to select when the template has loaded.
|
Returns
|
fTemplate. The fTemplate object for the new template.
|
runMacromacrowait
|
|
Parameters
|
Stringmacro
The macro to run, including any parameters.
booleanwait
If true, the call does not return until the macro has completed (or is interrupted).
|
Returns
|
void. None.
|
statustext
|
|
Parameters
|
Stringtext
The text string to display.
|
Returns
|
void. None.
|
zipOpenareapathopenModedefaultCompression
|
|
Parameters
|
Stringarea
The name of the area to use when accessing the zip file.
fPathpath
The path of the zip file to open.
intopenMode
The mode to use when opening the zip file. This defaults to fZip.OPEN_CREATE. Values are in fZip-OpenModes.
intdefaultCompression
The default compression level to use for all files. Values are in fZip-CompressionLevels.
|
Returns
|
fZip. A new fZip object.
|