The print.leftMargin parameter may be used to query or set the left margin that will be used by the print command. The left margin is calculated in pixels.
query command
set command
current parameter
default parameter
install parameter
print.leftMargin is scoped to the current view.
current.print.leftMargin is scoped to the current view.
default.print.leftMargin is globally scoped.
install.print.leftMargin is globally scoped.
query print.leftMargin set print.leftMargin [ default | n ] query current.print.leftMargin query default.print.leftMargin set default.print.leftMargin [ install | n ] query install.print.leftMargin
default | If you specify the default parameter for the set print.leftMargin command, the current view will use the value of default.print.leftMargin for the print command. |
n | If you specify the n parameter for the set print.leftMargin command, the print command will use n as the left margin within the current view. If you specify the n parameter for the set default.print.leftMargin command, the print command will use n as the left margin for all document views that have the print.leftMargin set to default. |
install | If you specify the install parameter for the set default.print.leftMargin command, all views with print.leftMargin set to default will use the value of install.print.leftMargin to determine the size of left margin to be used by the print command. |
If you do not specify any of the parameters for the set print.leftMargin command, default is assumed.
If you do not specify any of the parameters for the set default.print.leftMargin command, install is assumed.
The query current.print.leftMargin command will return the left margin that will be used, within the current view, by the print command.
query print.leftMargin set print.leftMargin 20 query current.print.leftMargin query default.print.leftMargin set default.print.leftMargin 15 query install.print.leftMargin
print command
query command
set command
current parameter
default parameter
install parameter
print.bottomMargin parameter
print.font parameter
print.lineNumbers parameter
print.rightMargin parameter
print.tokenized parameter
print.topMargin parameter
print action