WdFieldKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of field for a Field object.
public enum class WdFieldKind
[System.Runtime.InteropServices.Guid("7EB9A8BD-3300-3492-A540-5F3AAF2F55C6")]
public enum WdFieldKind
type WdFieldKind =
Public Enum WdFieldKind
- Inheritance
-
WdFieldKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFieldKindNone | 0 | An invalid field (for example, a pair of field characters with nothing inside). |
wdFieldKindHot | 1 | A field that's automatically updated each time it's displayed or each time the page is reformatted, but which can also be manually updated (for example, INCLUDEPICTURE or FORMDROPDOWN). |
wdFieldKindWarm | 2 | A field that can be updated and has a result. This type includes fields that are automatically updated when the source changes as well as fields that can be manually updated (for example, DATE or INCLUDETEXT). |
wdFieldKindCold | 3 | A field that doesn't have a result, for example, an Index Entry (XE), Table of Contents Entry (TC), or Private field. |