Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The Field class is a general representation that encompasses many Word objects, including merge fields, hyperlinks, and table of contents items. A Field.FieldType value specifies the type of field a specific Field object represents.

Signature
C#
C#
 public sealed class FieldType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class FieldType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:AddressBlock}AddressBlock|A Mail Merge address block|
|{anchor:Advance}Advance|Advance|
|{anchor:AskCommand}AskCommand|Ask command \(for Print Merge\)|
|{anchor:AutoNumArabic}AutoNumArabic|Insert auto numbering field in Arabic number format|
|{anchor:AutoNumLegal}AutoNumLegal|Insert auto numbering field in legal format|
|{anchor:AutoNumOutline}AutoNumOutline|Insert auto numbering field in outline format|
|{anchor:AutoText}AutoText|AutoText|
|{anchor:AutoTextList}AutoTextList|AutoText list|
|{anchor:BarCode}BarCode|Bar code|
|{anchor:BidiOutline}BidiOutline|Set outline to RTL|
|{anchor:BookmarkReference}BookmarkReference|Bookmark reference|
|{anchor:Compare}Compare|Compare two values|
|{anchor:CreateIndex}CreateIndex|Creates an index, if index entries are defined|
|{anchor:CreateTableOfAuthorities}CreateTableOfAuthorities|Create table of authorities|
|{anchor:CreateToc}CreateToc|Creates a table of contents|
|{anchor:DataCommand}DataCommand|Data command \(for Print Merge\)|
|{anchor:DDEAutoRef}DDEAutoRef|DDE automatic reference|
|{anchor:DDEReference}DDEReference|DDE reference|
|{anchor:DocumentProp}DocumentProp|Document property|
|{anchor:DocumentReference}DocumentReference|Document reference|
|{anchor:DocumentVar}DocumentVar|Document variable|
|{anchor:EmbeddedObject}EmbeddedObject|Embedded object|
|{anchor:EvalExpression}EvalExpression|Evaluate expression|
|{anchor:FileSize}FileSize|The document's file size|
|{anchor:FillinCommand}FillinCommand|Fill\-in command to display prompt \(for Print Merge\)|
|{anchor:FootnoteReference}FootnoteReference|Footnote|
|{anchor:FormCheckBox}FormCheckBox|Form check box|
|{anchor:FormListBox}FormListBox|Form list box|
|{anchor:FormTxtBox}FormTxtBox|Form text box|
|{anchor:Formula}Formula|Formula definition|
|{anchor:GlossaryEntry}GlossaryEntry|Glossary entry|
|{anchor:GotoButton}GotoButton|Goto button|
|{anchor:GreetingLine}GreetingLine|A Mail Merge greeting line|
|{anchor:HtmlControl}HtmlControl|HTML control|
|{anchor:Hyperlink}Hyperlink|Hyperlink|
|{anchor:IfCommand}IfCommand|If command \(for Print Merge\)|
|{anchor:IncludeCommand}IncludeCommand|Include command \(for Print Merge\)|
|{anchor:IncludePicture}IncludePicture|Include picture|
|{anchor:IncludeText}IncludeText|Include text|
|{anchor:IndexEntry}IndexEntry|An index entry|
|{anchor:InsertDatabase}InsertDatabase|Insert database|
|{anchor:InsertLiteralText}InsertLiteralText|Insert literal text|
|{anchor:Link}Link|Link|
|{anchor:ListElement}ListElement|List element|
|{anchor:Macro}Macro|Macro|
|{anchor:MacroButton}MacroButton|Macro button|
|{anchor:MarkTableOfAuthorities}MarkTableOfAuthorities|Mark table of authorities|
|{anchor:MergeField}MergeField|Merge field|
|{anchor:MergeRecSeqNum}MergeRecSeqNum|Merge record sequence number|
|{anchor:NextCommand}NextCommand|Next command \(for Print Merge\)|
|{anchor:NextIfCommand}NextIfCommand|NextIf command \(for Print Merge\)|
|{anchor:NoPrintTranslation}NoPrintTranslation|Sends characters to printer without translation|
|{anchor:NoteRef}NoteRef|Note reference|
|{anchor:NumPrintMerge}NumPrintMerge|Inserts number of current Print Merge record|
|{anchor:Ocx}Ocx|OCX|
|{anchor:PageReference}PageReference|The number of the current page|
|{anchor:PluginPrivate}PluginPrivate|Plug\-in module private|
|{anchor:PossibleBookmark}PossibleBookmark|The field syntax matches bookmark name|
|{anchor:Private}Private|Private|
|{anchor:PseudoInlineShape}PseudoInlineShape|Pseudo inline shape|
|{anchor:QuoteAuthor}QuoteAuthor|The name of the document's author as it appears in the Properties dialog's Summary sheet|
|{anchor:QuoteComments}QuoteComments|The text entered in the comments field of the document's Summary sheet|
|{anchor:QuoteCreationDate}QuoteCreationDate|Date the document was created, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteCurrentDate}QuoteCurrentDate|The current date|
|{anchor:QuoteCurrentPage}QuoteCurrentPage|The current page in the document|
|{anchor:QuoteCurrentTime}QuoteCurrentTime|The current time|
|{anchor:QuoteEditTime}QuoteEditTime|The document's total editing time, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteFileName}QuoteFileName|The document's file name|
|{anchor:QuoteInfo}QuoteInfo|Data from the document's Summary sheet|
|{anchor:QuoteKeywords}QuoteKeywords|The keywords listed in the Properties dialog's Summary sheet|
|{anchor:QuoteLastRevisedBy}QuoteLastRevisedBy|Name of the person who last revised the document, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteNumChars}QuoteNumChars|The number of characters in the document|
|{anchor:QuoteNumPages}QuoteNumPages|The number of pages in the document|
|{anchor:QuoteNumWords}QuoteNumWords|The number of words in the document|
|{anchor:QuotePrintDate}QuotePrintDate|Date the document was last printed, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteRevisionDate}QuoteRevisionDate|Date the document was last revised, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteRevisionNum}QuoteRevisionNum|The number of times the document was revised, as it appears in the Properties dialog's Statistics sheet|
|{anchor:QuoteSubject}QuoteSubject|The document's subject as it appears in the Properties dialog's Summary sheet|
|{anchor:QuoteTemplateName}QuoteTemplateName|The document's template \(Normal.dot by default\)|
|{anchor:QuoteTitle}QuoteTitle|The document's title as it appears in the Properties dialog's Summary sheet|
|{anchor:Section}Section|Section|
|{anchor:SectionPages}SectionPages|Section pages|
|{anchor:SequenceMark}SequenceMark|Sequence mark|
|{anchor:SetCommand}SetCommand|Set command \(for Print Merge\)|
|{anchor:SkipIfCommand}SkipIfCommand|SkipIf command \(for Print Merge\)|
|{anchor:StyleReference}StyleReference|Style reference field|
|{anchor:Subscriber}Subscriber|Subscriber|
|{anchor:Symbol}Symbol|Symbol|
|{anchor:Tiff}Tiff|Reads a TIFF file|
|{anchor:TocEntry}TocEntry|Table of contents entry|
|{anchor:Unknown}Unknown|Unknown|
|{anchor:UnknownKeyword}UnknownKeyword|Unknown keyword|
|{anchor:UserAddress}UserAddress|User address|
|{anchor:UserInitial}UserInitial|User initial|
|{anchor:UserName}UserName|User name|
Values

