Cellのオプションとして使われ,セルの周囲に設ける絶対余白を印刷用ポイント数で指定する.
CellMargins
Cellのオプションとして使われ,セルの周囲に設ける絶対余白を印刷用ポイント数で指定する.
例題
すべて開く すべて閉じる例 (1)
スコープ (3)
CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{200, 12}, {10, 10}}, CellFrame -> True, PageWidth -> WindowWidth]]CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{12, 200}, {10, 10}}, CellFrame -> True, PageWidth -> WindowWidth]]CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{20, 20}, {20, 20}}, CellFrame -> True, PageWidth -> WindowWidth]]CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> 20, CellFrame -> True, PageWidth -> WindowWidth]]特性と関係 (4)
連続するセル c1 と c2 の間の空間は bottom1+top2である:
CellPrint[{Cell[StringJoin[Table["abcde ", {10}]], CellMargins -> {{200, 200}, {5, 0}}, CellFrame -> True], Cell[StringJoin[Table["abcde ", {10}]], CellMargins -> {{200, 200}, {5, 0}}, CellFrame -> True]}]CellFrameを使ってセルのコンテンツエリアを枠に入れる:
CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{200, 200}, {10, 10}}, CellFrame -> True]]Backgroundを使ってセルのコンテンツエリアにスタイルを付ける:
CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{200, 200}, {10, 10}}, Background -> Lighter@Orange]]CellDingbatはセルのコンテンツエリアの直ぐ左側に置かれる:
CellPrint[Cell[StringJoin[Table["abcde ", {20}]], CellMargins -> {{200, 200}, {10, 10}}, CellFrame -> True, CellDingbat -> "■"]]テクニカルノート
-
▪
- セルのオプション
関連するガイド
履歴
1996 で導入 (3.0)
テキスト
Wolfram Research (1996), CellMargins, Wolfram言語関数, https://reference.wolfram.com/language/ref/CellMargins.html.
CMS
Wolfram Language. 1996. "CellMargins." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CellMargins.html.
APA
Wolfram Language. (1996). CellMargins. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CellMargins.html
BibTeX
@misc{reference.wolfram_2026_cellmargins, author="Wolfram Research", title="{CellMargins}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/CellMargins.html}", note=[Accessed: 07-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_cellmargins, organization={Wolfram Research}, title={CellMargins}, year={1996}, url={https://reference.wolfram.com/language/ref/CellMargins.html}, note=[Accessed: 07-August-2026]}