WR O SET TABS

4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next

version 6.0


WR O SET TABS (area; old; new; leader; justification)

ParameterTypeDescription
areaLongint4D Write area
oldIntegerOld tab in points
newIntegerNew tab in points
leaderIntegerLeader character [0…3]
justificationIntegerJustification [0…3]

Note 6.5: This command was only maintained for compatibility purposes. We recommend using the WR SET TAB command.

Description

The command WR O SET TABS adds, modifies, or deletes tab stops for the selected paragraphs in area. This command moves the tab stop described by old to the tab stop described by new.

If old equals -1, or if there is no tab stop at old, WR O SET TABS creates a new tab at the position specified by new. If new equals -1, WR O SET TABS deletes the tab at the position specified by old. If a tab is created or moved, it is modified by the leader and justification parameters.

leader specifies the fill character to use for the tab. The following are the possible values for leader:

justification specifies the type of justification the tab will have. The following are the possible values for justification:

See Also

WR SET TAB.


4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next