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