Method XbpRtf():selTabs() Foundation
Sets a tab position.
Syntax
:selTabs( <nTab>, [<nPos>] ) --> nPos
Parameters
<nTab>
A numeric value with the number of the tab.
<nPos>
A numeric value with the new position of the tab. The value in <nPos> must be specified in pixels.
Return
This method returns a numeric value with the position of the tab specified in <nTab>. If a value is passed in parameter <nPos>, the previous tab position is returned.
Description
The method defines the position for the tab specified in parameter <nTab>. The tab stop is set at the position in <nPos>. The number of tab positions defined in the current document is contained in the instance variable :selTabCount.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.