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