4D Write v14WR ADD TAB |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Write v14
WR ADD TAB
WR ADD TAB
The WR ADD TAB command allows you to add a new tab at the location passed in position, measured from the left margin of the document. It also allows you to to define the fill character and the justification of the new tab stop. This tab stop will be added to all the paragraphs of the selection. If a tab stop already exist at this location, it will be replaced by the one you just created. position is the distance from the left margin (expressed in the document's default unit). The justification optional parameter determines the tab stop type. You can use the following constants, found in the “WR Tabs” theme:
If justification is omitted, a left aligned tab is created. The fillCharacter optional parameter can be any character whose code is between 33 and 127. This character will be added using the same font as the tab stop. If fillCharacter is omitted or if you pass an empty string, no fill character will be inserted. The following example create a left tab stop, 50 units away from the left margin with a dot as fill character. WR ADD TAB(area;50;wr left tab;".") |
PROPERTIES
Product: 4D Write
HISTORY
Created: 4D Write 6.5 SEE ALSO
WR ADD STYLESHEET TAB ARTICLE USAGE
4D Write Language ( 4D Write v11.6) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||