Constructor Summary |
---|
Prop()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getCalendar() | |
Determines the calendar that is used for custom properties, text fields, and element formulas. | ||
function | getDel() | |
function | 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. | ||
function | 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. | ||
function | getID() | |
function | setID(value) | |
The unique ID of the element within its parent element. | ||
function | getInvisible() | |
Invisible element specifies whether the custom property is visible in the Custom Properties dialog box in Microsoft Visio. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getLabel() | |
Specifies the label that appears to users in the Custom Properties dialog box. | ||
function | getLangID() | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | 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. | ||
function | getSortKey() | |
It specifies a key that determines the order in which custom properties are listed in the application's user interface. | ||
function | getType() | |
Type specifies a data type for the custom property value. | ||
function | getValue() | |
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. | ||
function | 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 | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Prop()
Property Getters/Setters Detail |
---|
getValue : Value | |
function getValue() |
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getID/setID : Number | |
function getID() / function setID(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getPrompt : Str2Value | |
function getPrompt() |
getLabel : Str2Value | |
function getLabel() |
getFormat : StrValue | |
function getFormat() |
getSortKey : Str2Value | |
function getSortKey() |
getType : TypeProp | |
function getType() |
getInvisible : BoolValue | |
function getInvisible() |
getVerify : BoolValue | |
function getVerify() |
getLangID : IntValue | |
function getLangID() |
getCalendar : Calendar | |
function getCalendar() |
Method Detail |
---|
deepClone | |
function deepClone() |