Field Summary | ||
---|---|---|
const Number | STRING | |
String. This is the default. | ||
const Number | FIXED_LIST | |
Fixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box. | ||
const Number | NUMBER | |
Number. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles. | ||
const Number | BOOLEAN | |
Boolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the Custom Properties dialog box in the Visio application. | ||
const Number | VARIABLE_LIST | |
Variable list. Displays the list items in a drop-down combo box in the Custom Properties dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the Format element. | ||
const Number | DATE_TIME | |
Date or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value. | ||
const Number | DURATION | |
Duration value. Displays elapsed time. | ||
const Number | CURRENCY | |
Currency value. Uses the system's current Regional Settings. | ||
const Number | UNDEFINED | |
Undefined. |
Field Detail |
---|
STRING | |
const Number STRING |
FIXED_LIST | |
const Number FIXED_LIST |
NUMBER | |
const Number NUMBER |
BOOLEAN | |
const Number BOOLEAN |
VARIABLE_LIST | |
const Number VARIABLE_LIST |
DATE_TIME | |
const Number DATE_TIME |
DURATION | |
const Number DURATION |
CURRENCY | |
const Number CURRENCY |
UNDEFINED | |
const Number UNDEFINED |