Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
Wiki Markup
{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|Field.FieldType] value specifies the type of field a specific [Field|Field] object represents.{excerpt}
{signature:C#}
 public sealed class FieldType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class FieldType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

A Mail Merge address block

...

Advance

...

Ask command (for Print Merge)

...

Insert auto numbering field in Arabic number format

...

Insert auto numbering field in legal format

...

Insert auto numbering field in outline format

...

AutoText

...

AutoText list

...

Bar code

...

Set outline to RTL

...

Bookmark reference

...

Compare two values

...

Creates an index, if index entries are defined

...

Create table of authorities

...

Creates a table of contents

...

Data command (for Print Merge)

...

DDE automatic reference

...

DDE reference

...

Document property

...

Document reference

...

Document variable

...

Embedded object

...

Evaluate expression

...

The document's file size

...

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

...

Footnote

...

Form check box

...

Form list box

...

Form text box

...

Formula definition

...

Glossary entry

...

Goto button

...

A Mail Merge greeting line

...

HTML control

...

Hyperlink

...

If command (for Print Merge)

...

Include command (for Print Merge)

...

Include picture

...

Include text

...

An index entry

...

Insert database

...

Insert literal text

...

Link

...

List element

...

Macro

...

Macro button

...

Mark table of authorities

...

Merge field

...

Merge record sequence number

...

Next command (for Print Merge)

...

NextIf command (for Print Merge)

...

Sends characters to printer without translation

...

Note reference

...

Inserts number of current Print Merge record

...

OCX

...

The number of the current page

...

Plug-in module private

...

The field syntax matches bookmark name

...

Private

...

Pseudo inline shape

...

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

...

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

...

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

...

The current date

...

The current page in the document

...

The current time

...

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

...

The document's file name

...

Data from the document's Summary sheet

...

The keywords listed in the Properties dialog's Summary sheet

...

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

...

The number of characters in the document

...

The number of pages in the document

...

The number of words in the document

...

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

...

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

...

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

...

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

...

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

...

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

...

Section

...

Section pages

...

Sequence mark

...

Set command (for Print Merge)

...

SkipIf command (for Print Merge)

...

Style reference field

...

Subscriber

...

Symbol

...

Reads a TIFF file

...

Table of contents entry

...

Unknown

...

Unknown keyword

...

User address

...

User initial

...

{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|