Text Suite
420
text object
Returns a
text range
object that represents the portion of a document that's contained in the
paragraph object. Read-only.
widow control
True if the first and last lines in the specified paragraph remain on the same page as the rest of
the paragraph when Word repaginates the document. Read/write.
word wrap
True if Word wraps Latin text in the middle of a word in the specified paragraphs.
Read/write. This usage may not be available to you, depending on the language support (U.S.
English, for example) that you've selected or installed.
Class: paragraph format
Plural
paragraph formats
Elements
tab stop
Represents all the formatting for a paragraph.
To return or set the paragraph format object for a paragraph or paragraphs, use the paragraph format
property of the paragraph class. The paragraph format property also returns the paragraph format
object for a selection object, text range, Word style, find, or replacement object. The following
example centers the third paragraph in the active document.
set alignment of paragraph format of paragraph 3 of active document to ¬
align
paragraph
center
The following example finds the next double-spaced paragraph after the selection.
set theFind to find object of selection
clear formatting theFind
set line spacing rule of paragraph format of theFind to line space double
set content of theFind to ""
set forward of theFind to true
set wrap of theFind to find continue
execute find theFind
Properties
add space between east asian and alpha
True if Word is set to automatically add spaces between Japanese and Latin text for the
specified paragraphs. Read/write.
add space between east asian and digit
True if Word is set to automatically add spaces between Japanese text and numbers for the
specified paragraphs. Read/write.