CellBracketOptions

CellBracketOptions

is an option for cells that specifies settings for cell brackets.

Details

  • The typical usage is CellBracketOptions->{opt1->val1,opt2->val2,}.
  • The following suboptions may be specified:
  • "Color"RGBColor[.54, .55, .79]color of the brackets for a cell
    "HoverColor"RGBColor[.54, .55, .79]color of a cell bracket when the mouse is hovering over it
    "Margins"{0, 2}width of margins around the brackets for a cell
    "OverlapContent"Automaticwhether cell contents are allowed to overlap the cell bracket
    "Thickness"1thickness of the brackets for a cell
    "Widths"{0, 7}width of the brackets for a cell
  • "Thickness" is specified in terms of printers points, where 72 points equal one inch. The default setting is "Thickness"->1.
  • The color is specified using the color dialog box that appears when the square symbol next to the option is clicked. It can be specified using RGBColor, GrayLevel, Hue, and CMYKColor.
  • "Margins"->{left,right} determines the size of the margins to the left and right of the cell bracket, respectively. The values are given in printer's points, where 72 points equal one inch.
  • "Widths"->{left,right} determines the width of the brackets for a cell. The values are given in printer's points, where 72 points equal one inch.
  • "OverlapContent" determines whether the content of a cell is allowed to overlap the designated area for the cell bracket.
  • "OverlapContent"->True will leave area for the cell bracket even if drawing the cell bracket is disabled using ShowCellBracket->False. Automatic is equivalent to False if ShowCellBracket->False, and True otherwise.

Examples

Basic Examples  (4)

Display a cell with a thick, wide, red cell bracket:

Set a different hover color:

Cells with different bracket margin settings:

Cells are typically clipped by their cell bracket:

Specify a cell that can draw overlapping its cell bracket:

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

Text

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2023_cellbracketoptions, organization={Wolfram Research}, title={CellBracketOptions}, year={1999}, url={https://reference.wolfram.com/language/ref/CellBracketOptions.html}, note=[Accessed: 29-March-2024 ]}