DataColumn
Source: aspose.
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.
Methods
new DataColumn()
Constructor.
Methods
getCalendar()
Calendar ID of the data column.
getColumnNameID()
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
getCurrency()
Currency ID of the data column.
getDataType()
Type of the data in the data column.
getDegree()
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
getDisplayOrder()
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).
getDisplayWidth()
Width of the data column in the External Data window.
getHyperlink()
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.
getLabel()
Label of the data column.
getLangID()
The language ID of the data column
getMapped()
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.
getName()
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.
getOrigLabel()
Column label returned to Visio by the underlying ADO interface.
getUnitType()
Unit type of the data in the data column.
setCalendar()
Calendar ID of the data column.
setColumnNameID()
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
setCurrency()
Currency ID of the data column.
setDataType()
Type of the data in the data column.
setDegree()
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
setDisplayOrder()
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).
setDisplayWidth()
Width of the data column in the External Data window.
setHyperlink()
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.
setLabel()
Label of the data column.
setLangID()
The language ID of the data column
setMapped()
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.
setName()
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.
setOrigLabel()
Column label returned to Visio by the underlying ADO interface.
setUnitType()
Unit type of the data in the data column.