Enumeration
OpenOptions
Used to specify how to open a document.
Value
Name
Description
Value
OpenOptions.DEFAULT_VALUE
Default based on the file type or extension.
1147563124 = 'Dflt'
OpenOptions.OPEN_COPY
Open a copy of the document.
1332757360 = 'OpCp'
OpenOptions.OPEN_ORIGINAL
Open the document itself.
1332760434 = 'OpOr'
Usage
In function
any
Application.open
(
from
:
varies
[,
openOption
:
OpenOptions
=
OpenOptions.DEFAULT_VALUE
])
Jongware, 28-Apr-2012 v3.0.3i
Contents
::
Index