ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
DigitBlock is an option for NumberForm and related functions that specifies the maximum length of blocks of digits between breaks.
EdgeLabeling is an option for GraphPlot and related functions that specifies whether labeling specified for edges should be displayed by default.
FaceForm[g] is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...
FaceGridsStyle is an option for 3D graphics functions that specifies how face grids should be rendered.
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
GridLinesStyle is an option for 2D graphics functions that specifies how grid lines should be rendered.
HoldComplete[expr] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.