Name

Description

Anchor
AddressBlock
AddressBlock
AddressBlock

A Mail Merge address block

Anchor
Advance
Advance
Advance

Advance

Anchor
AskCommand
AskCommand
AskCommand

Ask command (for Print Merge)

Anchor
AutoNumArabic
AutoNumArabic
AutoNumArabic

Insert auto numbering field in Arabic number format

Anchor
AutoNumLegal
AutoNumLegal
AutoNumLegal

Insert auto numbering field in legal format

Anchor
AutoNumOutline
AutoNumOutline
AutoNumOutline

Insert auto numbering field in outline format

Anchor
AutoText
AutoText
AutoText

AutoText

Anchor
AutoTextList
AutoTextList
AutoTextList

AutoText list

Anchor
BarCode
BarCode
BarCode

Bar code

Anchor
BidiOutline
BidiOutline
BidiOutline

Set outline to RTL

Anchor
BookmarkReference
BookmarkReference
BookmarkReference

Bookmark reference

Anchor
Compare
Compare
Compare

Compare two values

Anchor
CreateIndex
CreateIndex
CreateIndex

Creates an index, if index entries are defined

Anchor
CreateTableOfAuthorities
CreateTableOfAuthorities
CreateTableOfAuthorities

Create table of authorities

Anchor
CreateToc
CreateToc
CreateToc

