|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
StyleData
StyleData["style"]
is a low-level representation of the contents of a style definition cell.
StyleData["style", "environment"]
represents the contents of a style definition cell in the style environment
.
DetailsDetails
- StyleData["style"] will inherit any definitions of
from parent stylesheets. - StyleData["style", StyleDefinitions->None] represents the contents of a style definition cell, ignoring any definitions of
from parent stylesheets. - StyleData["style", StyleDefinitions->StyleData["inheritedstyle"]] represents the contents of a style definition cell, inheriting any definitions of
from parent stylesheets. - Style definition cells are located in stylesheets and contain option values for a particular cell style.
- Style definition cells have the form Cell[StyleData["style"], options].
- Parent stylesheets are defined by a style cell with the form StyleData[StyleDefinitions->stylesheet], where stylesheet can take any of the forms allowed for the StyleDefinitions option at the notebook level.
- Placement of styles in the Style menu is controlled by the MenuSortingValue option to the cell containing the StyleData expression.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Create a style definition for the cell style "MyTitle" and reformat the cell:
MyTitleDefine the cell style "MyText" for the
style environment:
Create a style definition for a cell that automatically numbers itself using a
and inherits style definitions from "Section":
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
