A Field is a set of codes that instructs a WordprocessingML consumer to insert text, graphics, page numbers, and other material into a document automatically. Field definitions can be found in the ECMA-376, Second Edition specification, file “ECMA-376, Second Edition, Part 1 - Fundamentals and Markup Language Reference.pdf”, chapter 17.16.5 “Field definitions”. Below is the table of Field definitions, supported by ImageGear:
Field |
Description |
Comment |
HYPERLINK |
When selected, causes control to jump to the specified location. That location can be a bookmark or a URL. |
ImageGear only renders the hyperlink accordingly. Jump to the link’s location is not supported yet. |
DATE |
The current date and time. |
Supported calendar: Gregorian. |
FILESIZE |
The size of the WordprocessingML package in bytes, or the empty string if the size of the package |
Fully supported. |
FORMCHECKBOX |
Inserts a check box style form field, can be checked and unchecked. |
ImageGear only renders the checkbox accordingly with initial check state. Checking/unchecking functionality is not supported yet. |
FORMDROPDOWN |
Inserts a drop-down list style form field, can be used to select an entry in the list. |
ImageGear only renders the drop-down list accordingly with the specified item in list selected. Entry selection functionality is not supported yet. |
FORMTEXT |
Inserts a text box style form field, can be typed into. |
ImageGear only renders the text box accordingly. Typing functionality is not supported yet. |
TIME |
The current date and time. |
Supported calendar: Gregorian. |
TOC | Builds a table of contents using the entries specified by TC fields, their heading levels, and specified styles, and inserts that table at this place in the Document. Each table entry is a separate paragraph. | ImageGear only renders the TOC entries accordingly. Jumping to the link's location is not supported yet. |