Microsoft Word Suite
315
[return address from left integer] Optional. The distance (in points) between the left edge of the
envelope and the return address.
[return address from top integer] Optional. The distance (in points) between the top edge of the
envelope and the return address.
[default face up Boolean] Optional. True to print the envelope face up, false to print it face
down.
[default orientation enumeration] Optional. The orientation of the envelope. Can be one of the
following: left portrait, center portrait, right portrait, left landscape, center landscape, right
landscape, left clockwise, center clockwise, or right clockwise.
[size from page setup Boolean] Optional. True if the envelopes address areas are sized
according to settings in the Page Setup dialog box (Envelopes command, Tools menu). False
if they are sized according to custom settings. The default value is true.
[show page setup dialog Boolean] Optional. True if the Page Setup dialog box is displayed to
allow adjustment of settings. Size from page setup must be set to true for the box to be
displayed. The default value is false.
Example
This example prints an envelope using the user address as the return address and a predefined
recipient address.
set recip to "Don Funk" & return & "123 Skye St." & return ¬
& "OurTown, WA 98107"
print out envelope envelope object of active document address recip ¬
return address user address envelope size "Size 10" ¬
with print bar code
Command: print out mailing label
Prints a label or a page of labels with the same address.
Syntax
print out mailing label mailing label Required. An expression that returns a mailing label object.
[name Unicode text] Optional. The mailing label name.
[address Unicode text] Optional. The text for the label address.
[extract address Boolean] Optional. True to use the text marked by the EnvelopeAddress
bookmark (a userdefined bookmark) as the label text. If this argument is specified, address is
ignored.
[laser tray enumeration] Optional. The laser printer tray to be used. Can be one of the following:
printer automatic sheet feed, printer default bin, printer envelope feed, printer form source,
printer large capacity bin, printer large format bin, printer lower bin, printer manual
envelope feed, printer manual feed, printer middle bin, printer only bin, printer paper
cassette, printer small format bin, printer tractor feed, or printer upper bin.
[single label Boolean] Optional. True to print a single label, false to print an entire page of the
same label.