Click or drag to resize

FieldType Enumeration

Type of fields

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FieldType
Members
Member name Value Description
FieldNone 0 Field type is not specified or unknown.
FieldAddin 81 Specifies that the field contains data created by an add-in.
FieldAdvance 84 Offset subsequent text within a line to the left, right, up or down.
FieldAsk 38 Prompt the user for text to assign to a bookmark.
FieldAuthor 17 The name of the document's author from Summary Info.
FieldAutoNum 54 Insert an automatic number.
FieldAutoNumLegal 53 Insert an automatic number in legal format.
FieldAutoNumOutline 52 Insert an automatic number in outline format.
FieldAutoText 79 Insert an AutoText entry.
FieldAutoTextList 89 Insert text based on style.
FieldBarcode 63 Insert a delivery point barcode.
FieldCitation 1980 According to the citation style you choose, show an information about a particular source.
FieldComments 19 The comments from Summary Info.
FieldCompare 80 Compares two values.
FieldCreateDate 21 The date the document was created.
FieldData 40 Specifies data.
FieldDatabase 78 Insert data from an external database.
FieldDate 31 Specified Today`s Date.
FieldDDE 45 Specified Type as DDE.
FieldDDEAuto 46 Specified Type as DDEAuto.
FieldDocProperty 85 Insert the value of the property
FieldDocVariable 64 Insert the value of the document variable.
FieldEditTime 25 The total document editing time.
FieldEmbed 58 Specifies OLE embedded object.
FieldEmpty -1 Specified Empty Field.
FieldFormula 34 Specifies Field Expression.
FieldExpression 34
FieldFileName 29 The document's name.
FieldFileSize 69 The size on disk of the active document.
FieldFillIn 39 Prompt the user for text to insert in the document.
FieldFootnoteRef 5 Specifies Type as FootnoteRef.
FieldFormCheckBox 71 Specifies Check box control.
FieldFormDropDown 83 Specifies Drop Down box control.
FieldFormTextInput 70 Specifies Text control.
FieldEquation 49 The EQ field is used to display a mathematical equation
FieldGlossary 47 Specifies FieldGlossary.
FieldGoToButton 50 Specifies GoToButton control.
FieldHTMLActiveX 91 Specifies HTMLActiveX control.
FieldHyperlink 88 Specifies Hyperlink control.
FieldIf 7 Evaluate arguments conditionally.
FieldImport 55 Specifies Type as Import.
FieldInclude 36 Specifies Type as Export.
FieldIncludePicture 67 Insert a picture from a file.
FieldIncludeText 68 Insert text from a file.
FieldIndex 8 Create an index.
FieldIndexEntry 4 Mark an index entry.
FieldInfo 14 Data from Summary Info.
FieldKeyWord 18 The keywords from Summary Info.
FieldLastSavedBy 20 Name of user who last saved the document.
FieldLink 56 Linked OLE2 object.
FieldListNum 90 Insert an element in a list.
FieldMacroButton 51 Run a macro.
FieldMergeField 59 Insert a mail merge field.
FieldMergeRec 44 The number of the current merge record.
FieldMergeSeq 75 Merge record sequence number.
FieldNext 41 Go to the next record in a mail merge.
FieldNextIf 42 Conditionally go to the next record in a mail merge.
FieldNoteRef 72 Insert the number of a footnote or endnote.
FieldNumChars 28 The number of characters in the document.
FieldNumPages 26 The number of pages in the document.
FieldNumWords 27 The number of words in the document.
FieldOCX 87 Represents an ActiveX control such as a command button etc.
FieldPage 33 Insert the number of the current page.
FieldPageRef 37 Insert the number of the page containing the specified bookmark.
FieldPrint 48 Download commands to a printer.
FieldPrintDate 23 The date the document was last printed.
FieldPrivate 77 Stores data for documents converted from other file formats.
FieldQuote 35 Insert literal text.
FieldRef 3 Insert the text marked by a bookmark.
FieldRefDoc 11 Create an index, table of contents, table of figures, and/or table of authorities by using multiple documents.
FieldRevisionNum 24 Insert the number of times the document has been saved.
FieldSaveDate 22 The date the document was last saved.
FieldSection 65 Insert the number of the current section.
FieldSectionPages 66 Insert the total number of pages in the section.
FieldSequence 12 Insert an automatic sequence number.
FieldSet 6 Assign new text to a bookmark.
FieldSkipIf 43 Conditionally skip a record in a mail merge.
FieldStyleRef 10 Insert the text from a like-style paragraph.
FieldSubject 16 The document's subject from Summary Info.
FieldSubscriber 82 The document's Subscriber from Summary Info.
FieldSymbol 57 Insert a special character
FieldTemplate 30 The name of the template attached to the document.
FieldTime 32 The current time.
FieldTitle 15 The document's title from Summary Info.
FieldTOA 73 Create a table of authorities.
FieldTOAEntry 74 Make a table of authorities entry.
FieldTOC 13 Create a table of contents.
FieldTOCEntry 9 Make a table of contents entry.
FieldUserAddress 62 Address from Tools Options User Info.
FieldUserInitials 61 Initials form Tools Options User Info.
FieldUserName 60 Name from Tools Options User Info.
FieldShape 95 Specifies Type as Shape.
FieldBidiOutline 92 Specifies Type as BIDIOUTLINE.
FieldAddressBlock 93 Specifies AddressBlock
FieldUnknown 1000 Specifies Type as Unknown.
FieldCannotParse 1 Specifies that the field was unable to be parsed.
FieldGreetingLine 94 Greeting Line field
FieldRefNoKeyword 2 Specifies that the field represents a REF field where the keyword has been omitted.
FieldMacro 76 Macro Field.
FieldMergeBarcode 6302 MergeBarcode Field.
FieldDisplayBarcode 6301 DisplayBarcode Field.
FieldBibliography 100500 Represents a bibliography field.
See Also