Prop
Contents
[
Hide
]Prop class
Contains elements for defining custom properties and elements for associating data with a shape.
Prop()
Constructor.
Properties
| Name | Type | Description |
|---|---|---|
| Value | Value | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
| Name | String | The name of the element. |
| NameU | String | The universal name of the element. |
| IX | int | The zero-based index of the element within its parent element. |
| ID | int | The unique ID of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| Prompt | Str2Value | Prompt element specifies descriptive or instructional text that appears to users in the Custom Properties dialog box whe |
| Label | Str2Value | Specifies the label that appears to users in the Custom Properties dialog box. |
| Format | StrValue | Format element specifies the formatting of a custom property that is a string, fixed list, number, variable list, date o |
| SortKey | Str2Value | It specifies a key that determines the order in which custom properties are listed in the application’s user interface. |
| Type | TypeProp | Type specifies a data type for the custom property value. |
| Invisible | BoolValue | Invisible element specifies whether the custom property is visible in the Custom Properties dialog box in Microsoft Visi |
| Verify | BoolValue | Specifies whether the user is queried to enter custom property information for a shape when an instance is created or th |
| LangID | IntValue | Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. |
| Calendar | Calendar | Determines the calendar that is used for custom properties, text fields, and element formulas. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |