FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
FrameMargins is an option for objects that can be displayed with frames which specifies the absolute margins in printer's points to leave inside the frame.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...
Infix
(Built-in Mathematica Symbol) Infix[f[e_1, e_2, ...]] prints with f[e_1, e_2, ...] given in default infix form: e_1~f~e_2~f~e_3 .... Infix[expr, h] prints with arguments separated by h: e_1 h e_2 h e_3 ...
InputAliases is an option for cells and notebooks which specifies additional Esc\[ThinSpace]name\[ThinSpace]Esc aliases to be allowed on input.
Invisible[expr] displays as space that is the same size as the formatted version of expr.
Italic
(Built-in Mathematica Symbol) Italic represents an italic font slant.
MardiaCombinedTest[data] tests whether data follows a MultinormalDistribution using the Mardia combined test.MardiaCombinedTest[data, " property"] returns the value of " ...
RecordLists is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
ReverseGraph[g] gives the reverse graph of the directed g.