

StyleData
Details and Options

- StyleData["style"] will inherit any definitions of "style" from parent stylesheets.
- StyleData["style",StyleDefinitions->None] represents the contents of a style definition cell, ignoring any definitions of "style" from parent stylesheets.
- StyleData["style",StyleDefinitions->StyleData["inheritedstyle"]] represents the contents of a style definition cell, inheriting any definitions of "inheritedstyle" 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 filename specification 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.
Examples
Basic Examples (4)
Create a style definition for the cell style "MyTitle" and reformat the cell:
MyTitleDefine the cell style "MyText" for the "Presentation" style environment:
MyTextPresentationCreate a style definition for a cell that automatically numbers itself using a CounterBox and inherits style definitions from "Section":
SectionNumberedWorkingRelated Guides
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), StyleData, Wolfram Language function, https://reference.wolfram.com/language/ref/StyleData.html.
CMS
Wolfram Language. 1996. "StyleData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StyleData.html.
APA
Wolfram Language. (1996). StyleData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StyleData.html
BibTeX
@misc{reference.wolfram_2025_styledata, author="Wolfram Research", title="{StyleData}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/StyleData.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_styledata, organization={Wolfram Research}, title={StyleData}, year={1996}, url={https://reference.wolfram.com/language/ref/StyleData.html}, note=[Accessed: 13-August-2025]}