Arbortext Command Language > set Command Options > set skipinlineelements
  
set skipinlineelements
set skipinlineelements= { on | off}
The set option and advanced preference skipinlineelements controls whether inline elements are treated as word boundaries when checking spelling. When set to on (the default), the spelling checker will ignore inline element boundaries when evaluating the spelling of words. When set to off, the spelling checker treats each inline element as a word boundary.
The preference has document scope.
The setting of skipinlineelements may be overridden depending on the setting of the .dcf file entry spellCheckingNewWord for the document type. spellCheckingNewWord has the following possible values:
yes — An element will always start a new word, regardless of the setting of the skipinlineelements preference.
no — An element will not be considered a word boundary, regardless of the setting of the skipinlineelements preference.
default — (The default setting.) An element will follow the setting of the skipinlineelements preference.