Constructor Summary |
---|
Field()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCalendar() | |
Determines the calendar that is used for custom properties, text fields, and element formulas.
|
||
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getDisplayValue() | |
Gets the formatted string value of this field .
|
||
method | getEditMode() | |
Reserved for future use.
|
||
method | getFormat() | |
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.
|
||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getObjectKind() | |
Indicates the type of text field.
|
||
method | getType() | |
Type specifies a data type for the text field value.
|
||
method | getUICat() | |
Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
|
||
method | getUICod() | |
Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
|
||
method | getUIFmt() | |
Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
|
||
method | getValue() | |
It contains the value for a text field.
|
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getIX() / setIX(value)
int getDel() / setDel(value)
String getDisplayValue()
DoubleValue getEditMode()
Value getFormat()
DoubleValue getUICat()
DoubleValue getUICod()
DoubleValue getUIFmt()
Calendar getCalendar()
ObjectKind getObjectKind()