Mathematica options starts the full Mathematica system including notebook interface on Windows and Mac.
BoxBaselineShift is an option for AdjustmentBox that specifies how much the baseline of the box should be shifted relative to those of neighboring characters.
CellBracketOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for cell brackets.
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
ColumnAlignments is an option for the low-level function GridBox that specifies how entries in each column should be aligned.
ColumnLines is an option for the low-level function GridBox which specifies whether lines should be drawn between adjacent columns.
ColumnsEqual is an option for the low-level function GridBox which specifies whether all columns in the grid should be assigned equal width.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
CommonDefaultFormatTypes -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies default formats for newly created cells.
DefaultFormatType is an option for cells that specifies the format used for displaying expressions in a newly created cell.