System::Drawing::StringFormat::GetTabStops 方法
StringFormat::GetTabStops method
返回当前 StringFormat 对象的制表位。
ArrayPtr<float> System::Drawing::StringFormat::GetTabStops(float &first_tab_offset) const
| Parameter | Type | 描述 |
|---|---|---|
| first_tab_offset | float& | 输出参数;包含文本行起始位置与第一个制表位之间的空格数 |
ReturnValue
一个数组,包含表示制表位之间空格数的值
另见
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Page for C++