com.aspose.diagram
Class DataColumn

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

public class DataColumn 
extends java.lang.Object

Defines how a data column appears in the External Data window in the Visio user interface and qualifies the data in the column by defining its data type and formatting.


Constructor Summary
DataColumn()
           Constructor.
 
Property Getters/Setters Summary
intgetCalendar()
voidsetCalendar(int)
           Calendar ID of the data column.
java.lang.StringgetColumnNameID()
voidsetColumnNameID(java.lang.String)
           External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
intgetCurrency()
voidsetCurrency(int)
           Currency ID of the data column.
intgetDataType()
voidsetDataType(int)
           Type of the data in the data column.
longgetDegree()
voidsetDegree(long)
           Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
longgetDisplayOrder()
voidsetDisplayOrder(long)
           Defines the display position of the data column in the External Data window, from the left-most column (0) to the right-most column (largest value).
longgetDisplayWidth()
voidsetDisplayWidth(long)
           Width of the data column in the External Data window.
intgetHyperlink()
voidsetHyperlink(int)
           Whether the data column creates a hyperlink in a shape when the shape is linked to data. The value of the property is BOOL integer constant.
java.lang.StringgetLabel()
voidsetLabel(java.lang.String)
           Label of the data column.
longgetLangID()
voidsetLangID(long)
           The language ID of the data column
intgetMapped()
voidsetMapped(int)
           Specifies whether the column is visible in the External Data window. True (1) for the column to be visible; false (0) for the column not to be visible. The default (attribute absent) is for the column to be visible. The value of the property is BOOL integer constant.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Internal name of the data column. Used as the row name for the shape-data item (custom property) added to a shape when the shape is linked to a data row.
java.lang.StringgetOrigLabel()
voidsetOrigLabel(java.lang.String)
           Column label returned to Visio by the underlying ADO interface.
java.lang.StringgetUnitType()
voidsetUnitType(java.lang.String)
           Unit type of the data in the data column.
 

Constructor Detail

DataColumn

public DataColumn()
Constructor.

Property Getters/Setters Detail

getColumnNameID/setColumnNameID

public java.lang.String getColumnNameID() / public void setColumnNameID(java.lang.String value)
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Internal name of the data column. Used as the row name for the shape-data item (custom property) added to a shape when the shape is linked to a data row.

getLabel/setLabel

public java.lang.String getLabel() / public void setLabel(java.lang.String value)
Label of the data column.

getOrigLabel/setOrigLabel

public java.lang.String getOrigLabel() / public void setOrigLabel(java.lang.String value)
Column label returned to Visio by the underlying ADO interface.

getLangID/setLangID

public long getLangID() / public void setLangID(long value)
The language ID of the data column

getCalendar/setCalendar

public int getCalendar() / public void setCalendar(int value)
Calendar ID of the data column.

getDataType/setDataType

public int getDataType() / public void setDataType(int value)
Type of the data in the data column.

getUnitType/setUnitType

public java.lang.String getUnitType() / public void setUnitType(java.lang.String value)
Unit type of the data in the data column.

getCurrency/setCurrency

public int getCurrency() / public void setCurrency(int value)
Currency ID of the data column.

getDegree/setDegree

public long getDegree() / public void setDegree(long value)
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.

getDisplayWidth/setDisplayWidth

public long getDisplayWidth() / public void setDisplayWidth(long value)
Width of the data column in the External Data window.

getDisplayOrder/setDisplayOrder

public long getDisplayOrder() / public void setDisplayOrder(long value)
Defines the display position of the data column in the External Data window, from the left-most column (0) to the right-most column (largest value).

getMapped/setMapped

public int getMapped() / public void setMapped(int value)
Specifies whether the column is visible in the External Data window. True (1) for the column to be visible; false (0) for the column not to be visible. The default (attribute absent) is for the column to be visible. The value of the property is BOOL integer constant.

getHyperlink/setHyperlink

public int getHyperlink() / public void setHyperlink(int value)
Whether the data column creates a hyperlink in a shape when the shape is linked to data. The value of the property is BOOL integer constant.

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