CellEvaluationFunction is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
CellLabel is an option for Cell which gives the label to use for a particular cell.
ColumnLines is an option for the low-level function GridBox which specifies whether lines should be drawn between adjacent columns.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
FrameBox[box] is a low-level box construct which represents box with a frame drawn around it.
HexadecimalCharacter represents a hexadecimal digit character 0\[Dash]9, a\[Dash]f, A\[Dash]F in StringExpression.
Masking
(Built-in Mathematica Symbol) Masking is an option for various image analysis and processing functions that specifies on which regions they should operate.
MaxExtraBandwidths is an option to SmoothKernelDistribution that controls the behavior outside that data range.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...