'Declaration
Public Sub SetTabStops( _ ByVal firstTabOffset As Integer, _ ByVal tabStops() As Integer, _ ByVal tabUnit As TabUnit _ )
public void SetTabStops( int firstTabOffset, int[] tabStops, TabUnit tabUnit )
Parameters
- firstTabOffset
- The number of spaces between the beginning of a line of text and the first tab stop.
- tabStops
- An array of distances (in number of spaces) between tab stops.
- tabUnit
- The unit of the tab stops and offset.