マクロ内の段落の整列(Microsoft Word)
Wordでは、ドキュメント内のテキストの豊富な書式設定属性を使用できます。
次のVBAステートメントを使用して、段落の配置を制御できます。
Selection.Paragraphs.Alignment = position
ここで、_position_は、次の表に示す定数の1つです。
Constant |
Result |
|
wdAlignParagraphLeft |
Formats the current paragraph as left justified |
|
wdAlignParagraphCenter |
Formats the current paragraph as centered |
|
wdAlignParagraphRight |
Formats the current paragraph as right justified |
|
wdAlignParagraphJustify |
Formats the current paragraph so it expands to the left and right margins |
_WordTips_は、費用効果の高いMicrosoftWordトレーニングのソースです。
(Microsoft Wordは、世界で最も人気のあるワードプロセッシングソフトウェアです。)このヒント(3501)は、Microsoft Word 97、2000、2002、および2003に適用されます。Wordのリボンインターフェイス(Word 2007)用のこのヒントのバージョンを見つけることができます。以降)ここ:
link:/ wordribbon-Aligning_a_Paragraph_in_a_Macro [マクロ内の段落の整列]
。