aspose.diagram
Class Field

Contains elements that specify functions and formulas inserted in the shape's text.

Constructor Summary
Field()
           Constructor.
 
Property Getters/Setters Summary
functiongetCalendar()
           Determines the calendar that is used for custom properties, text fields, and element formulas.
functiongetDel()
functionsetDel(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.
functiongetEditMode()
           Reserved for future use.
functiongetFormat()
           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.
functiongetIX()
functionsetIX(value)
           The zero-based index of the element within its parent element.
functiongetObjectKind()
           Indicates the type of text field.
functiongetType()
           Type specifies a data type for the text field value.
functiongetUICat()
           Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
functiongetUICod()
           Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
functiongetUIFmt()
           Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
functiongetValue()
           It contains the value for a text field.
 
Method Summary
functiondeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

Field

function Field()
Constructor.

Property Getters/Setters Detail

getIX/setIX : Number 

function getIX() / function setIX(value)
The zero-based index of the element within its parent element.

getDel/setDel : Number 

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.

getValue : Value 

function getValue()
It contains the value for a text field.

getEditMode : DoubleValue 

function getEditMode()
Reserved for future use.

getFormat : Value 

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.

getType : TypeField 

function getType()
Type specifies a data type for the text field value.

getUICat : DoubleValue 

function getUICat()
Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000.

getUICod : DoubleValue 

function getUICod()
Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000.

getUIFmt : DoubleValue 

function getUIFmt()
Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000.

getCalendar : Calendar 

function getCalendar()
Determines the calendar that is used for custom properties, text fields, and element formulas.

getObjectKind : ObjectKind 

function getObjectKind()
Indicates the type of text field.

Method Detail

deepClone

function deepClone()
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.