Field Class

Contains elements that specify functions and formulas inserted in the shape's text.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramField

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Field

The Field type exposes the following members.

Constructors
  NameDescription
Public methodField
Constructor.
Properties
  NameDescription
Public propertyCalendar
Determines the calendar that is used for custom properties, text fields, and element formulas.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyEditMode
Reserved for future use.
Public propertyFormat
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.
Public propertyIX
The zero-based index of the element within its parent element.
Public propertyObjectKind
Indicates the type of text field.
Public propertyType
Type specifies a data type for the text field value.
Public propertyUICat
Specifies the category of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
Public propertyUICod
Specifies the code of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
Public propertyUIFmt
Specifies the format of an inserted field in versions of Microsoft Visio earlier than Visio 2000.
Public propertyValue
It contains the value for a text field.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also