InterpretationBoxOptions
is an option for selections that specifies settings for InterpretationBox constructs.
Details
- The typical usage is InterpretationBoxOptions->{opt1->val1,opt2->val2,…}.
- The following suboptions can be specified:
-
AutoDelete False whether the InterpretationBox is automatically deleted if its contents are edited BaseStyle {} base style specifications DeletionWarning False whether a warning is issued if the InterpretationBox is deleted Editable False whether the contents of the InterpretationBox can be interactively edited in the front end Selectable Automatic whether the contents of the InterpretationBox can be selected SyntaxForm Automatic the precedence level to use when the InterpretationBox is considered as an operator - With the default setting Editable->Automatic, an InterpretationBox object inherits the Editable setting of the cell in which it occurs; that is, the contents of an InterpretationBox will be editable only if the InterpretationBox occurs in an editable cell.
- With the default setting Selectable->Automatic, an InterpretationBox object inherits the Selectable setting of the cell in which it occurs.
- With the default setting AutoDelete->False, the InterpretationBox is not stripped if its contents are modified.
- With the setting AutoDelete->True, the InterpretationBox is removed if its contents are modified.
- With the setting DeletionWarning->True, a warning dialog box appears when the InterpretationBox is about to be deleted. This can occur if the contents of the InterpretationBox are interactively deleted and, if AutoDelete->True, also if the contents of the InterpretationBox are edited.
- SyntaxForm is specified as a string containing an operator whose precedence level is the same as that of the contents of the InterpretationBox. For example, SyntaxForm->"*". You can also distinguish the infix and prefix form of an operator, for example, by setting SyntaxForm to "a + b" and "+ a", respectively.
- With the default setting SyntaxForm->Automatic, the Wolfram Language automatically assigns a precedence determined by the contents of the InterpretationBox.
Examples
Wolfram Research (1999), InterpretationBoxOptions, Wolfram Language function, https://reference.wolfram.com/language/ref/InterpretationBoxOptions.html.
Text
Wolfram Research (1999), InterpretationBoxOptions, Wolfram Language function, https://reference.wolfram.com/language/ref/InterpretationBoxOptions.html.
CMS
Wolfram Language. 1999. "InterpretationBoxOptions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/InterpretationBoxOptions.html.
APA
Wolfram Language. (1999). InterpretationBoxOptions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/InterpretationBoxOptions.html