Automatic Numbering creates an automatic numbering object, or counter, in the current notebook.
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares.
Attributes[symbol] gives the list of attributes for a symbol.
Baseline is a symbol that represents the baseline for purposes of alignment and positioning.
BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.
Bottom
(Built-in Mathematica Symbol) Bottom is a symbol that represents the bottom for purposes of alignment and positioning.
Close
(Built-in Mathematica Symbol) Close[stream] closes a stream.
ColorSelectorSettings -> {opt -> val} is a global option that specifies settings for the Color dialog box.
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...