WR DELETE STYLESHEET TAB
version 6.5
WR DELETE STYLESHEET TAB (area; stylesheetNumber; tabNumber)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
stylesheetNumber | Longint | Stylesheet number | |
tabNumber | Longint | Number of the tabulation to delete |
Description
The WR DELETE STYLESHEET TAB command deletes the tab stop whose number was passed in tabNumber from the styleSheetNumber style sheet, in the 4D Write area referenced by area. Style sheets are numbered from top to bottom, as listed in the style sheet dialog box.
This command has no effect on the selected text, even if it currently uses the styleSheetNumber style sheet.
To update the text that uses the modified style sheet, you need to use the WR UPDATE STYLESHEET command.
Example
See the example for the WR UPDATE STYLESHEET command.
See Also