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