TabPosition Object (ITabPosition Interface)
This object provides access to a single tab stop: the tab symbol, its alignment, and position in the paragraph.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Alignment | ParagraphTabAlignmentEnum, read-only | Stores the alignment of the tab stop. |
Position | int, read-only | Stores the position of the tab stop, counted from the left border of the paragraph in hundredth parts of point (point is 1/72"). |
TabLeaderType | TabLeaderTypeEnum, read-only | Stores the type of tab symbol. |
Related objects
Output parameter
This object is the output parameter of the Item, AddNew methods of the TabPositions object.
Input parameter
This object is passed as an input parameter to the InsertTab method of the Paragraph object.
See also
7/3/2024 8:50:25 AM