header-cell (テキスト形式)
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.TEXT-FORMATS.
基準: cell
キーワードの既定設定: font-weight = FontWeight.bold

中身のテキストを強調表示する cell を返します。

説明

header-cellcell と同様の方法で使用します。各行の最初のセル、またはその行の重要なセルで使用するのに適しています。詳細は cell をご覧ください。


{table
    {row
        {header-cell Fruit}
        {header-cell Vegetable}
        {header-cell Vendor}
    }
    {row
        {cell Mangoes}
        {cell Pak Choy}
        {cell Lee and Sons}
    }
}