java.lang.Object
com.aspose.diagram.Field
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(int) | |
| 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. | ||
java.lang.String | getDisplayValue() | |
| Gets the formatted string value of this field . | ||
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(int) | |
| 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. | ||
| Constructor Detail |
|---|
public Field()
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getValue | |
public Value getValue() | |
getDisplayValue | |
public java.lang.String getDisplayValue() | |
getEditMode | |
public DoubleValue getEditMode() | |
getFormat | |
public Value getFormat() | |
getType | |
public TypeField getType() | |
getUICat | |
public DoubleValue getUICat() | |
getUICod | |
public DoubleValue getUICod() | |
getUIFmt | |
public DoubleValue getUIFmt() | |
getCalendar | |
public Calendar getCalendar() | |
getObjectKind | |
public ObjectKind getObjectKind() | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |