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