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

テキストの内容に下線を付けます。

説明

この文字書式は、{text text-underline?=true} と同じです。空白にも下線が付くことに注意してください。

構文

            {underline
                [option1=value1,
                 option*=value*,]
                ...}
            
option: 任意のサポートされている文字オプション。
value: 文字オプションに対する有効値です。
...: 内容。テキストの内容 (空白を含む) のみ書式設定されます。

文字オプション

underline および他の文字書式に直接影響する文字オプションは以下のとおりです。


{paragraph
    The third {underline word} in this sentence is
    underlined.}
{paragraph
    The third{underline \ word\ }and the spaces around it
    are underlined.}