Constructor Summary |
---|
Prop()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCalendar() | |
Determines the calendar that is used for custom properties, text fields, and element formulas.
|
||
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getFormat() | |
Format element specifies the formatting of a custom property that is a string, fixed list, number, variable list, date or time, duration, or currency. The custom property type is specified in the corresponding Type element.
|
||
method | getID() | |
method | setID(value) | |
The unique ID of the element within its parent element. | ||
method | getInvisible() | |
Invisible element specifies whether the custom property is visible in the Custom Properties dialog box in Microsoft Visio.
|
||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getLabel() | |
Specifies the label that appears to users in the Custom Properties dialog box.
|
||
method | getLangID() | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
|
||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | getPrompt() | |
Prompt element specifies descriptive or instructional text that appears to users in the Custom Properties dialog box when the property is selected. This text also appears as a tool tip when the mouse pointer is paused over the property in the Custom Properties window.
|
||
method | getSortKey() | |
It specifies a key that determines the order in which custom properties are listed in the application's user interface.
|
||
method | getType() | |
Type specifies a data type for the custom property value.
|
||
method | getValue() | |
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
|
||
method | getVerify() | |
Specifies whether the user is queried to enter custom property information for a shape when an instance is created or the shape is duplicated or copied.
|
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
Value getValue()
String getName() / setName(value)
String getNameU() / setNameU(value)
int getIX() / setIX(value)
int getID() / setID(value)
int getDel() / setDel(value)
Str2Value getPrompt()
Str2Value getLabel()
StrValue getFormat()
Str2Value getSortKey()
BoolValue getInvisible()
BoolValue getVerify()
IntValue getLangID()
Calendar getCalendar()
Prop deepClone()