CellFrameMargins
Cellのオプションとして使われ,セル枠内側に設ける絶対余白を印刷用ポイント数で指定する.
詳細
- 設定可能な指定値
-
dist すべての余白を同一値にする {{left,right},{bottom,top}} 各辺の余白を個別に指定 - CellFrameMarginsは,トップレベルのセルの背景色を描くために使われるボックスの余白を定義する.この余白は背景色の範囲を定義するために使われる.
- Background->Noneの設定のときは,余白はCellFrameが存在するときにのみ適用される.どの側にもセル枠が描かれていない場合は,余白は枠の設定がある側にのみ適用される.
- 背景色があってCellFrameがないインラインセルおよび添付セルには,CellFrameMarginsが適用されない.
例題
すべて開く すべて閉じる例 (2)
CellPrint[Table[TextCell[StringJoin[Table["abcd ", {40}]], "Text", CellFrame -> True, CellFrameMargins -> m], {m, 0, 18, 9}]]
CellPrint[TextCell[StringJoin[Table["abcd ", {40}]], "Text", CellFrame -> True, CellFrameMargins -> {{100, 200}, {3, 12}}]]
スコープ (3)
CellPrint[TextCell[StringJoin[Table["abcd ", {40}]], "Text", CellFrame -> {{True, False}, {False, True}}, CellFrameMargins -> 20, CellMargins -> {{100, 100}, {10, 10}}]]
CellPrint[TextCell[StringJoin[Table["abcd ", {40}]], "Text", Background -> Lighter@Orange, CellFrameMargins -> 20, CellMargins -> {{100, 100}, {10, 10}}]]
Row[{1, ExpressionCell[2, CellFrame -> 1, CellFrameMargins -> 5], 3}]Row[{1, ExpressionCell[2, Background -> Gray, CellFrameMargins -> 5], 3}]テクニカルノート
-
▪
- セルのオプション
関連するガイド
履歴
1996 で導入 (3.0)
テキスト
Wolfram Research (1996), CellFrameMargins, Wolfram言語関数, https://reference.wolfram.com/language/ref/CellFrameMargins.html.
CMS
Wolfram Language. 1996. "CellFrameMargins." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CellFrameMargins.html.
APA
Wolfram Language. (1996). CellFrameMargins. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CellFrameMargins.html
BibTeX
@misc{reference.wolfram_2026_cellframemargins, author="Wolfram Research", title="{CellFrameMargins}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/CellFrameMargins.html}", note=[Accessed: 04-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_cellframemargins, organization={Wolfram Research}, title={CellFrameMargins}, year={1996}, url={https://reference.wolfram.com/language/ref/CellFrameMargins.html}, note=[Accessed: 04-September-2026]}