Alignment
可用
Option symbol for specifying alignment in layouts
Alignment
Row[Table[Button["y", ImageSize -> {Automatic, 50}, Alignment -> a], {a, {Top, Center, Bottom}}], "xxx"]
→ Button[y, ImageSize -> {Automatic, 50}, Alignment -> Top]xxxButton[y, ImageSize -> {Automatic, 50}, Alignment -> Center]xxxButton[y, ImageSize -> {Automatic, 50}, Alignment -> Bottom]Grid[{{1.234, 12.34}, {123.4, 1234.}, {1234, 1.234}}, Alignment -> "."]
→ Grid[{{1.234, 12.34}, {123.4, 1234.}, {1234, 1.234}}, Alignment -> .]CellPrint[Cell["abc", PageWidth -> 200, CellFrame -> 1, Alignment -> Center]]
→ CellPrint[Cell[abc, PageWidth -> 200, CellFrame -> 1, Alignment -> Center]] 全部 6300 個函式 ·
從 MCP 用戶端使用這個