print.sequenceNumbers parameter

Use the print.sequenceNumbers parameter to set or query whether sequence numbers should be printed at the start of each line by the print command.

Availability

query command
set command
current parameter
default parameter
install parameter

Scope

print.sequenceNumbers is scoped to the current view.
current.print.sequenceNumbers is scoped to the current view.
default.print.sequenceNumbers is globally scoped.
install.print.sequenceNumbers is globally scoped.

Syntax

query print.sequenceNumbers
set print.sequenceNumbers [ default | on | off ]
query current.print.sequenceNumbers
query default.print.sequenceNumbers
set default.print.sequenceNumbers [ install | on | off ]
query install.print.sequenceNumbers 

Parameters

default If you specify the default parameter for the set print.sequenceNumbers command, the current view will use the value of default.print.sequenceNumbers to determine if sequence numbers should be printed by the print command.
on If you specify the on parameter for the set print.sequenceNumbers command, the print command will print sequence numbers for the current view.  If you specify the on parameter for the set default.print.sequenceNumbers command, the print command will print sequence numbers for all document views that have print.sequenceNumbers set to default.
off If you specify the off parameter for the set print.sequenceNumbers command, the print command not print sequence numbers for the current view.  If you specify the off parameter for the set default.print.sequenceNumbers command, the print command will not print sequence numbers for all document views that have print.sequenceNumbers set to default.
install If you specify the install parameter for the set default.print.sequenceNumbers command, all of the views that have print.sequenceNumbers set to default will use the value of install.print.sequenceNumbers to determine if the print command should print sequence numbers or not.

Description

If you do not specify any of the parameters for the set print.sequenceNumbers command, default is assumed.  If you do not specify any of the parameters for the set default.print.sequenceNumbers command, install is assumed.

The query current.print.sequenceNumbers command returns on if, for the current view, the print command will print sequence numbers and off if, for the current view, the print command will not print sequence numbers.

This parameter is in effect only when sequence numbers are set in the document being printed.  The sequence numbers are printed in the format defined by the current.sequenceNumbersFormat parameter.

Examples

query print.sequenceNumbers
set print.sequenceNumbers off
query current.print.sequenceNumbers
query default.print.sequenceNumbers
set default.print.sequenceNumbers on
query install.print.sequenceNumbers 

Related reference
print command
query command
set command
current parameter
default parameter
install parameter
print.lineNumbers parameter
sequenceNumbers parameter
sequenceNumbersFormat parameter
print action