com.aspose.diagram
Class AutoLinkComparison

java.lang.Object
    extended by com.aspose.diagram.AutoLinkComparison

public class AutoLinkComparison 
extends java.lang.Object

Defines a rule that compares a column in the parent DataRecordset element with a shape data item from the last successful automatic linking action performed in the user interface.


Property Getters/Setters Summary
java.lang.StringgetColumnName()
voidsetColumnName(java.lang.String)
           Corresponds to a column name in the ADO recordset.
intgetContextType()
voidsetContextType(int)
           Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.
java.lang.StringgetContextTypeLabel()
voidsetContextTypeLabel(java.lang.String)
           If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.
 

Property Getters/Setters Detail

getColumnName/setColumnName

public java.lang.String getColumnName() / public void setColumnName(java.lang.String value)
Corresponds to a column name in the ADO recordset.

getContextType/setContextType

public int getContextType() / public void setContextType(int value)
Specifies properties of the group or shape to use for the comparison. Possible values are shown in the following table. The value of the property is ContextTypeValue integer constant.

getContextTypeLabel/setContextTypeLabel

public java.lang.String getContextTypeLabel() / public void setContextTypeLabel(java.lang.String value)
If the ContextType value is 2 or 3, this attribute is required to define a comparison. For ContextType = 2, ContextTypeLabel must be the shape data item label, and if ContextType = 3, ContextTypeLabel must be the local row name.

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