The print.tokenized parameter may be used to query or set if the print command should use the current style attributes to print the document text.
query command
set command
current parameter
default parameter
install parameter
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.
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
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. |
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 will return 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.
query print.tokenized set print.tokenized off query current.print.tokenized query default.print.tokenized set default.print.tokenized on query install.print.tokenized
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