java.lang.Object
com.aspose.diagram.User
public class User
| Constructor Summary |
|---|
User()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
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. | ||
int | getID() | |
void | setID(int) | |
| The unique ID of the element within its parent element. | ||
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() | |
void | setPrompt(Str2Value) | |
| It specifies a descriptive prompt or comment for the user-defined element. | ||
Value | getValue() | |
void | setValue(Value) | |
| Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public User()
| Property Getters/Setters Detail |
|---|
getValue/setValue | |
public Value getValue() / public void setValue(Value value) | |
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) | |
getID/setID | |
public int getID() / public void setID(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getPrompt/setPrompt | |
public Str2Value getPrompt() / public void setPrompt(Str2Value value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |