Fields Members
Include Protected Members
Include Inherited Members
A collection of Field objects that represent all the fields in a selection, range, or document.
The Fields type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a Field object to the Fields collection. |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
ToggleShowCodes | Toggles the display of the fields between field codes and field results. |
![]() |
Unlink | Replaces all the fields in the Fields collection with their most recent results. |
![]() |
Update | Updates the result of the fields object. |
![]() |
UpdateSource | Saves the changes made to the results of an INCLUDETEXT field back to the source document. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Application | Returns a Application object that represents the Microsoft Word application. |
![]() |
Count | Returns the number of items in the specified collection. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Item | Returns an individual object in a collection. |
![]() |
Locked | Determines if all fields in the Fields collection are locked. |
![]() |
Parent | Returns an object that represents the parent object of the specified object. |
Top