AdjustmentBoxOptions
AdjustmentBoxオブジェクトの設定を指定するオプションである.
詳細
- 指定可能なオプション
-
BaseStyle {} 使用するスタイル BoxBaselineShift 0. ボックスのベースラインを,周囲の文字のベースラインと相対的に,どの程度シフトするかを指定する BoxMargins 0. ボックスのコンテンツ周囲に残す余白を指定する StripOnInput True 評価に際してボックスを取り去るかどうか
例題
例 (1)
以下のセルのコンテンツにはAdjustmentBox式が使われている.AdjustmentBox[box,opts]は,box の位置が,「左に微小移動」,「右に微小移動」,「下に微小移動」,「上に微小移動」等の操作で調整されたときに自動的に生成される低レベルボックスコンテンツである:
2^12^22^32^42^5ノートブックに対してAdjustmentBoxOptionsの値を設定すると,そのノートブック中のすべてのAdjustmentBox構造に影響が出る:
SetOptions[SelectedNotebook[], AdjustmentBoxOptions -> {BaseStyle -> {Background -> RGBColor[0.6, 0.9, 0.9]}}]AdjustmentBoxOptionsの値は個々のセルに対して設定することもできる:
CellPrint[Cell[BoxData[RowBox[{SuperscriptBox["3", AdjustmentBox["4", BoxBaselineShift -> -0.3, BoxMargins -> {{0., 0.}, {0.5, 0.5}}]], SuperscriptBox["5", "6"], SuperscriptBox[AdjustmentBox["7", BoxBaselineShift -> 0.3, BoxMargins -> {{0., 0.}, {0.5, 0.5}}], "8"]}]], "Input", FontSize -> 24, AdjustmentBoxOptions -> {BaseStyle -> {FontColor -> RGBColor[1, 1, 0], Background -> RGBColor[1, 0, 0]}}]]3^45^67^8関連項目
履歴
1999 で導入 (4.0)
テキスト
Wolfram Research (1999), AdjustmentBoxOptions, Wolfram言語関数, https://reference.wolfram.com/language/ref/AdjustmentBoxOptions.html.
CMS
Wolfram Language. 1999. "AdjustmentBoxOptions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AdjustmentBoxOptions.html.
APA
Wolfram Language. (1999). AdjustmentBoxOptions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AdjustmentBoxOptions.html
BibTeX
@misc{reference.wolfram_2026_adjustmentboxoptions, author="Wolfram Research", title="{AdjustmentBoxOptions}", year="1999", howpublished="\url{https://reference.wolfram.com/language/ref/AdjustmentBoxOptions.html}", note=[Accessed: 15-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_adjustmentboxoptions, organization={Wolfram Research}, title={AdjustmentBoxOptions}, year={1999}, url={https://reference.wolfram.com/language/ref/AdjustmentBoxOptions.html}, note=[Accessed: 15-September-2026]}