Mathematica 9 is now available

DisplayFormRowBox

StylePrint

FilledSmallSquareStylePrint[expr, "style"] creates a new cell in the evaluation notebook with the specified style, and prints expr into it.

FilledSmallSquareStylePrint[expr] uses the default style for the current notebook.

FilledSmallSquareStylePrint creates a new cell after the input cell that is currently being evaluated.

FilledSmallSquareStylePrint[expr, "style", opts] can be used to specify options for the cell that is created.

FilledSmallSquareStylePrint is a special case of NotebookWrite.

FilledSmallSquare With a text-based front end, StylePrint does the same as Print.

FilledSmallSquare Cells generated by StylePrint by default have GeneratedCell->True and CellAutoOverwrite->True.

FilledSmallSquareStylePrint[expr, "style"] generates a whole cell with the specified style; Print[StyleForm[expr, "style"]] generates a cell with the default style but containing a StyleBox object.

FilledSmallSquare See The Mathematica Book: Section 2.8.19 and Section 2.10.1.

FilledSmallSquare See also: CellPrint, Print, NotebookWrite, NotebookPrint, StyleForm.

DisplayFormRowBox



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.