Microsoft Word Suite
123
previous form field
Returns the previous form field in the form fields list. Read-only.
status text
Returns or sets the text that's displayed in the status bar when a form field has the focus. If the
own status property is set to true, status text specifies the status bar text. If the own status
property is set to false, status text specifies the name of an AutoText entry that contains status
bar text for the form field. Read/write.
text input
Returns a
text input
object that represents a text form field. Read-only.
If the text input property is applied to a form field object that isn't a drop-down form field, the
property won't fail, but the valid property for the returned object will be false.
To return or set the contents of a text input object, use the form field result property with the
form field object.
text object
Returns a text range object that represents the portion of a document that's contained in the
form field object. Read-only.
Class: frame
Plural
frame
Represents a frame. The frames list includes all frames in a selection, text range, or document.
Use frame index, where index is the index number, to return a single frame object. The index number
represents the position of the frame in the selection, range, or document. The following example
allows text to wrap around the first frame in the active document.
set text wrap of frame 1 of active document to true
To add a frame around a range, use the make command. The following example adds a frame
around the first paragraph in the active document.
make new frame at active document with properties ¬
{text object:text object of paragraph 1 of active document}
Remarks
You can wrap text around shape objects by using the wrap format property. You can position a
shape object by using the top and left properties.
Properties
border options
Returns a
border options
object that represents options for the borders of the frame object.
Read/write.
height
Returns or sets the height of the specified frame. Read/write.