TabStop constructor
TabStop(position)
Initializes a new instance of this class.
TabStop(position: number)
Parameter | Type | Description |
---|---|---|
position | number |
TabStop(position, alignment, leader)
Initializes a new instance of this class.
TabStop(position: number, alignment: Aspose.Words.TabAlignment, leader: Aspose.Words.TabLeader)
Parameter | Type | Description |
---|---|---|
position | number | The position of the tab stop in points. |
alignment | TabAlignment | A TabAlignment value that specifies the alignment of text at this tab stop. |
leader | TabLeader | A TabLeader value that specifies the type of the leader line displayed under the tab character. |
See Also
- module Aspose.Words
- class TabStop