[]
Initializes a TabStopsItem.TabStop structure.
public static TabStopsItem.TabStop Create(float position, string leading, TabStopsItem.TabStopTypes type)
| Type | Name | Description |
|---|---|---|
| float | position | The position. |
| string | leading | The leading. |
| TabStopsItem.TabStopTypes | type | The tab stop type. For a list of valid values, see here: TabStopsItem.TabStopTypes. |
| Type | Description |
|---|---|
| TabStopsItem.TabStop |