Field Members (Word)
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 |
---|---|
Copies the specified field to the Clipboard. |
|
Removes the specified field from the document and places it on the Clipboard. |
|
Deletes the specified field. |
|
Clicks the specified field. |
|
Selects the specified field. |
|
Replaces the specified field with its most recent result. |
|
Updates the result of the field. Returns True if the field is updated successfully. |
|
Saves the changes made to the results of an INCLUDETEXT field back to the source document. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Range object that represents a field's code. Read/write. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns or sets data in an ADDIN field. Read/write String. |
|
Returns a Long that represents the position of an item in a collection. Read-only. |
|
Returns an InlineShape object that represents the picture, OLE object, or ActiveX control that is the result of an INCLUDEPICTURE or EMBED field. |
|
Returns the type of link for a Field object. Read-only WdFieldKind. |
|
Returns a LinkFormat object that represents the link options of the specified field. Read/only. |
|
True if the specified field is locked. Read/write Boolean. |
|
Returns the next object in the collection. Read-only. |
|
Returns an OLEFormat object that represents the OLE characteristics (other than linking) for the specified field. Read-only. |
|
Returns an Object that represents the parent object of the specified Field object. |
|
Returns the previous object in the collection. Read-only. |
|
Returns a Range object that represents a field's result. Read/write. |
|
True if field codes are displayed for the specified field instead of field results. Read/write Boolean. |
|
Returns the field type. Read-only WdFieldType. |