Previous Page | Next Page

Commands That Are Not Specific to UNIX

INDENT Command



Retains left margin indention when text is flowed.
Category: Text editing, command-line command

Syntax
Without Arguments
Arguments
Details
Comparisons
Examples
See Also

Syntax

INDENT <ON | OFF>

Without Arguments

The INDENT command is toggled on or off. The first time you issue the INDENT command, it reverses the current setting. If the current setting is ON, then issuing the INDENT command changes the setting to OFF. If the current setting is OFF, then issuing the INDENT command changes the setting to ON. When you reissue the INDENT command, it returns to the previous setting.


Arguments

ON

turns on the INDENT command in the window.

Tip: The INDENT ON command indents all lines.
Tip: When the INDENT command is turned on, and you issue the TF command, all of the lines in the paragraph are indented the same as the first line in the paragraph.
OFF

turns off the INDENT command in the window.


Details

The INDENT command specifies that the current left margin indention is used under the following conditions:


Comparisons

The left boundary can be set by both the INDENT and BOUNDS commands. However, when text is flowed, turning the INDENT command on always determines the left boundary, and overrides the left boundary set by the BOUNDS command.


Examples

This example shows four lines of text. The TF command is typed in the number field of the first line. The first line of the paragraph is indented. The INDENT command is set to ON, and the default boundaries are 1 and 50:

tf 01       The purpose of Monday's meeting is to review
00002 the documentation plan and gather your responses. Please
00003 send a representative
00004 if you are unable to attend.

The following example shows the result of pressing ENTER or RETURN to issue the TF command. The indention is used for all of the lines and the right boundary is 50:

tf 01       The purpose of Monday's meeting is to review
00002       the documentation plan and gather your responses. Please
00003       send a representative
00004       if you are unable to attend.


See Also

Commands:

AUTOFLOW Command

BOUNDS Command

TF Command

TS Command

Previous Page | Next Page | Top of Page