print.tokenized parameter

Use the print.tokenized parameter to set or query whether the print command should use the current style attributes to print the document text.

 

Availability

query command
set command
current parameter
default parameter
install parameter

 

Scope

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

 

Syntax

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

 

Parameters

default If you specify the default parameter for the set print.tokenized command, the current view will use the value of default.print.tokenized to determine if the print command should use the current style attributes to print the document's text.
on If you specify the on parameter for the set print.tokenized command, the print command will use the current style attributes to print the current view's document text.  If you specify the on parameter for the set default.print.tokenized command, the print command will use the view's current style attributes to print for all the document views that have print.tokenized set to default.
off If you specify the off parameter for the set print.tokenized command, the print command will not use the current style attributes to print the current view's document text.  If you specify the off parameter for the set default.print.tokenized command, the print command will not use the view's current style attributes to print for all the document views that have print.tokenized set to default.
install If you specify the install parameter for the set default.print.tokenized command, all of the views that have print.tokenized set to default will use the value of install.print.tokenized to determine if the print command should use the view's style attributes to print the document text.

 

Description

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

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

The query current.print.tokenized command returns on if, for the current view, the print command will use the view's style attributes to print the document text and off if, for the current view, the print command will not use the view's style attributes to print the document text.

 

Examples

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

Related reference
print command
query command
set command
current parameter
default parameter
install parameter
print.bottomMargin parameter
print.font parameter
print.leftMargin parameter
print.lineNumbers parameter
print.rightMargin parameter
print.topMargin parameter
print action