Creates a table of contents

Anchor
DataCommand
DataCommand
DataCommand

Data command (for Print Merge)

Anchor
DDEAutoRef
DDEAutoRef
DDEAutoRef

DDE automatic reference

Anchor
DDEReference
DDEReference
DDEReference

DDE reference

Anchor
DocumentProp
DocumentProp
DocumentProp

Document property

Anchor
DocumentReference
DocumentReference
DocumentReference

Document reference

Anchor
DocumentVar
DocumentVar
DocumentVar

Document variable

Anchor
EmbeddedObject
EmbeddedObject
EmbeddedObject

Embedded object

Anchor
EvalExpression
EvalExpression
EvalExpression

Evaluate expression

Anchor
FileSize
FileSize
FileSize

The document's file size

Anchor
FillinCommand
FillinCommand
FillinCommand

Fill-in command to display prompt (for Print Merge)

Anchor
FootnoteReference
FootnoteReference
FootnoteReference

Footnote

Anchor
FormCheckBox
FormCheckBox
FormCheckBox

Form check box

Anchor
FormListBox
FormListBox
FormListBox

Form list box

Anchor
FormTxtBox
FormTxtBox
FormTxtBox

Form text box

Anchor
Formula
Formula
Formula

Formula definition

Anchor
GlossaryEntry
GlossaryEntry
GlossaryEntry

Glossary entry

Anchor
GotoButton
GotoButton
GotoButton

Goto button

Anchor
GreetingLine
GreetingLine
GreetingLine

A Mail Merge greeting line

Anchor
HtmlControl
HtmlControl
HtmlControl

HTML control

Anchor
Hyperlink
Hyperlink
Hyperlink

Hyperlink

Anchor
IfCommand
IfCommand
IfCommand

If command (for Print Merge)

Anchor
IncludeCommand
IncludeCommand
IncludeCommand

Include command (for Print Merge)

Anchor
IncludePicture
IncludePicture
IncludePicture

Include picture

Anchor
IncludeText
IncludeText
IncludeText

Include text

Anchor
IndexEntry
IndexEntry
IndexEntry

An index entry

Anchor
InsertDatabase
InsertDatabase
InsertDatabase

Insert database

Anchor
InsertLiteralText
InsertLiteralText
InsertLiteralText

Insert literal text

Anchor
Link
Link
Link

Link

Anchor
ListElement
ListElement
ListElement

List element

Anchor
Macro
Macro
Macro

Macro

Anchor
MacroButton
MacroButton
MacroButton

Macro button

Anchor
MarkTableOfAuthorities
MarkTableOfAuthorities
MarkTableOfAuthorities

Mark table of authorities

Anchor
MergeField
MergeField
MergeField

Merge field

Anchor
MergeRecSeqNum
MergeRecSeqNum
MergeRecSeqNum

Merge record sequence number

Anchor
NextCommand
NextCommand
NextCommand

Next command (for Print Merge)

Anchor
NextIfCommand
NextIfCommand
NextIfCommand

NextIf command (for Print Merge)

Anchor
NoPrintTranslation
NoPrintTranslation
NoPrintTranslation

Sends characters to printer without translation

Anchor
NoteRef
NoteRef
NoteRef

