Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > StyleData >

StyleData

StyleData
is a low-level representation of the contents of a style definition cell.
StyleData
represents the contents of a style definition cell in the style environment .
  • StyleData 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.
Create a style definition for the cell style "MyTitle" and reformat the cell:
Define 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":
Create a style definition for the "Working" environment:
Create a style definition for the cell style "MyTitle" and reformat the cell:
MyTitle
 
Define the cell style "MyText" for the style environment:
MyTextPresentation
 
Create a style definition for a cell that automatically numbers itself using a and inherits style definitions from "Section":
SectionNumbered
 
Create a style definition for the "Working" environment:
Working
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF