Microsoft Word Suite
109
field text
Returns or sets data in an ADDIN field. Read/write.
Note The data is not visible in the field code or result; it is only accessible by returning the
value of the field text property. If the field isn't an ADDIN field, this property will return an
error.
field type
Returns the field type. Can be one of the Word fields. Read-only.
inline shape
Returns an
inline shape
object that represents the picture or OLE object that is the result of an
INCLUDEPICTURE or EMBED field. Read-only.
An inline shape object is treated like a character and is positioned as a character within a line
of text.
link format
Returns a
link format
object that represents the link options of the specified field, inline shape,
or shape that's linked to a file. Read-only.
locked
True if the specified field is locked. When a field is locked, you cannot update the field results.
Read/write.
next field
Returns the next field in the fields list. Read-only.
previous field
Returns the previous field in the fields list. Read-only.
result range
Returns a text range object that represents a field's result. You can access a field result without
changing the view from field codes. Read/write.
Note To return text from a text range object, use the content property.
show codes
True if field codes instead of field results are displayed for the specified field. Read/write.
Class: file converter
Plural
file converters
Represents a file converter that's used to open or save files. The file converters list contains all the
installed file converters for opening and saving files.
Use file converter index, where index is a class name or index number, to return a single file
converter object. The index number represents the position of the file converter in the file
converters list. The following example displays the format name of the first file converter.
display dialog format name of file converter 1 as string