Chapter 2 -- 52
Programmer’s Guide
Parameters:
longLabelQuantity RequiredVT_I4orLong
.
longLabelCopy OptionalVT_I4orLong
(default 1).
longInterCut OptionalVT_I4orLong
(default 1).
longPageCopy OptionalVT_I4orLong
(default 1).
longLabelNoPrintedFrom OptionalVT_I4orLong
(default 1).
strFileName Optional VT_BSTR or Str ing
(default
empty string).
Note
Parameters are described in the User’s Guide.
"
""
" Document.Save
VTS_I2 Save ().
Saves the document.
If the document has not been saved, a dialog box is prompted
automatically.
"
""
" Document.SaveAs
VTS_I2 SaveAs ( strDocumentFileName ).
Saves the document with a new name.
Parameters:
strDocumentFileName Required VT_BSTR or String
.
"
""
" Document.Activate
VTS_NONE Activate ().
Causes the document object to be activated, being the
ActiveDocument
.