Previous Document Next Document

Object Model Reference : Classes : C : CorelScript : Methods : CorelScript.AddTabStop


CorelScript.AddTabStop

Function AddTabStop(FirstSelectedChar As Long, LastSelectedChar As Long, TabStop As Long) As Long

Description

Member of CorelScript

The AddTabStop method adds a tab stop to text.

 
The CorelScript.CreateTextString and CorelScript.SelectObjectsInRect methods must be called before this method.

 
You can use the CorelScriptTools.LengthConvert method, or one of the CorelScriptTools.From... or CorelScriptTools.To... methods, to specify length measurements.

Parameter
Description
FirstSelectedChar
Specifies the starting character of the selected text. Please note that the first character in a string is equal to 0, not 1.
LastSelectedChar
Specifies the ending character of the selected text
TabStop
Specifies, in tenths of a micron, the distance at which to apply tabs

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.