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