Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
ColumnWidths is an option for the low-level function GridBox which specifies the widths to use for columns.
DirectoryName["name"] extracts the directory name from the specification for a file.
ExpandAll[expr] expands out all products and integer powers in any part of expr. ExpandAll[expr, patt] avoids expanding parts of expr that do not contain terms matching the ...
FontSlant is an option for Style, Cell, and related constructs that specifies how slanted characters in text should be.
FontWeight is an option for Style, Cell, and related constructs that specifies how heavy the characters in a font should be.
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
ImageHistogram[image] plots a histogram of the pixel levels for each channel in image.ImageHistogram[image, n] uses n levels for each channel.ImageHistogram[image, n, {min, ...
ImageSizeAction is an option for Pane and related constructs that specifies what to do if the specified ImageSize setting does not match the size of the contents.
ImportString["data", " format"] imports data in the specified format from a string. ImportString["data", elements] imports the specified elements.ImportString["data"] ...