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