Field
Contents
[
Hide
]Field class
Contains elements that specify functions and formulas inserted in the shape’s text.
Field()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Value | Value | It contains the value for a text field. |
| DisplayValue | String | Gets the formatted string value of this field . |
| EditMode | DoubleValue | Reserved for future use. |
| Format | Value | Format element specifies the formatting for a text field that is a string, number, date or time, duration, or currency. |
| Type | TypeField | Type specifies a data type for the text field value. |
| UICat | DoubleValue | Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000. |
| UICod | DoubleValue | Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000. |
| UIFmt | DoubleValue | Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000. |
| Calendar | Calendar | Determines the calendar that is used for custom properties, text fields, and element formulas. |
| ObjectKind | ObjectKind | Indicates the type of text field. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |