内容を中央揃えにします。
説明
構文
{center
[=,
=,]
...}
段落オプション
文字オプション
注意事項
例
| 例 | |
![]() | |
{VBox width=4in,
background="yellow",
{left-justify
This paragraph is aligned to the left.},
|| Here, center is used in a VBox.
{center
This paragraph is aligned to the center.},
{right-justify
This paragraph is aligned to the right.}
}
|
{center color="brown", Peanuts! Candy! Ice Scream!}
| 例 | |
{VBox
{TextFlowBox
background="lime",
{center This TextFlowBox is tightly wrapped around the contents.}
},
{TextFlowBox
width=5in,
background="pink",
{center This one has a specified width.}}
}
|
注意事項