TabStop constructor

TabStop(position)

Initializes a new instance of this class.

TabStop(position: number)
ParameterTypeDescription
positionnumber

TabStop(position, alignment, leader)

Initializes a new instance of this class.

TabStop(position: number, alignment: Aspose.Words.TabAlignment, leader: Aspose.Words.TabLeader)
ParameterTypeDescription
positionnumberThe position of the tab stop in points.
alignmentTabAlignmentA TabAlignment value that specifies the alignment of text at this tab stop.
leaderTabLeaderA TabLeader value that specifies the type of the leader line displayed under the tab character.

See Also