Field Object Members

Word Developer Reference

Represents a field. The Field object is a member of the Fields collection. The Fields collection represents the fields in a selection, range, or document.

Methods

  Name Description
Bb257570.methods(en-us,office.12).gif Copy Copies the specified field to the Clipboard.
Bb257570.methods(en-us,office.12).gif Cut Removes the specified field from the document and places it on the Clipboard.
Bb257570.methods(en-us,office.12).gif Delete Deletes the specified field.
Bb257570.methods(en-us,office.12).gif DoClick Clicks the specified field.
Bb257570.methods(en-us,office.12).gif Select Selects the specified field.
Bb257570.methods(en-us,office.12).gif Unlink Replaces the specified field with its most recent result.
Bb257570.methods(en-us,office.12).gif Update Updates the result of the field. Returns True if the field is updated successfully.
Bb257570.methods(en-us,office.12).gif UpdateSource Saves the changes made to the results of an INCLUDETEXT field back to the source document.

Properties

  Name Description
Bb257570.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257570.properties(en-us,office.12).gif Code Returns a Range object that represents a field's code. Read/write.
Bb257570.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257570.properties(en-us,office.12).gif Data Returns or sets data in an ADDIN field. Read/write String.
Bb257570.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb257570.properties(en-us,office.12).gif InlineShape Returns an InlineShape object that represents the picture, OLE object, or ActiveX control that is the result of an INCLUDEPICTURE or EMBED field.
Bb257570.properties(en-us,office.12).gif Kind Returns the type of link for a Field object. Read-only WdFieldKind.
Bb257570.properties(en-us,office.12).gif LinkFormat Returns a LinkFormat object that represents the link options of the specified field. Read/only.
Bb257570.properties(en-us,office.12).gif Locked True if the specified field is locked. Read/write Boolean.
Bb257570.properties(en-us,office.12).gif Next Returns the next object in the collection. Read-only.
Bb257570.properties(en-us,office.12).gif OLEFormat Returns an OLEFormat object that represents the OLE characteristics (other than linking) for the specified field. Read-only.
Bb257570.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Field object.
Bb257570.properties(en-us,office.12).gif Previous Returns the previous object in the collection. Read-only.
Bb257570.properties(en-us,office.12).gif Result Returns a Range object that represents a field's result. Read/write.
Bb257570.properties(en-us,office.12).gif ShowCodes True if field codes are displayed for the specified field instead of field results. Read/write Boolean.
Bb257570.properties(en-us,office.12).gif Type Returns the field type. Read-only WdFieldType.