'宣言 Public Sub SetTabStops( _ ByVal firstTabOffset As System.Integer, _ ByVal tabStops() As System.Integer, _ ByVal tabUnit As TabUnit _ )
public void SetTabStops( System.int firstTabOffset, System.int[] tabStops, TabUnit tabUnit )
パラメータ
- 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.