Note reference

Anchor
NumPrintMerge
NumPrintMerge
NumPrintMerge

Inserts number of current Print Merge record

Anchor
Ocx
Ocx
Ocx

OCX

Anchor
PageReference
PageReference
PageReference

The number of the current page

Anchor
PluginPrivate
PluginPrivate
PluginPrivate

Plug-in module private

Anchor
PossibleBookmark
PossibleBookmark
PossibleBookmark

The field syntax matches bookmark name

Anchor
Private
Private
Private

Private

Anchor
PseudoInlineShape
PseudoInlineShape
PseudoInlineShape

Pseudo inline shape

Anchor
QuoteAuthor
QuoteAuthor
QuoteAuthor

The name of the document's author as it appears in the Properties dialog's Summary sheet

Anchor
QuoteComments
QuoteComments
QuoteComments

The text entered in the comments field of the document's Summary sheet

Anchor
QuoteCreationDate
QuoteCreationDate
QuoteCreationDate

Date the document was created, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteCurrentDate
QuoteCurrentDate
QuoteCurrentDate

The current date

Anchor
QuoteCurrentPage
QuoteCurrentPage
QuoteCurrentPage

The current page in the document

Anchor
QuoteCurrentTime
QuoteCurrentTime
QuoteCurrentTime

The current time

Anchor
QuoteEditTime
QuoteEditTime
QuoteEditTime

The document's total editing time, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteFileName
QuoteFileName
QuoteFileName

The document's file name

Anchor
QuoteInfo
QuoteInfo
QuoteInfo

Data from the document's Summary sheet

Anchor
QuoteKeywords
QuoteKeywords
QuoteKeywords

The keywords listed in the Properties dialog's Summary sheet

Anchor
QuoteLastRevisedBy
QuoteLastRevisedBy
QuoteLastRevisedBy

Name of the person who last revised the document, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteNumChars
QuoteNumChars
QuoteNumChars

The number of characters in the document

Anchor
QuoteNumPages
QuoteNumPages
QuoteNumPages

The number of pages in the document

Anchor
QuoteNumWords
QuoteNumWords
QuoteNumWords

The number of words in the document

Anchor
QuotePrintDate
QuotePrintDate
QuotePrintDate

Date the document was last printed, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteRevisionDate
QuoteRevisionDate
QuoteRevisionDate

Date the document was last revised, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteRevisionNum
QuoteRevisionNum
QuoteRevisionNum

The number of times the document was revised, as it appears in the Properties dialog's Statistics sheet

Anchor
QuoteSubject
QuoteSubject
QuoteSubject

The document's subject as it appears in the Properties dialog's Summary sheet

Anchor
QuoteTemplateName
QuoteTemplateName
QuoteTemplateName

The document's template (Normal.dot by default)

Anchor
QuoteTitle
QuoteTitle
QuoteTitle

The document's title as it appears in the Properties dialog's Summary sheet

Anchor
Section
Section
Section

Section

Anchor
SectionPages
SectionPages
SectionPages

Section pages

Anchor
SequenceMark
SequenceMark
SequenceMark

Sequence mark

Anchor
SetCommand
SetCommand
SetCommand

Set command (for Print Merge)

Anchor
SkipIfCommand
SkipIfCommand
SkipIfCommand

SkipIf command (for Print Merge)

Anchor
StyleReference
StyleReference
StyleReference

Style reference field

Anchor
Subscriber
Subscriber
Subscriber

Subscriber

Anchor
Symbol
Symbol
Symbol

Symbol

Anchor
Tiff
Tiff
Tiff

Reads a TIFF file

Anchor
TocEntry
TocEntry
TocEntry

Table of contents entry

Anchor
Unknown
Unknown
Unknown

Unknown

Anchor
UnknownKeyword
UnknownKeyword
UnknownKeyword

Unknown keyword

Anchor
UserAddress
UserAddress
UserAddress

User address

Anchor
UserInitial
UserInitial
UserInitial

User initial

Anchor
UserName
UserName
UserName

User name