SetTabStops()
StringFormat::SetTabStops(float, const ArrayPtr<float>&) method
Sets the tab stops for the current StringFormat object.
void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)
Arguments
Parameter | Type | Description |
---|---|---|
first_tab_offset | float | The number of spaces between the beginning of a text line and the first tab stop |
tab_stops | const ArrayPtr<float>& | An array containing values which are the numbers of spaces between tab stops. |
See Also
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Slides