ImageResolution is an option for Export, Rasterize, and related functions that specifies at what resolution bitmap images should be rendered.
ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
ScriptSizeMultipliers is an option for Style that specifies how much smaller to render each successive level of subscripts, etc.
ContinuousWaveletData[{{oct_1, voc_1} -> coef_1, ...}, wave] yields a continuous wavelet data object with wavelet coefficients coef_i corresponding to octave and voice ...
FilledCurve[{segment_1, segment_2, ...}] represents a filled curve consisting of segment_1 followed by segment_2 etc. FilledCurve[{component_1, component_2, ...}] represents ...
Inset
(Built-in Mathematica Symbol) Inset[obj] represents an object obj inset in a graphic. Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. Inset[obj, pos, opos] aligns ...
Printing Environment determines which style environment to use for printing.
x_y^z is the low-level box representation for x_y^z in notebook expressions.
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
TextData[exprs] is a low-level representation of the contents of a textual cell.