PrivateCellOptions

PrivateCellOptions

is an option for cells that specifies various low-level cell settings.

Details

  • The typical usage is PrivateCellOptions->{opt1->val1,opt2->val2,}.
  • The following options may be specified:
  • "CellGroupBaseStyle"{}style to apply to all cells in a given cell group
    "ContentsOpacity"1.opacity level at which to draw the entire contents of the cell
    "EvaluationUnmatchedStyle""EvaluationUnmatched"style to apply to any output cell when its corresponding input cell is different from the one that originally produced the output cell
    "InitializationCellStyle""InitializationCell"style to apply to any cell with InitializationCell->True set
    "PagewiseNotebookBaseStyle"{}style to apply to all cells on a given page when viewing the notebook as a whole page
  • Any cell that is at the top of a cell group has its "CellGroupBaseStyle" setting examined for options that are then applied to every cell in the cell group.
  • "ContentsOpacity" allows the contents of the cell to be drawn in a semi-opaque way without changing the appearance of the background elements of the cell, such as the CellFrame or the cell's Background.
  • When evaluating inputs, the Wolfram System front end internally records a hash value of the state of the input cell and associates that value with the output cell(s) generated by the evaluation. If the input cell is changed so its hash value differs from the one that generated a given output cell, the output cell has the "EvaluationUnmatchedStyle" setting applied to it to indicate that it is no longer synchronized with the input cell.
  • The hash value that is watched by "EvaluationUnmatchedStyle" is preserved as part of the Wolfram System's multiple undo system. Invoking the Undo command to restore previously deleted output cells will also preserve the hash value of the input cell that created those output cells. It is therefore possible when invoking the Undo command to easily observe whether the notebook is in a state where the input and output cells are consistent.
  • The hash values of the input cells are not sensitive to non-semantic whitespace or comments.
  • "InitializationCellStyle" defines a style that is applied to all initialization cells after the base style of the cell is applied.
  • "PagewiseNotebookBaseStyle" is typically set on the slide break cell, which is used in slide shows. Any settings set in this style are applied to the entire notebook when the current page is being viewed with the ScrollingOptions->{"PagewiseDisplay"->True} setting.

Examples

Basic Examples  (1)

Make a cell with transparent contents:

Wolfram Research (2014), PrivateCellOptions, Wolfram Language function, https://reference.wolfram.com/language/ref/PrivateCellOptions.html.

Text

Wolfram Research (2014), PrivateCellOptions, Wolfram Language function, https://reference.wolfram.com/language/ref/PrivateCellOptions.html.

CMS

Wolfram Language. 2014. "PrivateCellOptions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PrivateCellOptions.html.

APA

Wolfram Language. (2014). PrivateCellOptions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PrivateCellOptions.html

BibTeX

@misc{reference.wolfram_2023_privatecelloptions, author="Wolfram Research", title="{PrivateCellOptions}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/PrivateCellOptions.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_privatecelloptions, organization={Wolfram Research}, title={PrivateCellOptions}, year={2014}, url={https://reference.wolfram.com/language/ref/PrivateCellOptions.html}, note=[Accessed: 19-March-2024 ]}