The hideSequenceNumbers parameter may be used to query or set the visibility of the document's sequence numbers.
query command
set command
current parameter
default parameter
install parameter
hideSequenceNumbers is scoped to the current view.
current.hideSequenceNumbers is scoped to the current view.
default.hideSequenceNumbers is globally scoped.
install.hideSequenceNumbers is globally scoped.
query hideSequenceNumbers set hideSequenceNumbers [ default | on | off ] query current.hideSequenceNumbers query default.hideSequenceNumbers set default.hideSequenceNumbers [ install | on | off ] query install.hideSequenceNumbers
default | If you specify the default parameter for the set hideSequenceNumbers command, the current view will use the value of default.hideSequenceNumbers to determine if the document's sequence numbers should be visible or not. |
on | If you specify the on parameter for the set hideSequenceNumbers command, the document's sequence numbers will be hidden in the current view. If you specify the on parameter for the set default.hideSequenceNumbers command, the document's sequence numbers will be hidden in all document views that have hideSequenceNumbers set to default. |
off | If you specify the off parameter for the set hideSequenceNumbers command, the document's sequence numbers will be visible in the current view. If you specify the off parameter for the set default.hideSequenceNumbers command, the document's sequence numbers will be visible in all document views that have hideSequenceNumbers set to default. |
install | If you specify the install parameter for the set default.hideSequenceNumbers command, all of the views that have hideSequenceNumbers set to default will use the value of install.hideSequenceNumbers to determine if the document's sequence numbers should be visible or not. |
If you do not specify any of the parameters for the set hideSequenceNumbers command, default is assumed.
If you do not specify any of the parameters for the set default.hideSequenceNumbers command, install is assumed.
The query current.hideSequenceNumbers command will return off if the document's sequence numbers are visible, and on if the document's sequence numbers are hidden.
query hideSequenceNumbers set hideSequenceNumbers off query current.hideSequenceNumbers query default.hideSequenceNumbers set default.hideSequenceNumbers off query install.hideSequenceNumbers
query command
set command
current parameter
default parameter
installl parameter
sequenceNumber parameter
sequenceNumbers parameter