Tab
Tab class
Represents a tabulation for a text.
Tab
| Name | Description |
|---|---|
| Tab(double, int) | Creates new Tab |
Parameters:
| Name | Type | Description |
|---|---|---|
| position | double | Tab position. |
| align | int | Align. |
Returns: Tab
compareTo
| Name | Description |
|---|---|
| compareTo (Object) | Compares the current instance with another object of the same type. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | An object to compare with this instance. |
Returns: int
getAlignment
| Name | Description |
|---|---|
| getAlignment () | Returns or sets align style of a tab. Read/write TabAlignment. |
Returns: int
getPosition
| Name | Description |
|---|---|
| getPosition () | Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double. |
Returns: double
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
setAlignment
| Name | Description |
|---|---|
| setAlignment (int) | Returns or sets align style of a tab. Read/write TabAlignment. |
Returns: void
setPosition
| Name | Description |
|---|---|
| setPosition (double) | Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double. |
Returns: void