com.aspose.diagram
Class User

java.lang.Object
    extended by com.aspose.diagram.User
All Implemented Interfaces:
java.lang.Cloneable

public class User 
extends java.lang.Object

Contains a work area for entering formulas in user-specific elements that are referred to by other elements and add-on tools.


Constructor Summary
User()
           Constructor.
 
Property Getters/Setters Summary
intgetDel()
voidsetDel(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.
intgetID()
voidsetID(int)
           The unique ID of the element within its parent element.
java.lang.StringgetName()
voidsetName(java.lang.String)
           The name of the element.
java.lang.StringgetNameU()
voidsetNameU(java.lang.String)
           The universal name of the element.
Str2ValuegetPrompt()
voidsetPrompt(Str2Value)
           It specifies a descriptive prompt or comment for the user-defined element.
ValuegetValue()
voidsetValue(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.ObjectdeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

User

public User()
Constructor.

Property Getters/Setters Detail

getValue/setValue

public Value getValue() / public void setValue(Value value)
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
The name of the element.

getNameU/setNameU

public java.lang.String getNameU() / public void setNameU(java.lang.String value)
The universal name of the element.

getID/setID

public int getID() / public void setID(int value)
The unique ID of the element within its parent element.

getDel/setDel

public int getDel() / public void setDel(int 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.

getPrompt/setPrompt

public Str2Value getPrompt() / public void setPrompt(Str2Value value)
It specifies a descriptive prompt or comment for the user-defined element.

Method Detail

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.