... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
125
text object
Returns a text range object that represents the portion of a document that's contained in the
frame object. Read-only.
text wrap
True if document text wraps around the specified frame. Read/write.
vertical distance from text
Returns or sets the vertical distance (in points) between a frame and the surrounding text.
Read/write.
vertical position
Returns or sets the vertical distance between the edge of the frame and the item specified by
the relative vertical position property. Can be a number that indicates a measurement in points.
Read/write.
width
Returns or sets the width (in points) of the specified object. Read/write.
width rule
Returns or sets the rule used to determine the width of a frame. Read/write.
Can be one of the following:
Constant
Description
frame auto
Sets the width according to the width of the item in the frame.
frame exact Sets the width to an exact value specified by the width property.
frame at
least
Sets the width to a value equal to or greater than the value specified by the
width property.
Class: header footer
Plural
header footers
Represents a single header or footer. The header footers list includes all headers and footers in the
specified document section.
To return a single header footer object, use the
get header
or
get footer
command. The following
example changes the text of both the primary header and the primary footer in the first section of
the active document.
set s1 to section 1 of active document
set content of text object of (get header s1 index header footer primary) ¬
to "Header text"
set content of text object of (get footer s1 index header footer primary) ¬
to "Footer text"
Summary :
Microsoft Word Suite 125 text object Returns a text range object that represents the portion of a document that's contained in the frame object. set s1 to section 1 of active document set content of text object of (get header s1 index header footer primary) ¬ to "Header text"
Tags :
frame,text,footer,object,sets,specified,returns,readwrite,document,ertical,get,primary,footers