|
EditCellTagsSettings {...}
EditCellTagsSettings is a global option that stores settings associated with the "Edit Cell Tags" dialog box. This dialog box appears when you click Find Add/Remove Cell Tags.... EditCellTagsSettings consists of the following suboptions.
"CellTags"
"CellTags" is a global option that determines which strings to place in the "Cell tag:" field of the "Edit Cell Tags" dialog box when it is opened.
Cell tags identify specific cells for operations such as searching, indexing, or setting up hyperlinks. Each cell tag is a string.
If you assign a string to this option, that string automatically appears in the "Cell tag:" field of the dialog box each time the box is opened. This saves you the labor of typing in the string repeatedly.
With the default setting "CellTags" {}, the "Cell tag:" field in the dialog box is empty when it is opened.
"WindowMargins"
"WindowMargins" is a global option that determines the size of margins around the "Edit Cell Tags" dialog box.
"WindowMargins" {{left, right}, {bottom, top}} determines the distances from each edge of your screen to each edge of the window.
The values of left, right, bottom, and top are given in points, where 72 points equal one inch.
Negative values of left, right, bottom, and top represent edges that are off the screen.
Typically only two distances are given explicitly; the others are set to Automatic, indicating that they should be determined from the size of the window.
The settings for "WindowMargins" change automatically whenever you move a window around interactively on the screen.
The window edges closer to the edges of the screen are typically assigned explicit margin distances; the other edges are set to Automatic. This allows the same setting for "WindowMargins" to work on screens of different sizes.
|