ワードの理解シリーズ{フィールドについて}
第2章その3■スイッチの修正オプション
スイッチの修正オプションとは、スイッチの命令をさらに補足して修正する命令です。
スイッチの後に続いて、組み合わせて使用します。
修正オプションは、スイッチと少し形が違います。
半角の円記号(¥) + アルファベット2文字です。
Eq(数式)フィールドで、使用されます。
英語と対訳になっていますので、英文の省略形になっていることが、良く解かると思います。
スイッチ |
修正オプション |
説明 |
Array switch: ¥a() 任意の数の要素の配列を作成します。 |
¥al |
Aligns left within columns. |
¥ac |
Aligns center within columns. |
|
¥ar |
Aligns right within columns. |
|
¥con |
Arrays elements in n columns (the default is 1). |
|
¥vsn |
Adds n points of vertical spacing between lines. |
|
¥hsn |
Adds n points of horizontal spacing between columns. |
|
Bracket: ¥b() 対象と同じサイズのかっこを使用して、対象を要素ごとに囲みます。 |
¥lc¥c |
Draws the left bracket using the character c. |
¥rc¥c |
Draws the right bracket using the character c. |
|
¥bc¥c |
Draws both bracket characters using the character specified for c. |
|
Displace: ¥d() Eq (数式) フィールドの次に続く文字の配置を制御します。 |
¥fon () |
Draws to the right n points. |
¥ban () |
Draws to the left n points. |
|
¥li () |
Underlines the space up to the next character. |
|
Integral: ¥i(,,) 指定された記号または既定の記号と 3つの対象を使用して、積分、Σ を使用した和の式などを作成します。 |
¥su |
Changes the symbol to a capital sigma and creates a summation. |
¥pr |
Changes the symbol to a capital pi and creates a product. |
|
¥in |
Creates the inline format with the limits displayed to the right of
the symbol instead of above and below it. |
|
¥fc¥c |
Substitutes a fixed-height character specified by c for the symbol. |
|
¥vc¥c |
Substitutes a variable-height character specified by c for the symbol.
The symbol matches the height of the third element. |
|
Overstrike: ¥o() 指定した対象を重ねて表示します。 |
¥al |
Aligns at the left edge. |
¥ac |
Aligns in the center (the default). |
|
¥ad |
Aligns distribution |
|
¥ar |
Aligns at the right edge. |
|
Superscript or Subscript: ¥s() 対象を、上付き文字または下付き文字として表示します。 |
¥ain () |
Adds space above a line in a paragraph by the number of points
specified by n. |
¥upn () |
Moves a single element above the adjacent text by the number of points
specified by n. The default is 2 points. |
|
¥din () |
Adds space below a line in a paragraph by the number of points specified
by n. |
|
¥don () |
Moves a single element below the adjacent text by the number of points
specified by n. The default is 2 points. |
|
Box: ¥x() 対象を罫線で囲みます。 |
¥to |
Draws a border above the element. |
¥bo |
Draws a border below the element |
|
¥le |
Draws a border to the left of the element. |
|
¥ri |
Draws a border to the right of the element. |