説明
テーブル セル オプションおよび他のプロパティ
例
| 例 | |
![]() | |
{table
background="pink",
cell-margin=0.25cm,
{header-row
background={FillPattern.from-rgb 0.6, 1.0, 0.6},
{cell Food}
{cell Beverages}
{cell Utensils}
}
{row
{cell Finger Sandwiches}
{cell Coffee}
{cell Salad Forks}
}
{row
{cell Quiche}
{cell Decaf}
{cell Teaspoons}
}
{row
{cell Custard Tartlets}
{cell Tea}
{cell }
}
{row
{cell Strawberries}
{cell }
{cell }
}
}
|