Constructor Summary |
---|
Field()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getCalendar() | |
Determines the calendar that is used for custom properties, text fields, and element formulas. | ||
function | getDel() | |
function | 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. | ||
function | getEditMode() | |
Reserved for future use. | ||
function | 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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getObjectKind() | |
Indicates the type of text field. | ||
function | getType() | |
Type specifies a data type for the text field value. | ||
function | getUICat() | |
Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000. | ||
function | getUICod() | |
Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000. | ||
function | getUIFmt() | |
Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000. | ||
function | getValue() | |
It contains the value for a text field. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Field()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getValue : Value | |
function getValue() |
getEditMode : DoubleValue | |
function getEditMode() |
getFormat : Value | |
function getFormat() |
getType : TypeField | |
function getType() |
getUICat : DoubleValue | |
function getUICat() |
getUICod : DoubleValue | |
function getUICod() |
getUIFmt : DoubleValue | |
function getUIFmt() |
getCalendar : Calendar | |
function getCalendar() |
getObjectKind : ObjectKind | |
function getObjectKind() |
Method Detail |
---|
deepClone | |
function deepClone() |