System::Drawing::StringFormat::SetTabStops メソッド
StringFormat::SetTabStops method
現在の StringFormat オブジェクトのタブ位置を設定します。
void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)
| パラメーター | 型 | 説明 |
|---|---|---|
| first_tab_offset | 単精度浮動小数点数 | テキスト行の開始位置と最初のタブ位置の間のスペース数 |
| tab_stops | const ArrayPtr<float>& | タブ位置間のスペース数を表す値を含む配列です。 |
参照
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Page for C++