Tab
Contents
[
Hide
]Tab class
Contains a collection of Tab elements.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Position | DoubleValue | Specifies the position of a tab stop. |
| Alignment | Alignment | Specifies the tab alignment. |
| Leader | StrValue | Specified the leader. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
Tab.IX property
The zero-based index of the element within its parent element.
Type: int
Tab.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
Tab.Position property
Specifies the position of a tab stop.
Type: DoubleValue
Tab.Alignment property
Specifies the tab alignment.
Type: Alignment
Tab.Leader property
Specified the leader.
Type: StrValue
deepClone()
Creates deep copy of this instance.