Text Suite
483
Command: space 2
Double-spaces the specified paragraphs. The exact spacing is determined by adding 12 points to the
font size of the largest character in each paragraph.
Syntax
space 2 paragraph/paragraph format Required. An expression that returns a paragraph or
paragraph format object.
Remarks
The following two statements are equivalent:
space 2 paragraph 1 of active document
set line spacing rule of paragraph 1 of active document to line space double
Example
This example changes the first paragraph in the selection to double spacing.
space 2 paragraph 1 of selection
Command: tab hanging indent
Sets a hanging indent to a specified number of tab stops. Can be used to remove tab stops from a
hanging indent if the value of count is a negative number.
Syntax
tab hanging indent paragraph/paragraph format Required. An expression that returns a
paragraph or paragraph format object.
count integer Required. The number of tab stops to indent (if positive) or the number of tab
stops to remove from the indent (if negative).
Example
This example sets a hanging indent to the second tab stop for the first paragraph in the active
document.
tab hanging indent paragraph 1 of active document count 2
This example moves the hanging indent back one tab stop for the first paragraph in the active
document.
tab hanging indent paragraph 1 of active document count -1
Command: tab indent
Sets the left indent for the specified paragraphs to a specified number of tab stops. Can also be used
to remove the indent if the value of count is a negative number.
Syntax
tab indent paragraph/paragraph format Required. An expression that returns a paragraph or
paragraph format object.
count integer Required. The number of tab stops to indent (if positive) or the number of tab
stops to remove from the indent (if negative).