Property name |
Data Type |
Description |
---|---|---|
x |
int |
Offset from the left margin. |
type |
uint |
Type of tab. The value is one of: •Constants.FV_TAB_LEFT (0x1) - Left tab. •Constants.FV_TAB_CENTER (0x2) - Center tab. •Constants.FV_TAB_RIGHT (0x3) - Right tab. •Constants.FV_TAB_DECIMAL (0x4) - Decimal tab. •Constants.FV_TAB_RELATIVE_LEFT (0x5) - Relative left tab (allowed only for format change lists). •Constants.FV_TAB_RELATIVE_CENTER (0x6) - Relative center tab (allowed only for format change lists). •Constants.FV_TAB_RELATIVE_RIGHT (0x7) - Relative right tab (allowed only for format change lists). •Constants.FV_TAB_RELATIVE_DECIMAL (0x8) - Relative decimal tab (allowed only for format change lists). |
leader |
string |
String that appears before the tab. |
decimal |
uint |
Character to align the tab around (For example “,”). |