Field Members
Defines a field in the document.Properties
| Name | Description |
|---|---|
| codeInterval | Gets the text buffer interval occupied by the field code element. |
| hyperlinkAnchor | Gets or sets the name of a bookmark (or a hyperlink) in the current document which shall be the target of the hyperlink field. |
| hyperlinkTip | Gets or sets the text for the tooltip displayed when the mouse hovers over a hyperlink field. |
| hyperlinkUri | Gets or sets a URI to navigate to when the hyperlink (represented by the current field) is activated. |
| index | Gets the index of the field |
| interval | Gets the text buffer interval occupied by the current field element. |
| isHyperlink | Returns a value specifying whether the field is a hyperlink. |
| length | Gets the field length in a document. |
| resultInterval | Gets the text buffer interval occupied by the field result element. |
| showCode | Gets a value specifying whether a field’s code or result is dispalyed. |
| start | Gets the field’s start position in a document. |
See Also