StyleData

StyleData["style"]

スタイル定義セルのコンテンツの低レベル表現である.

StyleData["style","environment"]

スタイル環境"environment"のスタイル定義セルのコンテンツを表す.

詳細とオプション

  • StyleData["style"]は親スタイルシートから"style"の任意の定義を継承する.
  • StyleData["style",StyleDefinitions->None]は親スタイルシートからの"style"の任意の定義を無視したスタイル定義セルのコンテンツを表す.
  • StyleData["style",StyleDefinitions->StyleData["inheritedstyle"]]は親スタイルシートからの"inheritedstyle"の任意の定義を継承したスタイル定義セルのコンテンツを表す.
  • スタイル定義セルはスタイルシートにあり,特定のセルスタイルのオプション値を含んでいる.
  • スタイル定義セルの形式はCell[StyleData["style"],options]である.
  • 親スタイルシートはStyleData[StyleDefinitions->stylesheet]の形式のスタイルセルで定義される.stylesheet はノートブックレベルで許容されるStyleDefinitionsの任意のファイル名で指定することができる.
  • StyleData式を含むセルのMenuSortingValueオプションで「スタイル」メニューへのスタイルの置き方が制御される.

例題

  (4)

セルスタイル"MyTitle"のスタイルを定義し,セルをフォーマットし直す:

MyTitle

"Presentation"スタイル環境のセルスタイル"MyText" を定義する:

MyTextPresentation

CounterBoxを使って自動的に番号付けを行い"Section"からスタイル定義を継承するセルのスタイルを定義する:

SectionNumbered

"Working"環境のスタイルを定義する:

Working
Wolfram Research (1996), StyleData, Wolfram言語関数, https://reference.wolfram.com/language/ref/StyleData.html.

テキスト

Wolfram Research (1996), StyleData, Wolfram言語関数, 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_2024_styledata, author="Wolfram Research", title="{StyleData}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/StyleData.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_styledata, organization={Wolfram Research}, title={StyleData}, year={1996}, url={https://reference.wolfram.com/language/ref/StyleData.html}, note=[Accessed: 22-November-2024 ]}