|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Style[expr, options] displays with expr formatted using the specified option settings. |
| Style[expr, "style"] uses the option settings for the specified style in the current notebook. |
| Style[expr, color] displays using the specified color. |
| Style[expr, Bold] displays with fonts made bold. |
| Style[expr, Italic] displays with fonts made italic. |
| Style[expr, Underlined] displays with fonts underlined. |
| Style[expr, Larger] displays with fonts made larger. |
| Style[expr, Smaller] displays with fonts made smaller. |
| Style[expr, n] displays with font size n. |
| Style[expr, Tiny], Style[expr, Small], etc. display with fonts that are tiny, small, etc. |
| opt1->val1,... | explicit options | |
| "style" | a named style from the current stylesheets | |
| color directive | color (Red, RGBColor[...], ...)] | |
| graphics directive | (Thickness[...], ...) | |
| Bold | text bold (FontWeight->"Bold") | |
| Italic | text italic (FontSlant->"Italic") | |
| Underlined | text underlined | |
| Larger | text larger | |
| Smaller | text smaller | |
| n (any number) | text with font size n (FontSize->n) | |
| Tiny, Small, etc. | text with absolute size |
| Background | background color | |
| Editable | whether the contents are editable | |
| FontFamily | font family | |
| Hyphenation | whether to hyphenate in text | |
| Magnification | magnification | |
| Selectable | whether the contents are selectable |
| "Button" | display like text in a system button | |
| "Graphics" | display like graphics | |
| "Input" | display like Mathematica input | |
| "Label" | display as a sans serif label | |
| "Menu" | display like a system menu item | |
| "Output" | display like Mathematica output | |
| "Panel" | display like text in a system panel | |
| "PopupMenu" | display like a system popup menu | |
| "Section" | display as a section heading | |
| "SmallText" | display like small text | |
| "Subsection" | display as a subsection heading | |
| "Text" | display like ordinary text | |
| "Title" | display like a title |