The sequenceDefaultText parameter may be used to query or set the default text part of the sequence numbers. The default text part will be used to update the sequence numbers of new or modified text lines when the maintainSequenceNumbers parameter is on.
query command
set command
current parameter
default parameter
install parameter
sequenceDefaultText is scoped to the current document.
current.sequenceDefaultText is scoped to the current document.
default.sequenceDefaultText is globally scoped.
install.sequenceDefaultText is globally scoped.
query sequenceDefaultText set sequenceDefaultText { default | [ text ] } query current.sequenceDefaultText query default.sequenceDefaultText set default.sequenceDefaultText { install | [ text ] } query install.sequenceDefaultText
default | If you specify the default parameter for the set sequenceDefaultText command, the current document will use the value of default.sequenceDefaultText as the sequence-numbers default text part. |
text | If you specify the text parameter for the set sequenceDefaultText command, the default text part indicated by text will be used for the current document. If you specify the text parameter for the set default.sequenceDefaultText command, the default text part indicated by text will be used for all documents that have the sequenceDefaultText parameter set to default. |
install | If you specify the install parameter for the set default.sequenceDefaultText command, all the documents that have sequenceDefaultText set to default will use the value of install.sequenceDefaultText as the sequence-numbers default text part. |
The query current.sequenceDefaultText command will return the default text part that will be used for the sequence numbers in the current document.
query sequenceDefaultText set sequenceDefaultText 991231 query current.sequenceDefaultText query default.sequenceDefaultText set default.sequenceDefaultText 991231 query install.sequenceDefaultText
query command
set command
hideSequenceNumbers parameter
maintainSequenceNumbers parameter
sequenceNumber parameter
sequenceNumbers parameter
sequenceNumbersFormat parameter
sequenceText parameter