Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
AllowInlineCells is an option for cells that specifies whether inline cells are permitted within a cell.
Automatic represents an option or other value that is to be chosen automatically by a built-in function.
InitializationCellEvaluation is an option for notebooks that specifies whether initialization cells in a notebook are automatically evaluated when the notebook is opened.
SubscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SubscriptBox objects.
SubsuperscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SubsuperscriptBox objects.
SuperscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for SuperscriptBox objects.
TabFilling is an option for character selections that specifies how a Tab character is represented on the screen.
ZeroWidthTimes is an option for selections that specifies whether blank spaces representing multiplication are explicitly shown.
SQLColumn[...] represents a column in an SQL table.