StringFormat.SetTabStops

StringFormat.SetTabStops method

为此 StringFormat 对象设置制表位。

public void SetTabStops(float firstTabOffset, float[] tabStops)
参数类型描述
firstTabOffset单精度文本行起始处与第一个制表位之间的空格数。
tabStopsSingle[]一个数组,包含由 PageUnit 属性指定单位的制表位之间的距离。

另请参见